Isis 3 Programmer Reference
|
Match tool operations. More...
#include <MatchTool.h>
Public Slots | |
void | createPoint (MdiCubeViewport *mvp, double sample, double line) |
Create new control point at given samp, line for viewport. More... | |
void | modifyPoint (ControlPoint *point) |
Modify control point. More... | |
void | deletePoint (ControlPoint *point) |
Delete control point. More... | |
void | updatePointInfo (QString pointId) |
Update the current editPoint information in the Point Editor labels. More... | |
void | refresh () |
Refresh all necessary widgets in MatchTool including the PointEditor and CubeViewports. More... | |
void | activate (bool) |
Activates the tool. More... | |
virtual void | updateTool () |
Updates the tool. More... | |
void | setCubeViewport (MdiCubeViewport *cvp) |
Sets the current viewport to the given cvp. More... | |
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. More... | |
void | paintViewport (MdiCubeViewport *mvp, QPainter *painter) |
Take care of drawing things on a viewPort. More... | |
QString | measureColumnToString (MeasureColumns column) |
void | addTo (ViewportMainWindow *mw) |
Adds the tool to the application. More... | |
void | addTo (ToolPad *toolpad) |
Adds the tool to the toolpad. More... | |
virtual void | addTo (QMenu *menu) |
virtual void | addTo (Workspace *ws) |
Adds the given workspace to the cubeviewport list. More... | |
virtual QString | menuName () const |
Anytime a tool is created, you must give it a name for the menu. More... | |
virtual void | addToPermanent (QToolBar *toolbar) |
void | addToActive (QToolBar *toolbar) |
QString | toolIconDir () const |
returns the path to the icon directory. More... | |
RubberBandTool * | rubberBandTool () |
void | setList (ToolList *currentList) |
Static Public Attributes | |
static const int | NUMCOLUMNS = 16 |
Protected Types | |
typedef QVector< MdiCubeViewport *> | CubeViewportList |
A list of cubeviewports. More... | |
Protected Slots | |
QWidget * | createToolBarWidget (QStackedWidget *parent) |
void | mouseButtonRelease (QPoint p, Qt::MouseButton s) |
Handle mouse events on CubeViewport. More... | |
virtual void | rubberBandComplete () |
virtual void | screenPixelsChanged () |
This is called when actions change which pixels from the cube are displayed. More... | |
virtual void | mouseEnter () |
virtual void | mouseMove (QPoint p) |
virtual void | mouseMove (QPoint p, Qt::MouseButton) |
virtual void | mouseLeave () |
Protected Member Functions | |
QAction * | toolPadAction (ToolPad *pad) |
Adds the Tie tool action to the tool pad. More... | |
bool | eventFilter (QObject *o, QEvent *e) |
Event filter for MatchTool. More... | |
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. More... | |
MdiCubeViewport * | cubeViewport () const |
Return the current cubeviewport. More... | |
CubeViewportList * | cubeViewportList () const |
Return the list of cubeviewports. More... | |
virtual void | addConnections (MdiCubeViewport *cvp) |
Anytime a tool is created, you must add the connections for it. More... | |
virtual void | removeConnections (MdiCubeViewport *cvp) |
Anytime a tool is created, you must be able to remove it's connections. More... | |
virtual void | enableRubberBandTool () |
Anytime a tool is created, you may use the rubber band tool. More... | |
Workspace * | workspace () |
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. More... | |
void | activateTool () |
void | openNet () |
void | saveNet () |
Signal to save control net. More... | |
void | saveAsNet () |
Signal to save the control net. More... | |
void | setLockPoint (bool ignore) |
Set point's "EditLock" keyword to the value of the input parameter. More... | |
void | setIgnorePoint (bool ignore) |
Set point's "Ignore" keyword to the value of the input parameter. More... | |
void | setLockLeftMeasure (bool ignore) |
Set the "EditLock" keyword of the measure shown in the left viewport to the value of the input parameter. More... | |
void | setIgnoreLeftMeasure (bool ignore) |
Set the "Ignore" keyword of the measure shown in the left viewport to the value of the input parameter. More... | |
void | setLockRightMeasure (bool ignore) |
Set the "EditLock" keyword of the measure shown in the right viewport to the value of the input parameter. More... | |
void | setIgnoreRightMeasure (bool ignore) |
Set the "Ignore" keyword of the measure shown in the right viewport to the value of the input parameter. More... | |
void | nextRightMeasure () |
Selects the next right measure when activated by key shortcut. More... | |
void | previousRightMeasure () |
Selects the previous right measure when activated by key shortcut. More... | |
void | selectLeftMeasure (int index) |
Select left measure. More... | |
void | selectRightMeasure (int index) |
Select right measure. More... | |
void | updateLeftMeasureInfo () |
void | updateRightMeasureInfo () |
void | measureSaved () |
This method is connected with the measureSaved() signal from ControlPointEdit. More... | |
void | checkReference () |
void | savePoint () |
Save edit point to the Control Network. More... | |
void | colorizeSaveButton () |
Turn "Save Point" button text to red. More... | |
void | cancelNewPoint () |
void | doneWithMeasures () |
void | openTemplateFile () |
prompt user for a registration template file to open. More... | |
void | viewTemplateFile () |
Allows the user to view the template file that is currently set. More... | |
void | saveChips () |
Slot which calls ControlPointEditor slot to save chips. More... | |
void | showHideTemplateEditor () |
void | saveTemplateFile () |
save the file opened in the template editor More... | |
void | saveTemplateFileAs () |
save the contents of template editor to a file chosen by the user More... | |
void | setTemplateModified () |
called when the template file is modified by the template editor More... | |
void | writeTemplateFile (QString) |
write the contents of the template editor to the file provided. More... | |
void | clearEditPoint () |
void | exiting () |
This called when qview is exiting. More... | |
Private Member Functions | |
void | createActions () |
Creates the menu actions for Match Tool. More... | |
void | createMenus () |
Customize dropdown menus below title bar. More... | |
void | createToolBars () |
void | loadPoint () |
Load point into MatchTool. More... | |
void | loadMeasureTable () |
Load measure information into the measure table. More... | |
void | drawAllMeasurments (MdiCubeViewport *mvp, QPainter *painter) |
Draw all measurments which are on this viewPort. More... | |
void | createMatchTool (QWidget *parent) |
create the main window for editing control points More... | |
QSplitter * | createTopSplitter () |
creates everything above the ControlPointEdit More... | |
QGroupBox * | createControlPointGroupBox () |
QGroupBox * | createLeftMeasureGroupBox () |
QGroupBox * | createRightMeasureGroupBox () |
Creates the right measure group box. More... | |
void | createTemplateEditorWidget () |
Creates the Widget which contains the template editor and its toolbar. More... | |
void | loadTemplateFile (QString) |
Updates the current template file being used. More... | |
bool | okToContinue () |
Allows user to set a new template file. More... | |
bool | IsMeasureLocked (QString serialNumber) |
Check for implicitly locked measure in m_editPoint. More... | |
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. More... | |
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. More... | |
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. More... | |
Private Attributes | |
QMainWindow * | m_matchTool |
QWidget * | m_parent |
QStatusBar * | m_statusBar |
QString | m_cnetFileName |
QLabel * | m_cnetFileNameLabel |
bool | m_coregNet |
QString | m_coregReferenceSN |
bool | m_netChanged |
QAction * | m_createPoint |
QAction * | m_modifyPoint |
QAction * | m_deletePoint |
QAction * | m_saveNet |
QAction * | m_saveAsNet |
QAction * | m_closeMatchTool |
QAction * | m_saveChips |
QAction * | m_showHideTemplateEditor |
QAction * | m_openTemplateFile |
QAction * | m_saveTemplateFile |
QAction * | m_saveTemplateFileAs |
QAction * | m_whatsThis |
QAction * | m_showHelp |
ControlPointEdit * | m_pointEditor |
QPushButton * | m_savePoint |
QPalette | m_saveDefaultPalette |
QTextEdit * | m_templateEditor |
QWidget * | m_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 |
QComboBox * | m_leftCombo |
QComboBox * | m_rightCombo |
QMainWindow * | m_measureWindow |
QTableWidget * | m_measureTable |
QPointer< ControlNet > | m_controlNet |
ControlPoint * | m_editPoint |
MatchToolNewPointDialog * | m_newPointDialog |
ControlPoint * | m_newPoint |
QString | m_lastUsedPointId |
QStringList | m_pointFiles |
QString | m_leftFile |
ControlMeasure * | m_leftMeasure |
ControlMeasure * | m_rightMeasure |
Cube * | m_leftCube |
Cube * | m_rightCube |
Match tool operations.
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.
2015-11-08 Ian Humphrey - Added shortcut for Save Point (P). Added shortcuts (PageUp/PageDown) for selecting right measures and added slots to handle these shortcuts. References #2324.
2016-08-28 Kelvin Rodriguez - Removed unused member variables to eliminate warnings in clang. Part of porting to OS X 10.11
2017-08-09 Adam Goins - Changed method references of SerialNumberList.Delete() to SerialNumberList.remove()
2017-11-22 Adam Goins - Set the MatchTool window title and the CNet file name label to the newly saved file. Fixes #3922.
Definition at line 216 of file MatchTool.h.
|
protectedinherited |
Isis::MatchTool::MatchTool | ( | QWidget * | parent | ) |
Consructs the Match Tool window.
parent | Pointer to the parent widget for the Match tool |
Definition at line 57 of file MatchTool.cpp.
References createMatchTool(), and exiting().
|
slotinherited |
Activates the tool.
on |
Definition at line 131 of file Tool.cpp.
References Isis::Tool::addViewportConnections(), Isis::Tool::disableToolBar(), Isis::Tool::enableToolBar(), Isis::Tool::m_active, Isis::Tool::m_toolPadAction, and Isis::Tool::removeViewportConnections().
Referenced by Isis::Tool::addTo(), Isis::AdvancedTrackTool::AdvancedTrackTool(), Isis::RubberBandTool::disable(), Isis::RubberBandTool::enable(), Isis::AdvancedTrackTool::eventFilter(), Isis::FileTool::FileTool(), Isis::RubberBandTool::RubberBandTool(), Isis::TrackTool::TrackTool(), Isis::WindowTool::WindowTool(), and Isis::Workspace::Workspace().
|
inlineprotectedvirtualinherited |
Anytime a tool is created, you must add the connections for it.
cvp |
Reimplemented in Isis::TrackTool, and Isis::WindowTool.
Definition at line 253 of file Tool.h.
Referenced by Isis::Tool::addViewportConnections().
|
inherited |
Adds the tool to the application.
pViewPortMnWin |
Definition at line 78 of file Tool.cpp.
References Isis::ViewportMainWindow::activeToolBar(), Isis::Tool::addToActive(), Isis::Tool::addToPermanent(), Isis::ViewportMainWindow::getMenu(), Isis::Tool::menuName(), Isis::ViewportMainWindow::permanentToolBar(), Isis::ViewportMainWindow::toolPad(), and Isis::ViewportMainWindow::workspace().
Referenced by Isis::WindowTool::addTo(), Isis::SpecialPixelTool::addTo(), Isis::FileTool::addTo(), Isis::EditTool::addTo(), Isis::ViewportMainWindow::ViewportMainWindow(), and Isis::Workspace::Workspace().
|
inherited |
Adds the tool to the toolpad.
toolpad |
Definition at line 98 of file Tool.cpp.
References Isis::Tool::activate(), Isis::ToolPad::addAction(), Isis::Tool::m_toolPadAction, and Isis::Tool::toolPadAction().
|
inlinevirtualinherited |
menu |
Reimplemented in Isis::FindTool, Isis::FeatureNomenclatureTool, Isis::AdvancedTrackTool, Isis::StretchTool, Isis::QnetFileTool, Isis::ZoomTool, Isis::FileTool, Isis::SpectralPlotTool, Isis::MeasureTool, Isis::SunShadowTool, Isis::HelpTool, Isis::SpecialPixelTool, Isis::BlinkTool, Isis::WindowTool, and Isis::PanTool.
|
virtualinherited |
Adds the given workspace to the cubeviewport list.
ws |
Reimplemented in Isis::EditTool, Isis::FileTool, Isis::SpecialPixelTool, and Isis::WindowTool.
Definition at line 45 of file Tool.cpp.
References Isis::Tool::registerTool(), and Isis::Tool::setCubeViewport().
|
inherited |
toolbar |
Definition at line 112 of file Tool.cpp.
References Isis::Tool::createToolBarWidget(), Isis::Tool::disableToolBar(), and Isis::Tool::m_toolBarWidget.
Referenced by Isis::Tool::addTo(), and Isis::Workspace::Workspace().
|
inlinevirtualinherited |
toolbar |
Reimplemented in Isis::AdvancedTrackTool, Isis::FileTool, Isis::HelpTool, Isis::SpecialPixelTool, Isis::BlinkTool, and Isis::WindowTool.
Definition at line 111 of file Tool.h.
Referenced by Isis::Tool::addTo(), and Isis::Workspace::Workspace().
|
privateslot |
Turn "Save Point" button text to red.
Definition at line 3001 of file MatchTool.cpp.
Referenced by createMatchTool(), deletePoint(), measureSaved(), setIgnorePoint(), and setLockPoint().
|
private |
Creates the menu actions for Match Tool.
Definition at line 460 of file MatchTool.cpp.
References openTemplateFile(), saveAsNet(), saveChips(), saveNet(), saveTemplateFile(), saveTemplateFileAs(), and Isis::Tool::toolIconDir().
Referenced by createMatchTool().
|
private |
Definition at line 276 of file MatchTool.cpp.
References setIgnorePoint(), and setLockPoint().
Referenced by createTopSplitter().
|
private |
Definition at line 311 of file MatchTool.cpp.
References selectLeftMeasure(), setIgnoreLeftMeasure(), and setLockLeftMeasure().
Referenced by createTopSplitter().
|
private |
create the main window for editing control points
parent | Pointer to parent QWidget |
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"
2015-11-09 Ian Humphrey - Added shortcut for savePoint (P). References #2324.
Definition at line 165 of file MatchTool.cpp.
References colorizeSaveButton(), createActions(), createMenus(), createTopSplitter(), measureSaved(), paintAllViewports(), readSettings(), and savePoint().
Referenced by MatchTool().
|
private |
Customize dropdown menus below title bar.
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 569 of file MatchTool.cpp.
Referenced by createMatchTool().
|
slot |
Create new control point at given samp, line for viewport.
Definition at line 1553 of file MatchTool.cpp.
References Isis::ControlPoint::Add(), Isis::CubeViewport::cube(), Isis::Tool::cubeViewportList(), Isis::Cube::fileName(), Isis::ControlPoint::Free, Isis::ControlMeasure::Manual, Isis::FileName::name(), paintAllViewports(), Isis::ControlMeasure::SetChooserName(), Isis::ControlPoint::SetChooserName(), Isis::ControlMeasure::SetCoordinate(), Isis::ControlMeasure::SetCubeSerialNumber(), Isis::ControlMeasure::SetDateTime(), Isis::MatchToolNewPointDialog::setFiles(), Isis::ControlMeasure::SetType(), Isis::ControlPoint::SetType(), and Isis::Application::UserName().
Referenced by mouseButtonRelease().
|
private |
Creates the right measure group box.
Definition at line 371 of file MatchTool.cpp.
References nextRightMeasure(), previousRightMeasure(), selectRightMeasure(), setIgnoreRightMeasure(), and setLockRightMeasure().
Referenced by createTopSplitter().
|
private |
Creates the Widget which contains the template editor and its toolbar.
Definition at line 431 of file MatchTool.cpp.
References setTemplateModified().
Referenced by createTopSplitter().
|
private |
creates everything above the ControlPointEdit
Definition at line 247 of file MatchTool.cpp.
References createControlPointGroupBox(), createLeftMeasureGroupBox(), createRightMeasureGroupBox(), and createTemplateEditorWidget().
Referenced by createMatchTool().
|
inlineprotectedinherited |
Return the current 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::exportToList(), Isis::FileTool::exportView(), Isis::StatisticsTool::getStatistics(), Isis::FindTool::handleRecordClicked(), Isis::EditTool::LineToPoints(), Isis::TrackTool::locateCursor(), Isis::SunShadowTool::mouseButtonPress(), Isis::ControlNetTool::mouseButtonRelease(), 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().
|
protectedinherited |
Return the list of cubeviewports.
Definition at line 390 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(), Isis::ControlNetTool::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::ControlNetTool::setControlNet(), 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().
|
slot |
Delete control point.
point | Pointer to control point (net memory) to be deleted. |
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 1693 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().
|
private |
Draw all measurments which are on this viewPort.
vp | Viewport whose measurements will be drawn |
painter |
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 2614 of file MatchTool.cpp.
References Isis::CubeViewport::cubeToViewport(), and Isis::ControlPoint::HasSerialNumber().
Referenced by paintViewport().
|
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 339 of file Tool.cpp.
References Isis::RubberBandTool::disable().
Referenced by Isis::Tool::addViewportConnections().
|
protected |
Event filter for MatchTool.
Determines whether to update left or right measure info.
o | Pointer to QObject |
e | Pointer to QEvent |
Definition at line 2540 of file MatchTool.cpp.
References updateLeftMeasureInfo(), and updateRightMeasureInfo().
|
privateslot |
This called when qview is exiting.
We need to possibly prompt user for saving the edit point and network
Definition at line 3360 of file MatchTool.cpp.
References Isis::ControlPoint::GetId(), saveAsNet(), and savePoint().
Referenced by MatchTool().
|
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.
[in] | serialNumber | (QString) Serial number of measure to be checked |
Definition at line 3024 of file MatchTool.cpp.
References Isis::ControlPoint::GetMeasure(), Isis::ControlPoint::GetReferenceSN(), Isis::ControlMeasure::IsEditLocked(), and Isis::ControlPoint::IsReferenceExplicit().
Referenced by loadMeasureTable(), updateLeftMeasureInfo(), and updateRightMeasureInfo().
|
private |
Load measure information into the measure table.
Definition at line 2030 of file MatchTool.cpp.
References Isis::SerialNumberList::fileName(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlMeasureLogData::GetNumericalValue(), Isis::ControlPoint::GetReferenceSN(), Isis::ControlMeasure::GetResidualMagnitude(), Isis::ControlMeasureLogData::GoodnessOfFit, IsMeasureLocked(), Isis::ControlPoint::IsReferenceExplicit(), Isis::ControlMeasure::MeasureTypeToString(), Isis::Null, and serialNumberList().
Referenced by loadPoint(), and measureSaved().
|
private |
Load point into MatchTool.
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 1940 of file MatchTool.cpp.
References Isis::SerialNumberList::fileName(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlPoint::GetId(), Isis::ControlPoint::GetReferenceSN(), Isis::ControlPoint::IndexOfRefMeasure(), Isis::ControlPoint::IsReferenceExplicit(), loadMeasureTable(), Isis::FileName::name(), selectLeftMeasure(), selectRightMeasure(), and serialNumberList().
Referenced by deletePoint(), and modifyPoint().
|
private |
Updates the current template file being used.
fn | The file path of the new template file |
Definition at line 2762 of file MatchTool.cpp.
Referenced by deletePoint(), modifyPoint(), and openTemplateFile().
|
privateslot |
This method is connected with the measureSaved() signal from ControlPointEdit.
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 788 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().
|
inlinevirtualinherited |
Anytime a tool is created, you must give it a name for the menu.
Reimplemented in Isis::FindTool, Isis::StretchTool, Isis::FeatureNomenclatureTool, Isis::AdvancedTrackTool, Isis::FileTool, Isis::ZoomTool, Isis::MeasureTool, Isis::BandTool, Isis::HelpTool, Isis::SpecialPixelTool, Isis::BlinkTool, Isis::WindowTool, and Isis::PanTool.
Definition at line 97 of file Tool.h.
Referenced by Isis::Tool::addTo(), and Isis::Workspace::Workspace().
|
slot |
Modify control point.
point | Pointer to control point to be modified. |
Definition at line 1874 of file MatchTool.cpp.
References loadPoint(), and loadTemplateFile().
Referenced by mouseButtonRelease().
|
protectedvirtualinherited |
p | |
s |
Definition at line 367 of file Tool.cpp.
Referenced by Isis::Tool::addViewportConnections(), and Isis::Tool::removeViewportConnections().
|
protectedslot |
Handle mouse events on CubeViewport.
p[in] | (QPoint) Point under cursor in cubeviewport |
s[in] | (Qt::MouseButton) Which mouse button was pressed |
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 1457 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().
|
protectedvirtualinherited |
p |
Definition at line 358 of file Tool.cpp.
Referenced by Isis::Tool::addViewportConnections(), and Isis::Tool::removeViewportConnections().
|
protectedvirtualslotinherited |
p |
Definition at line 352 of file Tool.cpp.
Referenced by Isis::Tool::addViewportConnections(), and Isis::Tool::removeViewportConnections().
|
privateslot |
Selects the next right measure when activated by key shortcut.
This slot is intended to handle selecting the next right measure when the attached shortcut (PageDown) is activated. This slot checks if the next index is in bounds.
Definition at line 2241 of file MatchTool.cpp.
References selectRightMeasure().
Referenced by createRightMeasureGroupBox().
|
private |
Allows user to set a new template file.
void MatchTool::setTemplateFile() { m_pointEditor->setTemplateFile(); }
Definition at line 2713 of file MatchTool.cpp.
References saveTemplateFileAs().
Referenced by 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 2738 of file MatchTool.cpp.
References loadTemplateFile(), okToContinue(), and Isis::ControlPointEdit::setTemplateFile().
Referenced by createActions().
|
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?
pointId |
Definition at line 2580 of file MatchTool.cpp.
References Isis::Tool::cubeViewportList().
Referenced by createMatchTool(), createPoint(), and refresh().
|
virtual |
Take care of drawing things on a viewPort.
This is overiding the parents paintViewport member.
vp | Pointer to Viewport to be painted |
painter |
Reimplemented from Isis::Tool.
Definition at line 2561 of file MatchTool.cpp.
References drawAllMeasurments().
|
privateslot |
Selects the previous right measure when activated by key shortcut.
This slot is intended to handle selecting the previous right measure when the attached shortcut (PageUp) is activated. This slot checks if the previous index is in bounds.
Definition at line 2260 of file MatchTool.cpp.
References selectRightMeasure().
Referenced by createRightMeasureGroupBox().
|
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 3047 of file MatchTool.cpp.
References Isis::FileName::expanded().
Referenced by createMatchTool().
|
slot |
Refresh all necessary widgets in MatchTool including the PointEditor and CubeViewports.
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 2973 of file MatchTool.cpp.
References paintAllViewports().
|
protectedinherited |
Registers the tool to the viewport.
viewport |
Definition at line 327 of file Tool.cpp.
References Isis::Tool::m_cvp, and Isis::MdiCubeViewport::registerTool().
Referenced by Isis::Tool::addTo().
|
inlineprotectedvirtualinherited |
Anytime a tool is created, you must be able to remove it's connections.
cvp |
Reimplemented in Isis::MeasureTool, Isis::TrackTool, and Isis::WindowTool.
Definition at line 261 of file Tool.h.
Referenced by Isis::Tool::removeViewportConnections().
|
privateslot |
Signal to save the control net.
Definition at line 1400 of file MatchTool.cpp.
References Isis::IException::what().
Referenced by createActions(), and exiting().
|
privateslot |
Slot which calls ControlPointEditor slot to save chips.
Definition at line 2909 of file MatchTool.cpp.
References Isis::ControlPointEdit::saveChips().
Referenced by createActions().
|
privateslot |
Signal to save control net.
Definition at line 1373 of file MatchTool.cpp.
References Isis::IException::what().
Referenced by createActions().
|
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.
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 1079 of file MatchTool.cpp.
References Isis::ControlPoint::GetId().
Referenced by createMatchTool(), and exiting().
|
privateslot |
save the file opened in the template editor
Definition at line 2794 of file MatchTool.cpp.
References writeTemplateFile().
Referenced by createActions().
|
privateslot |
save the contents of template editor to a file chosen by the user
Definition at line 2808 of file MatchTool.cpp.
References writeTemplateFile().
Referenced by createActions(), and okToContinue().
|
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().
|
privateslot |
Select left measure.
index | Index of file from the point files vector |
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 2284 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().
|
privateslot |
Select right measure.
index | Index of file from the point files vector |
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 2339 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(), loadPoint(), nextRightMeasure(), and previousRightMeasure().
|
private |
Creates a serial number list based on open cube viewports.
Definition at line 679 of file MatchTool.cpp.
References Isis::SerialNumberList::add(), Isis::SerialNumber::Compose(), Isis::CubeViewport::cube(), Isis::Tool::cubeViewportList(), Isis::FileName::expanded(), Isis::SerialNumberList::fileName(), Isis::Cube::fileName(), Isis::SerialNumberList::hasSerialNumber(), Isis::FileName::name(), and Isis::SerialNumberList::remove().
Referenced by deletePoint(), loadMeasureTable(), loadPoint(), mouseButtonRelease(), selectLeftMeasure(), and selectRightMeasure().
|
slotinherited |
Sets the current viewport to the given cvp.
cvp |
Definition at line 160 of file Tool.cpp.
References Isis::Tool::addViewportConnections(), Isis::Tool::enableToolBar(), Isis::Tool::m_active, Isis::Tool::m_cvp, Isis::Tool::removeViewportConnections(), and Isis::Tool::updateTool().
Referenced by Isis::Tool::addTo(), and Isis::FileTool::closeAll().
|
privateslot |
Set the "Ignore" keyword of the measure shown in the left viewport to the value of the input parameter.
ignore | Boolean value that determines the Ignore value for the left measure. |
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 1213 of file MatchTool.cpp.
References Isis::ControlMeasure::GetCubeSerialNumber().
Referenced by createLeftMeasureGroupBox().
|
privateslot |
Set point's "Ignore" keyword to the value of the input parameter.
ignore | Boolean value that determines the Ignore value for this point. |
Definition at line 1140 of file MatchTool.cpp.
References colorizeSaveButton(), Isis::ControlPoint::PointLocked, and Isis::ControlPoint::SetIgnored().
Referenced by createControlPointGroupBox().
|
privateslot |
Set the "Ignore" keyword of the measure shown in the right viewport to the value of the input parameter.
ignore | Boolean value that determines the Ignore value for the right measure. |
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 1283 of file MatchTool.cpp.
References Isis::ControlMeasure::GetCubeSerialNumber().
Referenced by createRightMeasureGroupBox().
|
privateslot |
Set the "EditLock" keyword of the measure shown in the left viewport to the value of the input parameter.
ignore | Boolean value that determines the EditLock value for the left measure. |
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 1172 of file MatchTool.cpp.
References Isis::ControlMeasure::GetCubeSerialNumber(), and Isis::ControlMeasure::IsEditLocked().
Referenced by createLeftMeasureGroupBox().
|
privateslot |
Set point's "EditLock" keyword to the value of the input parameter.
ignore | Boolean value that determines the EditLock value for this point. |
Definition at line 1121 of file MatchTool.cpp.
References colorizeSaveButton(), and Isis::ControlPoint::SetEditLock().
Referenced by createControlPointGroupBox().
|
privateslot |
Set the "EditLock" keyword of the measure shown in the right viewport to the value of the input parameter.
ignore | Boolean value that determines the EditLock value for the right measure. |
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 1243 of file MatchTool.cpp.
References Isis::ControlMeasure::GetCubeSerialNumber(), and Isis::ControlMeasure::IsEditLocked().
Referenced by createRightMeasureGroupBox().
|
privateslot |
called when the template file is modified by the template editor
Definition at line 2786 of file MatchTool.cpp.
Referenced by createTemplateEditorWidget().
|
inlineinherited |
returns the path to the icon directory.
Definition at line 127 of file Tool.h.
References Isis::Tool::m_toolIconDir.
Referenced by Isis::AdvancedTrackTool::AdvancedTrackTool(), Isis::BlinkTool::BlinkTool(), createActions(), Isis::QnetTool::createActions(), Isis::StereoTool::createMenus(), Isis::PanTool::createToolBarWidget(), Isis::BandTool::createToolBarWidget(), Isis::StereoTool::createToolBarWidget(), Isis::ZoomTool::createToolBarWidget(), Isis::EditTool::createToolBarWidget(), Isis::FindTool::createToolBarWidget(), Isis::StretchTool::createToolBarWidget(), Isis::FileTool::FileTool(), Isis::FindTool::FindTool(), Isis::HistogramTool::HistogramTool(), Isis::SpecialPixelTool::SpecialPixelTool(), Isis::RubberBandComboBox::toolIconDir(), Isis::PanTool::toolPadAction(), Isis::ScatterPlotTool::toolPadAction(), Isis::HistogramTool::toolPadAction(), Isis::BandTool::toolPadAction(), Isis::SunShadowTool::toolPadAction(), Isis::SpectralPlotTool::toolPadAction(), Isis::SpatialPlotTool::toolPadAction(), Isis::MeasureTool::toolPadAction(), Isis::StereoTool::toolPadAction(), Isis::ControlNetTool::toolPadAction(), Isis::ZoomTool::toolPadAction(), Isis::EditTool::toolPadAction(), Isis::FeatureNomenclatureTool::toolPadAction(), Isis::StatisticsTool::toolPadAction(), Isis::FindTool::toolPadAction(), Isis::StretchTool::toolPadAction(), toolPadAction(), Isis::QnetTool::toolPadAction(), Isis::WindowTool::WindowTool(), and Isis::ZoomTool::ZoomTool().
Adds the Tie tool action to the tool pad.
When the Tie tool is selected, the Navigation Tool will automatically open.
pad | Tool pad |
Reimplemented from Isis::Tool.
Definition at line 614 of file MatchTool.cpp.
References Isis::Tool::toolIconDir().
|
privateslot |
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 2401 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().
|
slot |
Update the current editPoint information in the Point Editor labels.
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 2937 of file MatchTool.cpp.
References Isis::ControlPoint::GetId(), Isis::ControlPoint::SetEditLock(), and Isis::ControlPoint::SetIgnored().
|
privateslot |
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 2474 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().
|
virtualslotinherited |
Updates the tool.
Reimplemented in Isis::StretchTool, Isis::FindTool, Isis::FeatureNomenclatureTool, Isis::EditTool, Isis::FileTool, Isis::ZoomTool, Isis::MeasureTool, Isis::SpatialPlotTool, Isis::SpectralPlotTool, Isis::AbstractPlotTool, Isis::SunShadowTool, Isis::BandTool, Isis::HistogramTool, Isis::SpecialPixelTool, Isis::BlinkTool, and Isis::WindowTool.
Definition at line 318 of file Tool.cpp.
Referenced by Isis::Tool::enableToolBar(), and Isis::Tool::setCubeViewport().
|
privateslot |
Allows the user to view the template file that is currently set.
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 2883 of file MatchTool.cpp.
References Isis::IException::toString().
|
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 3064 of file MatchTool.cpp.
References Isis::FileName::expanded().
|
privateslot |
write the contents of the template editor to the file provided.
fn | The filename to write to |
Definition at line 2827 of file MatchTool.cpp.
References Isis::ControlPointEdit::setTemplateFile(), and Isis::IException::toString().
Referenced by saveTemplateFile(), and saveTemplateFileAs().