InvokedServices QML Type

提供对状态机所调用服务的访问。更多

Import Statement: import QtScxml 6.9
Since: QtScxml 5.8

属性

详细说明

使被调用的服务可通过其名称轻松访问,而无需不断迭代QScxmlStateMachine::invokedServices

服务是通过SCXML 规范 - 6.4 <invoke> 中描述的机制从状态机中调用的

属性文档

children : var

状态机调用的服务。


qmlChildren : list<QtObject>

嵌套在该类型中的附加 QtObject 类型列表。


stateMachine : ScxmlStateMachine

调用服务的状态机。


© 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.