File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
GuiIntegerParameter.h
1 #ifndef Isis_GuiIntegerParameter_h
2 #define Isis_GuiIntegerParameter_h
3 
8 /* SPDX-License-Identifier: CC0-1.0 */
9 
10 #include <QLineEdit>
11 
12 #include "GuiParameter.h"
13 
14 
15 namespace Isis {
16 
17 // class QTextEdit;
24 
25  Q_OBJECT
26 
27  public:
28 
29  GuiIntegerParameter(QGridLayout *grid, UserInterface &ui,
30  int group, int param);
32 
33  QString Value();
34 
35  void Set(QString newValue);
36 
37  private:
38  QLineEdit *p_lineEdit;
39 
40  };
41 };
42 
43 
44 
45 #endif
46 
Isis::GuiParameter
Definition: GuiParameter.h:34
Isis::UserInterface
Command Line and Xml loader, validation, and access.
Definition: UserInterface.h:140
Isis::GuiIntegerParameter
Definition: GuiIntegerParameter.h:23
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

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/13/2023 15:16:32