Qt SCXML C++ Classes

Provides classes to create and use state machines from SCXML files. More...

Namespaces

QScxmlExecutableContent

Contains various types used to interpret executable content in state machines

Classes

QScxmlExecutableContent::AssignmentInfo

AssingmentInfo class represents a data assignment

QScxmlExecutableContent::EvaluatorInfo

Represents a unit of executable content

QScxmlExecutableContent::ForeachInfo

Represents a foreach construct

QScxmlExecutableContent::InvokeInfo

Represents a service invocation

QScxmlExecutableContent::ParameterInfo

Represents a parameter to a service invocation

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.