Isis 3 Programmer Reference
|
Sets the colors for the special pixel values. More...
#include <SpecialPixelTool.h>
Public Slots | |
void | activate (bool) |
Activates the tool. More... | |
void | setCubeViewport (MdiCubeViewport *cvp) |
Sets the current viewport to the given cvp. More... | |
Signals | |
void | setDefaultColors () |
Emitted when the default colors are reset. More... | |
void | clearWarningSignal () |
void | toolActivated () |
void | viewportChanged () |
Public Member Functions | |
SpecialPixelTool (QWidget *parent) | |
SpecialPixelTool constructor. More... | |
void | addTo (QMenu *menu) |
Adds the tool to the given menu. More... | |
void | addToPermanent (QToolBar *perm) |
Adds the tool to the permanent tool bar. More... | |
void | addTo (Workspace *ws) |
QString | menuName () const |
Returns the menu name. More... | |
void | addTo (ViewportMainWindow *mw) |
Adds the tool to the application. More... | |
void | addTo (ToolPad *toolpad) |
Adds the tool to the toolpad. More... | |
void | addToActive (QToolBar *toolbar) |
QString | toolIconDir () const |
returns the path to the icon directory. More... | |
virtual void | paintViewport (MdiCubeViewport *vp, QPainter *painter) |
RubberBandTool * | rubberBandTool () |
void | setList (ToolList *currentList) |
Protected Types | |
typedef QVector< MdiCubeViewport *> | CubeViewportList |
A list of cubeviewports. More... | |
Protected Slots | |
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 | |
void | updateTool () |
Updates special pixel tool. More... | |
void | setColor (QToolButton *button) |
Gets the selected color from the color dialog. More... | |
void | readSettings () |
This method reads in the default special pixel value colors from a config file. More... | |
void | writeSettings () |
This methods writes the default special pixel values to a config file that will be read by the readSettings() method. More... | |
virtual void | mouseDoubleClick (QPoint p) |
virtual void | mouseButtonPress (QPoint p, Qt::MouseButton s) |
virtual void | mouseButtonRelease (QPoint p, Qt::MouseButton s) |
Resets the Warning to Nowarning when a different activity occurs on the application. More... | |
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 QAction * | toolPadAction (ToolPad *toolpad) |
Anytime a tool is created, you must setup a tool pad action with it. More... | |
virtual QWidget * | createToolBarWidget (QStackedWidget *parent) |
Anytime a tool is created, you must add it to the tool bar. 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 | apply () |
Applies the colors picked for the special pixels. More... | |
void | setNullColor () |
Sets the color for null pixels. More... | |
void | setLisColor () |
Sets the color for Lis pixels. More... | |
void | setLrsColor () |
Sets the color for Lrs pixels. More... | |
void | setLdsColor () |
Sets the color for Lds pixels. More... | |
void | setHisColor () |
Sets the color for His pixels. More... | |
void | setHrsColor () |
Sets the color for Hrs pixels. More... | |
void | setHdsColor () |
Sets the color for Hds pixels. More... | |
void | setBgColor () |
void | defaultBW () |
Reset the default black/white colors. More... | |
void | defaultColor () |
Reset the default color colors. More... | |
Private Attributes | |
QAction * | p_action |
Special Pixel Tool's action. More... | |
QWidget * | p_parent |
Parent widget. More... | |
QWidget * | p_spWindow |
Window widget. More... | |
QDialog * | p_dialog |
Dialog box. More... | |
QColor | p_nullDefault |
Color chosen for null pixels. More... | |
QColor | p_lisDefault |
Color chosen for low instrument saturation pixels. More... | |
QColor | p_lrsDefault |
Color chosen for Low representation saturation pixels. More... | |
QColor | p_ldsDefault |
Color chosen for pixels. More... | |
QColor | p_hisDefault |
Color chosen for high instrument saturation pixels. More... | |
QColor | p_hrsDefault |
Color chosen for high representation saturation pixels. More... | |
QColor | p_hdsDefault |
Color chosen for pixels. More... | |
QColor | p_bgDefault |
Color chosen for pixels. More... | |
QToolButton * | p_nullColor |
Null Button. More... | |
QToolButton * | p_lisColor |
Low instrument saturation Button. More... | |
QToolButton * | p_lrsColor |
Low representation saturation Button. More... | |
QToolButton * | p_ldsColor |
Low Button. More... | |
QToolButton * | p_hisColor |
High instrument saturation Button. More... | |
QToolButton * | p_hrsColor |
High representation saturation Button. More... | |
QToolButton * | p_hdsColor |
High Button. More... | |
QToolButton * | p_bgColor |
Background color Button. More... | |
QSettings * | p_settings |
< Settings More... | |
bool | p_color |
Color Mode? More... | |
Sets the colors for the special pixel values.
2008-06-09 Noah Hilt - Added settings to read and write default colors for special pixel values.
2010-06-26 Eric Hyer - Now uses MdiCubeViewport instead of CubeViewport. Also fixed some include issues.
2012-06-28 Steven Lambright - Now applies to new viewports
Definition at line 35 of file SpecialPixelTool.h.
|
protectedinherited |
Isis::SpecialPixelTool::SpecialPixelTool | ( | QWidget * | parent | ) |
SpecialPixelTool constructor.
parent |
Definition at line 30 of file SpecialPixelTool.cpp.
References apply(), defaultBW(), defaultColor(), main(), p_action, p_bgColor, p_dialog, p_hdsColor, p_hisColor, p_hrsColor, p_ldsColor, p_lisColor, p_lrsColor, p_nullColor, p_parent, p_spWindow, readSettings(), setDefaultColors(), setHdsColor(), setHisColor(), setHrsColor(), setLdsColor(), setLisColor(), setLrsColor(), setNullColor(), and Isis::Tool::toolIconDir().
|
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().
|
virtual |
Adds the tool to the given menu.
menu |
Reimplemented from Isis::Tool.
Definition at line 177 of file SpecialPixelTool.cpp.
References p_action.
|
virtual |
ws |
Reimplemented from Isis::Tool.
Definition at line 197 of file SpecialPixelTool.cpp.
References Isis::Tool::addTo(), and apply().
|
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(), 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().
|
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().
|
virtual |
Adds the tool to the permanent tool bar.
perm |
Reimplemented from Isis::Tool.
Definition at line 188 of file SpecialPixelTool.cpp.
References p_action.
|
privateslot |
Applies the colors picked for the special pixels.
Definition at line 208 of file SpecialPixelTool.cpp.
References Isis::CubeViewport::blueStretch(), Isis::Tool::cubeViewportList(), Isis::CubeViewport::greenStretch(), p_bgColor, p_bgDefault, p_color, p_hdsColor, p_hdsDefault, p_hisColor, p_hisDefault, p_hrsColor, p_hrsDefault, p_ldsColor, p_ldsDefault, p_lisColor, p_lisDefault, p_lrsColor, p_lrsDefault, p_nullColor, p_nullDefault, Isis::CubeViewport::redStretch(), Isis::CubeViewport::setBackground(), Isis::Stretch::SetHis(), Isis::Stretch::SetHrs(), Isis::Stretch::SetLis(), Isis::Stretch::SetLrs(), Isis::Stretch::SetNull(), Isis::CubeViewport::stretchBlue(), Isis::CubeViewport::stretchGreen(), Isis::CubeViewport::stretchRed(), and writeSettings().
Referenced by addTo(), and SpecialPixelTool().
|
inlineprotectedvirtualinherited |
Anytime a tool is created, you must add it to the tool bar.
parent |
Reimplemented in Isis::StretchTool, Isis::FindTool, Isis::StatisticsTool, Isis::FeatureNomenclatureTool, Isis::EditTool, Isis::ZoomTool, Isis::StereoTool, Isis::MeasureTool, Isis::SpatialPlotTool, Isis::SpectralPlotTool, Isis::AbstractPlotTool, Isis::BandTool, Isis::SunShadowTool, Isis::HistogramTool, Isis::ScatterPlotTool, and Isis::PanTool.
Definition at line 243 of file Tool.h.
Referenced by Isis::Tool::addToActive().
|
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(), Isis::MatchTool::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(), 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(), apply(), Isis::FindTool::centerLinkedViewports(), Isis::WindowTool::changeCursor(), Isis::FileTool::closeAll(), Isis::BandTool::copyAllViewports(), Isis::BandTool::copyLinkedViewports(), Isis::MatchTool::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(), Isis::MatchTool::paintAllViewports(), Isis::QnetTool::paintAllViewports(), Isis::FindTool::refresh(), Isis::ScatterPlotTool::repaintViewports(), Isis::AbstractPlotTool::repaintViewports(), Isis::WindowTool::resizeWindows(), Isis::BlinkTool::reverse(), Isis::ZoomTool::rubberBandComplete(), Isis::MatchTool::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().
|
privateslot |
Reset the default black/white colors.
Definition at line 390 of file SpecialPixelTool.cpp.
References p_bgColor, p_color, p_hdsColor, p_hisColor, p_hrsColor, p_ldsColor, p_lisColor, p_lrsColor, and p_nullColor.
Referenced by SpecialPixelTool().
|
privateslot |
Reset the default color colors.
Definition at line 411 of file SpecialPixelTool.cpp.
References p_bgColor, p_bgDefault, p_color, p_hdsColor, p_hdsDefault, p_hisColor, p_hisDefault, p_hrsColor, p_hrsDefault, p_ldsColor, p_ldsDefault, p_lisColor, p_lisDefault, p_lrsColor, p_lrsDefault, p_nullColor, and p_nullDefault.
Referenced by SpecialPixelTool().
|
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().
|
inlinevirtual |
Returns the menu name.
Reimplemented from Isis::Tool.
Definition at line 45 of file SpecialPixelTool.h.
|
protectedvirtualinherited |
p | |
s |
Definition at line 367 of file Tool.cpp.
Referenced by Isis::Tool::addViewportConnections(), and Isis::Tool::removeViewportConnections().
|
protectedvirtualinherited |
Resets the Warning to Nowarning when a different activity occurs on the application.
This is called by all the mouseButtonRelease events in all the tools.
p | |
s |
Reimplemented in Isis::FeatureNomenclatureTool.
Definition at line 380 of file Tool.cpp.
Referenced by Isis::Tool::addViewportConnections(), Isis::StretchTool::mouseButtonRelease(), and Isis::Tool::removeViewportConnections().
|
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().
|
inlinevirtualinherited |
vp | |
painter |
Reimplemented in Isis::QnetTool, Isis::MatchTool, Isis::FindTool, Isis::FeatureNomenclatureTool, Isis::RubberBandTool, Isis::ControlNetTool, Isis::StereoTool, Isis::SunShadowTool, Isis::AbstractPlotTool, and Isis::ScatterPlotTool.
|
protected |
This method reads in the default special pixel value colors from a config file.
Definition at line 459 of file SpecialPixelTool.cpp.
References Isis::FileName::expanded(), p_bgDefault, p_dialog, p_hdsDefault, p_hisDefault, p_hrsDefault, p_ldsDefault, p_lisDefault, p_lrsDefault, p_nullDefault, p_parent, and p_settings.
Referenced by SpecialPixelTool().
|
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().
|
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().
|
protected |
Gets the selected color from the color dialog.
button |
Definition at line 372 of file SpecialPixelTool.cpp.
Referenced by setHdsColor(), setHisColor(), setHrsColor(), setLdsColor(), setLisColor(), setLrsColor(), and setNullColor().
|
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().
|
signal |
Emitted when the default colors are reset.
Referenced by SpecialPixelTool().
|
privateslot |
Sets the color for Hds pixels.
Definition at line 358 of file SpecialPixelTool.cpp.
References p_hdsColor, and setColor().
Referenced by SpecialPixelTool().
|
privateslot |
Sets the color for His pixels.
Definition at line 340 of file SpecialPixelTool.cpp.
References p_hisColor, and setColor().
Referenced by SpecialPixelTool().
|
privateslot |
Sets the color for Hrs pixels.
Definition at line 349 of file SpecialPixelTool.cpp.
References p_hrsColor, and setColor().
Referenced by SpecialPixelTool().
|
privateslot |
Sets the color for Lds pixels.
Definition at line 331 of file SpecialPixelTool.cpp.
References p_ldsColor, and setColor().
Referenced by SpecialPixelTool().
|
privateslot |
Sets the color for Lis pixels.
Definition at line 313 of file SpecialPixelTool.cpp.
References p_lisColor, and setColor().
Referenced by SpecialPixelTool().
|
privateslot |
Sets the color for Lrs pixels.
Definition at line 322 of file SpecialPixelTool.cpp.
References p_lrsColor, and setColor().
Referenced by SpecialPixelTool().
|
privateslot |
Sets the color for null pixels.
Definition at line 304 of file SpecialPixelTool.cpp.
References p_nullColor, and setColor().
Referenced by SpecialPixelTool().
|
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(), Isis::MatchTool::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(), 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(), Isis::MatchTool::toolPadAction(), Isis::QnetTool::toolPadAction(), Isis::WindowTool::WindowTool(), and Isis::ZoomTool::ZoomTool().
Anytime a tool is created, you must setup a tool pad action with it.
toolpad |
Reimplemented in Isis::QnetTool, Isis::MatchTool, Isis::StretchTool, Isis::FindTool, Isis::StatisticsTool, Isis::FeatureNomenclatureTool, Isis::EditTool, Isis::ZoomTool, Isis::ControlNetTool, Isis::StereoTool, Isis::MeasureTool, Isis::SpatialPlotTool, Isis::SpectralPlotTool, Isis::SunShadowTool, Isis::BandTool, Isis::HistogramTool, Isis::ScatterPlotTool, and Isis::PanTool.
Definition at line 231 of file Tool.h.
Referenced by Isis::Tool::addTo().
|
protectedvirtual |
Updates special pixel tool.
Reimplemented from Isis::Tool.
Definition at line 444 of file SpecialPixelTool.cpp.
References Isis::Tool::cubeViewport(), and p_action.
|
protected |
This methods writes the default special pixel values to a config file that will be read by the readSettings() method.
Definition at line 543 of file SpecialPixelTool.cpp.
References Isis::FileName::expanded(), p_bgDefault, p_dialog, p_hdsDefault, p_hisDefault, p_hrsDefault, p_ldsDefault, p_lisDefault, p_lrsDefault, p_nullDefault, and p_parent.
Referenced by apply().
|
private |
Definition at line 73 of file SpecialPixelTool.h.
Referenced by addTo(), addToPermanent(), SpecialPixelTool(), and updateTool().
|
private |
Background color Button.
Definition at line 92 of file SpecialPixelTool.h.
Referenced by apply(), defaultBW(), defaultColor(), and SpecialPixelTool().
|
private |
Color chosen for pixels.
Definition at line 84 of file SpecialPixelTool.h.
Referenced by apply(), defaultColor(), readSettings(), and writeSettings().
|
private |
Color Mode?
Definition at line 94 of file SpecialPixelTool.h.
Referenced by apply(), defaultBW(), and defaultColor().
|
private |
Dialog box.
Definition at line 76 of file SpecialPixelTool.h.
Referenced by readSettings(), SpecialPixelTool(), and writeSettings().
|
private |
High Button.
Definition at line 91 of file SpecialPixelTool.h.
Referenced by apply(), defaultBW(), defaultColor(), setHdsColor(), and SpecialPixelTool().
|
private |
Color chosen for pixels.
Definition at line 83 of file SpecialPixelTool.h.
Referenced by apply(), defaultColor(), readSettings(), and writeSettings().
|
private |
High instrument saturation Button.
Definition at line 89 of file SpecialPixelTool.h.
Referenced by apply(), defaultBW(), defaultColor(), setHisColor(), and SpecialPixelTool().
|
private |
Color chosen for high instrument saturation pixels.
Definition at line 81 of file SpecialPixelTool.h.
Referenced by apply(), defaultColor(), readSettings(), and writeSettings().
|
private |
High representation saturation Button.
Definition at line 90 of file SpecialPixelTool.h.
Referenced by apply(), defaultBW(), defaultColor(), setHrsColor(), and SpecialPixelTool().
|
private |
Color chosen for high representation saturation pixels.
Definition at line 82 of file SpecialPixelTool.h.
Referenced by apply(), defaultColor(), readSettings(), and writeSettings().
|
private |
Low Button.
Definition at line 88 of file SpecialPixelTool.h.
Referenced by apply(), defaultBW(), defaultColor(), setLdsColor(), and SpecialPixelTool().
|
private |
Color chosen for pixels.
Definition at line 80 of file SpecialPixelTool.h.
Referenced by apply(), defaultColor(), readSettings(), and writeSettings().
|
private |
Low instrument saturation Button.
Definition at line 86 of file SpecialPixelTool.h.
Referenced by apply(), defaultBW(), defaultColor(), setLisColor(), and SpecialPixelTool().
|
private |
Color chosen for low instrument saturation pixels.
Definition at line 78 of file SpecialPixelTool.h.
Referenced by apply(), defaultColor(), readSettings(), and writeSettings().
|
private |
Low representation saturation Button.
Definition at line 87 of file SpecialPixelTool.h.
Referenced by apply(), defaultBW(), defaultColor(), setLrsColor(), and SpecialPixelTool().
|
private |
Color chosen for Low representation saturation pixels.
Definition at line 79 of file SpecialPixelTool.h.
Referenced by apply(), defaultColor(), readSettings(), and writeSettings().
|
private |
Null Button.
Definition at line 85 of file SpecialPixelTool.h.
Referenced by apply(), defaultBW(), defaultColor(), setNullColor(), and SpecialPixelTool().
|
private |
Color chosen for null pixels.
Definition at line 77 of file SpecialPixelTool.h.
Referenced by apply(), defaultColor(), readSettings(), and writeSettings().
|
private |
Parent widget.
Definition at line 74 of file SpecialPixelTool.h.
Referenced by readSettings(), SpecialPixelTool(), and writeSettings().
|
private |
|
private |