Isis 3 Programmer Reference
Isis::ControlMeasureEditWidget Class Reference

Point Editor Widget. More...

#include <ControlMeasureEditWidget.h>

Inheritance diagram for Isis::ControlMeasureEditWidget:
Inheritance graph
Collaboration diagram for Isis::ControlMeasureEditWidget:
Collaboration graph

Public Slots

bool setTemplateFile (QString)
 Allows user to choose a new template file by opening a window from which to select a filename.
 
void setPoint (ControlPoint *editPoint, SerialNumberList *snList)
 Set the Control Point for this widget.
 
void setLeftMeasure (ControlMeasure *leftMeasure, Cube *leftCube, QString pointId)
 Set the measure displayed in the left ChipViewport.
 
void setRightMeasure (ControlMeasure *rightMeasure, Cube *rightCube, QString pointId)
 Set the measure displayed in the right ChipViewport.
 
void colorizeSaveButton ()
 Turn "Save Measure" button text to red.
 
void refreshChips ()
 
void saveChips ()
 Slot to save registration chips to files and fire off qview.
 

Signals

void updateLeftView (double sample, double line)
 
void updateRightView (double sample, double line)
 
void measureSaved ()
 
void newControlNetwork (ControlNet *)
 
void setTemplateFailed (QString)
 
void stretchChipViewport (Stretch *, CubeViewport *)
 

Public Member Functions

 ControlMeasureEditWidget (QWidget *parent=0, bool allowLeftMouse=false, bool useGeometry=true)
 Constructs a ControlMeasureEditWidget widget.
 
 ~ControlMeasureEditWidget ()
 Destructor.
 
QString templateFileName ()
 Returns the template filename used for auto-registration.
 
void allowLeftMouse (bool allowMouse)
 Set the option that allows mouse movements in the left ChipViewport.
 
void setLeftPosition (double sample, double line)
 Set the tack position of the measure in the left ChipViewport.
 
void setRightPosition (double sample, double line)
 Set the tack position of the measure in the right ChipViewport.
 

Private Slots

void setNoGeom ()
 Slot to turn off geom.
 
void setGeom ()
 Turn geom on.
 
void setRotate ()
 ‍**
 
void setCircle (bool)
 Turn circle widgets on/off.
 
void setZoomLink (bool)
 Turn linking of zoom on or off.
 
void findPoint ()
 Find point from left ChipViewport in the right ChipViewport.
 
void registerPoint ()
 Sub-pixel register point in right chipViewport with point in left.
 
void saveMeasure ()
 Save control measure under the crosshair in right ChipViewport.
 
void updateLeftPositionLabel (double zoomFactor)
 Update sample/line, lat/lon and zoom factor of left measure.
 
void updateRightGeom ()
 Slot to update the geomed right ChipViewport for zoom operations.
 
void updateRightPositionLabel (double zoomFactor)
 Update sample/line, lat/lon and zoom factor of right measure.
 
void blinkStart ()
 Slot to start blink function.
 
void blinkStop ()
 Slot to stop blink function.
 
void changeBlinkTime (double interval)
 Set blink rate.
 
void updateBlink ()
 Slot to cause the blink to happen coinciding with the timer.
 
void showBlinkExtension ()
 
void blinkStartRight ()
 Slot to start blink function for advanced blink functionality.
 
void blinkStopRight ()
 Slot to stop blink function.
 
void changeBlinkTimeRight (double interval)
 Set blink rate.
 
void updateBlinkRight ()
 Slot to cause the blink to happen coinciding with the timer.
 

Private Member Functions

void createMeasureEditor (QWidget *parent)
 Design the MeasureEdit widget.
 

Private Attributes

bool m_allowLeftMouse
 Whether or not to allow mouse events on left chip viewport.
 
bool m_useGeometry
 Whether or not to allow geometry/rotation on right chip viewport.
 
QString m_templateFileName
 Registration template filename.
 
QLabel * m_leftZoomFactor
 Label for left chip viewport's zoom factor.
 
QLabel * m_rightZoomFactor
 Label for right chip viewport's zoom factor.
 
QLabel * m_leftSampLinePosition
 Label for left chip viewport's current sample/line.
 
QLabel * m_rightSampLinePosition
 Label for right chip viewport's current sample/line.
 
QLabel * m_leftLatLonPosition
 Label for left chip viewport's current lat/lon.
 
QLabel * m_rightLatLonPosition
 Label for right chip viewport's current lat/lon.
 
QRadioButton * m_nogeom
 Radio button to remove geometry/rotation for right chip viewport.
 
QRadioButton * m_geom
 Radio button to apply geometry/rotation to right chip viewport.
 
QToolButton * m_rightZoomIn
 Button for zooming in right chip viewport.
 
QToolButton * m_rightZoomOut
 Button for zooming out right chip viewport.
 
QToolButton * m_rightZoom1
 Button for 1:1 zoom on right chip viewport.
 
bool m_timerOn
 Indicates if the blink timer is on.
 
QTimer * m_timer
 Timer on the blinking.
 
QList< ChipViewport * > m_blinkList
 List of chip viewports to blink.
 
unsigned char m_blinkIndex
 Index of the chip to load in the left chip viewport.
 
QDial * m_dial
 Rotation dial.
 
QLCDNumber * m_dialNumber
 The current amount of rotation (in degrees)
 
QDoubleSpinBox * m_blinkTimeBox
 The current blink step (in seconds)
 
bool m_circle
 Whether or not to draw circle in center of the right chip viewport.
 
QScrollBar * m_slider
 Slider that controls the size of the center circle.
 
QPushButton * m_autoReg
 Button to auto-register the measure.
 
QWidgetm_autoRegExtension
 Widget that shows after registering a measure.
 
QLabel * m_oldPosition
 The old sample and line before registering.
 
QLabel * m_goodFit
 The goodness of fit value after registering.
 
bool m_autoRegShown
 Whether or not the auto-reg extension is shown.
 
bool m_autoRegAttempted
 Whether or not auto-registration has been attempted.
 
QPushButton * m_saveMeasure
 Button to save the current measure.
 
QPalette m_saveDefaultPalette
 Default color palette for the Save button.
 
ChipViewportm_leftView
 Left ChipViewport.
 
ChipViewportm_rightView
 Right ChipViewport.
 
Cubem_leftCube
 Left chip viewport's Cube.
 
Cubem_rightCube
 Right chip viewport's Cube.
 
ControlMeasurem_leftMeasure
 Left ControlMeasure.
 
ControlMeasurem_rightMeasure
 Right ControlMeasure.
 
Chipm_leftChip
 Left Chip.
 
Chipm_rightChip
 Right Chip.
 
UniversalGroundMapm_leftGroundMap
 UniversalGroundMap for left cube.
 
UniversalGroundMapm_rightGroundMap
 UniversalGroundMap for right cube.
 
AutoRegm_autoRegFact
 Created AutoReg.
 
QString m_pointId
 Associated control point id of the right measure.
 
int m_rotation
 Amount to rotate right chip viewport TODO Is this used??
 
bool m_geomIt
 Apply geometry to the right chip viewport.
 
bool m_linkZoom
 Link zoom factors between chip viewports.
 
ControlPointm_editPoint
 The control point currently being edited.
 
SerialNumberListm_serialNumberList
 The serial numbers for each measure of m_editpoint.
 
QWidgetm_blinkExtension
 Widget for selecting images and timing to blink through them.
 
QListWidget * m_blinkListWidget
 List of images being blinked through.
 
QDoubleSpinBox * m_blinkTimeBoxRight
 Input for time between image blinks.
 
bool m_timerOnRight
 Timer is on for right viewport.
 
QTimer * m_timerRight
 Timer for tracking image blink time.
 
QList< ChipViewport * > m_blinkChipViewportListRight
 List of viewports to blink through.
 
unsigned char m_blinkIndexRight
 Index of image being blinked.
 

Detailed Description

Point Editor Widget.

Author
2008-09-09 Tracie Sucharski
History

2008-11-19 Tracie Sucharski - Addition option to constructor to allow mouse events on leftChipViewport.

2008-11-24 Tracie Sucharski - Changed class name from PointEdit

2008-12-02 Jeannie Walldren - Modified createPointEditor() to allow the leftChipViewport to refresh even if allowLeftMouse = false.

2008-12-10 Jeannie Walldren - Added a private variable for the template filename. Set the default value of this variable to the previously hard-coded template filename. Added setTemplateFile() method derived from previously unused and commented out method called openTemplateFile().

2008-12-15 Jeannie Walldren - Some QMessageBox warnings had strings tacked on to the list of errors. These strings were changed to iExceptions and added to the error stack to conform with Isis standards.

2008-12-30 Jeannie Walldren - Modified savePoint() method to update user (chooser) name and date when point is saved

2009-03-17 Tracie Sucharski - Add slot to set a boolean to indicate whether the registration chips should be saved.

2010-06-08 Jeannie Walldren - Added warning box in registerPoint() if unable to load left or right chip

2010-06-26 Eric Hyer - now uses MdiCubeViewport instead of CubeViewport. Fixed multiple include problems.

2010-11-17 Eric Hyer - now forwards new ControlNets to the ChipViewports

2010-11-19 Tracie Sucharski - Renamed the "Save Point" button to "Save Measure" along with signals and slots. Add a new "Save Point" button which actually saves the edit point to the network.

2010-11-22 Eric Hyer - Forwarded SIGNAL from StretchTool to ChipViewports

2010-12-01 Eric Hyer - Added checkboxes for stretch locking

2010-12-08 Eric Hyer - Relocated stretch locking checkboxes

2010-12-14 Eric Hyer - setTemplateFile now takes the filename as a parameter (no more open dialog!)

2011-05-04 Jai Rideout - updated saveChips() to reference new AutoReg API for accessing chips used in registration.

2011-06-14 Tracie Sucharski - Added slot to colorize the Save Measure button. If user moved the tack point, the button text will be changed to red. If they push the save button, button will go back to black.

2011-06-15 Tracie Sucharski - Changed signal mouseClick to userMovedTackPoint. TODO: Could not use tackPointChanged signal because that signal is emitted whenever the measure is loaded not just when the user initiates the move. This should be cleaned up.

2012-04-17 Tracie Sucharski - If geom is turned on update the right measure in setLeftMeasure.

2012-05-01 Tracie Sucharski - Fix intereface between No Geom, geom and rotate. Make sure resets are done properly when switching beween the options.

2012-05-07 Tracie Sucharski - Change made on 2012-04-17 introduced bug when loading a different control point, so in setLeftMeasure, only update the right chip if we're not loading a different control point.

2012-06-28 Tracie Sucharski - Add parameter to constructor to indicate whether to use cube geometry. This allow cubes with no camera or SPICE information to be used.

2012-07-20 Tracie Sucharski - Change the Save Measure button text and tootip depending on whether movement is allowed on the left chip.

2012-07-26 Tracie Sucharski - Added ability to link zooming between left and right viewports. Added 2 methods, zoomFactor() which returns a zoom factor and zoom(double zoomFactor).

2013-04-30 Tracie Sucharski - Fixed bug introduced by linking zooms between left and right viewports. Zoom factors were being passed into the Chip::Load method as the second argument which should be the rotation value.

2013-11-07 Tracie Sucharski - Moved error checking on edit locked measures from QnetTool::measureSaved to saveMeasure. The error checking now forces the edit lock check box to be unchecked before the measure can be saved. Fixes #1624.

2013-12-30 Kimberly Oyama and Stuart Sides - In saveChips(), added single quotes around the file names in case there are spaces or other special characters in them. Fixes #1551.

2014-07-03 Tracie Sucharski - Renamed from ControlPointEdit for IPCE.

2016-04-28 Tracie Sucharski - Removed position information, this will be shown in ControlNetEditor type view. Added blink capability.

2016-06-27 Ian Humphrey - Updated documentation and coding standards. Fixes #4004.

2017-07-27 Christopher Combs - Added sample, line, lat, and lon labels. Fixes #5067.

2017-08-11 Tracie Sucharski - Added shortcuts for find, registration/undo-registration, save measure. Fixes #4982.

2017-08-11 Tracie Sucharski - Created a new ControlMeasure when editing points so that the edit ControlPoint is no changed until user selects "Save Measures", and colorize save buttons. Fixes #4984.

2018-06-28 Kaitlyn Lee - Removed shortcuts from zoom buttons because of ambiguous shortcut errors. Set the shortcut and tooltip of m_autoReg inside of registerPoint() to allow the user to use the shortcut after an undo-registration ocurs.

