This is the complete list of members for SaveActionState, including all inherited members.
ActionState(QState *parent, QString name, QString description, QTextStream *logStream=nullptr) | ActionState | |
actionTimer | ActionState | protected |
addActionTransition(QString transitionName, QAbstractState *nextState, bool applyAction=true, QVector< camitk::Action::ApplyStatus > disableConditions=QVector< camitk::Action::ApplyStatus >()) | ActionState | |
applyAction() | SaveActionState | virtual |
autoNextEntry() | ActionState | |
autoNextExit() | ActionState | |
conditionalButtons | ActionState | protected |
conditionalDescriptions | ActionState | protected |
description | ActionState | protected |
getDescription() | ActionState | |
getInputComponents() | ActionState | |
getName() | ActionState | |
getOutputComponents() | ActionState | |
getWidget() | ActionState | |
inputComponentNames | ActionState | protected |
logStream | ActionState | protected |
myAction | ActionState | protected |
myStateWidget | ActionState | protected |
name | ActionState | protected |
onEntry(QEvent *event) override | ActionState | protected |
onExit(QEvent *event) override | ActionState | protected |
outputComponentNames | ActionState | protected |
parameters | ActionState | protected |
SaveActionState(QState *parent, QString name, QString description, QString defaultSaveDirName, QTextStream *logStream=nullptr) | SaveActionState | |
setAction(camitk::Action *action, QMap< QString, QVariant > parameters, QMap< QString, QString > inputComponentNames, QMap< QString, QString > outputComponentNames) | ActionState | |
setAlternativeDesc(QString altDescText, QVector< camitk::Action::ApplyStatus > statusList) | ActionState | |
setInput(QVector< saveComponentsInfo > inputComponentsInfo) | SaveActionState | |
setPreviousActionStatus(camitk::Action::ApplyStatus status) | ActionState |