State to add parameters in the action. More...
#include <ActionAddParameterState.h>
Inheritance diagram for ActionAddParameterState:
Collaboration diagram for ActionAddParameterState:Public Member Functions | |
| ActionAddParameterState (QString name, ActionAddParameterWidget *widget, WizardMainWindow *mainWindow, ActionCreationState *parent) | |
| Constructor. More... | |
| void | resetDomAction (cepcoreschema::Action *domAction) |
| ~ActionAddParameterState () 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 | addDomParameters () |
| 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 |
Additional Inherited Members | |
Protected Attributes inherited from WizardState | |
| WizardMainWindow * | mainWindow |
| QString | name |
| QWidget * | widget |
State to add parameters in the action.
| ActionAddParameterState::ActionAddParameterState | ( | QString | name, |
| ActionAddParameterWidget * | widget, | ||
| WizardMainWindow * | mainWindow, | ||
| ActionCreationState * | parent | ||
| ) |
Constructor.
|
overridedefault |
Destructor.
|
protected |
References description, ActionParameterWidget::getDefaultValue(), ActionParameterWidget::getDescription(), ActionParameterWidget::getName(), ActionParameterWidget::getType(), ActionParameterWidget::getUnit(), WizardState::name, and WizardState::widget.
Referenced by onExit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overrideprotected |
|
overrideprotected |
| void ActionAddParameterState::resetDomAction | ( | cepcoreschema::Action * | domAction | ) |
References ActionAddParameterWidget::setToDefault(), and WizardState::widget.
Referenced by ActionCreationState::onEntry().
Here is the call graph for this function:
Here is the caller graph for this function: