Isis 3 Developer Reference
|
Rubber banding tool. More...
#include <RubberBandTool.h>
Public Types | |
enum | RubberBandMode { AngleMode, CircleMode, EllipseMode, LineMode, RectangleMode, RotatedRectangleMode, PolygonMode, SegmentedLineMode } |
Public Slots | |
void | escapeKeyPress () |
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 | modeChanged () |
void | bandingComplete () |
void | measureChange () |
void | clearWarningSignal () |
void | toolActivated () |
void | viewportChanged () |
Public Member Functions | |
RubberBandTool (QWidget *parent=NULL) | |
This is the constructor. More... | |
virtual | ~RubberBandTool () |
void | enable (RubberBandMode mode, bool showIndicatorColors=false) |
This is called when changing modes or turning on. More... | |
void | disable () |
This is called when something is not using me, so turn off events, reset & repaint to clear the clear. More... | |
void | setDrawActiveViewportOnly (bool activeOnly=false) |
This called to set whether rubber band is drawn on active viewport only rather than all linked viewports. More... | |
QList< QPoint > | vertices () |
This method returns the vertices. More... | |
RubberBandMode | currentMode () |
double | area () |
Angle | angle () |
geos::geom::Geometry * | geometry () |
QRect | rectangle () |
This method returns a rectangle from the vertices set by the RubberBandTool. More... | |
Qt::MouseButton | mouseButton () |
This method returns the mouse button modifier. More... | |
void | paintViewport (MdiCubeViewport *vp, QPainter *painter) |
This is the main paint method for the rubber bands. More... | |
bool | isValid () |
This returns true if we can return complete & valid data. More... | |
bool | figureComplete () |
bool | figureValid () |
bool | figureIsPoint () |
void | enablePoints (unsigned int pixTolerance=2) |
void | enableAllClicks () |
void | clear () |
clears the rubber band! More... | |
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) |
Protected Types | |
typedef QVector< MdiCubeViewport *> | CubeViewportList |
A list of cubeviewports. More... | |
Protected Slots | |
void | mouseMove (QPoint p, Qt::MouseButton) |
If tracking is not enabled, this does nothing. More... | |
void | mouseDoubleClick (QPoint p) |
This triggers on a second mouse press. More... | |
void | mouseButtonPress (QPoint p, Qt::MouseButton s) |
If the click is not the left mouse button, this does nothing. More... | |
void | mouseButtonRelease (QPoint p, Qt::MouseButton s) |
If this is not the left mouse button, this does nothing. 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 | mouseLeave () |
Protected Member Functions | |
void | enableRubberBandTool () |
Anytime a tool is created, you may use the rubber band tool. More... | |
void | scaleChanged () |
virtual void | updateMeasure () |
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... | |
Workspace * | workspace () |
Rubber banding tool.
|
protectedinherited |
A list of cubeviewports.
Isis::RubberBandTool::RubberBandTool | ( | QWidget * | parent = NULL | ) |
This is the constructor.
It's private because this class is a singleton.
parent |
References Isis::Tool::activate(), and LineMode.
|
virtual |
|
slotinherited |
Activates the tool.
on |
References Isis::Tool::clearWarningSignal(), and Isis::Tool::toolActivated().
Referenced by Isis::Tool::addTo(), Isis::AdvancedTrackTool::AdvancedTrackTool(), disable(), enable(), Isis::AdvancedTrackTool::eventFilter(), Isis::FileTool::FileTool(), 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.
|
inherited |
Adds the tool to the application.
pViewPortMnWin |
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 |
References Isis::Tool::activate(), Isis::ToolPad::addAction(), 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.
References Isis::Tool::registerTool(), and Isis::Tool::setCubeViewport().
|
inherited |
toolbar |
References Isis::Tool::createToolBarWidget(), and Isis::ToolList::toolBarStack().
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.
Referenced by Isis::Tool::addTo(), and Isis::Workspace::Workspace().
Angle Isis::RubberBandTool::angle | ( | ) |
References AngleMode, currentMode(), Isis::PI, Isis::Angle::Radians, and vertices().
Referenced by geometry().
double Isis::RubberBandTool::area | ( | ) |
|
signal |
Referenced by mouseButtonRelease(), and mouseDoubleClick().
void Isis::RubberBandTool::clear | ( | ) |
clears the rubber band!
Referenced by Isis::StereoTool::rubberBandComplete().
|
signalinherited |
|
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.
Referenced by Isis::Tool::addToActive().
|
inlineprotectedinherited |
Return the current cubeviewport.
Referenced by Isis::WindowTool::addConnections(), Isis::TrackTool::addConnections(), Isis::FileTool::discard(), Isis::FileTool::exportToList(), Isis::FileTool::exportView(), Isis::SunShadowTool::mouseButtonPress(), Isis::PanTool::mouseButtonRelease(), Isis::ControlNetTool::mouseButtonRelease(), 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(), mouseMove(), Isis::SunShadowTool::paintViewport(), paintViewport(), Isis::FindTool::paintViewport(), Isis::FileTool::print(), Isis::HistogramTool::refreshPlot(), Isis::SpatialPlotTool::refreshPlot(), Isis::SpectralPlotTool::refreshPlot(), Isis::WindowTool::removeConnections(), Isis::TrackTool::removeConnections(), Isis::HistogramTool::rubberBandComplete(), Isis::MeasureTool::rubberBandComplete(), Isis::ZoomTool::rubberBandComplete(), Isis::StereoTool::rubberBandComplete(), Isis::EditTool::rubberBandComplete(), Isis::StretchTool::rubberBandComplete(), Isis::FileTool::save(), Isis::FileTool::saveAs(), Isis::FileTool::saveAsCubeByOption(), Isis::FileTool::saveInfo(), Isis::ScatterPlotTool::showNewScatterPlotConfig(), Isis::StretchTool::stretchGlobal(), Isis::StretchTool::stretchGlobalAllBands(), Isis::StretchTool::stretchRegional(), Isis::StretchTool::updateAdvStretchDialogforAll(), Isis::StretchTool::updateHistograms(), Isis::MeasureTool::updateMeasure(), 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(), and Isis::AbstractPlotTool::viewportsToPlot().
|
protectedinherited |
Return the list of cubeviewports.
References Isis::Workspace::cubeViewportList().
Referenced by Isis::FileTool::closeAll(), Isis::MatchTool::createPoint(), Isis::BlinkTool::eventFilter(), Isis::PanTool::mouseButtonRelease(), mouseButtonRelease(), mouseMove(), Isis::ScatterPlotTool::repaintViewports(), Isis::AbstractPlotTool::repaintViewports(), Isis::ZoomTool::rubberBandComplete(), Isis::ControlNetTool::setControlNet(), Isis::FeatureNomenclatureTool::setFontColor(), Isis::FeatureNomenclatureTool::setFontSize(), Isis::FeatureNomenclatureTool::setShowApprovedOnly(), Isis::FeatureNomenclatureTool::setVectorType(), Isis::StretchTool::stretchGlobalAllViewports(), Isis::MeasureTool::updateMeasure(), Isis::WindowTool::updateTool(), Isis::BlinkTool::updateTool(), Isis::FindTool::updateTool(), and Isis::AbstractPlotTool::viewportsToPlot().
RubberBandTool::RubberBandMode Isis::RubberBandTool::currentMode | ( | ) |
Referenced by angle(), rectangle(), and Isis::HistogramTool::refreshPlot().
void Isis::RubberBandTool::disable | ( | ) |
This is called when something is not using me, so turn off events, reset & repaint to clear the clear.
References Isis::Tool::activate().
Referenced by Isis::EditTool::enableRubberBandTool(), Isis::Tool::enableRubberBandTool(), and Isis::RubberBandComboBox::selectionChanged().
void Isis::RubberBandTool::enable | ( | RubberBandMode | mode, |
bool | showIndicatorColors = false |
||
) |
This is called when changing modes or turning on.
So, set the mode, reset, and activate our event handlers.
mode | |
showIndicatorColors | Color the first side of figures differently |
References Isis::Tool::activate(), and modeChanged().
Referenced by Isis::StereoTool::enableRubberBandTool(), Isis::ZoomTool::enableRubberBandTool(), Isis::EditTool::enableRubberBandTool(), and Isis::StretchTool::enableRubberBandTool().
void Isis::RubberBandTool::enableAllClicks | ( | ) |
Referenced by Isis::StereoTool::enableRubberBandTool(), and Isis::ZoomTool::enableRubberBandTool().
void Isis::RubberBandTool::enablePoints | ( | unsigned int | pixTolerance = 2 | ) |
Referenced by Isis::StereoTool::enableRubberBandTool(), and Isis::ZoomTool::enableRubberBandTool().
|
inlineprotectedvirtual |
Anytime a tool is created, you may use the rubber band tool.
Enable the use of the rubberband tool.
Reimplemented from Isis::Tool.
|
slot |
bool Isis::RubberBandTool::figureComplete | ( | ) |
References AngleMode, CircleMode, EllipseMode, LineMode, PolygonMode, RectangleMode, RotatedRectangleMode, and SegmentedLineMode.
Referenced by figureValid(), isValid(), and vertices().
bool Isis::RubberBandTool::figureIsPoint | ( | ) |
References AngleMode, CircleMode, EllipseMode, figureValid(), LineMode, PolygonMode, RectangleMode, RotatedRectangleMode, SegmentedLineMode, and vertices().
Referenced by paintViewport().
bool Isis::RubberBandTool::figureValid | ( | ) |
References AngleMode, CircleMode, EllipseMode, figureComplete(), geometry(), LineMode, PolygonMode, RectangleMode, RotatedRectangleMode, SegmentedLineMode, and vertices().
Referenced by figureIsPoint(), isValid(), and rectangle().
geos::geom::Geometry * Isis::RubberBandTool::geometry | ( | ) |
References angle(), AngleMode, CircleMode, EllipseMode, Isis::globalFactory, LineMode, PolygonMode, RectangleMode, RotatedRectangleMode, SegmentedLineMode, and vertices().
Referenced by figureValid(), and Isis::HistogramTool::refreshPlot().
bool Isis::RubberBandTool::isValid | ( | ) |
This returns true if we can return complete & valid data.
References figureComplete(), and figureValid().
Referenced by Isis::EditTool::rubberBandComplete().
|
signal |
Referenced by mouseMove().
|
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.
Referenced by Isis::Tool::addTo(), and Isis::Workspace::Workspace().
|
signal |
Referenced by enable().
Qt::MouseButton Isis::RubberBandTool::mouseButton | ( | ) |
This method returns the mouse button modifier.
Referenced by mouseMove().
|
protectedslot |
If the click is not the left mouse button, this does nothing.
This will set mouseDown as true. When the calculations are complete, p_mouseDown is set to true.
For drag-only, A press means starting a new rubber band so reset & record the point. This applies to CircleModes, Eliipsoids, LineModes and RectangleModes.
For Rotated RectangleModes, A mount press means we're starting over, setting the first point, or completing. For the first two, simply reset and record the point. For the latter, figure out the corners and store those points.
For polygons, A press means record the current point. Reset first if we're not currently drawing.
p | |
s |
References AngleMode, CircleMode, EllipseMode, LineMode, PolygonMode, RectangleMode, RotatedRectangleMode, and SegmentedLineMode.
|
protectedslot |
If this is not the left mouse button, this does nothing.
This will set mouseDown as false. When the calculations are complete, p_doubleClicking is set to false. The double click event occurs with `the press event so it's safe to set that flag here.
The implementation differs, based on the mode, as follows:
For angles, This signifies a click. We're always setting one of the three vertexes, but if there is an already complete vertex go ahead and reset first to start a new angle.
For circles, Since this is a drag-only rubber band, a release signifies a complete. Figure out the corner, based on the mouse location, and push it onto the back of the vertex list and emit a complete.
For EllipseModes, Since this is a drag-only rubber band, a release signifies a complete. We know the corner, it's the mouse loc, push it onto the back of the vertex list and emit a complete.
For lines, Since this is a drag-only rubber band, a release signifies a complete. We know the end point, push it onto the back of the vertex list and emit a complete.
For rectangles, Since this is a drag-only rubber band, a release signifies a complete. We know the opposite corner, figure out the others and push them onto the back of the vertex list and emit a complete.
For rotated rectangles, If we're finishing dragging the first side, store the end point.
For polygons, Do nothing, this is taken care of on press.
p | Current mouse Location |
s | Which mouse button was released |
References AngleMode, bandingComplete(), CircleMode, Isis::Tool::cubeViewport(), Isis::Tool::cubeViewportList(), EllipseMode, Isis::MdiCubeViewport::isLinked(), LineMode, PolygonMode, RectangleMode, RotatedRectangleMode, SegmentedLineMode, and vertices().
|
protectedslot |
This triggers on a second mouse press.
Only polygons care about this, and it signifies an end of shape. So, if we're in polygon mode, stop tracking the mouse and emit a complete.
p |
References AngleMode, bandingComplete(), CircleMode, EllipseMode, LineMode, PolygonMode, RectangleMode, RotatedRectangleMode, and SegmentedLineMode.
|
inlineprotectedvirtualslotinherited |
|
inlineprotectedvirtualslotinherited |
|
protectedslot |
If tracking is not enabled, this does nothing.
This will first update the mouse location for painting purposes.
Most of the implementation is a matter of emitting measureChanges: For angles, if the first two vertices are specified a measureChange will be emitted. For circles, if the center of the circle is known a measureChange will be emitted. For EllipseModes, if the center of the EllipseMode is known a measureChange will be emitted. For lines, if the first point of the line is known a measureChange will be emitted. For rectangles, if the starting point is known a measureChange will be emitted. For rotated rectangles, if the first side is specified a measureChange will be emitted.
However, there is one exception: For polygons, if the mouse button is pressed the mouse location is recorded as a valid vertex.
p | Current mouse Location |
References AngleMode, CircleMode, Isis::Tool::cubeViewport(), Isis::Tool::cubeViewportList(), EllipseMode, Isis::MdiCubeViewport::isLinked(), LineMode, measureChange(), mouseButton(), PolygonMode, RectangleMode, RotatedRectangleMode, and SegmentedLineMode.
|
protectedvirtualslotinherited |
p |
|
virtual |
This is the main paint method for the rubber bands.
For angles and lines, simply connect the known vertices.vertices[0].x() For polygons, paint the vertices & close if completed the shape. For circles, figure out the circle's square and draw the circle inside of it. For EllipseModes, figure out the EllipseMode's rectangle and draw the circle inside of it. For rectangles, paint the rectangle either to the mouse or back to the start depending on if the shape is complete. For rotated rectangles, if we can interpolate extra sides draw them and draw all known sides.
vp | |
painter |
Reimplemented from Isis::Tool.
References AngleMode, CircleMode, Isis::Tool::cubeViewport(), EllipseMode, figureIsPoint(), Isis::MdiCubeViewport::isLinked(), LineMode, PolygonMode, RectangleMode, RotatedRectangleMode, SegmentedLineMode, and vertices().
QRect Isis::RubberBandTool::rectangle | ( | ) |
This method returns a rectangle from the vertices set by the RubberBandTool.
It calculates the upper left and bottom right points for the rectangle and properly initializes a QRect object with these vertices. If the RubberBandTool is in the incorrect mode, or the rectangle is not valid it will return an error message.
References currentMode(), figureValid(), RectangleMode, and vertices().
Referenced by Isis::ZoomTool::rubberBandComplete(), Isis::EditTool::rubberBandComplete(), and Isis::StretchTool::rubberBandComplete().
|
protectedinherited |
Registers the tool to the viewport.
viewport |
References Isis::MdiCubeViewport::registerTool(), and Isis::Tool::stretchRequested().
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.
|
inlineprotectedvirtualslotinherited |
|
inherited |
References Isis::ToolList::rubberBandTool().
Referenced by Isis::MeasureTool::createToolBarWidget(), Isis::HistogramTool::enableRubberBandTool(), Isis::SpectralPlotTool::enableRubberBandTool(), Isis::SpatialPlotTool::enableRubberBandTool(), Isis::StereoTool::enableRubberBandTool(), Isis::MeasureTool::enableRubberBandTool(), Isis::ZoomTool::enableRubberBandTool(), Isis::EditTool::enableRubberBandTool(), Isis::StretchTool::enableRubberBandTool(), Isis::Tool::enableRubberBandTool(), Isis::HistogramTool::refreshPlot(), Isis::SpatialPlotTool::refreshPlot(), Isis::SpectralPlotTool::refreshPlot(), Isis::RubberBandComboBox::RubberBandComboBox(), Isis::HistogramTool::rubberBandComplete(), Isis::MeasureTool::rubberBandComplete(), Isis::SpectralPlotTool::rubberBandComplete(), Isis::SpatialPlotTool::rubberBandComplete(), Isis::ZoomTool::rubberBandComplete(), Isis::StereoTool::rubberBandComplete(), Isis::EditTool::rubberBandComplete(), Isis::StretchTool::rubberBandComplete(), and Isis::RubberBandComboBox::selectionChanged().
|
protectedvirtual |
Reimplemented from Isis::Tool.
|
inlineprotectedvirtualslotinherited |
This is called when actions change which pixels from the cube are displayed.
|
slotinherited |
Sets the current viewport to the given cvp.
cvp |
References Isis::Tool::updateTool(), and Isis::Tool::viewportChanged().
Referenced by Isis::Tool::addTo(), and Isis::FileTool::closeAll().
void Isis::RubberBandTool::setDrawActiveViewportOnly | ( | bool | activeOnly = false | ) |
This called to set whether rubber band is drawn on active viewport only rather than all linked viewports.
Referenced by Isis::HistogramTool::enableRubberBandTool(), Isis::SpectralPlotTool::enableRubberBandTool(), Isis::SpatialPlotTool::enableRubberBandTool(), Isis::StereoTool::enableRubberBandTool(), Isis::MeasureTool::enableRubberBandTool(), Isis::ZoomTool::enableRubberBandTool(), Isis::EditTool::enableRubberBandTool(), and Isis::StretchTool::enableRubberBandTool().
|
inherited |
Referenced by Isis::ToolList::append().
|
inlineprotectedvirtualinherited |
Reimplemented in Isis::StretchTool.
Referenced by Isis::Tool::registerTool().
|
signalinherited |
|
inlineinherited |
returns the path to the icon directory.
Referenced by Isis::AdvancedTrackTool::AdvancedTrackTool(), Isis::BlinkTool::BlinkTool(), Isis::PanTool::createToolBarWidget(), Isis::BandTool::createToolBarWidget(), Isis::StereoTool::createToolBarWidget(), Isis::ZoomTool::createToolBarWidget(), Isis::EditTool::createToolBarWidget(), Isis::FindTool::createToolBarWidget(), Isis::StretchTool::createToolBarWidget(), Isis::MatchTool::createToolBarWidget(), Isis::FileTool::FileTool(), Isis::FindTool::FindTool(), Isis::HelpTool::HelpTool(), Isis::HistogramTool::HistogramTool(), Isis::PanTool::PanTool(), 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(), 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.
Referenced by Isis::Tool::addTo().
|
inlineprotectedvirtualinherited |
|
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.
Referenced by Isis::Tool::setCubeViewport().
QList< QPoint > Isis::RubberBandTool::vertices | ( | ) |
This method returns the vertices.
The return value is mode-specific, and the return will be consistent whether in a measureChange or bandingComplete slot.
The return values are always in pixels.
The return values are as follows: For angles, the return will always be of size 3. The elements at 0 and 2 are the edges of the angle, while the element at 1 is the vertex of the angle.
For circles, the return will always be of size 2. The element at 0 is the center of the circle, and the element at 1 is offset by the radius in both directions.
For EllipseModes, the return will always be of size 2. The element at 0 is the center of the circle, and the element at 1 is offset by the radius in both directions.
For lines, the return will always be of size 2. The elements are the start and end points.
For rectangles, the return will always be of size 4. The elements will be the corners, in either a clockwise or counter-clockwise direction.
For rotated rectangles, the same applies.
For polygons, the return will be a list of vertices in the order that the user drew them.
**It is NOT valid to call this unless you're in a measureChange or bandingComplete slot.
References AngleMode, CircleMode, EllipseMode, figureComplete(), LineMode, PolygonMode, RectangleMode, RotatedRectangleMode, and SegmentedLineMode.
Referenced by angle(), figureIsPoint(), figureValid(), geometry(), mouseButtonRelease(), paintViewport(), rectangle(), Isis::HistogramTool::refreshPlot(), Isis::SpatialPlotTool::refreshPlot(), Isis::SpectralPlotTool::refreshPlot(), and Isis::ZoomTool::rubberBandComplete().
|
signalinherited |
|
protectedinherited |