2018-09-06 Tracie Sucharski - Added bug fixes from qnet's ControlPointEdit class including moving the creation of AutoRegFactory from constructor to the registerPoint method and fixing seg fault happening in saveMeasure when calling ControlMeasure::SetLogData.

2018-09-24 Tracie Sucharski - Fixed right measure chooser name to the Application::User.

2018-09-26 Tracie Sucharski - Added public method to allow change measure tack points.

2018-10-10 Tracie Sucharski - Fixed blink extension to use geom if selected and correct zoom factor.

Todo
Re-think design of the change made on 2012-07-26. The linking was put into updateLeftPositionLabel because it was the fastest solution, but should this be put somewhere else.

Definition at line 174 of file ControlMeasureEditWidget.h.

Constructor & Destructor Documentation

◆ ControlMeasureEditWidget()

Isis::ControlMeasureEditWidget::ControlMeasureEditWidget ( QWidget * parent = 0,
bool allowLeftMouse = false,
bool useGeometry = true )

Constructs a ControlMeasureEditWidget widget.

Parameters
parent[in]Parent of widget
allowLeftMouse[in]Allow/Disallow mouse events on Left ChipViewport
useGeometry[in]Allow/Disallow geometry and rotation on right ChipViewport
Author
Tracie Sucharski
History
2008-15-?? Jeannie Walldren - Added error string to iException::Message before creating QMessageBox

Definition at line 64 of file ControlMeasureEditWidget.cpp.

References allowLeftMouse(), createMeasureEditor(), m_allowLeftMouse, m_autoRegFact, m_leftCube, m_leftGroundMap, m_rightCube, m_rightGroundMap, m_rotation, m_templateFileName, m_timerOn, m_timerOnRight, and m_useGeometry.

◆ ~ControlMeasureEditWidget()

Isis::ControlMeasureEditWidget::~ControlMeasureEditWidget ( )

Destructor.

Definition at line 90 of file ControlMeasureEditWidget.cpp.

References m_leftChip, and m_rightChip.

Member Function Documentation

◆ allowLeftMouse()

void Isis::ControlMeasureEditWidget::allowLeftMouse ( bool allowMouse)

Set the option that allows mouse movements in the left ChipViewport.

Parameters
allowMouseWhether or not to allow mouse event on left chip viewport
Author
Tracie Sucharski

Definition at line 1668 of file ControlMeasureEditWidget.cpp.

References m_allowLeftMouse, and m_saveMeasure.

Referenced by ControlMeasureEditWidget().

◆ blinkStart

void Isis::ControlMeasureEditWidget::blinkStart ( )
privateslot

Slot to start blink function.

Definition at line 1555 of file ControlMeasureEditWidget.cpp.

References m_blinkIndex, m_blinkList, m_blinkTimeBox, m_leftView, m_rightView, m_timer, m_timerOn, and updateBlink().

Referenced by createMeasureEditor().

◆ blinkStartRight

◆ blinkStop

void Isis::ControlMeasureEditWidget::blinkStop ( )
privateslot

Slot to stop blink function.

Definition at line 1574 of file ControlMeasureEditWidget.cpp.

References m_blinkList, m_leftView, m_timer, and m_timerOn.

Referenced by createMeasureEditor().

◆ blinkStopRight

void Isis::ControlMeasureEditWidget::blinkStopRight ( )
privateslot

Slot to stop blink function.

Definition at line 1815 of file ControlMeasureEditWidget.cpp.

References m_blinkChipViewportListRight, m_rightView, m_timerOnRight, and m_timerRight.

Referenced by createMeasureEditor().

◆ changeBlinkTime

void Isis::ControlMeasureEditWidget::changeBlinkTime ( double interval)
privateslot

Set blink rate.

Parameters
interval[in]Blink rate in seconds
Author
Tracie Sucharski

Definition at line 1591 of file ControlMeasureEditWidget.cpp.

References m_timer, and m_timerOn.

Referenced by createMeasureEditor().

◆ changeBlinkTimeRight

void Isis::ControlMeasureEditWidget::changeBlinkTimeRight ( double interval)
privateslot

Set blink rate.

Parameters
intervalInput Blink rate in seconds
Author
Tracie Sucharski

Definition at line 1831 of file ControlMeasureEditWidget.cpp.

References m_timerOnRight, and m_timerRight.

Referenced by createMeasureEditor().

◆ colorizeSaveButton

void Isis::ControlMeasureEditWidget::colorizeSaveButton ( )
slot

Turn "Save Measure" button text to red.

Author
2011-06-14 Tracie Sucharski

Definition at line 967 of file ControlMeasureEditWidget.cpp.

References m_saveMeasure.

Referenced by createMeasureEditor(), findPoint(), and registerPoint().

◆ createMeasureEditor()

void Isis::ControlMeasureEditWidget::createMeasureEditor ( QWidget * parent)
private

Design the MeasureEdit widget.

Parameters
parentThe parent QWidget
Author
Tracie Sucharski
History

2008-11-19 Tracie Sucharski - Added left pan buttons, but default to hidden.

2008-12-02 Jeannie Walldren - Allow connection between updateLeftView and refreshView for all objects. Previously this was only done if allowLeftMouse = true.

2008-12-02 Tracie Sucharski - Another bug fix due to change on 2008-11-19, The leftView tackPointChanged connection needs to always be made whether mouse button events are allowed or not.

2008-12-10 Jeannie Walldren - Set the default value of the new private variable, m_templateFileName, to the previously hard-coded template filename.

Definition at line 121 of file ControlMeasureEditWidget.cpp.

References blinkStart(), blinkStartRight(), blinkStop(), blinkStopRight(), changeBlinkTime(), changeBlinkTimeRight(), colorizeSaveButton(), Isis::FileName::expanded(), findPoint(), m_allowLeftMouse, m_autoReg, m_autoRegAttempted, m_autoRegExtension, m_autoRegShown, m_blinkExtension, m_blinkListWidget, m_blinkTimeBox, m_blinkTimeBoxRight, m_dial, m_dialNumber, m_geom, m_geomIt, m_goodFit, m_leftChip, m_leftLatLonPosition, m_leftSampLinePosition, m_leftView, m_leftZoomFactor, m_linkZoom, m_nogeom, m_oldPosition, m_rightChip, m_rightLatLonPosition, m_rightSampLinePosition, m_rightView, m_rightZoom1, m_rightZoomFactor, m_rightZoomIn, m_rightZoomOut, m_rotation, m_saveDefaultPalette, m_saveMeasure, m_slider, m_useGeometry, registerPoint(), saveMeasure(), setCircle(), setGeom(), setNoGeom(), setRotate(), setZoomLink(), updateLeftPositionLabel(), updateRightGeom(), updateRightPositionLabel(), and Isis::VIEWSIZE.

