State to summarize the created action. More...
#include <ActionSummaryState.h>
Public Member Functions | |
ActionSummaryState (QString name, ActionSummaryWidget *widget, WizardMainWindow *mainWindow, QState *parent) | |
Constructor. More... | |
void | resetAction (cepcoreschema::Action *domAction) |
~ActionSummaryState () override=default | |
Destructor. More... | |
Public Member Functions inherited from WizardState | |
QString | getName () |
QWidget * | getWidget () |
WizardState (QString name, QWidget *widget, WizardMainWindow *mainWidnow) | |
Constructor. More... | |
WizardState (QString name, QWidget *widget, WizardMainWindow *mainWidnow, QState *parent) | |
Constructor. More... | |
~WizardState () override=default | |
Destructor. More... | |
Protected Member Functions | |
void | onEntry (QEvent *event) override |
void | onExit (QEvent *event) override |
Protected Member Functions inherited from WizardState | |
void | onEntry (QEvent *event) override |
Reimplemented from QState. More... | |
void | onExit (QEvent *event) override |
Protected Attributes | |
cepcoreschema::Action * | domAction |
Protected Attributes inherited from WizardState | |
WizardMainWindow * | mainWindow |
QString | name |
QWidget * | widget |
State to summarize the created action.
ActionSummaryState::ActionSummaryState | ( | QString | name, |
ActionSummaryWidget * | widget, | ||
WizardMainWindow * | mainWindow, | ||
QState * | parent | ||
) |
Constructor.
References domAction.
|
overridedefault |
Destructor.
|
overrideprotected |
References description, domAction, WizardState::name, WizardState::onEntry(), and WizardState::widget.
|
overrideprotected |
void ActionSummaryState::resetAction | ( | cepcoreschema::Action * | domAction | ) |
References domAction.
Referenced by ActionCreationState::onEntry().
|
protected |
Referenced by ActionSummaryState(), onEntry(), and resetAction().