USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::MatchTool Class Reference

Match tool operations. More...

#include <MatchTool.h>

Inheritance diagram for Isis::MatchTool:
Inheritance graph
Collaboration diagram for Isis::MatchTool:
Collaboration graph

Public Types

enum  MeasureColumns {
  FILENAME, CUBESN, SAMPLE, LINE,
  APRIORISAMPLE, APRIORILINE, SAMPLERESIDUAL, LINERESIDUAL,
  RESIDUALMAGNITUDE, SAMPLESHIFT, LINESHIFT, PIXELSHIFT,
  GOODNESSOFFIT, IGNORED, EDITLOCK, TYPE
}
 

Public Slots

void createPoint (MdiCubeViewport *mvp, double sample, double line)
 Create new control point at given samp, line for viewport.
 
void modifyPoint (ControlPoint *point)
 Modify control point.
 
void deletePoint (ControlPoint *point)
 Delete control point.
 
void updatePointInfo (QString pointId)
 Update the current editPoint information in the Point Editor labels.
 
void refresh ()
 Refresh all necessary widgets in MatchTool including the PointEditor and CubeViewports.
 
void activate (bool)
 Activates the tool.
 
virtual void updateTool ()
 Updates the tool.
 
void setCubeViewport (MdiCubeViewport *cvp)
 Sets the current viewport to the given cvp.
 

Signals

void editPointChanged ()
 
void ignorePointChanged ()
 
void ignoreLeftChanged ()
 
void ignoreRightChanged ()
 
void newControlNetwork (ControlNet *)
 
void stretchChipViewport (Stretch *, CubeViewport *)
 
void measureChanged ()
 
void clearWarningSignal ()
 
void toolActivated ()
 
void viewportChanged ()
 

Public Member Functions

 MatchTool (QWidget *parent)
 Consructs the Match Tool window.
 
void paintViewport (MdiCubeViewport *mvp, QPainter *painter)
 Take care of drawing things on a viewPort.
 
QString measureColumnToString (MeasureColumns column)
 
void addTo (ViewportMainWindow *mw)
 Adds the tool to the application.
 
void addTo (ToolPad *toolpad)
 Adds the tool to the toolpad.
 
virtual void addTo (QMenu *menu)
 
virtual void addTo (Workspace *ws)
 Adds the given workspace to the cubeviewport list.
 
virtual QString menuName () const
 Anytime a tool is created, you must give it a name for the menu.
 
virtual void addToPermanent (QToolBar *toolbar)
 
void addToActive (QToolBar *toolbar)
 
QString toolIconDir () const
 returns the path to the icon directory.
 
RubberBandToolrubberBandTool ()
 
void setList (ToolList *currentList)
 

Static Public Attributes

static const int NUMCOLUMNS = 16
 

Protected Types

typedef QVector
< MdiCubeViewport * > 
CubeViewportList
 A list of cubeviewports.
 

Protected Slots

QWidgetcreateToolBarWidget (QStackedWidget *parent)
 
void mouseButtonRelease (QPoint p, Qt::MouseButton s)
 Handle mouse events on CubeViewport.
 
virtual void rubberBandComplete ()
 
virtual void screenPixelsChanged ()
 This is called when actions change which pixels from the cube are displayed.
 
virtual void mouseEnter ()
 
virtual void mouseMove (QPoint p)
 
virtual void mouseMove (QPoint p, Qt::MouseButton)
 
virtual void mouseLeave ()
 
virtual void mouseDoubleClick (QPoint p)
 
virtual void mouseButtonPress (QPoint p, Qt::MouseButton s)
 
virtual void updateMeasure ()
 
virtual void scaleChanged ()
 
virtual void stretchRequested (MdiCubeViewport *, int)
 
void registerTool (MdiCubeViewport *viewport)
 Registers the tool to the viewport.
 

Protected Member Functions

QActiontoolPadAction (ToolPad *pad)
 Adds the Tie tool action to the tool pad.
 
bool eventFilter (QObject *o, QEvent *e)
 Event filter for MatchTool.
 
MdiCubeViewportcubeViewport () const
 Return the current cubeviewport.
 
CubeViewportListcubeViewportList () const
 Return the list of cubeviewports.
 
virtual void addConnections (MdiCubeViewport *cvp)
 Anytime a tool is created, you must add the connections for it.
 
virtual void removeConnections (MdiCubeViewport *cvp)
 Anytime a tool is created, you must be able to remove it's connections.
 
virtual void enableRubberBandTool ()
 Anytime a tool is created, you may use the rubber band tool.
 
Workspaceworkspace ()
 

Private Slots

void showHelp ()
 
void enterWhatsThisMode ()
 
void paintAllViewports ()
 This method will repaint the given Point ID in each viewport Note: The pointId parameter is here even though it's not used because the signal (MatchTool::editPointChanged connected to this slot is also connected to another slot (MatchNavTool::updateEditPoint which needs the point Id.
 
void activateTool ()
 
void openNet ()
 
void saveNet ()
 Signal to save control net.
 
void saveAsNet ()
 Signal to save the control net.
 
void setLockPoint (bool ignore)
 Set point's "EditLock" keyword to the value of the input parameter.
 
void setIgnorePoint (bool ignore)
 Set point's "Ignore" keyword to the value of the input parameter.
 
void setLockLeftMeasure (bool ignore)
 Set the "EditLock" keyword of the measure shown in the left viewport to the value of the input parameter.
 
void setIgnoreLeftMeasure (bool ignore)
 Set the "Ignore" keyword of the measure shown in the left viewport to the value of the input parameter.
 
void setLockRightMeasure (bool ignore)
 Set the "EditLock" keyword of the measure shown in the right viewport to the value of the input parameter.
 
void setIgnoreRightMeasure (bool ignore)
 Set the "Ignore" keyword of the measure shown in the right viewport to the value of the input parameter.
 
void selectLeftMeasure (int index)
 Select left measure.
 
void selectRightMeasure (int index)
 Select right measure.
 
void updateLeftMeasureInfo ()
 
void updateRightMeasureInfo ()
 
void measureSaved ()
 This method is connected with the measureSaved() signal from ControlPointEdit.
 
void checkReference ()
 
void savePoint ()
 Save edit point to the Control Network.
 
void colorizeSaveButton ()
 Turn "Save Point" button text to red.
 
void cancelNewPoint ()
 
void doneWithMeasures ()
 
void openTemplateFile ()
 prompt user for a registration template file to open.
 
void viewTemplateFile ()
 Allows the user to view the template file that is currently set.
 
void saveChips ()
 Slot which calls ControlPointEditor slot to save chips.
 
void showHideTemplateEditor ()
 
void saveTemplateFile ()
 save the file opened in the template editor
 
void saveTemplateFileAs ()
 save the contents of template editor to a file chosen by the user
 
void setTemplateModified ()
 called when the template file is modified by the template editor
 
void writeTemplateFile (QString)
 write the contents of the template editor to the file provided.
 
void clearEditPoint ()
 
void exiting ()
 This called when qview is exiting.
 

Private Member Functions

void createActions ()
 
void createMenus ()
 Customize dropdown menus below title bar.
 
void createToolBars ()
 
void loadPoint ()
 Load point into MatchTool.
 
