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

Public Member Functions | |
| AbstractExporter () | |
| virtual | ~AbstractExporter () |
| QString | errorString () const |
| virtual bool | exportMachine (StateMachine *machine)=0 |
Protected Member Functions | |
| void | setErrorString (const QString &errorString) |
Definition at line 28 of file abstractexporter.h.
| AbstractExporter::AbstractExporter | ( | ) |
Definition at line 25 of file abstractexporter.cpp.
|
virtual |
Definition at line 30 of file abstractexporter.cpp.
| QString AbstractExporter::errorString | ( | ) | const |
Returns a human readable description of the last error that occurred.
Definition at line 34 of file abstractexporter.cpp.
Referenced by setErrorString().
|
pure virtual |
Exports the state machine machine into the desired format
Implemented in KDSME::QmlExporter, KDSME::ScxmlExporter, and KDSME::SvgExporter.
|
protected |
Sets the human readable description of the last device error that occurred to errorString
Definition at line 39 of file abstractexporter.cpp.
References errorString().
Referenced by KDSME::QmlExporter::exportMachine(), KDSME::ScxmlExporter::exportMachine(), and KDSME::SvgExporter::exportMachine().