StateMachineLoader QML Type

Dynamically loads an SCXML file and instantiates the state machine. More...

Import Statement: import Scxml 5.7
Since: QtScxml 5.7

Properties

Signals

Detailed Description

Property Documentation

filename : string

The name of the SCXML file to load.


stateMachine : QObject

The state machine instance.


Signal Documentation

filenameChanged()

This signal is emitted when the user changes the filename.


stateMachineChanged()