QScxmlExecutableContent Namespace
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 } |
クラス
クラス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 は不明である。 |
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.