summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qabstracttransition.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add event as argument to onEntry(), onExit() and onTransition()Kent Hansen2009-05-051-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 methodsKent Hansen2009-04-291-3/+3
| | | | Result of API review.
* say hello (again) to QAbstract{State,Transition}::machine()Kent Hansen2009-04-291-1/+12
| | | | It's useful and it's simple for us to expose, so let's.
* rename QTransition -> QActionTransitionKent Hansen2009-04-211-3/+0
|
* docKent Hansen2009-04-201-0/+1
|
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+361