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

Public Member Functions | |
| AbstractImporter () | |
| virtual | ~AbstractImporter () |
| QString | errorString () const |
| virtual StateMachine * | import ()=0 |
Protected Member Functions | |
| void | setErrorString (const QString &errorString) |
Definition at line 29 of file abstractimporter.h.
| AbstractImporter::AbstractImporter | ( | ) |
Definition at line 26 of file abstractimporter.cpp.
|
virtual |
Definition at line 31 of file abstractimporter.cpp.
| QString AbstractImporter::errorString | ( | ) | const |
Returns a human readable description of the last error that occurred.
Definition at line 35 of file abstractimporter.cpp.
Referenced by main(), and setErrorString().
|
pure virtual |
Imports the state machine
Implemented in KDSME::ScxmlImporter.
|
protected |
Sets the human readable description of the last device error that occurred to errorString
Definition at line 40 of file abstractimporter.cpp.
References errorString().
Referenced by KDSME::ScxmlImporter::import().