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

QScxmlCompiler

Compiler for SCXML files

QScxmlCompiler::Loader

URI resolver and resource loader for an SCXML compiler

QScxmlCppDataModel

C++ data model for a Qt SCXML state machine

QScxmlDataModel

The data model base class for a Qt SCXML state machine

QScxmlDataModel::ForeachLoopBody

Represents a function to be executed on each iteration of an SCXML foreach loop

QScxmlDynamicScxmlServiceFactory

Creates SCXML service instances from documents loaded at runtime

QScxmlEcmaScriptDataModel

The ECMAScript data model for a Qt SCXML state machine

QScxmlError

Describes the errors returned by the Qt SCXML state machine when parsing an SCXML file

QScxmlEvent

Event for a Qt SCXML state machine

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

QScxmlInvokableService

The base class for services called from state machines

QScxmlInvokableServiceFactory

Creates invokable service instances

QScxmlNullDataModel

The null data model for a Qt SCXML stateMachine

QScxmlStateMachine

Interface to the state machines created from SCXML files

QScxmlStaticScxmlServiceFactory

Creates SCXML service instances from precompiled documents

QScxmlTableData

Used by compiled state machines

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.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.