void loadMeasureTable ()
 Load measure information into the measure table.
 
void drawAllMeasurments (MdiCubeViewport *mvp, QPainter *painter)
 Draw all measurments which are on this viewPort.
 
void createMatchTool (QWidget *parent)
 create the main window for editing control points
 
QSplitter * createTopSplitter ()
 creates everything above the ControlPointEdit
 
QGroupBox * createControlPointGroupBox ()
 
QGroupBox * createLeftMeasureGroupBox ()
 
QGroupBox * createRightMeasureGroupBox ()
 
void createTemplateEditorWidget ()
 Creates the Widget which contains the template editor and its toolbar.
 
void loadTemplateFile (QString)
 Updates the current template file being used.
 
bool okToContinue ()
 Allows user to set a new template file.
 
bool IsMeasureLocked (QString serialNumber)
 Check for implicitly locked measure in m_editPoint.
 
void addMeasure (MdiCubeViewport *mvp, double sample, double line)
 
bool validateMeasureChange (ControlMeasure *m)
 
QStringList missingCubes (ControlPoint *point)
 
SerialNumberList serialNumberList ()
 Creates a serial number list based on open cube viewports.
 
QString serialNumber (MdiCubeViewport *mvp)
 
void addViewportToSerialNumberList (MdiCubeViewport *mvp)
 
void readSettings ()
 This method is called from the constructor so that when the Main window is created, it know's it's size and location.
 
void writeSettings () const
 This method is called when the Main window is closed or hidden to write the size and location settings to a config file in the user's home directory.
 

Private Attributes

QMainWindowm_matchTool
 
QWidgetm_parent
 
QStatusBar * m_statusBar
 
QString m_cnetFileName
 
QLabel * m_cnetFileNameLabel
 
bool m_coregNet
 
QString m_coregReferenceSN
 
bool m_netChanged
 
QActionm_createPoint
 
QActionm_modifyPoint
 
QActionm_deletePoint
 
QActionm_saveNet
 
QActionm_saveAsNet
 
QActionm_closeMatchTool
 
QActionm_saveChips
 
QActionm_showHideTemplateEditor
 
QActionm_openTemplateFile
 
QActionm_saveTemplateFile
 
QActionm_saveTemplateFileAs
 
QActionm_whatsThis
 
QActionm_showHelp
 
ControlPointEditm_pointEditor
 
QPushButton * m_savePoint
 
QPalette m_saveDefaultPalette
 
QTextEdit * m_templateEditor
 
QWidgetm_templateEditorWidget
 
bool m_templateModified
 
QLabel * m_templateFileNameLabel
 
QLabel * m_ptIdValue
 
QLabel * m_numMeasures
 
QCheckBox * m_lockPoint
 
QCheckBox * m_ignorePoint
 
QLabel * m_leftReference
 
QLabel * m_leftMeasureType
 
QLabel * m_leftSampShift
 
QLabel * m_leftLineShift
 
QLabel * m_leftGoodness
 
QLabel * m_rightGoodness
 
QLabel * m_rightReference
 
QLabel * m_rightMeasureType
 
QLabel * m_rightSampShift
 
QLabel * m_rightLineShift
 
QCheckBox * m_lockLeftMeasure
 
QCheckBox * m_ignoreLeftMeasure
 
QCheckBox * m_lockRightMeasure
 
QCheckBox * m_ignoreRightMeasure
 
QComboBoxm_leftCombo
 
QComboBoxm_rightCombo
 
QMainWindowm_measureWindow
 
QTableWidget * m_measureTable
 
QPointer< ControlNetm_controlNet
 
ControlPointm_editPoint
 
MatchToolNewPointDialogm_newPointDialog
 
ControlPointm_newPoint
 
QString m_lastUsedPointId
 
QStringList m_pointFiles
 
QString m_leftFile
 
ControlMeasurem_leftMeasure
 
ControlMeasurem_rightMeasure
 
Cubem_leftCube
 
Cubem_rightCube
 

Detailed Description

Match tool operations.

Author
????-??-?? Unknown
History:

2008-11-24 Jeannie Walldren - Changed name from TieTool. Replace references to PointEdit class with ControlPointEdit. Added "Goodness of Fit" to right and left measure info.

2008-11-26 Jeannie Walldren - Added "Number of Measures" to MatchTool point information. Defined updateNet() so that the MatchTool window's title bar contains the name of the control net file. Created ignoreChanged() signal, modified pointSaved() and createMatchTool() so message box appears if users are saving an "Ignore" point and asks whether they would like to set Ignore=false.

2008-12-09 Tracie Sucharski - Cleaned up some signal/slot connections between MatchTool and MatchNavTool for deleting or adding ControlPoints.

2008-12-09 Tracie Sucharski - Add new public slot refresh to handle the ignorePoints and deletePoints from the MatchNavTool.

2008-12-10 Jeannie Walldren - Added slot methods viewTemplateFile() and setTemplateFile() to allow user to view, edit or choose a new template file. Added "What's this?" descriptions to actions.

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-15 Jeannie Walldren - Created newHoldPoint() method. Replaced references to MatchGroundPointDialog with MatchHoldPointDialog. Disabled ground point check box so user may see whether the point is ground but may not change this. Thus setGroundPoint() and newGroundPoint() methods still exist but are not currently called.

2008-12-30 Jeannie Walldren - Modified to set measures in viewports to Ignore=False if when saving, the user chooses to set a point's Ignore=False. Replaced references to ignoreChanged() with ignorePointChanged(). Added signals ignoreLeftChanged() and ignoreRightChanged().

2008-12-31 Jeannie Walldren - Added question box to pointSaved() method to ask user whether the reference measure should be replaced with the measure in the left viewport. Added documentation.

2009-03-09 Jeannie Walldren - Modified createPoint() method to clear the error stack after displaying a QMessageBox to the user

2009-03-17 Tracie Sucharski - Added the ability to save the registration chips to the Options menu.

2010-01-27 Jeannie Walldren - Fixed bug in setIgnoreLeftMeasure() and setIgnoreRightMeasure() that caused segmentation faults. Added question box to warn user that they are saving changes to an ignored measure.

2010-06-02 Jeannie Walldren - Added cancelHoldPoint() method and connected this slot to MatchHoldPointDialog's holdCancelled() signal.

2010-06-03 Jeannie Walldren - Initialized pointers to null in constructor.

2010-06-08 Jeannie Walldren - Fixed bug in drawAllMeasurments() so that points with ignored measures matching the image shown are drawn as yellow unless the MatchTool is open to this point. Changed QMessageBox types for consistency with other match warnings and errors

2010-07-01 Jeannie Walldren - Added createToolBarWidget(), showNavWindow() methods to reopen NavTool (if closed) whenever the Tie tool button on the tool pad is clicked. Modified drawAllMeasurments() to draw points selected in MatchTool last so they lay on top of all other points in the image. Replaced #includes with forward class declarations and moved #include to .cpp file.

2010-07-12 Jeannie Walldren - Fixed bug in deletePoint() method. To prevent a seg fault, set m_controlPoint to NULL and emit editPointChanged with an empty string if the entire point is deleted.

