Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document the statemachine/pingpong example | Kent Hansen | 2009-05-12 | 1 | -0/+14 |
| | |||||
* | add event as argument to onEntry(), onExit() and onTransition() | Kent Hansen | 2009-05-05 | 1 | -3/+3 |
| | | | | | | | | | 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. | ||||
* | replace QState::Type with QState::childMode property | Kent Hansen | 2009-04-29 | 1 | -1/+1 |
| | | | | Result of API review. | ||||
* | say hello (again) to QAbstract{State,Transition}::machine() | Kent Hansen | 2009-04-29 | 1 | -21/+10 |
| | | | | It's useful and it's simple for us to expose, so let's. | ||||
* | include the right header | Kent Hansen | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 2 | -0/+152 |