|
KDStateMachineEditor API Documentation 2.3
|
#include <qmlexporter.h>


Public Member Functions | |
| QmlExporter (QByteArray *array) | |
| QmlExporter (QIODevice *device) | |
| virtual | ~QmlExporter () |
| virtual bool | exportMachine (StateMachine *machine) override |
| int | indent () const |
| void | setIndent (int indent) |
Public Member Functions inherited from KDSME::AbstractExporter | |
| AbstractExporter () | |
| virtual | ~AbstractExporter () |
| QString | errorString () const |
Additional Inherited Members | |
Protected Member Functions inherited from KDSME::AbstractExporter | |
| void | setErrorString (const QString &errorString) |
Definition at line 29 of file qmlexporter.h.
|
explicit |
Definition at line 135 of file qmlexporter.cpp.
|
explicit |
Definition at line 141 of file qmlexporter.cpp.
|
virtual |
Definition at line 147 of file qmlexporter.cpp.
|
overridevirtual |
Exports the state machine machine into the desired format
Implements KDSME::AbstractExporter.
Definition at line 161 of file qmlexporter.cpp.
References KDSME::AbstractExporter::setErrorString().
| int QmlExporter::indent | ( | ) | const |
Definition at line 151 of file qmlexporter.cpp.
Referenced by setIndent().
| void QmlExporter::setIndent | ( | int | indent | ) |
Definition at line 156 of file qmlexporter.cpp.
References indent().