En esta página

QScxmlStaticScxmlServiceFactory Class

La clase QScxmlStaticScxmlServiceFactory crea instancias de servicio SCXML a partir de documentos precompilados. Más...

Cabecera: #include <QScxmlStaticScxmlServiceFactory>
CMake: find_package(Qt6 REQUIRED COMPONENTS Scxml)
target_link_libraries(mytarget PRIVATE Qt6::Scxml)
qmake: QT += scxml
Hereda: QScxmlInvokableServiceFactory

Funciones públicas reimplementadas

virtual QScxmlInvokableService *invoke(QScxmlStateMachine *parentStateMachine) override

Descripción detallada

Una fábrica para instanciar máquinas de estado SCXML a partir de archivos conocidos en tiempo de compilación, es decir, archivos especificados mediante el atributo src en <invoke>.

Documentación de las funciones de los miembros

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

Reimplementa: QScxmlInvokableServiceFactory::invoke(QScxmlStateMachine *parentStateMachine).

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