#include <SaveActionState.h>
|
virtual Action::ApplyStatus | applyAction () |
|
| SaveActionState (QState *parent, QString name, QString description, QString defaultSaveDirName, QTextStream *logStream=NULL) |
|
void | setInput (QVector< saveComponentsInfo > inputComponentsInfo) |
|
| ActionState (QState *parent, QString name, QString description, QTextStream *logStream=NULL) |
|
ActionTransition * | addActionTransition (QString buttonText, QAbstractState *nextState, bool applyAction=true, QVector< Action::ApplyStatus > disableConditions=QVector< Action::ApplyStatus >()) |
| Adds a possible transition from this action. More...
|
|
QString | getDescription () |
| Returns the description of the action state (may be different from the description of the actual action) More...
|
|
QString | getName () |
| Returns the name of the action state (may be different from the name of the actual action) More...
|
|
ActionStateWidget * | getWidget () |
|
void | setAction (Action *action, QMap< QString, QVariant > parameters, QMap< QString, QString > inputComponentNames, QMap< QString, QString > outputComponentNames) |
|
void | setAleternativeDesc (QString altDescText, QVector< Action::ApplyStatus > statusList) |
| May change its description according to the previous action result. More...
|
|
void | setFinal () |
|
void | setPreviousActionStatus (Action::ApplyStatus status) |
|
SaveActionState::SaveActionState |
( |
QState * |
parent, |
|
|
QString |
name, |
|
|
QString |
description, |
|
|
QString |
defaultSaveDirName, |
|
|
QTextStream * |
logStream = NULL |
|
) |
| |
QString SaveActionState::defaultSaveDirName |
|
private |
The documentation for this class was generated from the following files: