USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::MosaicTrackTool Class Reference

#include <MosaicTrackTool.h>

Inheritance diagram for Isis::MosaicTrackTool:
Inheritance graph
Collaboration diagram for Isis::MosaicTrackTool:
Collaboration graph

Public Slots

virtual void mouseMove (QPointF p)
virtual void mouseLeave ()
 Clears the labels if the mouse leaves the application.
void activate (bool)
 Activates the tool.

Signals

void activated (bool)

Public Member Functions

 MosaicTrackTool (MosaicSceneWidget *, QStatusBar *)
 MosaicTrackTool constructor.
void updateLabels (QPointF p)
 Updates the tracking labels.
bool isActive () const
 Returns the activeness of this toool.
QPixmap getIcon (QString iconName) const
 returns the path to the icon directory.
virtual void addTo (QMenu *menu)
virtual void addTo (ToolPad *toolPad)
virtual void addTo (QToolBar *toolBar)
virtual QList< QAction * > getViewActions ()
virtual PvlObject toPvl () const
virtual void fromPvl (const PvlObject &obj)
virtual QString projectPvlObjectName () const

Protected Slots

virtual void updateTool ()
virtual void mouseEnter ()
virtual void mouseDoubleClick (QPointF)
virtual void mouseButtonPress (QPointF, Qt::MouseButton s)
virtual void mouseButtonRelease (QPointF, Qt::MouseButton s)
virtual void mouseWheel (QPointF, int delta)
virtual void rubberBandComplete (QRectF r, Qt::MouseButton s)
void toolBarDestroyed (QObject *obj)

Protected Member Functions

MosaicSceneWidgetgetWidget ()
virtual QWidgetgetToolBarWidget ()
 This method returns a widget that will be put in a tool bar when the tool is activated.

Private Slots

void labelDestroyed (QObject *)

Private Member Functions

virtual QActiongetPrimaryAction ()
void clearLabels ()
 Clears the labels.

Private Attributes

QStatusBar * p_sbar
 Status bar.
QLabel * p_latLabel
 Latitude label.
QLabel * p_lonLabel
 Longitude label.
QLabel * p_xLabel
 Latitude label.
QLabel * p_yLabel
 Longitude label.

Detailed Description

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

Definition at line 18 of file MosaicTrackTool.h.

Constructor & Destructor Documentation

Isis::MosaicTrackTool::MosaicTrackTool ( MosaicSceneWidget scene,
QStatusBar *  status 
)

MosaicTrackTool constructor.

Parameters
parent

Definition at line 17 of file MosaicTrackTool.cpp.

References clearLabels(), p_latLabel, p_lonLabel, p_sbar, p_xLabel, and p_yLabel.

Member Function Documentation

void Isis::MosaicTool::activate ( bool  on)
slotinherited

Activates the tool.

Parameters
on

Definition at line 146 of file MosaicTool.cpp.

References Isis::MosaicTool::disableToolBar(), Isis::MosaicTool::enableToolBar(), and Isis::MosaicTool::p_active.

void Isis::MosaicTrackTool::clearLabels ( )
private

Clears the labels.

Definition at line 164 of file MosaicTrackTool.cpp.

References p_latLabel, p_lonLabel, p_xLabel, and p_yLabel.

Referenced by MosaicTrackTool(), mouseLeave(), and updateLabels().

QWidget * Isis::MosaicTool::getToolBarWidget ( )
protectedvirtualinherited

This method returns a widget that will be put in a tool bar when the tool is activated.

This method will only be called once so it can new the widget without a problem.

Reimplemented in Isis::MosaicGridTool, Isis::MosaicControlNetTool, Isis::MosaicFindTool, Isis::MosaicAreaTool, and Isis::MosaicZoomTool.

Definition at line 190 of file MosaicTool.cpp.

bool Isis::MosaicTool::isActive ( ) const
inlineinherited
void Isis::MosaicTrackTool::mouseLeave ( )
virtualslot

Clears the labels if the mouse leaves the application.

Definition at line 90 of file MosaicTrackTool.cpp.

References clearLabels().

void Isis::MosaicTrackTool::updateLabels ( QPointF  p)

Updates the tracking labels.

Displays the Planetocentric Latitude and 360 Positive East Longitude in the lower right corner of the window.

Parameters
p

Definition at line 122 of file MosaicTrackTool.cpp.

References clearLabels(), Isis::TProjection::Latitude(), Isis::TProjection::Longitude(), p_latLabel, p_lonLabel, p_xLabel, p_yLabel, Isis::Projection::projectionType(), and Isis::Projection::Triaxial.

Member Data Documentation

QLabel* Isis::MosaicTrackTool::p_latLabel
private

Latitude label.

Definition at line 38 of file MosaicTrackTool.h.

Referenced by clearLabels(), MosaicTrackTool(), and updateLabels().

QLabel* Isis::MosaicTrackTool::p_lonLabel
private

Longitude label.

Definition at line 39 of file MosaicTrackTool.h.

Referenced by clearLabels(), MosaicTrackTool(), and updateLabels().

QStatusBar* Isis::MosaicTrackTool::p_sbar
private

Status bar.

Definition at line 37 of file MosaicTrackTool.h.

Referenced by MosaicTrackTool().

QLabel* Isis::MosaicTrackTool::p_xLabel
private

Latitude label.

Definition at line 40 of file MosaicTrackTool.h.

Referenced by clearLabels(), MosaicTrackTool(), and updateLabels().

QLabel* Isis::MosaicTrackTool::p_yLabel
private

Longitude label.

Definition at line 41 of file MosaicTrackTool.h.

Referenced by clearLabels(), MosaicTrackTool(), and updateLabels().


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