marble
Marble::GeoDataPointPrivate Class Reference
#include <GeoDataPoint_p.h>
Inheritance diagram for Marble::GeoDataPointPrivate:

Public Member Functions | |
| GeoDataPointPrivate () | |
| virtual GeoDataGeometryPrivate * | copy () |
| virtual EnumGeometryId | geometryId () const |
Public Member Functions inherited from Marble::GeoDataGeometryPrivate | |
| GeoDataGeometryPrivate () | |
| GeoDataGeometryPrivate (const GeoDataGeometryPrivate &other) | |
| virtual | ~GeoDataGeometryPrivate () |
| virtual const char * | nodeType () const |
| GeoDataGeometryPrivate & | operator= (const GeoDataGeometryPrivate &other) |
Public Member Functions inherited from Marble::GeoDataCoordinatesPrivate | |
| GeoDataCoordinatesPrivate () | |
| GeoDataCoordinatesPrivate (qreal _lon, qreal _lat, qreal _alt, GeoDataCoordinates::Unit unit, int _detail) | |
| GeoDataCoordinatesPrivate (const GeoDataCoordinatesPrivate &other) | |
| bool | operator!= (const GeoDataCoordinatesPrivate &rhs) const |
| GeoDataCoordinatesPrivate & | operator= (const GeoDataCoordinatesPrivate &other) |
| bool | operator== (const GeoDataCoordinatesPrivate &rhs) const |
Public Attributes | |
| GeoDataCoordinates | m_coordinates |
Public Attributes inherited from Marble::GeoDataGeometryPrivate | |
| AltitudeMode | m_altitudeMode |
| bool | m_extrude |
| GeoDataLatLonAltBox | m_latLonAltBox |
| QAtomicInt | ref |
Public Attributes inherited from Marble::GeoDataCoordinatesPrivate | |
| qreal | m_altitude |
| int | m_detail |
| qreal | m_lat |
| qreal | m_lon |
| Quaternion | m_q |
| QAtomicInt | ref |
Additional Inherited Members | |
Static Public Member Functions inherited from Marble::GeoDataCoordinatesPrivate | |
| static Quaternion | basePoint (const Quaternion &q1, const Quaternion &q2, const Quaternion &q3) |
Detailed Description
Definition at line 20 of file GeoDataPoint_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 25 of file GeoDataPoint_p.h.
Member Function Documentation
|
inlinevirtual |
Reimplemented from Marble::GeoDataGeometryPrivate.
Definition at line 29 of file GeoDataPoint_p.h.
|
inlinevirtual |
Reimplemented from Marble::GeoDataGeometryPrivate.
Definition at line 36 of file GeoDataPoint_p.h.
Member Data Documentation
| GeoDataCoordinates Marble::GeoDataPointPrivate::m_coordinates |
Definition at line 23 of file GeoDataPoint_p.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from