Referenced by ControlMeasureEditWidget().

◆ findPoint

void Isis::ControlMeasureEditWidget::findPoint ( )
privateslot

◆ refreshChips

void Isis::ControlMeasureEditWidget::refreshChips ( )
slot

Definition at line 1690 of file ControlMeasureEditWidget.cpp.

◆ registerPoint

void Isis::ControlMeasureEditWidget::registerPoint ( )
privateslot

Sub-pixel register point in right chipViewport with point in left.

History

2008-15-?? Jeannie Walldren - Throw and catch error before creating QMessageBox

2009-03-23 Tracie Sucharski - Added private m_autoRegAttempted for the SaveChips method.

2010-02-16 Tracie Sucharski- If autoreg fails, print registration stats.

2010-02-18 Tracie Sucharski - Registration stats wasn't the correct info to print. Instead, check registrationStatus and print separate errors for each possibility.

2010-02-22 Tracie Sucharski - Added more info for registration failures.

2010-06-08 Jeannie Walldren - Catch error and warn user if unable to load pattern (left) or search (right) chip

2010-10-12 Tracie Sucharski - Clean up try/catch blocks.

2011-06-27 Tracie Sucharski - If un-doing registration, change save button back to black. If registration successful, change save button to red.

2011-10-21 Tracie Sucharski - Add try/catch around registration to catch errors thrown from autoreg class.

2017-04-21 Marjorie Hahn - Added auto registration factory creation.

Definition at line 1041 of file ControlMeasureEditWidget.cpp.

References Isis::AutoReg::AdaptiveAlgorithmFailed, colorizeSaveButton(), Isis::AutoRegFactory::Create(), Isis::AutoReg::CubeLine(), Isis::AutoReg::CubeSample(), Isis::AutoReg::Distance(), Isis::AutoReg::DistanceTolerance(), Isis::AutoReg::FitChipNoData, Isis::AutoReg::FitChipToleranceNotMet, Isis::AutoReg::GoodnessOfFit(), Isis::IException::Io, Isis::Chip::Load(), m_autoReg, m_autoRegAttempted, m_autoRegExtension, m_autoRegFact, m_autoRegShown, m_goodFit, m_leftCube, m_leftMeasure, m_oldPosition, m_rightCube, m_rightMeasure, m_saveDefaultPalette, m_saveMeasure, m_templateFileName, m_useGeometry, Isis::AutoReg::MinimumZScore(), Isis::AutoReg::PatternChip(), Isis::AutoReg::PatternChipNotEnoughValidData, Isis::AutoReg::PatternValidPercent(), Isis::AutoReg::PatternZScoreNotMet, Isis::AutoReg::Register(), Isis::AutoReg::SearchChip(), Isis::AutoReg::Success(), Isis::AutoReg::SurfaceModelDistanceInvalid, Isis::AutoReg::SurfaceModelNotEnoughValidData, Isis::AutoReg::SurfaceModelSolutionInvalid, Isis::Chip::TackCube(), Isis::AutoReg::Tolerance(), and Isis::AutoReg::ZScores().

Referenced by createMeasureEditor().

◆ saveChips

void Isis::ControlMeasureEditWidget::saveChips ( )
slot

Slot to save registration chips to files and fire off qview.

Author
2009-03-18 Tracie Sucharski
History
2009-03-23 Tracie Sucharski - Use m_autoRegAttempted to see if chips exist.

Definition at line 1705 of file ControlMeasureEditWidget.cpp.

References Isis::AutoReg::FitChip(), m_autoRegAttempted, m_autoRegFact, m_leftMeasure, m_pointId, m_rightMeasure, Isis::AutoReg::RegistrationPatternChip(), Isis::AutoReg::RegistrationSearchChip(), Isis::ProgramLauncher::RunSystemCommand(), Isis::toString(), and Isis::Chip::Write().

◆ saveMeasure

void Isis::ControlMeasureEditWidget::saveMeasure ( )
privateslot

Save control measure under the crosshair in right ChipViewport.

History

2008-12-30 Jeannie Walldren - Modified to update user (chooser) name and date when point is saved

2010-11-19 Tracie Sucharski - Renamed from savePoint.

2011-03-04 Tracie Sucharski - If auto reg info is shown, save the GoodnessOfFit value to the right ControlMeasure log entry. Changed the way the left viewport is updated if the left and right measure are the same. Simply copy the right measure into the left and re-load the left measure. If measure currently has type of subPixelRegistered, but the new position has not be sub-pixel registered, change measure type and get rid of goodness of fit.

2011-06-14 Tracie Sucharski - Change Save Measure button text back to black.

2011-07-19 Tracie Sucharski - Updated for new functionality of registration pixel shift. ControlMeasure will now calculate based on aprioriSample/Line and current coordinate. If autoreg has been calculated, save coordinate to apriori before updating to subpixel registered coordinate.

2013-11-07 Tracie Sucharski - Moved error checking on edit locked measures from QnetTool::measureSaved to saveMeasure. The error checking now forces the edit lock check box to be unchecked before the measure can be saved.

2015-01-09 Ian Humphrey - Modified to prevent segmentation fault that arises when registering, opening a template file, and saving the measure. This was caused by not handling the exception thrown by ControlMeasure::SetLogData(), which produces undefined behavior within the Qt signal-slot connection mechanism.

Definition at line 1226 of file ControlMeasureEditWidget.cpp.

