InvokedServices QML Type
提供对状态机所调用服务的访问。更多
| Import Statement: | import QtScxml 6.11 |
| Since: | QtScxml 5.8 |
属性
- children : var
- qmlChildren : list<QtObject>
- stateMachine : ScxmlStateMachine
详细说明
使被调用的服务可通过其名称轻松访问,而无需不断迭代QScxmlStateMachine::invokedServices 。
这些服务通过SCXML 规范 - 6.4 <invoke> 中描述的机制从状态机中调用。
属性文档
children : var
状态机调用的服务。
qmlChildren : list<QtObject>
嵌套在此类型中的其他 QtObject 类型的列表。
stateMachine : ScxmlStateMachine
调用服务的状态机。
© 2026 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.