QScxmlExecutableContent Namespace▲
-
Header: QScxmlExecutableContent
-
Since: Qt 5.8
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml)
-
qmake: QT += scxml
Detailed Description▲
Classes▲
[since 5.8] QScxmlExecutableContent::AssignmentInfo▲
This struct was introduced in Qt 5.8.
[since 5.8] QScxmlExecutableContent::EvaluatorInfo▲
This struct was introduced in Qt 5.8.
[since 5.8] QScxmlExecutableContent::ForeachInfo▲
This struct was introduced in Qt 5.8.
[since 5.8] QScxmlExecutableContent::InvokeInfo▲
This struct was introduced in Qt 5.8.
[since 5.8] QScxmlExecutableContent::ParameterInfo▲
This struct was introduced in Qt 5.8.
Type Documentation▲
[since 5.8] QScxmlExecutableContent::ContainerId▲
ID for a container holding executable content.
This typedef was introduced in Qt 5.8.
[since 5.8] QScxmlExecutableContent::EvaluatorId▲
ID for a unit of executable content.
This typedef was introduced in Qt 5.8.
[since 5.8] QScxmlExecutableContent::InstructionId▲
ID for an instruction of executable content.
This typedef was introduced in Qt 5.8.
[since 5.8] QScxmlExecutableContent::StringId▲
ID for a string contained in executable content.
This typedef was introduced in Qt 5.8.
[since 5.8] enum QScxmlExecutableContent::anonymous▲
This enum type holds the invalid values for type definitions.
Constant |
Value |
Description |
---|---|---|
QScxmlExecutableContent::NoContainer |
-1 |
ContainerId is unknown. |
QScxmlExecutableContent::NoEvaluator |
-1 |
EvaluatorId is unknown. |
QScxmlExecutableContent::NoInstruction |
-1 |
InstructionId is unknown. |
QScxmlExecutableContent::NoString |
-1 |
StringId is unknown. |
This enum was introduced or modified in Qt 5.8.