KDStateMachineEditor
1.0.0
A framework for creating Qt State Machine metacode using a graphical user interface
|
Public Member Functions | |
SvgExporter (QIODevice *ioDevice) | |
bool | exportMachine (StateMachine *machine) override |
Public Member Functions inherited from KDSME::AbstractExporter | |
QString | errorString () const |
Additional Inherited Members | |
Protected Member Functions inherited from KDSME::AbstractExporter | |
void | setErrorString (const QString &errorString) |
|
overridevirtual |
Exports the state machine machine
into the desired format
Implements KDSME::AbstractExporter.