QScxmlStaticScxmlServiceFactory Class

The QScxmlStaticScxmlServiceFactory class creates SCXML service instances from precompiled documents. More...

Header: #include <QScxmlStaticScxmlServiceFactory>
qmake: QT += scxml
Since: Qt 5.8
Inherits: QScxmlInvokableServiceFactory

This class was introduced in Qt 5.8.

Reimplemented Public Functions

virtual QScxmlInvokableService *invoke(QScxmlStateMachine *parentStateMachine) override

Detailed Description

A factory for instantiating SCXML state machines from files known at compile time, that is, files specified via the src attribute in <invoke>.

Member Function Documentation

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

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