2010-07-12 Jeannie Walldren - Fixed bug in newHoldPoint() method that was causing the Hold Point Dialog to call the reject() command. Updated documentation.

2010-10-28 Tracie Sucharski - Fixed some include problems caused by changes made to the ControlNet,ControlPoint, ControlMeasure header files. Remove findPointFiles method, the code is now in the createPoint method.

2010-11-19 Tracie Sucharski - Renamed pointSaved slot to measureSaved.

2010-11-22 Eric Hyer - Added stretchChipViewport SIGNAL for forwarding of SIGNAL from StretchTool to ChipViewport

2010-12-08 Eric Hyer - Template filename now shown. Widgets in main window now organized into groupBoxes. Removed Options menu and moved registration menu to main menu bar. Added toolbar for actions also in menu. All actions now have icons.

2010-12-14 Eric Hyer - Template editor is now a widget within the main window. Newly saved template files take effect after saving.

2010-12-17 Eric Hyer - Fixed bug where current template file was not being updated with saveAs. Moved template file display to outside of control point groupbox.

2011-06-08 Tracie Sucharski - Point types renamed: Ground -—> Fixed Tie -—> Free

2011-06-28 Tracie Sucharski - Added methods, "loadMeasureTable" and "measureColumnToString". TODO: If these stay in match, they really need cleaning up. This was a quick & dirty band-aid until cneteditor is ready to be folded into match.

2011-07-27 Tracie Sucharski - Added method to return the radius from a Dem if one is open.

2011-09-16 Tracie Sucharski - Added method to draw Fixed and Constrained points on the ground source viewport.

2012-01-11 Tracie Sucharski - Add error check for invalid lat, lon when creating new control point.

2012-04-09 Tracie Sucharski - When checking if left measure editLock has changed, use measure->IsEditLocked() instead of this classes IsMeasureLocked().

2012-04-16 Tracie Sucharski - When attempting to un-lock a measure print error if point is locked.

2012-04-26 Tracie Sucharski - Cleaned up private slot,measureSaved. Abstracted out checking for a new reference measure and updating the surface point for a ground point.

2012-05-07 Tracie Sucharski - Removed code in measureSaved to re-load left measure if left and right are the same, this is already handled in ControlPointEdit::saveMeasure.

2012-05-08 Tracie Sucharski - Fixed bug where m_leftFile was not being reset in mouseButtonRelease. Change m_leftFile from a QString to a QString.

2012-06-12 Tracie Sucharski - Change made to measureSaved on 2012-04-26 caused a bug where if no ground is loaded the checkReference was not being called and reference measure could not be changed and there was no warning printed. Fix: Only call checkReference if there is no explicit reference for the point, otherwise simply set reference to left measure. If ground source is on the left do not print warning about new reference measure.

2012-08-11 Tracie Sucharski - In ::openNet, do not prompt for saving current net if net hasn't changed since last save.

2012-10-02 Tracie Sucharski - Qview was printing error messages and somtimes crashing when viewports were closed either individually or using "Close All" from the file menu. The serial number list was not being updated correctly. The fix no longer keeps a maintainable serial number list, but calculates one in real-time base on available viewports. Fixes #1130. Also, added a few more error checks to insure cubes for displayed measures are available.

2013-05-09 Tracie Sucharski - Check for user selecting all measures for deletion and print warning that point will be deleted. References #1491.

2013-05-09 Tracie Sucharski - For editing (left button) and deleting (right button), Swapped checking for empty network and not allowing mouse clicks on the ground source. First check if there are any points in the network. If not print message and return. References #1493.

History:
2010-11-17 Eric Hyer - Added newControlNetwork SIGNAL

Definition at line 206 of file MatchTool.h.

Member Typedef Documentation

typedef QVector< MdiCubeViewport * > Isis::Tool::CubeViewportList
protectedinherited

A list of cubeviewports.

Definition at line 219 of file Tool.h.

Constructor & Destructor Documentation

Isis::MatchTool::MatchTool ( QWidget parent)

Consructs the Match Tool window.

Parameters
parentPointer to the parent widget for the Match tool
History:
2010-06-03 Jeannie Walldren - Initialized pointers to null.

Definition at line 48 of file MatchTool.cpp.

References createMatchTool(), and exiting().

Member Function Documentation

virtual void Isis::Tool::addConnections ( MdiCubeViewport cvp)
inlineprotectedvirtualinherited

Anytime a tool is created, you must add the connections for it.

Parameters
cvp

Reimplemented in Isis::TrackTool, and Isis::WindowTool.

Definition at line 253 of file Tool.h.

Referenced by Isis::Tool::addViewportConnections().

void Isis::Tool::addTo ( ToolPad toolpad)
inherited

Adds the tool to the toolpad.

Parameters
toolpad

Definition at line 97 of file Tool.cpp.

References Isis::Tool::activate(), Isis::ToolPad::addAction(), Isis::Tool::m_toolPadAction, and Isis::Tool::toolPadAction().

void Isis::Tool::addTo ( Workspace ws)
virtualinherited

Adds the given workspace to the cubeviewport list.

Parameters
ws

Reimplemented in Isis::EditTool, Isis::FileTool, Isis::SpecialPixelTool, and Isis::WindowTool.

Definition at line 44 of file Tool.cpp.

References Isis::Tool::registerTool(), and Isis::Tool::setCubeViewport().

void Isis::Tool::addToActive ( QToolBar toolbar)
inherited
virtual void Isis::Tool::addToPermanent ( QToolBar toolbar)
inlinevirtualinherited
void Isis::MatchTool::colorizeSaveButton ( )
privateslot

Turn "Save Point" button text to red.

Author
2011-06-14 Tracie Sucharski

Definition at line 2918 of file MatchTool.cpp.

Referenced by createMatchTool(), deletePoint(), measureSaved(), setIgnorePoint(), and setLockPoint().

QGroupBox * Isis::MatchTool::createControlPointGroupBox ( )
private
Returns
The groupbox labeled "Control Point"

Definition at line 265 of file MatchTool.cpp.

References setIgnorePoint(), and setLockPoint().

Referenced by createTopSplitter().

QGroupBox * Isis::MatchTool::createLeftMeasureGroupBox ( )
private
Returns
The groupbox labeled "Left Measure"

Definition at line 300 of file MatchTool.cpp.

References selectLeftMeasure(), setIgnoreLeftMeasure(), and setLockLeftMeasure().

Referenced by createTopSplitter().

void Isis::MatchTool::createMatchTool ( QWidget parent)
private

create the main window for editing control points

Parameters
parentPointer to parent QWidget
History:

2008-11-24 Jeannie Walldren - Added "Goodness of Fit" to right and left measure info.

2008-11-26 Jeannie Walldren - Added "Number of Measures" to QnetTool point information. Moved setWindowTitle() command to updateNet() method. Added connection between Ignore checkbox toggle() slot and ignoreChanged() signal

2008-12-29 Jeannie Walldren - Disabled ground point check box and commented out connection between check box and setGroundPoint() method.

2008-12-30 Jeannie Walldren - Added connections to toggle measures' Ignore check boxes if ignoreLeftChanged() and ignoreRightChanged() are emitted. Replaced reference to ignoreChanged() with ignorePointChanged().

2010-06-03 Jeannie Walldren - Removed "std::" since "using namespace std"

