Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add event as argument to onEntry(), onExit() and onTransition() | Kent Hansen | 2009-05-05 | 1 | -5/+6 |
| | | | | | | | | | 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. | ||||
* | rename a few properties and methods | Kent Hansen | 2009-04-29 | 1 | -3/+3 |
| | | | | Result of API review. | ||||
* | say hello (again) to QAbstract{State,Transition}::machine() | Kent Hansen | 2009-04-29 | 1 | -1/+12 |
| | | | | It's useful and it's simple for us to expose, so let's. | ||||
* | rename QTransition -> QActionTransition | Kent Hansen | 2009-04-21 | 1 | -3/+0 |
| | |||||
* | doc | Kent Hansen | 2009-04-20 | 1 | -0/+1 |
| | |||||
* | Initial import of statemachine branch from the old kinetic repository | Alexis Menard | 2009-04-17 | 1 | -0/+361 |