Widget to define an action parameter. More...
#include <ActionParameterWidget.h>
Inheritance diagram for ActionParameterWidget:
Collaboration diagram for ActionParameterWidget:Public Slots | |
| void | nameChanged (QString) |
| void | remove () |
| void | typeChanged (QString) |
Public Member Functions | |
| ActionParameterWidget (ActionAddParameterWidget *parent) | |
| Constructor. More... | |
| QString | getDefaultValue () |
| QString | getDescription () |
| QString | getName () |
| QString | getType () |
| QString | getUnit () |
| void | setRequiredName () |
| void | unsetRequiredName () |
| ~ActionParameterWidget () override=default | |
| Destructor. More... | |
Widget to define an action parameter.
| ActionParameterWidget::ActionParameterWidget | ( | ActionAddParameterWidget * | parent | ) |
|
overridedefault |
Destructor.
| QString ActionParameterWidget::getDefaultValue | ( | ) |
Referenced by ActionAddParameterState::addDomParameters().
Here is the caller graph for this function:| QString ActionParameterWidget::getDescription | ( | ) |
Referenced by ActionAddParameterState::addDomParameters().
Here is the caller graph for this function:| QString ActionParameterWidget::getName | ( | ) |
Referenced by ActionAddParameterState::addDomParameters().
Here is the caller graph for this function:| QString ActionParameterWidget::getType | ( | ) |
Referenced by ActionAddParameterState::addDomParameters().
Here is the caller graph for this function:| QString ActionParameterWidget::getUnit | ( | ) |
Referenced by ActionAddParameterState::addDomParameters().
Here is the caller graph for this function:
|
slot |
|
slot |
| void ActionParameterWidget::setRequiredName | ( | ) |
References enhancedStyle.
|
slot |
References ParameterGenerator::getTypeDefaultValue().
Referenced by ActionParameterWidget().
Here is the call graph for this function:
Here is the caller graph for this function:| void ActionParameterWidget::unsetRequiredName | ( | ) |
References normalStyle.