AssignmentInfo 结构体
struct QScxmlExecutableContent::AssignmentInfoAssignmentInfo 类表示一个数据赋值。 更多...
头文件 | #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
该变量持有要评估的表达式
© 2024 The Qt Company Ltd. 本文件中所包含的文档贡献是各自所有者的版权。本文件中提供的文档是根据自由软件基金会发布的 GNU 自由文档许可证版本 1.3 的条款许可的。Qt 及相关标志是 The Qt Company Ltd. 在芬兰和其他countries 的商标。所有其他商标均为其各自所有者的财产。