QScxmlDynamicScxmlServiceFactory Class

QScxmlDynamicScxmlServiceFactory クラスは、実行時に読み込まれたドキュメントから SCXML サービスインスタンスを生成します。詳細...

Header: #include <QScxmlDynamicScxmlServiceFactory>
CMake: find_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml)
qmake: QT += scxml
Inherits: QScxmlInvokableServiceFactory

パブリック関数

QScxmlDynamicScxmlServiceFactory(const QScxmlExecutableContent::InvokeInfo &invokeInfo, const QList<QScxmlExecutableContent::StringId> &names, const QList<QScxmlExecutableContent::ParameterInfo> &parameters, QObject *parent = nullptr)

再実装パブリック関数

virtual QScxmlInvokableService *invoke(QScxmlStateMachine *parentStateMachine) override

詳細説明

動的に解決されたサービスは、<invoke> 要素のsrcexpr 属性を介して、親ステートマシンが実行時に要求するファイルからSCXMLコンテンツをロードするときに使用されます。

メンバ関数説明

QScxmlDynamicScxmlServiceFactory::QScxmlDynamicScxmlServiceFactory(const QScxmlExecutableContent::InvokeInfo &invokeInfo, const QList<QScxmlExecutableContent::StringId> &names, const QList<QScxmlExecutableContent::ParameterInfo> &parameters, QObject *parent = nullptr)

<invoke> 要素の属性をinvokeInfo として、<param> 子要素をparameters として、names 属性の内容をnames として、QObject 親要素をparent として、動的解決サービスのファクトリを作成します。

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

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

本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。