File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
GuiDoubleParameter.h
Go to the documentation of this file.
1 #ifndef Isis_GuiDoubleParameter_h
2 #define Isis_GuiDoubleParameter_h
3 
4 #include <QLineEdit>
5 
6 #include "GuiParameter.h"
7 
8 
9 namespace Isis {
10 
11 // class QTextEdit;
18 
19  Q_OBJECT
20 
21  public:
22 
23  GuiDoubleParameter(QGridLayout *grid, UserInterface &ui,
24  int group, int param);
26 
27  QString Value();
28 
29  void Set(QString newValue);
30 
31  private:
32  QLineEdit *p_lineEdit;
33 
34  };
35 };
36 
37 
38 
39 #endif
40 
void Set(QString newValue)
Definition: GuiDoubleParameter.cpp:32
~GuiDoubleParameter()
Definition: GuiDoubleParameter.cpp:29
QString Value()
Definition: GuiDoubleParameter.cpp:37
Definition: GuiDoubleParameter.h:17
GuiDoubleParameter(QGridLayout *grid, UserInterface &ui, int group, int param)
Definition: GuiDoubleParameter.cpp:10
Definition: GuiParameter.h:50
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Command Line and Xml loader, validation, and access.
Definition: UserInterface.h:155

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:19:32