QScxmlExecutableContent Namespace▲
- 
					Header: QScxmlExecutableContent 
- 
					CMake: find_package(Qt6 REQUIRED COMPONENTS Scxml) target_link_libraries(mytarget PRIVATE Qt6::Scxml) 
- 
					qmake: QT += scxml 
Detailed Description▲
Classes▲
QScxmlExecutableContent::AssignmentInfo▲
QScxmlExecutableContent::EvaluatorInfo▲
QScxmlExecutableContent::ForeachInfo▲
QScxmlExecutableContent::InvokeInfo▲
QScxmlExecutableContent::ParameterInfo▲
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.
| 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. | 




