QScxmlExecutableContent 名稱空間

QScxmlExecutableContent 名稱空間包含用於解釋狀態機可執行內容的各種類型。 更多...

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

該名稱空間在 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

    AssingmentInfo 類錶示數據賦值。 更多...

    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.

    該 typedef 在 Qt 5.8 引入。

    typedef QScxmlExecutableContent:: EvaluatorId

    ID for a unit of executable content.

    該 typedef 在 Qt 5.8 引入。

    typedef QScxmlExecutableContent:: InstructionId

    ID for an instruction of executable content.

    該 typedef 在 Qt 5.8 引入。

    typedef QScxmlExecutableContent:: StringId

    ID for a string contained in executable content.

    該 typedef 在 Qt 5.8 引入。

    enum QScxmlExecutableContent:: anonymous

    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 引入或被修改。