QScxmlStaticScxmlServiceFactory Class

QScxmlStaticScxmlServiceFactory クラスは、コンパイル済みのドキュメントから SCXML サービスインスタンスを作成します。詳細...

ヘッダ #include <QScxmlStaticScxmlServiceFactory>
CMake: find_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml)
qmake: QT += scxml
継承: QScxmlInvokableServiceFactory

再実装パブリック関数

virtual QScxmlInvokableService *invoke(QScxmlStateMachine *parentStateMachine) override

詳細な説明

コンパイル時に既知のファイル、つまり<invoke>src 属性で指定されたファイルから SCXML ステートマシンをインスタンス化するためのファクトリです。

メンバ関数ドキュメント

[override virtual] QScxmlInvokableService *QScxmlStaticScxmlServiceFactory::invoke(QScxmlStateMachine *parentStateMachine)

再実装:QScxmlInvokableServiceFactory::invoke(QScxmlStateMachine *parentStateMachine).

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