Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill usage of QT_STATEMACHINE_SOLUTION | Kent Hansen | 2009-06-04 | 1 | -6/+0 |
| | | | | The define no longer exists. | ||||
* | compile with -qtnamespace, clean up the example .pro files | Kent Hansen | 2009-05-20 | 1 | -5/+6 |
| | |||||
* | Make QAbstractTransition::eventTest() non-const | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -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 example | Kent Hansen | 2009-05-13 | 1 | -26/+38 |
| | |||||
* | add event as argument to onEntry(), onExit() and onTransition() | Kent Hansen | 2009-05-05 | 1 | -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 repository | Alexis Menard | 2009-04-17 | 2 | -0/+180 |