#include <GuiParameter.h>


Public Types | |
| enum | ParameterType { IntegerWidget , DoubleWidget , StringWidget , ListWidget , FileNameWidget , CubeWidget , BooleanWidget , ComboWidget } |
Signals | |
| void | ValueChanged () |
| void | HelperTrigger (const QString &) |
Public Member Functions | |
| GuiParameter (QGridLayout *grid, UserInterface &ui, int group, int param) | |
| Constructor. | |
| virtual | ~GuiParameter () |
| Destructor. | |
| QString | Name () const |
| Return the name of the parameter. | |
| void | SetToDefault () |
| Change the parameter to the default value. | |
| void | SetToCurrent () |
| Change the parameter to the current user interface value. | |
| virtual QString | Value ()=0 |
| virtual void | Set (QString newValue)=0 |
| void | SetEnabled (bool enabled, bool isParentCombo=false) |
| Enable or disable the parameter. | |
| void | SetEnabledOption (bool enabled, QString option, bool isParentCombo) |
| Enable or disable individual radio/combo options. | |
| bool | IsEnabled () const |
| Is the parameter enabled. | |
| virtual bool | IsModified () |
| Return if the parameter value is different from the default value. | |
| void | Update () |
| Update the value on the GUI with the value in the UI. | |
| void | RememberWidget (QWidget *w) |
| Add widgets to a list for enabling/disabling. | |
| QWidget * | AddHelpers (QObject *lo) |
| Sets up helper button. | |
| virtual std::vector< QString > | Exclusions () |
| Return list of current exclusions. | |
| ParameterType | Type () |
Protected Attributes | |
| QToolButton * | p_fileButton |
| QLineEdit * | p_lineEdit |
| int | p_group |
| int | p_param |
| QString | p_name |
| UserInterface * | p_ui |
| QLabel * | p_label |
| QList< QWidget * > | p_widgetList |
| ParameterType | p_type |
| Isis::GuiParameter::GuiParameter | ( | QGridLayout * | grid, |
| UserInterface & | ui, | ||
| int | group, | ||
| int | param ) |
Constructor.
References p_fileButton, p_group, p_label, p_lineEdit, p_name, p_param, p_ui, and IsisAml::ParamName().
Referenced by Isis::GuiBooleanParameter::GuiBooleanParameter(), Isis::GuiComboBoxParameter::GuiComboBoxParameter(), Isis::GuiDoubleParameter::GuiDoubleParameter(), Isis::GuiFileNameParameter::GuiFileNameParameter(), Isis::GuiIntegerParameter::GuiIntegerParameter(), Isis::GuiListParameter::GuiListParameter(), and Isis::GuiStringParameter::GuiStringParameter().
|
virtual |
Destructor.
References p_widgetList.
Sets up helper button.
References HelperTrigger(), p_group, p_param, p_ui, and RememberWidget().
Referenced by Isis::GuiBooleanParameter::GuiBooleanParameter(), Isis::GuiDoubleParameter::GuiDoubleParameter(), Isis::GuiFileNameParameter::GuiFileNameParameter(), Isis::GuiIntegerParameter::GuiIntegerParameter(), Isis::GuiListParameter::GuiListParameter(), and Isis::GuiStringParameter::GuiStringParameter().
|
virtual |
Return list of current exclusions.
Reimplemented in Isis::GuiBooleanParameter, Isis::GuiComboBoxParameter, and Isis::GuiListParameter.
|
signal |
Referenced by AddHelpers().
|
inline |
Is the parameter enabled.
References p_label.
Referenced by Isis::GuiBooleanParameter::IsModified(), and IsModified().
|
virtual |
Return if the parameter value is different from the default value.
Reimplemented in Isis::GuiBooleanParameter.
References IsEnabled(), p_group, p_param, p_ui, and Value().
|
inline |
Return the name of the parameter.
References p_name.
| void Isis::GuiParameter::RememberWidget | ( | QWidget * | w | ) |
Add widgets to a list for enabling/disabling.
References p_widgetList.
Referenced by AddHelpers(), Isis::GuiBooleanParameter::GuiBooleanParameter(), Isis::GuiComboBoxParameter::GuiComboBoxParameter(), Isis::GuiDoubleParameter::GuiDoubleParameter(), Isis::GuiFileNameParameter::GuiFileNameParameter(), Isis::GuiIntegerParameter::GuiIntegerParameter(), Isis::GuiListParameter::GuiListParameter(), and Isis::GuiStringParameter::GuiStringParameter().
|
pure virtual |
Implemented in Isis::GuiBooleanParameter, Isis::GuiComboBoxParameter, Isis::GuiDoubleParameter, Isis::GuiFileNameParameter, Isis::GuiIntegerParameter, Isis::GuiListParameter, and Isis::GuiStringParameter.
Referenced by SetToCurrent(), SetToDefault(), and Update().
| void Isis::GuiParameter::SetEnabled | ( | bool | enabled, |
| bool | isParentCombo = false ) |
Enable or disable the parameter.
References ComboWidget, p_label, p_type, and p_widgetList.
| void Isis::GuiParameter::SetEnabledOption | ( | bool | enabled, |
| QString | option, | ||
| bool | isParentCombo ) |
Enable or disable individual radio/combo options.
References p_widgetList.
| void Isis::GuiParameter::SetToCurrent | ( | ) |
Change the parameter to the current user interface value.
References p_name, p_ui, Set(), and SetToDefault().
| void Isis::GuiParameter::SetToDefault | ( | ) |
Change the parameter to the default value.
References p_group, p_param, p_ui, and Set().
Referenced by SetToCurrent().
|
inline |
References p_type.
| void Isis::GuiParameter::Update | ( | ) |
|
pure virtual |
Implemented in Isis::GuiBooleanParameter, Isis::GuiComboBoxParameter, Isis::GuiDoubleParameter, Isis::GuiFileNameParameter, Isis::GuiIntegerParameter, Isis::GuiListParameter, and Isis::GuiStringParameter.
Referenced by IsModified().
|
signal |
Referenced by Isis::GuiBooleanParameter::GuiBooleanParameter(), Isis::GuiComboBoxParameter::GuiComboBoxParameter(), Isis::GuiDoubleParameter::GuiDoubleParameter(), Isis::GuiFileNameParameter::GuiFileNameParameter(), Isis::GuiIntegerParameter::GuiIntegerParameter(), Isis::GuiListParameter::GuiListParameter(), Isis::GuiStringParameter::GuiStringParameter(), Isis::GuiBooleanParameter::Set(), Isis::GuiComboBoxParameter::Set(), and Isis::GuiListParameter::Set().
|
protected |
|
protected |
Referenced by AddHelpers(), Isis::GuiBooleanParameter::Exclusions(), Isis::GuiComboBoxParameter::Exclusions(), Isis::GuiListParameter::Exclusions(), GuiParameter(), Isis::GuiBooleanParameter::IsModified(), IsModified(), Isis::GuiFileNameParameter::SelectFile(), Isis::GuiComboBoxParameter::Set(), Isis::GuiListParameter::Set(), SetToDefault(), Update(), Isis::GuiComboBoxParameter::Value(), and Isis::GuiListParameter::Value().
|
protected |
|
protected |
|
protected |
Referenced by GuiParameter(), Name(), SetToCurrent(), and Update().
|
protected |
Referenced by AddHelpers(), Isis::GuiBooleanParameter::Exclusions(), Isis::GuiComboBoxParameter::Exclusions(), Isis::GuiListParameter::Exclusions(), GuiParameter(), Isis::GuiBooleanParameter::IsModified(), IsModified(), Isis::GuiFileNameParameter::SelectFile(), Isis::GuiComboBoxParameter::Set(), Isis::GuiListParameter::Set(), SetToDefault(), Update(), Isis::GuiComboBoxParameter::Value(), and Isis::GuiListParameter::Value().
|
protected |
Referenced by Isis::GuiBooleanParameter::GuiBooleanParameter(), Isis::GuiComboBoxParameter::GuiComboBoxParameter(), Isis::GuiCubeParameter::GuiCubeParameter(), Isis::GuiDoubleParameter::GuiDoubleParameter(), Isis::GuiFileNameParameter::GuiFileNameParameter(), Isis::GuiIntegerParameter::GuiIntegerParameter(), Isis::GuiListParameter::GuiListParameter(), Isis::GuiStringParameter::GuiStringParameter(), SetEnabled(), and Type().
|
protected |
Referenced by AddHelpers(), Isis::GuiBooleanParameter::Exclusions(), Isis::GuiComboBoxParameter::Exclusions(), Isis::GuiListParameter::Exclusions(), Isis::GuiBooleanParameter::GuiBooleanParameter(), Isis::GuiDoubleParameter::GuiDoubleParameter(), Isis::GuiFileNameParameter::GuiFileNameParameter(), Isis::GuiIntegerParameter::GuiIntegerParameter(), Isis::GuiListParameter::GuiListParameter(), GuiParameter(), Isis::GuiStringParameter::GuiStringParameter(), Isis::GuiBooleanParameter::IsModified(), IsModified(), Isis::GuiFileNameParameter::SelectFile(), Isis::GuiBooleanParameter::Set(), Isis::GuiComboBoxParameter::Set(), Isis::GuiListParameter::Set(), SetToCurrent(), SetToDefault(), Update(), Isis::GuiComboBoxParameter::Value(), and Isis::GuiListParameter::Value().
Referenced by RememberWidget(), SetEnabled(), SetEnabledOption(), and ~GuiParameter().