QScxmlExecutableContent 名称空间包含用于解释状态机可执行内容的各种类型。 更多...
头: | #include <QScxmlExecutableContent> |
CMake: |
find_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
qmake: | QT += scxml |
struct | AssignmentInfo |
struct | EvaluatorInfo |
struct | ForeachInfo |
struct | InvokeInfo |
struct | ParameterInfo |
ContainerId | |
EvaluatorId | |
InstructionId | |
StringId | |
enum | anonymous { NoContainer, NoEvaluator, NoInstruction, NoString } |
AssingmentInfo 类表示数据赋值。 更多...
The EvaluatorInfo class represents a unit of executable content. 更多...
The ForeachInfo class represents a foreach construct. 更多...
The InvokeInfo class represents a service invocation. 更多...
The ParameterInfo class represents a parameter to a service invocation. 更多...
ID for a container holding executable content.
ID for a unit of executable content.
ID for an instruction of executable content.
ID for a string contained in executable content.
This enum type holds the invalid values for type definitions.
常量 | 值 | 描述 |
---|---|---|
QScxmlExecutableContent::NoContainer
|
-1
|
ContainerId 未知。 |
QScxmlExecutableContent::NoEvaluator
|
-1
|
EvaluatorId 未知。 |
QScxmlExecutableContent::NoInstruction
|
-1
|
InstructionId 未知。 |
QScxmlExecutableContent::NoString
|
-1
|
StringId 未知。 |