Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
Currently there is no centralized mechanism for being notified of state changes; you'll have to do something like inherit QAbstract
{State,Transition}, reimplement on
{Entry,Exit,Transition} and only use those custom states in your state machine.
If QStateMachine had a signal for this, custom states would not be necessary. The signal could e.g. be used to create a "trace" of the state machine's execution, by recording the configuration at each step.
Attachments
Issue Links
- relates to
-
QTBUG-89845 Qt SCXML: Bug triaging/ fixing
- Closed