State to create one action. More...
#include <ActionCreationState.h>
Inheritance diagram for ActionCreationState:
Collaboration diagram for ActionCreationState: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 |
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.
|
overridedefault |
Destructor.
|
virtualslot |
References nextACS().
|
virtualslot |
References nextACS().
|
signal |
|
overrideprotected |
Reimplemented from QState.
References actionAddParameterState, actionClassificationState, actionDescriptionState, actionSummaryState, ActionSummaryState::resetAction(), ActionAddParameterState::resetDomAction(), ActionClassificationState::resetDomAction(), and ActionDescriptionState::resetDomAction().
Here is the call graph for this function:
|
overrideprotected |
| void ActionCreationState::resetDomActionExtension | ( | cepcoreschema::ActionExtension * | domActionExtension | ) |
|
protected |
Referenced by onEntry().
|
protected |
|
protected |
Referenced by onEntry().
|
protected |
|
protected |
Referenced by onEntry().
|
protected |
Substates (to be updated with domAction at each entry)
|
protected |
Referenced by onEntry().
|
protected |