QScxmlStaticScxmlServiceFactory Class
Die Klasse QScxmlStaticScxmlServiceFactory erzeugt SCXML-Dienstinstanzen aus vorkompilierten Dokumenten. Mehr...
Kopfzeile: | #include <QScxmlStaticScxmlServiceFactory> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Scxml) target_link_libraries(mytarget PRIVATE Qt6::Scxml) |
qmake: | QT += scxml |
Vererbungen: | QScxmlInvokableServiceFactory |
Reimplementierte öffentliche Funktionen
virtual QScxmlInvokableService * | invoke(QScxmlStateMachine *parentStateMachine) override |
Detaillierte Beschreibung
Eine Fabrik zur Instanziierung von SCXML-Zustandsautomaten aus Dateien, die zur Kompilierzeit bekannt sind, d.h. Dateien, die über das Attribut src
in <invoke>
angegeben werden.
Dokumentation der Mitgliedsfunktionen
[override virtual]
QScxmlInvokableService *QScxmlStaticScxmlServiceFactory::invoke(QScxmlStateMachine *parentStateMachine)
Reimplements: 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.