QScxmlExecutableContent Namespace

The QScxmlExecutableContent namespace contains various types used to interpret executable content in state machines. More...

Header: #include <QScxmlExecutableContent>
CMake: find_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml)
qmake: QT += scxml

Classes

struct AssignmentInfo
struct EvaluatorInfo
struct ForeachInfo
struct InvokeInfo
struct ParameterInfo

Types

ContainerId
EvaluatorId
InstructionId
StringId
enum anonymous { NoContainer, NoEvaluator, NoInstruction, NoString }

Detailed Description

Classes

class AssignmentInfo

The AssingmentInfo class represents a data assignment. More...

class EvaluatorInfo

The EvaluatorInfo class represents a unit of executable content. More...

class ForeachInfo

The ForeachInfo class represents a foreach construct. More...

class InvokeInfo

The InvokeInfo class represents a service invocation. More...

class ParameterInfo

The ParameterInfo class represents a parameter to a service invocation. More...

Type Documentation

QScxmlExecutableContent::ContainerId

ID for a container holding executable content.

QScxmlExecutableContent::EvaluatorId

ID for a unit of executable content.

QScxmlExecutableContent::InstructionId

ID for an instruction of executable content.

QScxmlExecutableContent::StringId

ID for a string contained in executable content.

enum QScxmlExecutableContent::anonymous

This enum type holds the invalid values for type definitions.

ConstantValueDescription
QScxmlExecutableContent::NoContainer-1ContainerId is unknown.
QScxmlExecutableContent::NoEvaluator-1EvaluatorId is unknown.
QScxmlExecutableContent::NoInstruction-1InstructionId is unknown.
QScxmlExecutableContent::NoString-1StringId is unknown.