References Isis::ControlMeasure::DeleteLogData(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::AutoReg::GoodnessOfFit(), Isis::ControlMeasureLogData::GoodnessOfFit, Isis::ControlMeasure::IsEditLocked(), m_allowLeftMouse, m_autoReg, m_autoRegExtension, m_autoRegFact, m_autoRegShown, m_leftCube, m_leftMeasure, m_leftView, m_pointId, m_rightMeasure, m_rightView, m_saveDefaultPalette, m_saveMeasure, Isis::ControlMeasure::Manual, Isis::ControlMeasureLogData::MaximumPixelZScore, Isis::ControlMeasureLogData::MinimumPixelZScore, Isis::ControlMeasure::RegisteredSubPixel, Isis::ControlMeasure::SetChooserName(), Isis::ControlMeasure::SetCoordinate(), Isis::ControlMeasure::SetDateTime(), setLeftMeasure(), Isis::ControlMeasure::SetLogData(), Isis::ControlMeasure::SetType(), Isis::ChipViewport::tackLine(), Isis::ChipViewport::tackSample(), Isis::Application::UserName(), and Isis::AutoReg::ZScores().

Referenced by createMeasureEditor().

◆ setCircle

void Isis::ControlMeasureEditWidget::setCircle ( bool checked)
privateslot

Turn circle widgets on/off.

Parameters
checked[in]Turn cirle on or off
Author
2008-09-09 Tracie Sucharski

Definition at line 1512 of file ControlMeasureEditWidget.cpp.

References m_circle, m_leftView, m_rightView, m_slider, and Isis::ChipViewport::setCircle().

Referenced by createMeasureEditor().

◆ setGeom

void Isis::ControlMeasureEditWidget::setGeom ( )
privateslot

Turn geom on.

History

2007-06-15 Tracie Sucharski - Grey out zoom buttons

2008-15-?? Jeannie Walldren - Added error string to iException::Message before creating QMessageBox

Definition at line 1427 of file ControlMeasureEditWidget.cpp.

References Isis::ChipViewport::geomChip(), m_dial, m_dialNumber, m_geom, m_geomIt, m_leftChip, m_leftCube, m_nogeom, m_rightView, m_rightZoom1, m_rightZoomIn, m_rightZoomOut, and Isis::IException::User.

Referenced by createMeasureEditor().

◆ setLeftMeasure

void Isis::ControlMeasureEditWidget::setLeftMeasure ( ControlMeasure * leftMeasure,
Cube * leftCube,
QString pointId )
slot

Set the measure displayed in the left ChipViewport.

Parameters
leftMeasure[in]Measure displayed in left ChipViewport
leftCube[in]Cube of measure displayed in left ChipViewport
pointId[in]Control point id associated with the left measure
Author
Tracie Sucharski
History

2008-11-19 Tracie Sucharski - If left cube changes, get new universalGroundMap.

2012-04-17 Tracie Sucharski - If geom is turned on update the right measure.

2012-05-07 Tracie Sucharski - Last change introduced bug when loading a different control point, so only update the right chip if we're not loading a different control point.

2013-04-30 Tracie Sucharski - Fixed bug introduced by linking zooms between left and right viewports. Zoom factors were being passed into the Chip::Load method as the second argument which should be the rotation value.

Definition at line 731 of file ControlMeasureEditWidget.cpp.

References Isis::Chip::Load(), m_autoReg, m_autoRegExtension, m_autoRegShown, m_geomIt, m_leftChip, m_leftCube, m_leftGroundMap, m_leftMeasure, m_leftView, m_pointId, m_useGeometry, Isis::ChipViewport::setChip(), Isis::Chip::TackCube(), and updateRightGeom().

Referenced by saveMeasure().

◆ setLeftPosition()

void Isis::ControlMeasureEditWidget::setLeftPosition ( double sample,
double line )

Set the tack position of the measure in the left ChipViewport.

Parameters
sample[in]Sample of the tack position for the right ChipViewport
line[in]Line of the tack position for the left ChipViewport

Definition at line 774 of file ControlMeasureEditWidget.cpp.

References m_leftChip, and Isis::Chip::TackCube().

◆ setNoGeom

void Isis::ControlMeasureEditWidget::setNoGeom ( )
privateslot

Slot to turn off geom.

History
2012-05-01 Tracie Sucharski - Reset zoom buttons and rotate dial, then reload chip

Definition at line 1476 of file ControlMeasureEditWidget.cpp.

References m_dial, m_dialNumber, m_geomIt, m_rightView, m_rightZoom1, m_rightZoomIn, m_rightZoomOut, and Isis::ChipViewport::nogeomChip().

Referenced by createMeasureEditor().

◆ setPoint

void Isis::ControlMeasureEditWidget::setPoint ( ControlPoint * editPoint,
SerialNumberList * snList )
slot

Set the Control Point for this widget.

Parameters
editPoint[in]ControlPoint for this widget
snList[in]SerialNumberList associated with the control net containing the ControlPoint

Definition at line 1740 of file ControlMeasureEditWidget.cpp.

References m_blinkListWidget, m_editPoint, and m_serialNumberList.

◆ setRightMeasure

void Isis::ControlMeasureEditWidget::setRightMeasure ( ControlMeasure * rightMeasure,
Cube * rightCube,
QString pointId )
slot

Set the measure displayed in the right ChipViewport.

Parameters
rightMeasure[in]Measure displayed in right ChipViewport
rightCube[in]Cube of measure displayed in right ChipViewport
pointId[in]Control point id associated with the measure
Author
Tracie Sucharski
History

2008-11-19 Tracie Sucharski - If right cube changes, get new universalGroundMap.

2008-15-?? Jeannie Walldren - Added error string to iException::Message before creating QMessageBox

2009-09-14 Tracie Sucharski - Call geomChip to make sure left chip is initialized in the ChipViewport. This was done for the changes made to the Chip class and the ChipViewport class where the Cube info is no longer stored.

2013-04-30 Tracie Sucharski - Fixed bug introduced by linking zooms between left and right viewports. Zoom factors were being passed into the Chip::Load method as the second argument which should be the rotation value.

Definition at line 821 of file ControlMeasureEditWidget.cpp.

References Isis::Chip::Load(), m_autoReg, m_autoRegAttempted, m_autoRegExtension, m_autoRegShown, m_geom, m_geomIt, m_leftChip, m_leftCube, m_nogeom, m_pointId, m_rightChip, m_rightCube, m_rightGroundMap, m_rightMeasure, m_rightView, m_saveDefaultPalette, m_saveMeasure, m_useGeometry, Isis::ChipViewport::setChip(), Isis::Chip::TackCube(), updateRightGeom(), and Isis::IException::User.

◆ setRightPosition()

void Isis::ControlMeasureEditWidget::setRightPosition ( double sample,
double line )

Set the tack position of the measure in the right ChipViewport.

Parameters
sample[in]Sample of the tack position for the right ChipViewport
line[in]Line of the tack position for the left ChipViewport

Definition at line 788 of file ControlMeasureEditWidget.cpp.

References m_rightChip, and Isis::Chip::TackCube().

◆ setRotate

void Isis::ControlMeasureEditWidget::setRotate ( )
privateslot

‍**

Slot to enable the rotate dial

History
2012-05-01 Tracie Sucharski - Reset zoom buttons and reload chip

Definition at line 1388 of file ControlMeasureEditWidget.cpp.

References m_dial, m_dialNumber, m_geomIt, m_rightView, m_rightZoom1, m_rightZoomIn, m_rightZoomOut, and Isis::ChipViewport::nogeomChip().

Referenced by createMeasureEditor().

◆ setTemplateFile

bool Isis::ControlMeasureEditWidget::setTemplateFile ( QString fn)
slot

Allows user to choose a new template file by opening a window from which to select a filename.

This file is then registered and set as the new template.

Parameters
fnTemplate filename
Author
Tracie Sucharski
History

2008-12-10 Jeannie Walldren - Changed name from openTemplateFile() and added functionality to set new template filename to the private variable, m_templateFileName

2008-12-15 Jeannie Walldren - Modified code to only allow the template file to be modified if registration is successfull, otherwise the original template file is kept.

Definition at line 1624 of file ControlMeasureEditWidget.cpp.

References Isis::AutoRegFactory::Create(), Isis::IException::Io, m_autoRegFact, and m_templateFileName.

◆ setZoomLink

void Isis::ControlMeasureEditWidget::setZoomLink ( bool checked)
privateslot

Turn linking of zoom on or off.

Parameters
checked[in]Turn zoom linking on or off
Author
2012-07-26 Tracie Sucharski

Definition at line 1541 of file ControlMeasureEditWidget.cpp.

References m_leftView, m_linkZoom, m_rightView, Isis::ChipViewport::zoom(), and Isis::ChipViewport::zoomFactor().

Referenced by createMeasureEditor().

◆ showBlinkExtension

void Isis::ControlMeasureEditWidget::showBlinkExtension ( )
privateslot

Definition at line 1750 of file ControlMeasureEditWidget.cpp.

◆ templateFileName()

QString Isis::ControlMeasureEditWidget::templateFileName ( )
inline

Returns the template filename used for auto-registration.

Returns
QString Template filename

Definition at line 186 of file ControlMeasureEditWidget.h.

References m_templateFileName.

◆ updateBlink

void Isis::ControlMeasureEditWidget::updateBlink ( )
privateslot

Slot to cause the blink to happen coinciding with the timer.

Definition at line 1599 of file ControlMeasureEditWidget.cpp.

References Isis::ChipViewport::loadView(), m_blinkIndex, m_blinkList, and m_leftView.

Referenced by blinkStart().

◆ updateBlinkRight

void Isis::ControlMeasureEditWidget::updateBlinkRight ( )
privateslot

Slot to cause the blink to happen coinciding with the timer.

Definition at line 1837 of file ControlMeasureEditWidget.cpp.

References Isis::ChipViewport::loadView(), m_blinkChipViewportListRight, m_blinkIndexRight, and m_rightView.

Referenced by blinkStartRight().

◆ updateLeftPositionLabel

void Isis::ControlMeasureEditWidget::updateLeftPositionLabel ( double zoomFactor)
privateslot

Update sample/line, lat/lon and zoom factor of left measure.

Parameters
zoomFactor[in]zoom factor
Author
Tracie Sucharski
History

2012-07-26 Tracie Sucharski - Added ability to link zooming between left and right viewports. TODO: Re-think design, should this be put somewhere else. This was the fastest solution for now.

2017-08-03 Christopher Combs - Added label updates for sample, line, lat and lon

Definition at line 890 of file ControlMeasureEditWidget.cpp.

References m_leftGroundMap, m_leftLatLonPosition, m_leftSampLinePosition, m_leftView, m_leftZoomFactor, m_linkZoom, m_rightView, m_useGeometry, Isis::UniversalGroundMap::SetImage(), Isis::ChipViewport::tackLine(), Isis::ChipViewport::tackSample(), Isis::UniversalGroundMap::UniversalLatitude(), Isis::UniversalGroundMap::UniversalLongitude(), Isis::ChipViewport::zoom(), and Isis::ChipViewport::zoomFactor().

Referenced by createMeasureEditor().

◆ updateRightGeom

void Isis::ControlMeasureEditWidget::updateRightGeom ( )
privateslot

Slot to update the geomed right ChipViewport for zoom operations.

History
2008-15-?? Jeannie Walldren - Added error string to iException::Message before creating QMessageBox

Definition at line 1335 of file ControlMeasureEditWidget.cpp.

References Isis::ChipViewport::geomChip(), m_geom, m_geomIt, m_leftChip, m_leftCube, m_nogeom, m_rightView, and Isis::IException::User.

Referenced by createMeasureEditor(), setLeftMeasure(), and setRightMeasure().

◆ updateRightPositionLabel

void Isis::ControlMeasureEditWidget::updateRightPositionLabel ( double zoomFactor)
privateslot

Update sample/line, lat/lon and zoom factor of right measure.

Parameters
zoomFactor[in]zoom factor
Author
Tracie Sucharski
History
2017-08-03 Christopher Combs - Added label updates for sample, line, lat and lon

Definition at line 927 of file ControlMeasureEditWidget.cpp.

References m_autoReg, m_autoRegExtension, m_autoRegShown, m_rightGroundMap, m_rightLatLonPosition, m_rightSampLinePosition, m_rightView, m_rightZoomFactor, m_useGeometry, Isis::UniversalGroundMap::SetImage(), Isis::ChipViewport::tackLine(), Isis::ChipViewport::tackSample(), Isis::UniversalGroundMap::UniversalLatitude(), and Isis::UniversalGroundMap::UniversalLongitude().

Referenced by createMeasureEditor().

Member Data Documentation

◆ m_allowLeftMouse

bool Isis::ControlMeasureEditWidget::m_allowLeftMouse
private

Whether or not to allow mouse events on left chip viewport.

Definition at line 245 of file ControlMeasureEditWidget.h.

Referenced by allowLeftMouse(), ControlMeasureEditWidget(), createMeasureEditor(), and saveMeasure().

◆ m_autoReg

QPushButton* Isis::ControlMeasureEditWidget::m_autoReg
private

Button to auto-register the measure.

Definition at line 273 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), registerPoint(), saveMeasure(), setLeftMeasure(), setRightMeasure(), and updateRightPositionLabel().

◆ m_autoRegAttempted

bool Isis::ControlMeasureEditWidget::m_autoRegAttempted
private

Whether or not auto-registration has been attempted.

Definition at line 278 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), registerPoint(), saveChips(), and setRightMeasure().

◆ m_autoRegExtension

QWidget* Isis::ControlMeasureEditWidget::m_autoRegExtension
private

Widget that shows after registering a measure.

Definition at line 274 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), registerPoint(), saveMeasure(), setLeftMeasure(), setRightMeasure(), and updateRightPositionLabel().

◆ m_autoRegFact

AutoReg* Isis::ControlMeasureEditWidget::m_autoRegFact
private

◆ m_autoRegShown

bool Isis::ControlMeasureEditWidget::m_autoRegShown
private

Whether or not the auto-reg extension is shown.

Definition at line 277 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), registerPoint(), saveMeasure(), setLeftMeasure(), setRightMeasure(), and updateRightPositionLabel().

◆ m_blinkChipViewportListRight

QList<ChipViewport *> Isis::ControlMeasureEditWidget::m_blinkChipViewportListRight
private

List of viewports to blink through.

Definition at line 313 of file ControlMeasureEditWidget.h.

Referenced by blinkStartRight(), blinkStopRight(), and updateBlinkRight().

◆ m_blinkExtension

