The QScxmlStaticScxmlServiceFactory class creates SCXML service instances from precompiled documents. More...
Header: | #include <QScxmlStaticScxmlServiceFactory> |
CMake: | find_package(Qt6 COMPONENTS Scxml REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
qmake: | QT += scxml |
Since: | Qt 5.8 |
Inherits: | QScxmlInvokableServiceFactory |
virtual QScxmlInvokableService * | invoke(QScxmlStateMachine *parentStateMachine) override |
A factory for instantiating SCXML state machines from files known at compile time, that is, files specified via the src
attribute in <invoke>
.
[override virtual]
QScxmlInvokableService *QScxmlStaticScxmlServiceFactory::invoke(QScxmlStateMachine *parentStateMachine)
Reimplements: QScxmlInvokableServiceFactory::invoke(QScxmlStateMachine *parentStateMachine).
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qscxmlstaticscxmlservicefactory.html