Definition at line 155 of file MatchTool.cpp.

References colorizeSaveButton(), createMenus(), createTopSplitter(), measureSaved(), paintAllViewports(), readSettings(), and savePoint().

Referenced by MatchTool().

void Isis::MatchTool::createMenus ( )
private

Customize dropdown menus below title bar.

History:

2008-11-18 Jeannie Walldren - Added "Close" action to the file menu on the match tool window.

2008-12-10 Jeannie Walldren - Added "What's this?" function to match tool actions.

Definition at line 532 of file MatchTool.cpp.

Referenced by createMatchTool().

QGroupBox * Isis::MatchTool::createRightMeasureGroupBox ( )
private
Returns
The groupbox labeled "Right Measure"

Definition at line 352 of file MatchTool.cpp.

References selectRightMeasure(), setIgnoreRightMeasure(), and setLockRightMeasure().

Referenced by createTopSplitter().

void Isis::MatchTool::createTemplateEditorWidget ( )
private

Creates the Widget which contains the template editor and its toolbar.

Definition at line 401 of file MatchTool.cpp.

References setTemplateModified().

Referenced by createTopSplitter().

QSplitter * Isis::MatchTool::createTopSplitter ( )
private
MdiCubeViewport* Isis::Tool::cubeViewport ( ) const
inlineprotectedinherited

Return the current cubeviewport.

Returns
CubeViewport*

Definition at line 211 of file Tool.h.

References Isis::Tool::m_cvp.

Referenced by Isis::WindowTool::addConnections(), Isis::TrackTool::addConnections(), Isis::StretchTool::advancedStretchChanged(), Isis::FindTool::centerLinkedViewports(), Isis::StretchTool::changeStretch(), Isis::BandTool::changeView(), Isis::BandTool::copyLinkedViewports(), Isis::FileTool::discard(), Isis::Tool::enableToolBar(), Isis::FileTool::exportView(), Isis::StatisticsTool::getStatistics(), Isis::FindTool::handleRecordClicked(), Isis::EditTool::LineToPoints(), Isis::TrackTool::locateCursor(), Isis::SunShadowTool::mouseButtonPress(), Isis::RubberBandTool::mouseButtonRelease(), Isis::EditTool::mouseButtonRelease(), Isis::FeatureNomenclatureTool::mouseButtonRelease(), Isis::FindTool::mouseButtonRelease(), Isis::StretchTool::mouseButtonRelease(), mouseButtonRelease(), Isis::QnetTool::mouseButtonRelease(), Isis::AdvancedTrackTool::mouseLeave(), Isis::ScatterPlotTool::mouseMove(), Isis::SunShadowTool::mouseMove(), Isis::TrackTool::mouseMove(), Isis::RubberBandTool::mouseMove(), Isis::SunShadowTool::paintViewport(), Isis::RubberBandTool::paintViewport(), Isis::FindTool::paintViewport(), Isis::FileTool::print(), Isis::SunShadowTool::recalculateShadowHeight(), Isis::EditTool::redoEdit(), Isis::FindTool::refresh(), Isis::HistogramTool::refreshPlot(), Isis::SpatialPlotTool::refreshPlot(), Isis::SpectralPlotTool::refreshPlot(), Isis::WindowTool::removeConnections(), Isis::TrackTool::removeConnections(), Isis::RubberBandTool::repaint(), Isis::WindowTool::resizeWindows(), Isis::HistogramTool::rubberBandComplete(), Isis::MeasureTool::rubberBandComplete(), Isis::ZoomTool::rubberBandComplete(), Isis::EditTool::rubberBandComplete(), Isis::StretchTool::rubberBandComplete(), Isis::FileTool::save(), Isis::FileTool::saveAs(), Isis::FileTool::saveAsCubeByOption(), Isis::FileTool::saveAsReducedCube(), Isis::FileTool::saveInfo(), Isis::BandTool::setBandBin(), Isis::BandTool::setList(), Isis::StretchTool::setStretchAcrossBands(), Isis::StretchTool::setStretchAllViewports(), Isis::StretchTool::showAdvancedDialog(), Isis::ScatterPlotTool::showNewScatterPlotConfig(), Isis::StretchTool::stretchChanged(), Isis::StretchTool::stretchGlobal(), Isis::StretchTool::stretchGlobalAllBands(), Isis::StretchTool::stretchRegional(), Isis::EditTool::undoEdit(), Isis::StretchTool::updateAdvStretchDialogforAll(), Isis::StretchTool::updateHistograms(), Isis::TrackTool::updateLabels(), Isis::MeasureTool::updateMeasure(), Isis::AdvancedTrackTool::updateRow(), Isis::WindowTool::updateTool(), Isis::BlinkTool::updateTool(), Isis::SpecialPixelTool::updateTool(), Isis::BandTool::updateTool(), Isis::SunShadowTool::updateTool(), Isis::AbstractPlotTool::updateTool(), Isis::ZoomTool::updateTool(), Isis::FileTool::updateTool(), Isis::EditTool::updateTool(), Isis::FindTool::updateTool(), Isis::StretchTool::updateTool(), Isis::AbstractPlotTool::viewportsToPlot(), Isis::EditTool::writeToCube(), Isis::ZoomTool::zoomBy(), Isis::ZoomTool::zoomFit(), Isis::ZoomTool::zoomFitHeight(), Isis::ZoomTool::zoomFitWidth(), and Isis::ZoomTool::zoomManual().

Tool::CubeViewportList * Isis::Tool::cubeViewportList ( ) const
protectedinherited

Return the list of cubeviewports.

Returns
CubeViewportList*

Definition at line 389 of file Tool.cpp.

References Isis::Workspace::cubeViewportList().

Referenced by Isis::BlinkTool::advance(), Isis::SpecialPixelTool::apply(), Isis::FindTool::centerLinkedViewports(), Isis::WindowTool::changeCursor(), Isis::FileTool::closeAll(), Isis::BandTool::copyAllViewports(), Isis::BandTool::copyLinkedViewports(), createPoint(), Isis::BlinkTool::eventFilter(), Isis::FeatureNomenclatureTool::featuresIdentified(), Isis::FeatureNomenclatureTool::findMissingNomenclature(), Isis::FeatureNomenclatureTool::findNomenclatureStateChanged(), Isis::FindTool::handleLinkClicked(), Isis::WindowTool::linkWindows(), Isis::RubberBandTool::mouseButtonRelease(), Isis::RubberBandTool::mouseMove(), Isis::QnetTool::openGround(), Isis::StereoTool::paintAllViewports(), paintAllViewports(), Isis::QnetTool::paintAllViewports(), Isis::FindTool::refresh(), Isis::ScatterPlotTool::repaintViewports(), Isis::AbstractPlotTool::repaintViewports(), Isis::WindowTool::resizeWindows(), Isis::BlinkTool::reverse(), Isis::ZoomTool::rubberBandComplete(), serialNumberList(), Isis::FeatureNomenclatureTool::setFontColor(), Isis::FeatureNomenclatureTool::setFontSize(), Isis::FeatureNomenclatureTool::setShowApprovedOnly(), Isis::StretchTool::setStretchAllViewports(), Isis::FeatureNomenclatureTool::setVectorType(), Isis::StretchTool::stretchGlobalAllViewports(), Isis::BlinkTool::toggleLink(), Isis::WindowTool::unlinkWindows(), Isis::MeasureTool::updateMeasure(), Isis::AdvancedTrackTool::updateRow(), Isis::WindowTool::updateTool(), Isis::BlinkTool::updateTool(), Isis::FindTool::updateTool(), Isis::AbstractPlotTool::viewportsToPlot(), Isis::ZoomTool::zoomBy(), Isis::ZoomTool::zoomFit(), Isis::ZoomTool::zoomFitHeight(), Isis::ZoomTool::zoomFitWidth(), and Isis::ZoomTool::zoomManual().

