QScxmlStaticScxmlServiceFactory Class

The QScxmlStaticScxmlServiceFactory class creates SCXML service instances from precompiled documents. 更多...

頭: #include <QScxmlStaticScxmlServiceFactory>
qmake: QT += scxml
Since: Qt 5.8
繼承: QScxmlInvokableServiceFactory

該類在 Qt 5.8 引入。

重實現公共函數

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 屬性在 <invoke> .

成員函數文檔編製

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

重實現: QScxmlInvokableServiceFactory::invoke (QScxmlStateMachine *parentStateMachine).