Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Isis 3.0 Programmer Reference
Isis 3.0 Object Documentation
Todo List
Deprecated List
History
Modules
Namespaces
Classes
Files
File List
File Members
GuiCubeParameter.h
Go to the documentation of this file.
1
#ifndef Isis_GuiCubeParameter_h
2
#define Isis_GuiCubeParameter_h
3
27
#include "
GuiFilenameParameter.h
"
//parent
28
29
namespace
Isis {
30
49
class
GuiCubeParameter
:
public
GuiFileNameParameter
{
50
51
Q_OBJECT
52
53
public
:
54
55
GuiCubeParameter
(QGridLayout *grid,
UserInterface
&ui,
56
int
group,
int
param);
57
~GuiCubeParameter
();
58
59
protected
slots:
60
// Method identical to parent method GuiFileNameParameter::SelectFile()
61
// Removed from this class 2010-07-15
62
// Previous documentation:
63
// * @internal
64
// * @history 2007-05-16 Tracie Sucharski - For cubes located in CWD, do
65
// * not include path in the lineEdit.
66
// * @history 2007-06-05 Steven Koechle - Corrected problem where
67
// * output cube was being opened not
68
// * saved.
69
// virtual void SelectFile();
70
71
private
:
72
QMenu *p_menu;
73
74
private
slots:
75
void
SelectAttribute
();
76
void
ViewCube
();
77
void
ViewLabel
();
78
};
79
};
80
81
82
83
#endif
84
Isis::GuiCubeParameter::ViewLabel
void ViewLabel()
Displays cube label in the GUI log.
Definition:
GuiCubeParameter.cpp:173
Isis::GuiCubeParameter
Definition:
GuiCubeParameter.h:49
GuiFilenameParameter.h
Isis::GuiCubeParameter::GuiCubeParameter
GuiCubeParameter(QGridLayout *grid, UserInterface &ui, int group, int param)
Constructs GuiCubeParameter object.
Definition:
GuiCubeParameter.cpp:59
Isis::GuiFileNameParameter
Definition:
GuiFilenameParameter.h:48
Isis::GuiCubeParameter::SelectAttribute
void SelectAttribute()
Select cube attributes.
Definition:
GuiCubeParameter.cpp:106
Isis::GuiCubeParameter::~GuiCubeParameter
~GuiCubeParameter()
Destructor of GuiCubeParameter object.
Definition:
GuiCubeParameter.cpp:98
Isis::UserInterface
Command Line and Xml loader, validation, and access.
Definition:
UserInterface.h:152
Isis::GuiCubeParameter::ViewCube
void ViewCube()
Opens cube in qview.
Definition:
GuiCubeParameter.cpp:143
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
ISIS Support Center
File Modified: 07/12/2023 23:19:05