The Qt State Machine module provides classes for creating and executing state graphs. More...
Classes
The base class of states of a QStateMachine | |
The base class of transitions between QAbstractState objects | |
Transition for Qt key events | |
Transition for Qt mouse events | |
QObject-specific transition for Qt events | |
Final state | |
Means of returning to a previously active substate | |
Transition for key events | |
Transition for mouse events | |
Transition based on a Qt signal | |
General-purpose state for QStateMachine | |
Hierarchical finite state machine | |
Represents a Qt signal event | |
Inherits QEvent and holds a clone of an event associated with a QObject |
Detailed Description
\title
Qt State Machine C++ Classes \ingroup
modules \ingroup
technology-apis \qtvariable
statemachine \qtcmakepackage
StateMachine
The Qt State Machine page contains information about how to use the module.