InvokeInfo 结构体

struct QScxmlExecutableContent::InvokeInfo

InvokeInfo 类表示对一个服务的调用。 更多信息...

头文件 #include <InvokeInfo>
CMakefind_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml)
qmakeQT += scxml

公共变量

boolautoforward
QScxmlExecutableContent::StringIdcontext
QScxmlExecutableContent::EvaluatorIdexpr
QScxmlExecutableContent::ContainerIdfinalize
QScxmlExecutableContent::StringIdid
QScxmlExecutableContent::StringIdlocation
QScxmlExecutableContent::StringIdprefix

详细描述

成员变量文档

bool InvokeInfo::autoforward

此变量表示是否应自动将事件转发到被调用的服务

QScxmlExecutableContent::StringId InvokeInfo::context

此变量保留了解释位置的上下文

QScxmlExecutableContent::EvaluatorId InvokeInfo::expr

此变量保留了代表调用元素的 srcexpr 的表达式

QScxmlExecutableContent::ContainerId InvokeInfo::finalize

此变量保留了在调用完成后要运行的可执行内容的容器 ID

QScxmlExecutableContent::StringId InvokeInfo::id

此变量保留了由 id 属性在 <invoke> 元素中指定的 ID。

QScxmlExecutableContent::StringId InvokeInfo::location

此变量保留了要写入调用 ID 的数据模型位置

QScxmlExecutableContent::StringId InvokeInfo::prefix

此变量保留了这个调用在从中调用的状态上下文中的唯一前缀

© 2024 Qt公司有限公司。本文档中包含的文档贡献均为各自所有者的版权。提供的文档是根据自由软件基金会发布的GNU自由文档许可证版本1.3的条款许可的。Qt和相应商标是芬兰及其他国家和地区Qt公司有限公司的商标。所有其他商标均为其各自所有者的财产。