AssignmentInfo Struct
struct QScxmlExecutableContent::AssignmentInfoAssingmentInfoクラスはデータ割り当てを表します。さらに...
ヘッダー | #include <AssignmentInfo> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Scxml) target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
qmake: | QT += scxml |
パブリック変数
QScxmlExecutableContent::StringId | context |
QScxmlExecutableContent::StringId | dest |
QScxmlExecutableContent::StringId | expr |
メンバ変数の説明
QScxmlExecutableContent::StringId AssignmentInfo::context
この変数は、式を評価するためのコンテキストを保持する。
QScxmlExecutableContent::StringId AssignmentInfo::dest
この変数に代入するデータ項目の名前を格納する。
QScxmlExecutableContent::StringId AssignmentInfo::expr
この変数は評価される式を保持する。
© 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.