File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef MosaicGridToolConfigDialog_h
2 #define MosaicGridToolConfigDialog_h
67 QPointer<QCheckBox> m_showGridCheckBox;
68 QPointer<QCheckBox> m_autoGridCheckBox;
70 QPointer<QLabel> m_baseLatLabel;
71 QPointer<QLineEdit> m_baseLatLineEdit;
72 QPointer<QSlider> m_baseLatSlider;
73 QPointer<QLabel> m_baseLatTypeLabel;
75 QPointer<QLabel> m_baseLonLabel;
76 QPointer<QLineEdit> m_baseLonLineEdit;
77 QPointer<QSlider> m_baseLonSlider;
78 QPointer<QLabel> m_baseLonTypeLabel;
80 QPointer<QLabel> m_latIncLabel;
81 QPointer<QLineEdit> m_latIncLineEdit;
82 QPointer<QSlider> m_latIncSlider;
83 QPointer<QLabel> m_latIncTypeLabel;
85 QPointer<QLabel> m_lonIncLabel;
86 QPointer<QLineEdit> m_lonIncLineEdit;
87 QPointer<QSlider> m_lonIncSlider;
88 QPointer<QLabel> m_lonIncTypeLabel;
90 QPointer<QLabel> m_latExtentLabel;
91 QPointer<QComboBox> m_latExtentCombo;
93 QPointer<QLabel> m_latExtentTypeLabel;
95 QPointer<QLabel> m_minLatExtentLabel;
96 QPointer<QLineEdit> m_minLatExtentLineEdit;
97 QPointer<QSlider> m_minLatExtentSlider;
98 QPointer<QLabel> m_minLatExtentTypeLabel;
100 QPointer<QLabel> m_maxLatExtentLabel;
101 QPointer<QLineEdit> m_maxLatExtentLineEdit;
102 QPointer<QSlider> m_maxLatExtentSlider;
103 QPointer<QLabel> m_maxLatExtentTypeLabel;
105 QPointer<QLabel> m_lonExtentLabel;
106 QPointer<QComboBox> m_lonExtentCombo;
108 QPointer<QLabel> m_lonDomainLabel;
110 QPointer<QLabel> m_minLonExtentLabel;
111 QPointer<QLineEdit> m_minLonExtentLineEdit;
112 QPointer<QSlider> m_minLonExtentSlider;
113 QPointer<QLabel> m_minLonExtentTypeLabel;
115 QPointer<QLabel> m_maxLonExtentLabel;
116 QPointer<QLineEdit> m_maxLonExtentLineEdit;
117 QPointer<QSlider> m_maxLonExtentSlider;
118 QPointer<QLabel> m_maxLonExtentTypeLabel;
120 QPointer<QLabel> m_densityLabel;
121 QPointer<QLineEdit> m_densityEdit;
123 QPointer<QCheckBox> m_autoApplyCheckBox;
@ Degrees
Degrees are generally considered more human readable, 0-360 is one circle, however most math does not...
Definition: Angle.h:56
This class is designed to encapsulate the concept of a Latitude.
Definition: Latitude.h:51
double planetographic(Angle::Units units=Angle::Radians) const
Get the latitude in the planetographic coordinate system.
Definition: Latitude.cpp:315
@ Unknown
A type of error that cannot be classified as any of the other error types.
Definition: IException.h:118
This class is designed to encapsulate the concept of a Longitude.
Definition: Longitude.h:40
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
int toInt(const QString &string)
Global function to convert from a string to an integer.
Definition: IString.cpp:93
virtual PvlGroup Mapping()=0
Isis exception class.
Definition: IException.h:91
Defines an angle and provides unit conversions.
Definition: Angle.h:45
double degrees() const
Get the angle in units of Degrees.
Definition: Angle.h:232
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16