USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::QnetTool Class Reference

Qnet tool operations. More...

#include <QnetTool.h>

Inherits Isis::Tool.

Public Types

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

Public Slots

void updateList ()
void updateNet (QString cNetFileName)
 Updates the Control Network displayed in the Qnet Tool title bar.
void createPoint (double lat, double lon)
 Create new control point.
void createFixedPoint (double lat, double lon)
 Create new Fixed control point.
void modifyPoint (ControlPoint *point)
 Modify control point.
void deletePoint (ControlPoint *point)
 Delete control point.
void updatePointInfo (QString pointId)
 Update the current editPoint information in the Point Editor labels.
void refresh ()
 Refresh all necessary widgets in QnetTool including the PointEditor and CubeViewports.
void activate (bool)
 Activates the tool.
virtual void updateTool ()
 Updates the tool.
void setCubeViewport (MdiCubeViewport *cvp)
 Sets the current viewport to the given cvp.

Signals

void qnetToolSave ()
void qnetToolSaveAs ()
void refreshNavList ()
void editPointChanged (QString pointId)
void netChanged ()
void ignorePointChanged ()
void ignoreLeftChanged ()
void ignoreRightChanged ()
void showNavTool ()
void newControlNetwork (ControlNet *)
void stretchChipViewport (Stretch *, CubeViewport *)
void measureChanged ()
void clearWarningSignal ()
void toolActivated ()
void viewportChanged ()

Public Member Functions

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

Static Public Attributes

static const int NUMCOLUMNS = 16

Protected Types

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

Protected Slots

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

Protected Member Functions

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

Detailed Description

Qnet tool operations.

Author
????-??-?? Unknown

Member Typedef Documentation

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

A list of cubeviewports.

Member Enumeration Documentation

Enumerator:
FILENAME 
CUBESN 
SAMPLE 
LINE 
APRIORISAMPLE 
APRIORILINE 
SAMPLERESIDUAL 
LINERESIDUAL 
RESIDUALMAGNITUDE 
SAMPLESHIFT 
LINESHIFT 
PIXELSHIFT 
GOODNESSOFFIT 
IGNORED 
EDITLOCK 
TYPE 

Constructor & Destructor Documentation

Isis::QnetTool::QnetTool ( QWidget parent)

Consructs the Qnet Tool window.

Parameters
parentPointer to the parent widget for the Qnet tool

References _FILEINFO_, Isis::IException::Programmer, and workspace().

Isis::QnetTool::~QnetTool ( )
virtual

Member Function Documentation

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

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

Parameters
cvp

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

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

Adds the tool to the toolpad.

Parameters
toolpad

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

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

Adds the given workspace to the cubeviewport list.

Parameters
ws

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

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

void Isis::Tool::addToActive ( QToolBar toolbar)
inherited
virtual void Isis::Tool::addToPermanent ( QToolBar toolbar)
inlinevirtualinherited
void Isis::Tool::clearWarningSignal ( )
signalinherited
const ControlNet * Isis::QnetTool::controlNet ( ) const
QWidget * Isis::QnetTool::createToolBarWidget ( QStackedWidget *  parent)
protectedslot

This method creates the widgets for the tool bar.

A "Show Nav Tool" button is created so that the navigation tool may be reopened if it has been closed.

Parameters
parentThe parent QStackedWidget
Returns
QWidget*
MdiCubeViewport* Isis::Tool::cubeViewport ( ) const
inlineprotectedinherited

Return the current cubeviewport.

Returns
CubeViewport*

Referenced by Isis::WindowTool::addConnections(), Isis::TrackTool::addConnections(), Isis::FileTool::discard(), Isis::FileTool::exportView(), Isis::SunShadowTool::mouseButtonPress(), Isis::PanTool::mouseButtonRelease(), Isis::RubberBandTool::mouseButtonRelease(), Isis::EditTool::mouseButtonRelease(), Isis::FeatureNomenclatureTool::mouseButtonRelease(), Isis::FindTool::mouseButtonRelease(), Isis::StretchTool::mouseButtonRelease(), Isis::MatchTool::mouseButtonRelease(), 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::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::SunShadowTool::updateTool(), Isis::BandTool::updateTool(), Isis::AbstractPlotTool::updateTool(), Isis::ZoomTool::updateTool(), Isis::FileTool::updateTool(), Isis::EditTool::updateTool(), Isis::FindTool::updateTool(), Isis::StretchTool::updateTool(), and Isis::AbstractPlotTool::viewportsToPlot().

void Isis::QnetTool::deletePoint ( ControlPoint point)
slot
void Isis::QnetTool::editPointChanged ( QString  pointId)
signal
void Isis::Tool::enableRubberBandTool ( )
protectedvirtualinherited

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

Enable the use of the rubberband tool.

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

References Isis::RubberBandTool::disable(), and Isis::Tool::rubberBandTool().

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

Event filter for QnetTool.

