KDStateMachineEditor
1.0.0
A framework for creating Qt State Machine metacode using a graphical user interface
|
#include <scxmlimporter.h>
Classes | |
struct | Private |
Public Member Functions | |
ScxmlImporter (const QByteArray &data) | |
StateMachine * | import () override |
Public Member Functions inherited from KDSME::AbstractImporter | |
QString | errorString () const |
Additional Inherited Members | |
Protected Member Functions inherited from KDSME::AbstractImporter | |
void | setErrorString (const QString &errorString) |
Parses a SCXML document
|
overridevirtual |
Imports the state machine
Implements KDSME::AbstractImporter.