Qt State Machine C++ Classes

The Qt State Machine module provides classes for creating and executing state graphs. More...

Classes

QAbstractTransition

The base class of transitions between QAbstractState objects

QFinalState

Final state

QHistoryState

Means of returning to a previously active substate

QKeyEventTransition

Transition for key events

QMouseEventTransition

Transition for mouse events

Detailed Description

The Qt State Machine page contains information about how to use the module.