void Isis::MatchTool::deletePoint ( ControlPoint point)
slot

Delete control point.

Parameters
pointPointer to control point (net memory) to be deleted.
History:

2010-06-03 Jeannie Walldren - Removed "std::" since "using namespace std"

2010-07-12 Jeannie Walldren - Fixed bug by setting control point to NULL if removed from the control net and check for NULL points before emitting editPointChanged

2011-04-04 Tracie Sucharski - Move code that was after the exec block within, so that if the Cancel button is selected, nothing else happens.

2011-07-15 Tracie Sucharski - Print info about deleting editLock points and reference measures.

Definition at line 1649 of file MatchTool.cpp.

References colorizeSaveButton(), Isis::ControlPoint::Delete(), Isis::SerialNumberList::FileName(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlPoint::GetId(), Isis::ControlPoint::GetRefMeasure(), Isis::SerialNumberList::HasSerialNumber(), Isis::ControlPoint::IsReferenceExplicit(), loadPoint(), loadTemplateFile(), Isis::ControlPoint::PointLocked, and serialNumberList().

Referenced by mouseButtonRelease().

void Isis::MatchTool::drawAllMeasurments ( MdiCubeViewport mvp,
QPainter *  painter 
)
private

Draw all measurments which are on this viewPort.

Parameters
vpViewport whose measurements will be drawn
painter
History:

2010-06-03 Jeannie Walldren - Removed "std::" since "using namespace std"

2010-06-08 Jeannie Walldren - Fixed bug that was causing ignored measures not be drawn as yellow unless MatchTool was open

2010-07-01 Jeannie Walldren - Modified to draw points selected in MatchTool last so they lay on top of all other points in the image.

2011-04-15 Tracie Sucharski - Fixed bug which was causing all measures to be drawn on all cubes. Also removed loop through measures, instead just get measure for given serial number.

2011-10-20 Tracie Sucharski - Add check for a control network that does not yet have any control points.

2011-11-09 Tracie Sucharski - If there are no measures for this cube, return.

Definition at line 2531 of file MatchTool.cpp.

References Isis::CubeViewport::cubeToViewport(), and Isis::ControlPoint::HasSerialNumber().

Referenced by paintViewport().

void Isis::Tool::enableRubberBandTool ( )
protectedvirtualinherited

Anytime a tool is created, you may use the rubber band tool.

Enable the use of the rubberband tool.

Reimplemented in Isis::RubberBandTool, Isis::ZoomTool, Isis::MeasureTool, Isis::StereoTool, Isis::SpatialPlotTool, Isis::SpectralPlotTool, and Isis::HistogramTool.

Definition at line 338 of file Tool.cpp.

References Isis::RubberBandTool::disable().

Referenced by Isis::Tool::addViewportConnections().

bool Isis::MatchTool::eventFilter ( QObject o,
QEvent *  e 
)
protected

Event filter for MatchTool.

Determines whether to update left or right measure info.

Parameters
oPointer to QObject
ePointer to QEvent
Returns
bool Indicates whether the event type is "Leave".

Definition at line 2457 of file MatchTool.cpp.

References updateLeftMeasureInfo(), and updateRightMeasureInfo().

void Isis::MatchTool::exiting ( )
privateslot

This called when qview is exiting.

We need to possibly prompt user for saving the edit point and network

Author
2012-07-20 Tracie Sucharski

Definition at line 3275 of file MatchTool.cpp.

References Isis::ControlPoint::GetId(), saveAsNet(), and savePoint().

Referenced by MatchTool().

bool Isis::MatchTool::IsMeasureLocked ( QString  serialNumber)
private

Check for implicitly locked measure in m_editPoint.

If point is Locked, and this measure is the reference, it is implicity Locked. Because measure is a copy, the ControlPoint::IsEditLocked() which checks for implicit Lock on Reference measures does not work because there is not a parent point.

Parameters
[in]serialNumber(QString) Serial number of measure to be checked
Author
2011-07-06 Tracie Sucharski

Definition at line 2941 of file MatchTool.cpp.

References Isis::ControlPoint::GetMeasure(), Isis::ControlPoint::GetReferenceSN(), Isis::ControlMeasure::IsEditLocked(), and Isis::ControlPoint::IsReferenceExplicit().

Referenced by loadMeasureTable(), updateLeftMeasureInfo(), and updateRightMeasureInfo().

void Isis::MatchTool::loadPoint ( )
private

Load point into MatchTool.

History:

2008-11-26 Jeannie Walldren - Added "Number of Measures" to MatchTool point information.

2010-06-03 Jeannie Walldren - Removed "std::" since "using namespace std"

2010-10-29 Tracie Sucharski - Changed pointfiles to QStringList

2011-04-20 Tracie Sucharski - Was not setting EditLock check box

2011-07-18 Tracie Sucharski - Fixed bug with loading ground measure-use AprioriSurface point, not lat,lon of reference measure unless there is no apriori surface point.

2012-05-08 Tracie Sucharski - m_leftFile changed from QString to QString.

2012-10-02 Tracie Sucharski - When creating a new point, load the cube the user clicked on first on the left side, use m_leftFile.

Definition at line 1896 of file MatchTool.cpp.

References Isis::SerialNumberList::FileName(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlPoint::GetId(), Isis::ControlPoint::GetReferenceSN(), Isis::ControlPoint::IndexOfRefMeasure(), Isis::ControlPoint::IsReferenceExplicit(), loadMeasureTable(), selectLeftMeasure(), selectRightMeasure(), and serialNumberList().

Referenced by deletePoint(), and modifyPoint().

void Isis::MatchTool::loadTemplateFile ( QString  fn)
private

Updates the current template file being used.

Parameters
fnThe file path of the new template file

Definition at line 2679 of file MatchTool.cpp.

Referenced by deletePoint(), modifyPoint(), and openTemplateFile().

void Isis::MatchTool::measureSaved ( )
privateslot

This method is connected with the measureSaved() signal from ControlPointEdit.

History:

2008-11-26 Jeannie Walldren - Added message box to warn the user that they are saving an "Ignore" point and ask whether they would like to set Ignore=false. This emits an ignoreChanged() signal so the "Ignore" box in the window is unchecked.

2008-12-30 Jeannie Walldren - Modified to set measures in viewports to Ignore=False if when saving, the user chooses to set a point's Ignore=False. Replaced reference to ignoreChanged() with ignorePointChanged().

2008-12-31 Jeannie Walldren - Added question box to ask user whether the current reference measure should be replaced with the measure in the left viewport.

2010-01-27 Jeannie Walldren - Added question box to warn the user that they are saving an "Ignore" measure and ask whether they would like to set Ignore=False. This emits an ignoreRightChanged() signal so the "Ignore" box in the window is unchecked. Modified Ignore Point message for clarity.

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

2011-03-03 Tracie Sucharski - Do not save left measure unless the ignore flag was changed, that is the only change allowed on the left measure.

2011-04-20 Tracie Sucharski - If left measure equals right measure, copy right into left. Also if EditLock true and user does not want to change, then do not save measure. Remove signals EditPointChanged and netChanged, since these should only happen when the point is saved.

2011-07-01 Tracie Sucharski - Fixed bug where the edit measure EditLocked=True, but the original measure was False, and we woouldn't allow the measure to be saved.

2011-07-25 Tracie Sucharski - Removed editPointChanged signal since the editPoint is not changed. This helped with match windows blinking due to refresh.

2011-09-22 Tracie Sucharski - When checking ignore status on right measure, check both original and edit measure.

2012-04-09 Tracie Sucharski - When checking if left measure editLock has changed, use measure->IsEditLocked() instead of this classes IsMeasureLocked() because it checks the m_editPoint measure instead of the measure loaded into the point editor.

2012-04-26 Tracie Sucharski - cleaned up, moved reference checking and updating ground surface point to new methods.

2012-05-07 Tracie Sucharski - Removed code to re-load left measure if left and right are the same, this is already handled in ControlPointEdit::saveMeasure.

2012-06-12 Tracie Sucharski - Change made on 2012-04-26 caused a bug where if no ground is loaded the checkReference was not being called and reference measure could not be changed and there was no warning printed.

Definition at line 751 of file MatchTool.cpp.

References colorizeSaveButton(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlPoint::GetId(), Isis::ControlPoint::GetMeasure(), loadMeasureTable(), Isis::ControlMeasure::SetChooserName(), Isis::ControlPoint::SetIgnored(), Isis::ControlPointEdit::setLeftMeasure(), updateLeftMeasureInfo(), updateRightMeasureInfo(), and Isis::Application::UserName().

Referenced by createMatchTool().

virtual QString Isis::Tool::menuName ( ) const
inlinevirtualinherited
void Isis::MatchTool::modifyPoint ( ControlPoint point)
slot

Modify control point.

Parameters
pointPointer to control point to be modified.
History:
2009-09-15 Tracie Sucharski - Add error check for points with no measures.

Definition at line 1830 of file MatchTool.cpp.

References loadPoint(), and loadTemplateFile().

Referenced by mouseButtonRelease().

void Isis::Tool::mouseButtonPress ( QPoint  p,
Qt::MouseButton  s 
)
protectedvirtualslotinherited
Parameters
p
s

Definition at line 366 of file Tool.cpp.

Referenced by Isis::Tool::addViewportConnections(), and Isis::Tool::removeViewportConnections().

void Isis::MatchTool::mouseButtonRelease ( QPoint  p,
Qt::MouseButton  s 
)
protectedslot

Handle mouse events on CubeViewport.

Parameters
p[in](QPoint) Point under cursor in cubeviewport
s[in](Qt::MouseButton) Which mouse button was pressed
History:

2007-06-12 Tracie Sucharski - Swapped left and right mouse button actions.

2009-06-08 Tracie Sucharski - Add error checking for editing or deleting points when no point exists.

2010-06-03 Jeannie Walldren - Removed "std::" since "using namespace std"

2010-11-19 Tracie Sucharski - Make a copy of the point to be edited or added. Do not add to control network until user selects "Save Point To Control Network".

2012-01-11 Tracie Sucharski - Add error check for invalid lat, lon when creating new control point.

2012-05-08 Tracie Sucharski - Clear m_leftFile, only set if creating new point. Change m_leftFile from a QString to a QString.

2012-10-02 Tracie Sucharski - The member variable leftFile was never set. It is now set when a new point is created and cleared after all measures have been selected.

Definition at line 1413 of file MatchTool.cpp.

References createPoint(), Isis::CubeViewport::cube(), Isis::Tool::cubeViewport(), deletePoint(), Isis::Cube::fileName(), modifyPoint(), Isis::SerialNumberList::SerialNumber(), serialNumberList(), Isis::IException::toString(), and Isis::CubeViewport::viewportToCube().

void Isis::Tool::mouseDoubleClick ( QPoint  p)
protectedvirtualslotinherited
Parameters
p

Definition at line 357 of file Tool.cpp.

Referenced by Isis::Tool::addViewportConnections(), and Isis::Tool::removeViewportConnections().

void Isis::Tool::mouseMove ( QPoint  p)
protectedvirtualslotinherited
Parameters
p

Definition at line 351 of file Tool.cpp.

Referenced by Isis::Tool::addViewportConnections(), and Isis::Tool::removeViewportConnections().

bool Isis::MatchTool::okToContinue ( )
private

Allows user to set a new template file.

Author
2008-12-10 Jeannie Walldren
History:
2008-12-10 Jeannie Walldren - Original Version

void MatchTool::setTemplateFile() { m_pointEditor->setTemplateFile(); }

Definition at line 2630 of file MatchTool.cpp.

References saveTemplateFileAs().

Referenced by openTemplateFile().

void Isis::MatchTool::openTemplateFile ( )
privateslot

prompt user for a registration template file to open.

Once the file is selected, loadTemplateFile is called to update the current template file being used.

Definition at line 2655 of file MatchTool.cpp.

References loadTemplateFile(), okToContinue(), and Isis::ControlPointEdit::setTemplateFile().

void Isis::MatchTool::paintAllViewports ( )
privateslot

This method will repaint the given Point ID in each viewport Note: The pointId parameter is here even though it's not used because the signal (MatchTool::editPointChanged connected to this slot is also connected to another slot (MatchNavTool::updateEditPoint which needs the point Id.

TODO: Clean this up, use 2 different signals?

Parameters
pointId
History:
2010-06-03 Jeannie Walldren - Removed "std::" since "using namespace std"

Definition at line 2497 of file MatchTool.cpp.

References Isis::Tool::cubeViewportList().

Referenced by createMatchTool(), createPoint(), and refresh().

void Isis::MatchTool::paintViewport ( MdiCubeViewport mvp,
QPainter *  painter 
)
virtual

Take care of drawing things on a viewPort.

This is overiding the parents paintViewport member.

Parameters
vpPointer to Viewport to be painted
painter

Reimplemented from Isis::Tool.

Definition at line 2478 of file MatchTool.cpp.

References drawAllMeasurments().

void Isis::MatchTool::readSettings ( )
private

This method is called from the constructor so that when the Main window is created, it know's it's size and location.

Definition at line 2964 of file MatchTool.cpp.

Referenced by createMatchTool().

void Isis::MatchTool::refresh ( )
slot

Refresh all necessary widgets in MatchTool including the PointEditor and CubeViewports.

Author
2008-12-09 Tracie Sucharski
History:

2010-12-15 Tracie Sucharski - Before setting m_editPoint to NULL, release memory. TODO: Why is the first if statement being done???

2011-10-20 Tracie Sucharski - If no control points exist in the network, emit proper signal and make sure editor and measure table are hidden.

Definition at line 2890 of file MatchTool.cpp.

References paintAllViewports().

void Isis::Tool::registerTool ( MdiCubeViewport viewport)
protectedslotinherited

Registers the tool to the viewport.

Parameters
viewport

Definition at line 326 of file Tool.cpp.

References Isis::Tool::m_cvp, and Isis::MdiCubeViewport::registerTool().

Referenced by Isis::Tool::addTo().

virtual void Isis::Tool::removeConnections ( MdiCubeViewport cvp)
inlineprotectedvirtualinherited

Anytime a tool is created, you must be able to remove it's connections.

Parameters
cvp

Reimplemented in Isis::MeasureTool, Isis::TrackTool, and Isis::WindowTool.

Definition at line 261 of file Tool.h.

Referenced by Isis::Tool::removeViewportConnections().

void Isis::MatchTool::saveAsNet ( )
privateslot

Signal to save the control net.

Definition at line 1358 of file MatchTool.cpp.

References Isis::IException::what().

Referenced by exiting().

void Isis::MatchTool::saveChips ( )
privateslot

Slot which calls ControlPointEditor slot to save chips.

Author
2009-03-17 Tracie Sucharski

Definition at line 2826 of file MatchTool.cpp.

References Isis::ControlPointEdit::saveChips().

void Isis::MatchTool::saveNet ( )
privateslot

Signal to save control net.

Author
2011-10-31 Tracie Sucharski

Definition at line 1336 of file MatchTool.cpp.

References Isis::IException::what().

void Isis::MatchTool::savePoint ( )
privateslot

Save edit point to the Control Network.

Up to this point the point is simply a copy and does not exist in the network.

Author
2010-11-19 Tracie Sucharski
History:

2011-04-20 Tracie Sucharski - If EditLock set, prompt for changing and do not save point if editLock not changed.

2011-07-05 Tracie Sucharski - Move point EditLock error checking to individual point parameter setting methods, ie. SetPointType, SetIgnorePoint.

Definition at line 1042 of file MatchTool.cpp.

References Isis::ControlPoint::GetId().

Referenced by createMatchTool(), and exiting().

void Isis::MatchTool::saveTemplateFile ( )
privateslot

save the file opened in the template editor

Definition at line 2711 of file MatchTool.cpp.

References writeTemplateFile().

void Isis::MatchTool::saveTemplateFileAs ( )
privateslot

save the contents of template editor to a file chosen by the user

Definition at line 2725 of file MatchTool.cpp.

References writeTemplateFile().

Referenced by okToContinue().

virtual void Isis::Tool::screenPixelsChanged ( )
inlineprotectedvirtualslotinherited

This is called when actions change which pixels from the cube are displayed.

Definition at line 162 of file Tool.h.

Referenced by Isis::Tool::addViewportConnections(), Isis::Tool::removeViewportConnections(), and Isis::FeatureNomenclatureTool::viewportDone().

void Isis::MatchTool::selectLeftMeasure ( int  index)
privateslot

Select left measure.

Parameters
indexIndex of file from the point files vector
History:

2010-06-03 Jeannie Walldren - Removed "std::" since "using namespace std"

2011-07-06 Tracie Sucharski - If point is Locked, and measure is reference, lock the measure.

2012-10-02 Tracie Sucharski - If measure's cube is not viewed, print error and make sure old measure is retained.

Definition at line 2201 of file MatchTool.cpp.

References Isis::SerialNumberList::FileName(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlPoint::GetId(), Isis::Cube::open(), Isis::SerialNumberList::SerialNumber(), serialNumberList(), Isis::ControlPointEdit::setLeftMeasure(), Isis::IException::toString(), and updateLeftMeasureInfo().

Referenced by createLeftMeasureGroupBox(), and loadPoint().

void Isis::MatchTool::selectRightMeasure ( int  index)
privateslot

Select right measure.

Parameters
indexIndex of file from the point files vector
History:

2010-06-03 Jeannie Walldren - Removed "std::" since "using namespace std"

2012-10-02 Tracie Sucharski - If measure's cube is not viewed, print error and make sure old measure is retained.

Definition at line 2256 of file MatchTool.cpp.

References Isis::SerialNumberList::FileName(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlPoint::GetId(), Isis::Cube::open(), Isis::SerialNumberList::SerialNumber(), serialNumberList(), Isis::ControlPointEdit::setRightMeasure(), Isis::IException::toString(), and updateRightMeasureInfo().

Referenced by createRightMeasureGroupBox(), and loadPoint().

SerialNumberList Isis::MatchTool::serialNumberList ( )
private

Creates a serial number list based on open cube viewports.

Returns
SerialNumberList The serial number list based on currently opened cube viewports
Author
2012-10-02 Tracie Sucharski

Definition at line 642 of file MatchTool.cpp.

References Isis::SerialNumberList::Add(), Isis::SerialNumber::Compose(), Isis::CubeViewport::cube(), Isis::Tool::cubeViewportList(), Isis::SerialNumberList::Delete(), Isis::SerialNumberList::FileName(), Isis::Cube::fileName(), and Isis::SerialNumberList::HasSerialNumber().

Referenced by deletePoint(), loadMeasureTable(), loadPoint(), mouseButtonRelease(), selectLeftMeasure(), and selectRightMeasure().

void Isis::Tool::setCubeViewport ( MdiCubeViewport cvp)
slotinherited
void Isis::MatchTool::setIgnoreLeftMeasure ( bool  ignore)
privateslot

Set the "Ignore" keyword of the measure shown in the left viewport to the value of the input parameter.

Parameters
ignoreBoolean value that determines the Ignore value for the left measure.
History:

2010-01-27 Jeannie Walldren - Fixed bug that resulted in segfault. Moved the check whether m_rightMeasure is null before the check whether m_rightMeasure equals m_leftMeasure.

2010-12-15 Tracie Sucharski - Remove netChanged, the point is not changed in the net unless "Save Point" is selected.

2011-06-27 Tracie Sucharski - emit signal indicating a measure parameter has changed.

Definition at line 1176 of file MatchTool.cpp.

References Isis::ControlMeasure::GetCubeSerialNumber().

Referenced by createLeftMeasureGroupBox().

void Isis::MatchTool::setIgnorePoint ( bool  ignore)
privateslot

Set point's "Ignore" keyword to the value of the input parameter.

Parameters
ignoreBoolean value that determines the Ignore value for this point.
History:
2010-12-15 Tracie Sucharski - Remove netChanged, the point is not changed in the net unless "Save Point" is selected.

Definition at line 1103 of file MatchTool.cpp.

References colorizeSaveButton(), Isis::ControlPoint::PointLocked, and Isis::ControlPoint::SetIgnored().

Referenced by createControlPointGroupBox().

void Isis::MatchTool::setIgnoreRightMeasure ( bool  ignore)
privateslot

Set the "Ignore" keyword of the measure shown in the right viewport to the value of the input parameter.

Parameters
ignoreBoolean value that determines the Ignore value for the right measure.
History:

2010-01-27 Jeannie Walldren - Fixed bug that resulted in segfault. Moved the check whether m_leftMeasure is null before the check whether m_rightMeasure equals m_leftMeasure.

2010-12-15 Tracie Sucharski - Remove netChanged, the point is not changed in the net unless "Save Point" is selected.

2011-06-27 Tracie Sucharski - emit signal indicating a measure parameter has changed.

Definition at line 1246 of file MatchTool.cpp.

References Isis::ControlMeasure::GetCubeSerialNumber().

Referenced by createRightMeasureGroupBox().

void Isis::MatchTool::setLockLeftMeasure ( bool  lock)
privateslot

Set the "EditLock" keyword of the measure shown in the left viewport to the value of the input parameter.

Parameters
ignoreBoolean value that determines the EditLock value for the left measure.
Author
2011-03-07 Tracie Sucharski
History:

2011-06-27 Tracie Sucharski - emit signal indicating a measure parameter has changed.

2012-04-16 Tracie Sucharski - When attempting to un-lock a measure print error if point is locked.

Definition at line 1135 of file MatchTool.cpp.

References Isis::ControlMeasure::GetCubeSerialNumber(), and Isis::ControlMeasure::IsEditLocked().

Referenced by createLeftMeasureGroupBox().

void Isis::MatchTool::setLockPoint ( bool  lock)
privateslot

Set point's "EditLock" keyword to the value of the input parameter.

Parameters
ignoreBoolean value that determines the EditLock value for this point.
Author
2011-03-07 Tracie Sucharski

Definition at line 1084 of file MatchTool.cpp.

References colorizeSaveButton(), and Isis::ControlPoint::SetEditLock().

Referenced by createControlPointGroupBox().

void Isis::MatchTool::setLockRightMeasure ( bool  lock)
privateslot

Set the "EditLock" keyword of the measure shown in the right viewport to the value of the input parameter.

Parameters
ignoreBoolean value that determines the EditLock value for the right measure.
Author
2011-03-07 Tracie Sucharski
History:

2011-06-27 Tracie Sucharski - emit signal indicating a measure parameter has changed.

2012-04-16 Tracie Sucharski - When attempting to un-lock a measure print error if point is locked.

Definition at line 1206 of file MatchTool.cpp.

References Isis::ControlMeasure::GetCubeSerialNumber(), and Isis::ControlMeasure::IsEditLocked().

Referenced by createRightMeasureGroupBox().

void Isis::MatchTool::setTemplateModified ( )
privateslot

called when the template file is modified by the template editor

Definition at line 2703 of file MatchTool.cpp.

Referenced by createTemplateEditorWidget().

QAction * Isis::MatchTool::toolPadAction ( ToolPad pad)
protectedvirtual

Adds the Tie tool action to the tool pad.

When the Tie tool is selected, the Navigation Tool will automatically open.

Parameters
padTool pad
Returns
QAction* Pointer to Tie tool action
History:
2010-07-01 Jeannie Walldren - Added connection between match's TieTool button and the showNavWindow() method

Reimplemented from Isis::Tool.

Definition at line 577 of file MatchTool.cpp.

References Isis::Tool::toolIconDir().

void Isis::MatchTool::updateLeftMeasureInfo ( )
privateslot
History:

2008-11-24 Jeannie Walldren - Added "Goodness of Fit" to left measure info.

2010-07-22 Tracie Sucharski - Updated new measure types associated with implementation of binary control networks.

2010-12-27 Tracie Sucharski - Write textual Null instead of the numeric Null for sample & line residuals.

2011-04-20 Tracie Sucharski - Set EditLock check box correctly

2011-05-20 Tracie Sucharski - Added Reference output

2011-07-19 Tracie Sucharski - Did some re-arranging and added sample/line shifts.

Definition at line 2318 of file MatchTool.cpp.

References Isis::ControlMeasure::Candidate, Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlMeasureLogData::GetNumericalValue(), Isis::ControlPoint::GetReferenceSN(), Isis::ControlMeasureLogData::GoodnessOfFit, IsMeasureLocked(), Isis::ControlPoint::IsReferenceExplicit(), Isis::ControlMeasure::Manual, Isis::Null, Isis::ControlMeasure::RegisteredPixel, and Isis::ControlMeasure::RegisteredSubPixel.

Referenced by eventFilter(), measureSaved(), and selectLeftMeasure().

void Isis::MatchTool::updatePointInfo ( QString  pointId)
slot

Update the current editPoint information in the Point Editor labels.

Author
2011-05-05 Tracie Sucharski

Instead of a single method, should slots be separate for each updated point parameter, ie. ignore, editLock, apriori, etc. This is not robust, if other point attributes are changed outside of MatchTool, this method will need to be updated. *** THIS METHOD SHOULD GO AWAY WHEN CONTROLpOINTEDITOR IS INCLUDED IN MATCH ***

Definition at line 2854 of file MatchTool.cpp.

References Isis::ControlPoint::GetId(), Isis::ControlPoint::SetEditLock(), and Isis::ControlPoint::SetIgnored().

void Isis::MatchTool::updateRightMeasureInfo ( )
privateslot
History:

2008-11-24 Jeannie Walldren - Added "Goodness of Fit" to right measure info.

2010-06-03 Jeannie Walldren - Removed "std::" since "using namespace std"

2010-07-22 Tracie Sucharski - Updated new measure types associated with implementation of binary control networks.

2010-12-27 Tracie Sucharski - Write textual Null instead of the numeric Null for sample & line residuals.

2011-04-20 Tracie Sucharski - Set EditLock check box correctly

2011-05-20 Tracie Sucharski - Added Reference output

2011-07-19 Tracie Sucharski - Did some re-arranging and added sample/line shifts.

Definition at line 2391 of file MatchTool.cpp.

References Isis::ControlMeasure::Candidate, Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlMeasureLogData::GetNumericalValue(), Isis::ControlPoint::GetReferenceSN(), Isis::ControlMeasureLogData::GoodnessOfFit, IsMeasureLocked(), Isis::ControlPoint::IsReferenceExplicit(), Isis::ControlMeasure::Manual, Isis::Null, Isis::ControlMeasure::RegisteredPixel, and Isis::ControlMeasure::RegisteredSubPixel.

Referenced by eventFilter(), measureSaved(), and selectRightMeasure().

void Isis::MatchTool::viewTemplateFile ( )
privateslot

Allows the user to view the template file that is currently set.

Author
2008-12-10 Jeannie Walldren
History:

2008-12-10 Jeannie Walldren - Original Version

2008-12-10 Jeannie Walldren - Added "" namespace to PvlEditDialog reference and changed registrationDialog from pointer to object

2008-12-15 Jeannie Walldren - Added QMessageBox warning in case Template File cannot be read.

Definition at line 2800 of file MatchTool.cpp.

References Isis::IException::toString().

void Isis::MatchTool::writeSettings ( ) const
private

This method is called when the Main window is closed or hidden to write the size and location settings to a config file in the user's home directory.

Definition at line 2981 of file MatchTool.cpp.

void Isis::MatchTool::writeTemplateFile ( QString  fn)
privateslot

write the contents of the template editor to the file provided.

Parameters
fnThe filename to write to

Definition at line 2744 of file MatchTool.cpp.

References Isis::ControlPointEdit::setTemplateFile(), and Isis::IException::toString().

Referenced by saveTemplateFile(), and saveTemplateFileAs().


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