KDStateMachineEditor  1.1.0
A framework for creating Qt State Machine metacode using a graphical user interface
Classes | Public Member Functions | Protected Member Functions | List of all members
KDSME::AbstractImporter Class Referenceabstract
Inheritance diagram for KDSME::AbstractImporter:
Inheritance graph
[legend]

Classes

struct  Private
 

Public Member Functions

virtual StateMachineimport ()=0
 
QString errorString () const
 

Protected Member Functions

void setErrorString (const QString &errorString)
 

Member Function Documentation

QString AbstractImporter::errorString ( ) const

Returns a human readable description of the last error that occurred.

virtual StateMachine* KDSME::AbstractImporter::import ( )
pure virtual

Imports the state machine

Note
Ownership of the object is transferred to the caller
Returns
On success, the pointer to the KDSME::StateMachine instance is returned, otherwise null
See also
errorString()

Implemented in KDSME::ScxmlImporter.

void AbstractImporter::setErrorString ( const QString &  errorString)
protected

Sets the human readable description of the last device error that occurred to errorString


The documentation for this class was generated from the following files:

Klarälvdalens Datakonsult AB (KDAB)
Qt-related services and products
http://www.kdab.com/
https://github.com/KDAB/KDStateMachineEditor