QScxmlExecutableContent Namespace

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

头: #include <QScxmlExecutableContent>
qmake: QT += scxml
Since: Qt 5.8

This namespace was introduced in Qt 5.8.

struct AssignmentInfo
struct EvaluatorInfo
struct ForeachInfo
struct InvokeInfo
struct ParameterInfo

类型

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

详细描述

class AssignmentInfo

The AssingmentInfo class represents a data assignment. 更多...

class EvaluatorInfo

The EvaluatorInfo class represents a unit of executable content. 更多...

class ForeachInfo

The ForeachInfo class represents a foreach construct. 更多...

class InvokeInfo

The InvokeInfo class represents a service invocation. 更多...

class ParameterInfo

The ParameterInfo class represents a parameter to a service invocation. 更多...

类型文档编制

typedef QScxmlExecutableContent:: ContainerId

ID for a container holding executable content.

This typedef was introduced in Qt 5.8.

typedef QScxmlExecutableContent:: EvaluatorId

ID for a unit of executable content.

This typedef was introduced in Qt 5.8.

typedef QScxmlExecutableContent:: InstructionId

ID for an instruction of executable content.

This typedef was introduced in Qt 5.8.

typedef QScxmlExecutableContent:: StringId

ID for a string contained in executable content.

This typedef was introduced in Qt 5.8.

enum QScxmlExecutableContent:: anonymous

This enum type holds the invalid values for type definitions.

常量 描述
QScxmlExecutableContent::NoContainer -1 ContainerId is unknown.
QScxmlExecutableContent::NoEvaluator -1 EvaluatorId is unknown.
QScxmlExecutableContent::NoInstruction -1 InstructionId is unknown.
QScxmlExecutableContent::NoString -1 StringId is unknown.

该枚举在 Qt 5.8 引入或被修改。