The QScxmlExecutableContent namespace contains various types used to interpret executable content in state machines. 更多...
| 头: | #include <QScxmlExecutableContent> |
| qmake: | QT += scxml |
| Since: | Qt 5.8 |
| class | AssignmentInfo |
| class | EvaluatorInfo |
| class | ForeachInfo |
| class | InvokeInfo |
| class | ParameterInfo |
| typedef | ContainerId |
| typedef | EvaluatorId |
| typedef | InstructionId |
| typedef | StringId |
| enum | anonymous { NoContainer, NoEvaluator, NoInstruction, NoString } |
The QScxmlExecutableContent namespace contains various types used to interpret executable content in state machines.
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.
该 typedef 在 Qt 5.8 引入。
ID for a unit of executable content.
该 typedef 在 Qt 5.8 引入。
ID for an instruction of executable content.
该 typedef 在 Qt 5.8 引入。
ID for a string contained in executable content.
该 typedef 在 Qt 5.8 引入。
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 未知。 |
该枚举在 Qt 5.8 引入或被修改。