InvokedServices QML Type

ステートマシンが呼び出すサービスへのアクセスを提供する。詳細...

Import Statement: import QtScxml 6.8
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.