InvokeInfo Struct
struct QScxmlExecutableContent::InvokeInfoInvokeInfo クラスは、サービスの呼び出しを表します。詳細...
ヘッダー | #include <InvokeInfo> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Scxml) target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
qmake: | QT += scxml |
パブリック変数
bool | autoforward |
QScxmlExecutableContent::StringId | context |
QScxmlExecutableContent::EvaluatorId | expr |
QScxmlExecutableContent::ContainerId | finalize |
QScxmlExecutableContent::StringId | id |
QScxmlExecutableContent::StringId | location |
QScxmlExecutableContent::StringId | prefix |
メンバ変数の説明
bool InvokeInfo::autoforward
この変数は、イベントを呼び出されたサービスに自動的に転送するかどうかを保持する。
QScxmlExecutableContent::StringId InvokeInfo::context
この変数は、以下の場所を解釈するためのコンテキストを保持する。
QScxmlExecutableContent::EvaluatorId InvokeInfo::expr
この変数は、invoke要素のsrcexprを表す式を保持する。
QScxmlExecutableContent::ContainerId InvokeInfo::finalize
この変数は、呼び出しの確定時に実行される実行可能コンテンツのコンテナのIDを保持する。
QScxmlExecutableContent::StringId InvokeInfo::id
この変数は、<invoke>
要素のid
属性で指定された ID を保持する。
QScxmlExecutableContent::StringId InvokeInfo::location
この変数は、呼び出しIDを書き込むデータモデルの場所を保持します。
QScxmlExecutableContent::StringId InvokeInfo::prefix
この変数は、この呼び出しが呼び出された状態のコンテキストで、この呼び出しに固有の接頭辞を保持します。
© 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.