Isis 3 Programmer Reference
|
#include <MosaicTrackTool.h>
Public Slots | |
virtual void | mouseMove (QPointF p) |
virtual void | mouseLeave () |
Clears the labels if the mouse leaves the application. More... | |
void | activate (bool) |
Activates the tool. More... | |
Signals | |
void | activated (bool) |
Public Member Functions | |
MosaicTrackTool (MosaicSceneWidget *, QStatusBar *) | |
MosaicTrackTool constructor. More... | |
void | updateLabels (QPointF p) |
Updates the tracking labels. More... | |
bool | isActive () const |
Returns the activeness of this toool. More... | |
QPixmap | getIcon (QString iconName) const |
returns the path to the icon directory. More... | |
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 () |
Protected Member Functions | |
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) |
MosaicSceneWidget * | getWidget () |
virtual QWidget * | getToolBarWidget () |
This method returns a widget that will be put in a tool bar when the tool is activated. More... | |
Private Slots | |
void | labelDestroyed (QObject *) |
Private Member Functions | |
virtual QAction * | getPrimaryAction () |
This method returns an action that is used to activate this tool. More... | |
void | clearLabels () |
Clears the labels. More... | |
Private Attributes | |
QStatusBar * | p_sbar |
Status bar. More... | |
QLabel * | p_latLabel |
Latitude label. More... | |
QLabel * | p_lonLabel |
Longitude label. More... | |
QLabel * | p_xLabel |
Latitude label. More... | |
QLabel * | p_yLabel |
Longitude label. More... | |
Definition at line 18 of file MosaicTrackTool.h.
Isis::MosaicTrackTool::MosaicTrackTool | ( | MosaicSceneWidget * | scene, |
QStatusBar * | status | ||
) |
MosaicTrackTool constructor.
parent |
Definition at line 17 of file MosaicTrackTool.cpp.
References clearLabels(), p_latLabel, p_lonLabel, p_sbar, p_xLabel, and p_yLabel.
|
slotinherited |
Activates the tool.
on |
Definition at line 148 of file MosaicTool.cpp.
References Isis::MosaicTool::disableToolBar(), Isis::MosaicTool::enableToolBar(), and Isis::MosaicTool::p_active.
|
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().
|
inherited |
returns the path to the icon directory.
Definition at line 115 of file MosaicTool.cpp.
References Isis::FileName::expanded().
Referenced by Isis::MosaicSelectTool::getPrimaryAction(), Isis::MosaicPanTool::getPrimaryAction(), Isis::MosaicZoomTool::getPrimaryAction(), Isis::MosaicAreaTool::getPrimaryAction(), Isis::MosaicFindTool::getPrimaryAction(), Isis::MosaicGridTool::getPrimaryAction(), Isis::MosaicControlNetTool::getPrimaryAction(), and Isis::MosaicZoomTool::MosaicZoomTool().
|
privatevirtual |
This method returns an action that is used to activate this tool.
This method will only be called once so it can new the action without a problem.
Implements Isis::MosaicTool.
Definition at line 81 of file MosaicTrackTool.cpp.
|
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::MosaicControlNetTool, Isis::MosaicGridTool, Isis::MosaicFindTool, Isis::MosaicAreaTool, and Isis::MosaicZoomTool.
Definition at line 192 of file MosaicTool.cpp.
|
inlineinherited |
Returns the activeness of this toool.
Definition at line 50 of file MosaicTool.h.
References Isis::MosaicTool::p_active.
Referenced by Isis::MosaicZoomTool::rubberBandComplete(), Isis::MosaicSelectTool::updateTool(), Isis::MosaicZoomTool::updateTool(), Isis::MosaicFindTool::updateTool(), and Isis::MosaicControlNetTool::updateTool().
|
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.
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.
|
private |
Latitude label.
Definition at line 38 of file MosaicTrackTool.h.
Referenced by clearLabels(), MosaicTrackTool(), and updateLabels().
|
private |
Longitude label.
Definition at line 39 of file MosaicTrackTool.h.
Referenced by clearLabels(), MosaicTrackTool(), and updateLabels().
|
private |
|
private |
Latitude label.
Definition at line 40 of file MosaicTrackTool.h.
Referenced by clearLabels(), MosaicTrackTool(), and updateLabels().
|
private |
Longitude label.
Definition at line 41 of file MosaicTrackTool.h.
Referenced by clearLabels(), MosaicTrackTool(), and updateLabels().