![]() |
Computer Assited Medical Intervention Tool Kit
|
#include <ActionTransition.h>
Public Member Functions | |
ActionTransition (QObject *sender, const char *signal, QState *sourceState=0, QString buttonText="", bool applyPreviousAction=true, QTextStream *logStream=NULL) | |
void | addComponentToClose (QString compName, QString compType) |
QString | getButtonText () |
virtual void | onTransition (QEvent *e) |
void | setButtonText (QString buttonText) |
Private Attributes | |
bool | applyPreviousAction |
QString | buttonText |
QMap< QString, QString > | componentsToClose |
QTextStream * | logStream |
QTime * | startTime |
Keep track of time... More... | |
ActionTransition::ActionTransition | ( | QObject * | sender, |
const char * | signal, | ||
QState * | sourceState = 0 , |
||
QString | buttonText = "" , |
||
bool | applyPreviousAction = true , |
||
QTextStream * | logStream = NULL |
||
) |
References applyPreviousAction, buttonText, and logStream.
void ActionTransition::addComponentToClose | ( | QString | compName, |
QString | compType | ||
) |
References componentsToClose.
Referenced by ActionStateMachine::createTransitions().
QString ActionTransition::getButtonText | ( | ) |
References buttonText.
|
virtual |
void ActionTransition::setButtonText | ( | QString | buttonText | ) |
References buttonText.
|
private |
Referenced by ActionTransition(), and onTransition().
|
private |
Referenced by ActionTransition(), getButtonText(), and setButtonText().
|
private |
Referenced by addComponentToClose(), and onTransition().
|
private |
Referenced by ActionTransition(), and onTransition().
|
private |
Keep track of time...
Referenced by onTransition().