KDStateMachineEditor API Documentation 2.1
|
#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) |
![]() | |
AbstractExporter () | |
virtual | ~AbstractExporter () |
QString | errorString () const |
Additional Inherited Members | |
![]() | |
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().