KDStateMachineEditor
1.1.0
A framework for creating Qt State Machine metacode using a graphical user interface
|
Classes | |
struct | Private |
Public Member Functions | |
virtual bool | exportMachine (StateMachine *machine)=0 |
QString | errorString () const |
Protected Member Functions | |
void | setErrorString (const QString &errorString) |
QString AbstractExporter::errorString | ( | ) | const |
Returns a human readable description of the last error that occurred.
|
pure virtual |
Exports the state machine machine
into the desired format
Implemented in KDSME::ScxmlExporter, KDSME::QmlExporter, and KDSME::SvgExporter.
|
protected |
Sets the human readable description of the last device error that occurred to errorString