QScxmlExecutableContent::AssignmentInfo Struct
struct QScxmlExecutableContent::AssignmentInfoAssingmentInfo 类表示数据赋值。更多
头文件: | #include <AssignmentInfo> |
CMake.AssingmentInfo 类 | 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.