#include <scdatamodel.h>
List of all members.
Member Function Documentation
void SCDataModel::getAllStates |
( |
QList< SCState * > & |
list |
) |
|
SCState * SCDataModel::getAsState |
( |
QObject * |
o |
) |
[static] |
TextBlock * SCDataModel::getAsTextBlock |
( |
QObject * |
o |
) |
[static] |
SCTransition * SCDataModel::getAsTransition |
( |
QObject * |
o |
) |
[static] |
QObject * SCDataModel::getItemByName |
( |
QString |
name |
) |
|
QGraphicsScene * SCDataModel::getScene |
( |
|
) |
|
SCState * SCDataModel::getStateByName |
( |
QString |
name |
) |
|
void SCDataModel::getStates |
( |
QList< SCState * > & |
list |
) |
|
SCState * SCDataModel::getTopState |
( |
|
) |
|
SCTransition * SCDataModel::getTransitionByName |
( |
QString |
name |
) |
|
void SCDataModel::initializeEmptyStateMachine |
( |
|
) |
|
void SCDataModel::logError |
( |
QString |
message |
) |
|
inform the user there was an error
void SCDataModel::logInfo |
( |
QString |
message |
) |
|
inform the user of anything that is not an error such as progress, etc
void SCDataModel::newStateSignal |
( |
SCState * |
newState |
) |
[signal] |
void SCDataModel::newTransitionSignal |
( |
SCTransition * |
newTransition |
) |
[signal] |
void SCDataModel::open |
( |
QString |
scxmlFile |
) |
|
void SCDataModel::openCompleted |
( |
bool |
sucess, |
|
|
QStringList |
message | |
|
) |
| | [signal] |
bool SCDataModel::save |
( |
QString |
scxmlFile, |
|
|
QString & |
message | |
|
) |
| | |
void SCDataModel::setScene |
( |
QGraphicsScene * |
scene |
) |
|
The documentation for this class was generated from the following files: