1#ifndef ControlMeasureEditWidget_h 
    2#define ControlMeasureEditWidget_h 
   41  class SerialNumberList;
 
   44  class UniversalGroundMap;
 
  179                               bool useGeometry = 
true);
 
  187        return m_templateFileName;
 
 
  206                          Cube *leftCube, QString pointId);
 
  208                           Cube *rightCube, QString pointId);
 
  220      void setCircle(
bool);
 
  221      void setZoomLink(
bool);
 
  224      void registerPoint();
 
  226      void updateLeftPositionLabel(
double zoomFactor);
 
  227      void updateRightGeom();
 
  228      void updateRightPositionLabel(
double zoomFactor);
 
  232      void changeBlinkTime(
double interval);
 
  235      void showBlinkExtension();
 
  236      void blinkStartRight();
 
  237      void blinkStopRight();
 
  238      void changeBlinkTimeRight(
double interval);
 
  239      void updateBlinkRight();
 
  243      void createMeasureEditor(
QWidget *parent);
 
  245      bool m_allowLeftMouse; 
 
  248      QString m_templateFileName;      
 
  249      QLabel *m_leftZoomFactor;        
 
  250      QLabel *m_rightZoomFactor;       
 
  251      QLabel *m_leftSampLinePosition;  
 
  252      QLabel *m_rightSampLinePosition; 
 
  253      QLabel *m_leftLatLonPosition;    
 
  254      QLabel *m_rightLatLonPosition;   
 
  255      QRadioButton *m_nogeom; 
 
  256      QRadioButton *m_geom; 
 
  257      QToolButton *m_rightZoomIn;      
 
  258      QToolButton *m_rightZoomOut;     
 
  259      QToolButton *m_rightZoom1;       
 
  263      QList<ChipViewport *> m_blinkList; 
 
  264      unsigned char m_blinkIndex; 
 
  267      QLCDNumber *m_dialNumber;       
 
  268      QDoubleSpinBox *m_blinkTimeBox; 
 
  271      QScrollBar *m_slider; 
 
  273      QPushButton *m_autoReg;      
 
  275      QLabel *m_oldPosition;       
 
  278      bool m_autoRegAttempted;     
 
  280      QPushButton *m_saveMeasure;    
 
  281      QPalette m_saveDefaultPalette; 
 
  307      QListWidget *m_blinkListWidget;       
 
  310      QDoubleSpinBox *m_blinkTimeBoxRight;  
 
  312      QTimer *m_timerRight;                 
 
  313      QList<ChipViewport *> m_blinkChipViewportListRight;  
 
  314      unsigned char m_blinkIndexRight;                     
 
 
Auto Registration class.
Definition AutoReg.h:167
 
A small chip of data used for pattern matching.
Definition Chip.h:86
 
Viewport for Isis Chips.
Definition ChipViewport.h:71
 
a control measurement
Definition ControlMeasure.h:175
 
a control network
Definition ControlNet.h:258
 
A single control point.
Definition ControlPoint.h:356
 
IO Handler for Isis Cubes.
Definition Cube.h:168
 
Widget to display Isis cubes for qt apps.
Definition CubeViewport.h:122
 
Serial Number list generator.
Definition SerialNumberList.h:64
 
Pixel value mapper.
Definition Stretch.h:58
 
Universal Ground Map.
Definition UniversalGroundMap.h:69
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16