summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/factorial
Commit message (Collapse)AuthorAgeFilesLines
* kill usage of QT_STATEMACHINE_SOLUTIONKent Hansen2009-06-041-6/+0
| | | | The define no longer exists.
* compile with -qtnamespace, clean up the example .pro filesKent Hansen2009-05-201-5/+6
|
* Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-141-2/+2
| | | | | We decided to remove the const of the eventTest() since some transitions have dynamic conditions and need to update when eventTest() is called.
* document statemachine/factorial exampleKent Hansen2009-05-131-26/+38
|
* add event as argument to onEntry(), onExit() and onTransition()Kent Hansen2009-05-051-2/+2
| | | | | | | | | Accessing the event can be useful. E.g., onEntry() can do some common event processing regardless of which transition caused the state to be entered; onTransition() can be used in combination with eventTest(), where eventTest() would first check that the input matches some criteria, and then the actual processing of that input would be done in onTransition.
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-172-0/+180