Determines whether to update left or right measure info.

Parameters
oPointer to QObject
ePointer to QEvent
Returns
bool Indicates whether the event type is "Leave".
void Isis::QnetTool::ignoreLeftChanged ( )
signal
void Isis::QnetTool::ignorePointChanged ( )
signal
void Isis::QnetTool::ignoreRightChanged ( )
signal
void Isis::QnetTool::measureChanged ( )
signal
virtual QString Isis::Tool::menuName ( ) const
inlinevirtualinherited
void Isis::QnetTool::modifyPoint ( ControlPoint point)
slot

Modify control point.

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

References editPointChanged(), and Isis::ControlPoint::GetNumMeasures().

Referenced by mouseButtonRelease().

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

References Isis::Tool::clearWarningSignal().

void Isis::QnetTool::mouseButtonRelease ( QPoint  p,
Qt::MouseButton  s 
)
protectedslot
void Isis::Tool::mouseDoubleClick ( QPoint  p)
protectedvirtualslotinherited
Parameters
p

References Isis::Tool::clearWarningSignal().

virtual void Isis::Tool::mouseEnter ( )
inlineprotectedvirtualslotinherited
virtual void Isis::Tool::mouseLeave ( )
inlineprotectedvirtualslotinherited
void Isis::Tool::mouseMove ( QPoint  p)
protectedvirtualslotinherited
Parameters
p
virtual void Isis::Tool::mouseMove ( QPoint  p,
Qt::MouseButton   
)
inlineprotectedvirtualslotinherited
void Isis::QnetTool::netChanged ( )
signal

Referenced by deletePoint().

void Isis::QnetTool::newControlNetwork ( ControlNet _t1)
signal
void Isis::QnetTool::paintViewport ( MdiCubeViewport vp,
QPainter *  painter 
)
virtual

Take care of drawing things on a viewPort.

This is overiding the parents paintViewport member.

Parameters
vpPointer to Viewport to be painted
painter

Reimplemented from Isis::Tool.

void Isis::QnetTool::qnetToolSave ( )
signal
void Isis::QnetTool::qnetToolSaveAs ( )
signal
void Isis::QnetTool::refresh ( )
slot

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

Author
2008-12-09 Tracie Sucharski

References editPointChanged().

void Isis::QnetTool::refreshNavList ( )
signal
void Isis::Tool::registerTool ( MdiCubeViewport viewport)
protectedslotinherited

Registers the tool to the viewport.

Parameters
viewport

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

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

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

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

Parameters
cvp

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

virtual void Isis::Tool::rubberBandComplete ( )
inlineprotectedvirtualslotinherited
virtual void Isis::Tool::scaleChanged ( )
inlineprotectedvirtualslotinherited

Reimplemented in Isis::RubberBandTool.

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

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

const SerialNumberList * Isis::QnetTool::serialNumberList ( ) const
void Isis::Tool::setCubeViewport ( MdiCubeViewport cvp)
slotinherited

Sets the current viewport to the given cvp.

Parameters
cvp

References Isis::Tool::updateTool(), and Isis::Tool::viewportChanged().

Referenced by Isis::Tool::addTo(), and Isis::FileTool::closeAll().

void Isis::Tool::setList ( ToolList currentList)
inherited

Referenced by Isis::ToolList::append().

void Isis::QnetTool::showNavTool ( )
signal
void Isis::QnetTool::stretchChipViewport ( Stretch _t1,
CubeViewport _t2 
)
signal
virtual void Isis::Tool::stretchRequested ( MdiCubeViewport ,
int   
)
inlineprotectedvirtualslotinherited

Reimplemented in Isis::StretchTool.

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

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

Adds the Tie tool action to the tool pad.

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

Parameters
padTool pad
Returns
QAction* Pointer to Tie tool action

Reimplemented from Isis::Tool.

References Isis::Tool::toolIconDir().

void Isis::QnetTool::updateList ( )
slot
virtual void Isis::Tool::updateMeasure ( )
inlineprotectedvirtualslotinherited
void Isis::QnetTool::updateNet ( QString  cNetFileName)
slot

Updates the Control Network displayed in the Qnet Tool title bar.

This slot is connected to QnetFileTool's controlNetworkUpdated(QString cNetFileName) signal.

Parameters
cNetFileNameFileName of the most recently selected control network.
See Also
QnetFileTool
void Isis::QnetTool::updatePointInfo ( QString  pointId)
slot

Update the current editPoint information in the Point Editor labels.

Author
2011-05-05 Tracie Sucharski

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

References Isis::ControlPoint::GetAprioriSurfacePoint(), Isis::ControlPoint::IsEditLocked(), and Isis::ControlPoint::IsIgnored().

Workspace * Isis::Tool::workspace ( )
protectedinherited
Workspace * Isis::QnetTool::workspace ( ) const

Member Data Documentation

const int Isis::QnetTool::NUMCOLUMNS = 16
static

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