1#ifndef Qisis_MeasureTool_h
2#define Qisis_MeasureTool_h
21 class MdiCubeViewport;
84 void updateUnitsCombo();
85 void updateDistEdit();
89 QLineEdit *m_distLineEdit;
95 void setDistances(
MdiCubeViewport *cvp, QPoint lineStart, QPoint lineEnd);
96 void updateRow(
int row);
97 void updateRows(
int row);
103 enum TableColumnsMap {
125 enum TableColumnIndex {
165 double m_kmPlanarDist;
168 QList<double> m_distanceSegments;
169 QList<double> m_pixDistSegments;
170 QList<double> m_startSampSegments;
171 QList<double> m_endSampSegments;
172 QList<double> m_startLineSegments;
173 QList<double> m_endLineSegments;
174 QList<double> m_startLatSegments;
175 QList<double> m_endLatSegments;
176 QList<double> m_startLonSegments;
177 QList<double> m_endLonSegments;
184 TableMainWindow *m_tableWin;
185 RubberBandComboBox *m_rubberBand;
186 QCheckBox *m_showAllSegments;
File name manipulation and expansion.
Definition FileName.h:100
Cube display widget for certain Isis MDI applications.
Definition MdiCubeViewport.h:39
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16