|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef Isis_GuiDoubleParameter_h
2 #define Isis_GuiDoubleParameter_h
30 int group,
int param);
35 void Set(QString newValue);
38 QLineEdit *p_lineEdit;
void RememberWidget(QWidget *w)
Add widgets to a list for enabling/disabling.
Definition: GuiParameter.cpp:212
GuiDoubleParameter(QGridLayout *grid, UserInterface &ui, int group, int param)
Definition: GuiDoubleParameter.cpp:16
void Set(QString newValue)
Definition: GuiDoubleParameter.cpp:38
int HelpersSize(const int &group, const int ¶m) const
Returns the number of helpers the parameter has.
Definition: IsisAml.cpp:1755
ParameterType p_type
Definition: GuiParameter.h:95
QString Value()
Definition: GuiDoubleParameter.cpp:43
Definition: GuiParameter.h:34
@ DoubleWidget
Definition: GuiParameter.h:73
~GuiDoubleParameter()
Definition: GuiDoubleParameter.cpp:35
UserInterface * p_ui
Definition: GuiParameter.h:89
Command Line and Xml loader, validation, and access.
Definition: UserInterface.h:140
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Definition: GuiDoubleParameter.h:23
QWidget * AddHelpers(QObject *lo)
Sets up helper button.
Definition: GuiParameter.cpp:245