QScxmlExecutableContent Namespace
QScxmlExecutableContent 名前空間には、ステートマシンで実行可能コンテンツを解釈するために使用されるさまざまな型が含まれています。詳細...
Header: | #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 } |
クラス
クラスAssignmentInfo
AssingmentInfo クラスはデータ割り当てを表します。詳細...
クラスEvaluatorInfo
EvaluatorInfoクラスは実行可能コンテンツの単位を表します。詳細はこちら
クラスForeachInfo
ForeachInfoクラスはforeachコンストラクトを表します。詳細はこちら
クラスInvokeInfo
InvokeInfoクラスはサービスの呼び出しを表します。詳細はこちら
クラスParameterInfo
ParameterInfoクラスはサービス呼び出しのパラメータを表します。詳細はこちら
タイプ ドキュメント
QScxmlExecutableContent::ContainerId
実行可能なコンテンツを保持するコンテナのID。
QScxmlExecutableContent::EvaluatorId
実行可能コンテンツのユニットの ID
QScxmlExecutableContent::InstructionId
実行可能コンテンツの命令のID
QScxmlExecutableContent::StringId
実行可能コンテンツに含まれる文字列のID。
enum QScxmlExecutableContent::anonymous
この列挙型は、型定義の無効な値を保持する。
定数 | 値 | 説明 |
---|---|---|
QScxmlExecutableContent::NoContainer | -1 | ContainerId は不明です。 |
QScxmlExecutableContent::NoEvaluator | -1 | EvaluatorId は不明です。 |
QScxmlExecutableContent::NoInstruction | -1 | InstructionId は不明 |
QScxmlExecutableContent::NoString | -1 | StringId は不明です。 |
本書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。