Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
GuiParameterFactory.h
1 #ifndef Isis_GuiParameterFactory_h
2 #define Isis_GuiParameterFactory_h
3 
4 #include <QGridLayout>
5 #include "GuiParameter.h"
6 
7 namespace Isis {
14  public:
15  static GuiParameter *Create(QGridLayout *grid,
17  int group, int param);
18 
19  private:
21  virtual ~GuiParameterFactory() {};
22  };
23 };
24 
25 
26 
27 #endif
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Command Line and Xml loader, validation, and access.

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:20:24