State to create one action. More...
#include <ActionCreationState.h>
Public Slots | |
virtual void | actionCancelled () |
virtual void | actionFinished () |
Signals | |
void | nextACS () |
Public Member Functions | |
ActionCreationState (QString name, WizardMainWindow *mainWidnow, cepcoreschema::Cep *domCep, ActionExtensionCreationState *parent) | |
Constructor. More... | |
void | resetDomActionExtension (cepcoreschema::ActionExtension *domActionExtension) |
~ActionCreationState () override=default | |
Destructor. More... | |
Protected Member Functions | |
void | onEntry (QEvent *event) override |
Reimplemented from QState. More... | |
void | onExit (QEvent *event) override |
Protected Attributes | |
ActionAddParameterState * | actionAddParameterState |
ActionAddParameterWidget * | actionAddParameterWidget |
ActionClassificationState * | actionClassificationState |
ActionClassificationWidget * | actionClassificationWidget |
ActionDescriptionState * | actionDescriptionState |
ActionDescriptionWidget * | actionDescriptionWidget |
Substates (to be updated with domAction at each entry) More... | |
ActionSummaryState * | actionSummaryState |
ActionSummaryWidget * | actionSummaryWidget |
Private Member Functions | |
void | createSubStates (WizardMainWindow *mainWindow) |
Private Attributes | |
bool | cancelled |
cepcoreschema::Action * | domAction |
cepcoreschema::ActionExtension * | domActionExtension |
cepcoreschema::Cep * | domCep |
QString | name |
State to create one action.
This state manages sub-state to create one action.
ActionCreationState::ActionCreationState | ( | QString | name, |
WizardMainWindow * | mainWidnow, | ||
cepcoreschema::Cep * | domCep, | ||
ActionExtensionCreationState * | parent | ||
) |
Constructor.
References cancelled, createSubStates(), domAction, domActionExtension, domCep, and name.
|
overridedefault |
Destructor.
|
virtualslot |
References cancelled, and nextACS().
Referenced by createSubStates().
|
virtualslot |
References cancelled, and nextACS().
Referenced by createSubStates().
|
private |
References actionAddParameterState, actionAddParameterWidget, actionCancelled(), actionClassificationState, actionClassificationWidget, actionDescriptionState, actionDescriptionWidget, actionFinished(), actionSummaryState, actionSummaryWidget, and domCep.
Referenced by ActionCreationState().
|
signal |
|
overrideprotected |
Reimplemented from QState.
References actionAddParameterState, actionClassificationState, actionDescriptionState, actionSummaryState, cancelled, domAction, domActionExtension, ActionSummaryState::resetAction(), ActionClassificationState::resetDomAction(), ActionDescriptionState::resetDomAction(), and ActionAddParameterState::resetDomAction().
|
overrideprotected |
References cancelled, domAction, and domActionExtension.
void ActionCreationState::resetDomActionExtension | ( | cepcoreschema::ActionExtension * | domActionExtension | ) |
References domActionExtension.
Referenced by ActionExtensionCreationState::onEntry().
|
protected |
Referenced by createSubStates(), and onEntry().
|
protected |
Referenced by createSubStates().
|
protected |
Referenced by createSubStates(), and onEntry().
|
protected |
Referenced by createSubStates().
|
protected |
Referenced by createSubStates(), and onEntry().
|
protected |
Substates (to be updated with domAction at each entry)
Referenced by createSubStates().
|
protected |
Referenced by createSubStates(), and onEntry().
|
protected |
Referenced by createSubStates().
|
private |
Referenced by actionCancelled(), ActionCreationState(), actionFinished(), onEntry(), and onExit().
|
private |
Referenced by ActionCreationState(), onEntry(), and onExit().
|
private |
Referenced by ActionCreationState(), onEntry(), onExit(), and resetDomActionExtension().
|
private |
Referenced by ActionCreationState(), and createSubStates().
|
private |
Referenced by ActionCreationState().