InvokedServices QML Type
상태 머신이 호출하는 서비스에 대한 액세스를 제공합니다. 더 보기...
Import Statement: | import QtScxml 6.8 |
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 |
서비스를 호출한 상태 머신.
© 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.