QScxmlStaticScxmlServiceFactory Class

The QScxmlStaticScxmlServiceFactory class creates SCXML service instances from precompiled documents. \since 5.8 \inmodule QtScxml. More...

Header: #include <QScxmlStaticScxmlServiceFactory>
Inherits: QScxmlInvokableServiceFactory

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).