Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef MosaicFindTool_h
2 #define MosaicFindTool_h
55 QToolButton *p_findPtButton;
60 QLineEdit *p_lonLineEdit;
61 QLineEdit *p_latLineEdit;
double ToDouble() const
Returns the floating point value the IString represents.
Definition: IString.cpp:799
Contains Pvl Groups and Pvl Objects.
Definition: PvlObject.h:61
A single keyword-value pair.
Definition: PvlKeyword.h:82
virtual bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
Definition: TProjection.cpp:789
virtual double Longitude() const
This returns a longitude with correct longitude direction and domain as specified in the label object...
Definition: TProjection.cpp:823
ProjectionType projectionType() const
Returns an enum value for the projection type.
Definition: Projection.cpp:198
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
virtual double Latitude() const
This returns a latitude with correct latitude type as specified in the label object.
Definition: TProjection.cpp:811
Base class for Map TProjections.
Definition: TProjection.h:166
virtual bool SetGround(const double lat, const double lon)
This method is used to set the latitude/longitude (assumed to be of the correct LatitudeType,...
Definition: TProjection.cpp:760
bool toBool(const QString &string)
Global function to convert from a string to a boolean.
Definition: IString.cpp:38
@ Triaxial
These projections are used to map triaxial and irregular-shaped bodies.
Definition: Projection.h:166
Adds specific functionality to C++ strings.
Definition: IString.h:165
The visual display of the find point.
Definition: FindSpotGraphicsItem.h:19
double YCoord() const
This returns the projection Y provided SetGround, SetCoordinate, SetUniversalGround,...
Definition: Projection.cpp:400
Base class for Map Projections.
Definition: Projection.h:155
ProjectionType
This enum defines the subclasses of Projection supported in Isis.
Definition: Projection.h:166
double XCoord() const
This returns the projection X provided SetGround, SetCoordinate, SetUniversalGround,...
Definition: Projection.cpp:387
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16