|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef Isis_GuiIntegerParameter_h
2 #define Isis_GuiIntegerParameter_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
int HelpersSize(const int &group, const int ¶m) const
Returns the number of helpers the parameter has.
Definition: IsisAml.cpp:1755
void Set(QString newValue)
Definition: GuiIntegerParameter.cpp:35
@ IntegerWidget
Definition: GuiParameter.h:73
ParameterType p_type
Definition: GuiParameter.h:95
GuiIntegerParameter(QGridLayout *grid, UserInterface &ui, int group, int param)
Definition: GuiIntegerParameter.cpp:15
Definition: GuiParameter.h:34
~GuiIntegerParameter()
Definition: GuiIntegerParameter.cpp:33
QString Value()
Definition: GuiIntegerParameter.cpp:40
UserInterface * p_ui
Definition: GuiParameter.h:89
Command Line and Xml loader, validation, and access.
Definition: UserInterface.h:140
Definition: GuiIntegerParameter.h:23
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
QWidget * AddHelpers(QObject *lo)
Sets up helper button.
Definition: GuiParameter.cpp:245