Qt SCXML C++ Classes
Provides classes to create and use state machines from SCXML files. More...
Classes
C++ data model for a Qt SCXML state machine | |
The data model base class for a Qt SCXML state machine | |
The ECMAScript data model for a Qt SCXML state machine | |
Describes the errors returned by the Qt SCXML state machine when parsing an SCXML file | |
Event for a Qt SCXML state machine | |
The null data model for a Qt SCXML stateMachine | |
URI resolver and resource loader for an SCXML parser | |
Parser for SCXML files | |
Event filter for an SCXML state machine | |
Interface to the state machines created from SCXML files |
Detailed Description
To include the definitions of the module's classes, use the following directive:
#include <QScxmlStateMachine>
To link against the module, add this line to your qmake .pro file:
QT += scxml
For more information, see Instantiating State Machines.