QWidget* Isis::ControlMeasureEditWidget::m_blinkExtension
private

Widget for selecting images and timing to blink through them.

Definition at line 306 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor().

◆ m_blinkIndex

unsigned char Isis::ControlMeasureEditWidget::m_blinkIndex
private

Index of the chip to load in the left chip viewport.

Definition at line 264 of file ControlMeasureEditWidget.h.

Referenced by blinkStart(), and updateBlink().

◆ m_blinkIndexRight

unsigned char Isis::ControlMeasureEditWidget::m_blinkIndexRight
private

Index of image being blinked.

Definition at line 314 of file ControlMeasureEditWidget.h.

Referenced by blinkStartRight(), and updateBlinkRight().

◆ m_blinkList

QList<ChipViewport *> Isis::ControlMeasureEditWidget::m_blinkList
private

List of chip viewports to blink.

Definition at line 263 of file ControlMeasureEditWidget.h.

Referenced by blinkStart(), blinkStop(), and updateBlink().

◆ m_blinkListWidget

QListWidget* Isis::ControlMeasureEditWidget::m_blinkListWidget
private

List of images being blinked through.

Definition at line 307 of file ControlMeasureEditWidget.h.

Referenced by blinkStartRight(), createMeasureEditor(), and setPoint().

◆ m_blinkTimeBox

QDoubleSpinBox* Isis::ControlMeasureEditWidget::m_blinkTimeBox
private

The current blink step (in seconds)

Definition at line 268 of file ControlMeasureEditWidget.h.

Referenced by blinkStart(), and createMeasureEditor().

◆ m_blinkTimeBoxRight

QDoubleSpinBox* Isis::ControlMeasureEditWidget::m_blinkTimeBoxRight
private

Input for time between image blinks.

Definition at line 310 of file ControlMeasureEditWidget.h.

Referenced by blinkStartRight(), and createMeasureEditor().

◆ m_circle

bool Isis::ControlMeasureEditWidget::m_circle
private

Whether or not to draw circle in center of the right chip viewport.

Definition at line 270 of file ControlMeasureEditWidget.h.

Referenced by setCircle().

◆ m_dial

QDial* Isis::ControlMeasureEditWidget::m_dial
private

Rotation dial.

Definition at line 266 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), setGeom(), setNoGeom(), and setRotate().

◆ m_dialNumber

QLCDNumber* Isis::ControlMeasureEditWidget::m_dialNumber
private

The current amount of rotation (in degrees)

Definition at line 267 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), setGeom(), setNoGeom(), and setRotate().

◆ m_editPoint

ControlPoint* Isis::ControlMeasureEditWidget::m_editPoint
private

The control point currently being edited.

Definition at line 304 of file ControlMeasureEditWidget.h.

Referenced by blinkStartRight(), and setPoint().

◆ m_geom

QRadioButton* Isis::ControlMeasureEditWidget::m_geom
private

Radio button to apply geometry/rotation to right chip viewport.

Definition at line 256 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), setGeom(), setRightMeasure(), and updateRightGeom().

◆ m_geomIt

bool Isis::ControlMeasureEditWidget::m_geomIt
private

Apply geometry to the right chip viewport.

Definition at line 299 of file ControlMeasureEditWidget.h.

Referenced by blinkStartRight(), createMeasureEditor(), setGeom(), setLeftMeasure(), setNoGeom(), setRightMeasure(), setRotate(), and updateRightGeom().

◆ m_goodFit

QLabel* Isis::ControlMeasureEditWidget::m_goodFit
private

The goodness of fit value after registering.

Definition at line 276 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), and registerPoint().

◆ m_leftChip

Chip* Isis::ControlMeasureEditWidget::m_leftChip
private

◆ m_leftCube

Cube* Isis::ControlMeasureEditWidget::m_leftCube
private

◆ m_leftGroundMap

UniversalGroundMap* Isis::ControlMeasureEditWidget::m_leftGroundMap
private

◆ m_leftLatLonPosition

QLabel* Isis::ControlMeasureEditWidget::m_leftLatLonPosition
private

Label for left chip viewport's current lat/lon.

Definition at line 253 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), and updateLeftPositionLabel().

◆ m_leftMeasure

ControlMeasure* Isis::ControlMeasureEditWidget::m_leftMeasure
private

◆ m_leftSampLinePosition

QLabel* Isis::ControlMeasureEditWidget::m_leftSampLinePosition
private

Label for left chip viewport's current sample/line.

Definition at line 251 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), and updateLeftPositionLabel().

◆ m_leftView

◆ m_leftZoomFactor

QLabel* Isis::ControlMeasureEditWidget::m_leftZoomFactor
private

Label for left chip viewport's zoom factor.

Definition at line 249 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), and updateLeftPositionLabel().

