marble
#include <GeoDataCamera.h>

Detailed Description
Definition at line 22 of file GeoDataCamera.h.
Constructor & Destructor Documentation
Marble::GeoDataCamera::GeoDataCamera | ( | ) |
Definition at line 20 of file GeoDataCamera.cpp.
Marble::GeoDataCamera::GeoDataCamera | ( | const GeoDataCamera & | other | ) |
Definition at line 26 of file GeoDataCamera.cpp.
Marble::GeoDataCamera::~GeoDataCamera | ( | ) |
Definition at line 40 of file GeoDataCamera.cpp.
Member Function Documentation
qreal Marble::GeoDataCamera::altitude | ( | ) | const |
retrieves the altitude of the GeoDataCamera object
- Returns
- latitude
Definition at line 69 of file GeoDataCamera.cpp.
AltitudeMode Marble::GeoDataCamera::altitudeMode | ( | ) | const |
Definition at line 134 of file GeoDataCamera.cpp.
GeoDataCoordinates Marble::GeoDataCamera::coordinates | ( | ) | const |
retrieve the lat/lon/alt triple as a GeoDataCoordinates object
- Returns
- GeoDataCoordinates
Definition at line 96 of file GeoDataCamera.cpp.
|
virtual |
Implements Marble::GeoDataAbstractView.
Definition at line 47 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::detach | ( | ) |
Definition at line 145 of file GeoDataCamera.cpp.
qreal Marble::GeoDataCamera::heading | ( | ) | const |
Definition at line 112 of file GeoDataCamera.cpp.
qreal Marble::GeoDataCamera::latitude | ( | GeoDataCoordinates::Unit | unit = GeoDataCoordinates::Radian | ) | const |
retrieves the latitude of the GeoDataCamera object use the unit parameter to switch between Radian and DMS
- Parameters
-
unit units that lon and lat get measured in (default for Radian: north pole at pi/2, southpole at -pi/2)
- Returns
- latitude
Definition at line 80 of file GeoDataCamera.cpp.
qreal Marble::GeoDataCamera::longitude | ( | GeoDataCoordinates::Unit | unit = GeoDataCoordinates::Radian | ) | const |
retrieves the longitude of the GeoDataCamera object use the unit parameter to switch between Radian and DMS
- Parameters
-
unit units that lon and lat get measured in (default for Radian: north pole at pi/2, southpole at -pi/2)
- Returns
- latitude
Definition at line 91 of file GeoDataCamera.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 58 of file GeoDataCamera.cpp.
GeoDataCamera & Marble::GeoDataCamera::operator= | ( | const GeoDataCamera & | other | ) |
Definition at line 33 of file GeoDataCamera.cpp.
qreal Marble::GeoDataCamera::roll | ( | ) | const |
Definition at line 107 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setAltitude | ( | qreal | altitude | ) |
set the altitude in a GeoDataCamera object
- Parameters
-
altitude latitude
Definition at line 63 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setAltitudeMode | ( | const AltitudeMode | altitudeMode | ) |
Definition at line 139 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setCoordinates | ( | const GeoDataCoordinates & | coordinates | ) |
Definition at line 52 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setHeading | ( | qreal | heading | ) |
Definition at line 117 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setLatitude | ( | qreal | latitude, |
GeoDataCoordinates::Unit | unit = GeoDataCoordinates::Radian |
||
) |
set the latitude in a GeoDataCamera object
- Parameters
-
latitude latitude unit units that lon and lat get measured in (default for Radian: north pole at pi/2, southpole at -pi/2)
Definition at line 74 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setLongitude | ( | qreal | longitude, |
GeoDataCoordinates::Unit | unit = GeoDataCoordinates::Radian |
||
) |
set the longitude in a GeoDataCamera object
- Parameters
-
longitude longitude unit units that lon and lat get measured in (default for Radian: north pole at pi/2, southpole at -pi/2)
Definition at line 85 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setRoll | ( | qreal | roll | ) |
Definition at line 101 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setTilt | ( | qreal | tilt | ) |
Definition at line 128 of file GeoDataCamera.cpp.
qreal Marble::GeoDataCamera::tilt | ( | ) | const |
Definition at line 123 of file GeoDataCamera.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.