1 #ifndef ControlMeasureEditWidget_h 
    2 #define ControlMeasureEditWidget_h 
   33   class SerialNumberList;
 
   36   class UniversalGroundMap;
 
  150                                bool useGeometry = 
true);
 
  158         return m_templateFileName;
 
  173                           Cube *leftCube, QString pointId);
 
  175                            Cube *rightCube, QString pointId);
 
  187       void setCircle(
bool);
 
  188       void setZoomLink(
bool);
 
  191       void registerPoint();
 
  193       void updateLeftPositionLabel(
double zoomFactor);
 
  194       void updateRightGeom();
 
  195       void updateRightPositionLabel(
double zoomFactor);
 
  199       void changeBlinkTime(
double interval);
 
  202       void showBlinkExtension();
 
  203       void blinkStartRight();
 
  204       void blinkStopRight();
 
  205       void changeBlinkTimeRight(
double interval);
 
  206       void updateBlinkRight();
 
  210       void createMeasureEditor(
QWidget *parent);
 
  212       bool m_allowLeftMouse; 
 
  215       QString m_templateFileName;      
 
  216       QLabel *m_leftZoomFactor;        
 
  217       QLabel *m_rightZoomFactor;       
 
  218       QLabel *m_leftSampLinePosition;  
 
  219       QLabel *m_rightSampLinePosition; 
 
  220       QLabel *m_leftLatLonPosition;    
 
  221       QLabel *m_rightLatLonPosition;   
 
  222       QRadioButton *m_nogeom; 
 
  223       QRadioButton *m_geom; 
 
  224       QToolButton *m_rightZoomIn;      
 
  225       QToolButton *m_rightZoomOut;     
 
  226       QToolButton *m_rightZoom1;       
 
  231       unsigned char m_blinkIndex; 
 
  234       QLCDNumber *m_dialNumber;       
 
  235       QDoubleSpinBox *m_blinkTimeBox; 
 
  238       QScrollBar *m_slider; 
 
  240       QPushButton *m_autoReg;      
 
  242       QLabel *m_oldPosition;       
 
  245       bool m_autoRegAttempted;     
 
  247       QPushButton *m_saveMeasure;    
 
  248       QPalette m_saveDefaultPalette; 
 
  274       QListWidget *m_blinkListWidget;
 
  277       QDoubleSpinBox *m_blinkTimeBoxRight;
 
  279       QTimer *m_timerRight;
 
  281       unsigned char m_blinkIndexRight;
 
Universal Ground Map. 
Definition: UniversalGroundMap.h:83
 
A small chip of data used for pattern matching. 
Definition: Chip.h:101
 
Widget to display Isis cubes for qt apps. 
Definition: CubeViewport.h:121
 
a control network 
Definition: ControlNet.h:207
 
Pixel value mapper. 
Definition: Stretch.h:72
 
A single control point. 
Definition: ControlPoint.h:339
 
Auto Registration class. 
Definition: AutoReg.h:177
 
Viewport for Isis Chips. 
Definition: ChipViewport.h:85
 
Definition: BoxcarCachingAlgorithm.h:29
 
a control measurement 
Definition: ControlMeasure.h:171
 
Serial Number list generator. 
Definition: SerialNumberList.h:78
 
IO Handler for Isis Cubes. 
Definition: Cube.h:158