◆ m_linkZoom

bool Isis::ControlMeasureEditWidget::m_linkZoom
private

Link zoom factors between chip viewports.

Definition at line 300 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), setZoomLink(), and updateLeftPositionLabel().

◆ m_nogeom

QRadioButton* Isis::ControlMeasureEditWidget::m_nogeom
private

Radio button to remove geometry/rotation for right chip viewport.

Definition at line 255 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), setGeom(), setRightMeasure(), and updateRightGeom().

◆ m_oldPosition

QLabel* Isis::ControlMeasureEditWidget::m_oldPosition
private

The old sample and line before registering.

Definition at line 275 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), and registerPoint().

◆ m_pointId

QString Isis::ControlMeasureEditWidget::m_pointId
private

Associated control point id of the right measure.

Definition at line 296 of file ControlMeasureEditWidget.h.

Referenced by saveChips(), saveMeasure(), setLeftMeasure(), and setRightMeasure().

◆ m_rightChip

Chip* Isis::ControlMeasureEditWidget::m_rightChip
private

◆ m_rightCube

Cube* Isis::ControlMeasureEditWidget::m_rightCube
private

Right chip viewport's Cube.

Definition at line 287 of file ControlMeasureEditWidget.h.

Referenced by ControlMeasureEditWidget(), registerPoint(), and setRightMeasure().

◆ m_rightGroundMap

UniversalGroundMap* Isis::ControlMeasureEditWidget::m_rightGroundMap
private

◆ m_rightLatLonPosition

QLabel* Isis::ControlMeasureEditWidget::m_rightLatLonPosition
private

Label for right chip viewport's current lat/lon.

Definition at line 254 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), and updateRightPositionLabel().

◆ m_rightMeasure

ControlMeasure* Isis::ControlMeasureEditWidget::m_rightMeasure
private

◆ m_rightSampLinePosition

QLabel* Isis::ControlMeasureEditWidget::m_rightSampLinePosition
private

Label for right chip viewport's current sample/line.

Definition at line 252 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), and updateRightPositionLabel().

◆ m_rightView

◆ m_rightZoom1

QToolButton* Isis::ControlMeasureEditWidget::m_rightZoom1
private

Button for 1:1 zoom on right chip viewport.

Definition at line 259 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), setGeom(), setNoGeom(), and setRotate().

◆ m_rightZoomFactor

QLabel* Isis::ControlMeasureEditWidget::m_rightZoomFactor
private

Label for right chip viewport's zoom factor.

Definition at line 250 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), and updateRightPositionLabel().

◆ m_rightZoomIn

QToolButton* Isis::ControlMeasureEditWidget::m_rightZoomIn
private

Button for zooming in right chip viewport.

Definition at line 257 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), setGeom(), setNoGeom(), and setRotate().

◆ m_rightZoomOut

QToolButton* Isis::ControlMeasureEditWidget::m_rightZoomOut
private

Button for zooming out right chip viewport.

Definition at line 258 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), setGeom(), setNoGeom(), and setRotate().

◆ m_rotation

int Isis::ControlMeasureEditWidget::m_rotation
private

Amount to rotate right chip viewport TODO Is this used??

Definition at line 298 of file ControlMeasureEditWidget.h.

Referenced by ControlMeasureEditWidget(), and createMeasureEditor().

◆ m_saveDefaultPalette

QPalette Isis::ControlMeasureEditWidget::m_saveDefaultPalette
private

Default color palette for the Save button.

Definition at line 281 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), registerPoint(), saveMeasure(), and setRightMeasure().

◆ m_saveMeasure

QPushButton* Isis::ControlMeasureEditWidget::m_saveMeasure
private

Button to save the current measure.

Definition at line 280 of file ControlMeasureEditWidget.h.

Referenced by allowLeftMouse(), colorizeSaveButton(), createMeasureEditor(), registerPoint(), saveMeasure(), and setRightMeasure().

◆ m_serialNumberList

SerialNumberList* Isis::ControlMeasureEditWidget::m_serialNumberList
private

The serial numbers for each measure of m_editpoint.

Definition at line 305 of file ControlMeasureEditWidget.h.

Referenced by blinkStartRight(), and setPoint().

◆ m_slider

QScrollBar* Isis::ControlMeasureEditWidget::m_slider
private

Slider that controls the size of the center circle.

Definition at line 271 of file ControlMeasureEditWidget.h.

Referenced by createMeasureEditor(), and setCircle().

◆ m_templateFileName

QString Isis::ControlMeasureEditWidget::m_templateFileName
private

Registration template filename.

Definition at line 248 of file ControlMeasureEditWidget.h.

Referenced by ControlMeasureEditWidget(), registerPoint(), setTemplateFile(), and templateFileName().

◆ m_timer

QTimer* Isis::ControlMeasureEditWidget::m_timer
private

Timer on the blinking.

Definition at line 262 of file ControlMeasureEditWidget.h.

Referenced by blinkStart(), blinkStop(), and changeBlinkTime().

◆ m_timerOn

bool Isis::ControlMeasureEditWidget::m_timerOn
private

Indicates if the blink timer is on.

Definition at line 261 of file ControlMeasureEditWidget.h.

Referenced by blinkStart(), blinkStop(), changeBlinkTime(), and ControlMeasureEditWidget().

◆ m_timerOnRight

bool Isis::ControlMeasureEditWidget::m_timerOnRight
private

Timer is on for right viewport.

Definition at line 311 of file ControlMeasureEditWidget.h.

Referenced by blinkStartRight(), blinkStopRight(), changeBlinkTimeRight(), and ControlMeasureEditWidget().

◆ m_timerRight

QTimer* Isis::ControlMeasureEditWidget::m_timerRight
private

Timer for tracking image blink time.

Definition at line 312 of file ControlMeasureEditWidget.h.

Referenced by blinkStartRight(), blinkStopRight(), and changeBlinkTimeRight().

◆ m_useGeometry

bool Isis::ControlMeasureEditWidget::m_useGeometry
private

Whether or not to allow geometry/rotation on right chip viewport.

Definition at line 246 of file ControlMeasureEditWidget.h.

Referenced by ControlMeasureEditWidget(), createMeasureEditor(), registerPoint(), setLeftMeasure(), setRightMeasure(), updateLeftPositionLabel(), and updateRightPositionLabel().


The documentation for this class was generated from the following files: