summaryrefslogtreecommitdiffstats
path: root/examples/animation/sub-attaq/qanimationstate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move sub-attaq from examples to demos because sub-attaq is a bitAlexis Menard2009-07-281-150/+0
| | | | too "advanced".
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Removed some export to symbols that don't need itThierry Bastian2009-05-251-33/+12
| | | | ...hopefully
* Removing QT_EXPERIMENTAL_SOLUTION from the animation apiLeonardo Sobral Cunha2009-05-191-7/+2
|
* 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.
* Fixes for solution package.Jan-Arve Sæther2009-04-221-1/+2
|
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+175