Widget to define an action parameter. More...
#include <ActionParameterWidget.h>
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().
QString ActionParameterWidget::getDescription | ( | ) |
Referenced by ActionAddParameterState::addDomParameters().
QString ActionParameterWidget::getName | ( | ) |
Referenced by ActionAddParameterState::addDomParameters().
QString ActionParameterWidget::getType | ( | ) |
Referenced by ActionAddParameterState::addDomParameters().
QString ActionParameterWidget::getUnit | ( | ) |
Referenced by ActionAddParameterState::addDomParameters().
|
slot |
|
slot |
void ActionParameterWidget::setRequiredName | ( | ) |
References enhancedStyle.
|
slot |
References ParameterGenerator::getTypeDefaultValue().
Referenced by ActionParameterWidget().
void ActionParameterWidget::unsetRequiredName | ( | ) |
References normalStyle.