![]() |
Home |
These classes are provided by The State Machine Framework for creating event-driven state machines.
| QtAbstractState | The base class of states of a QtStateMachine |
|---|---|
| QtAbstractTransition | The base class of transitions between QtAbstractState objects |
| QtActionState | Action-based state |
| QtEventTransition | QObject-specific transition for Qt events |
| QtFinalState | Final state |
| QtHistoryState | Means of returning to a previously active substate |
| QtSignalEvent | Represents a Qt signal event |
| QtSignalTransition | Transition based on a Qt signal |
| QtState | General-purpose state for QtStateMachine |
| QtStateAction | The base class of QtState actions |
| QtStateFinishedEvent | Contains parameters that describe a state that has finished |
| QtStateFinishedTransition | Transition that triggers when a state is finished |
| QtStateInvokeMethodAction | Invoke method action for QObjects |
| QtStateMachine | Hierarchical finite state machine |
| QtStateSetPropertyAction | Set property action for QObjects |
| QtTransition | Action-based transition |
| Copyright © 2009 Nokia | Trademarks | Qt Solutions |