QScxmlExecutableContent::InvokeInfo Struct
struct QScxmlExecutableContent::InvokeInfoInvokeInfo 类表示服务调用。更多
头文件: | #include <InvokeInfo> |
CMake.InvokeInfo 类 | 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
该变量保存代表调用元素 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.