marble
#include <GeoDataCamera.h>
Additional Inherited Members | |
Protected Member Functions inherited from Marble::GeoDataAbstractView | |
bool | equals (const GeoDataAbstractView &other) const |
Protected Member Functions inherited from Marble::GeoDataObject | |
virtual bool | equals (const GeoDataObject &other) const |
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 55 of file GeoDataCamera.cpp.
Member Function Documentation
qreal Marble::GeoDataCamera::altitude | ( | ) | const |
retrieves the altitude of the GeoDataCamera object
- Returns
- latitude
Definition at line 84 of file GeoDataCamera.cpp.
GeoDataCoordinates Marble::GeoDataCamera::coordinates | ( | ) | const |
retrieve the lat/lon/alt triple as a GeoDataCoordinates object
- Returns
- GeoDataCoordinates
Definition at line 111 of file GeoDataCamera.cpp.
|
virtual |
Implements Marble::GeoDataAbstractView.
Definition at line 62 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::detach | ( | ) |
Definition at line 149 of file GeoDataCamera.cpp.
qreal Marble::GeoDataCamera::heading | ( | ) | const |
Definition at line 127 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 95 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 106 of file GeoDataCamera.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 73 of file GeoDataCamera.cpp.
bool Marble::GeoDataCamera::operator!= | ( | const GeoDataCamera & | other | ) | const |
Definition at line 50 of file GeoDataCamera.cpp.
GeoDataCamera & Marble::GeoDataCamera::operator= | ( | const GeoDataCamera & | other | ) |
Definition at line 33 of file GeoDataCamera.cpp.
bool Marble::GeoDataCamera::operator== | ( | const GeoDataCamera & | other | ) | const |
Definition at line 40 of file GeoDataCamera.cpp.
qreal Marble::GeoDataCamera::roll | ( | ) | const |
Definition at line 122 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setAltitude | ( | qreal | altitude | ) |
set the altitude in a GeoDataCamera object
- Parameters
-
altitude latitude
Definition at line 78 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setCoordinates | ( | const GeoDataCoordinates & | coordinates | ) |
Definition at line 67 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setHeading | ( | qreal | heading | ) |
Definition at line 132 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 89 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 100 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setRoll | ( | qreal | roll | ) |
Definition at line 116 of file GeoDataCamera.cpp.
void Marble::GeoDataCamera::setTilt | ( | qreal | tilt | ) |
Definition at line 143 of file GeoDataCamera.cpp.
qreal Marble::GeoDataCamera::tilt | ( | ) | const |
Definition at line 138 of file GeoDataCamera.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.