KDStateMachineEditor
1.0.0
A framework for creating Qt State Machine metacode using a graphical user interface
|
Classes | |
struct | Private |
Public Member Functions | |
ScxmlExporter (QByteArray *array) | |
ScxmlExporter (QIODevice *device) | |
virtual bool | exportMachine (StateMachine *machine) override |
Public Member Functions inherited from KDSME::AbstractExporter | |
QString | errorString () const |
Additional Inherited Members | |
Protected Member Functions inherited from KDSME::AbstractExporter | |
void | setErrorString (const QString &errorString) |
|
overridevirtual |
Exports state machine machine
in SCXML format
Implements KDSME::AbstractExporter.