KDStateMachineEditor API Documentation
1.2.50
|
Classes | |
struct | Private |
Public Member Functions | |
QmlExporter (QByteArray *array) | |
QmlExporter (QIODevice *device) | |
int | indent () const |
void | setIndent (int indent) |
virtual bool | exportMachine (StateMachine *machine) override |
![]() | |
QString | errorString () const |
Additional Inherited Members | |
![]() | |
void | setErrorString (const QString &errorString) |
|
overridevirtual |
Exports the state machine machine
into the desired format
Implements KDSME::AbstractExporter.