marble
#include <GeoDataPolygon_p.h>

Public Member Functions | |
| GeoDataPolygonPrivate (TessellationFlags f) | |
| GeoDataPolygonPrivate () | |
| virtual GeoDataGeometryPrivate * | copy () |
| virtual EnumGeometryId | geometryId () const |
| virtual const char * | nodeType () const |
Public Member Functions inherited from Marble::GeoDataGeometryPrivate | |
| GeoDataGeometryPrivate () | |
| GeoDataGeometryPrivate (const GeoDataGeometryPrivate &other) | |
| virtual | ~GeoDataGeometryPrivate () |
| void | operator= (const GeoDataGeometryPrivate &other) |
Public Attributes | |
| QVector< GeoDataLinearRing > | inner |
| bool | m_dirtyBox |
| TessellationFlags | m_tessellationFlags |
| GeoDataLinearRing | outer |
Public Attributes inherited from Marble::GeoDataGeometryPrivate | |
| AltitudeMode | m_altitudeMode |
| bool | m_extrude |
| GeoDataLatLonAltBox | m_latLonAltBox |
| QAtomicInt | ref |
Detailed Description
Definition at line 21 of file GeoDataPolygon_p.h.
Constructor & Destructor Documentation
|
inlineexplicit |
Definition at line 24 of file GeoDataPolygon_p.h.
|
inline |
Definition at line 30 of file GeoDataPolygon_p.h.
Member Function Documentation
|
inlinevirtual |
Reimplemented from Marble::GeoDataGeometryPrivate.
Definition at line 35 of file GeoDataPolygon_p.h.
|
inlinevirtual |
Reimplemented from Marble::GeoDataGeometryPrivate.
Definition at line 47 of file GeoDataPolygon_p.h.
|
inlinevirtual |
Reimplemented from Marble::GeoDataGeometryPrivate.
Definition at line 42 of file GeoDataPolygon_p.h.
Member Data Documentation
| QVector<GeoDataLinearRing> Marble::GeoDataPolygonPrivate::inner |
Definition at line 53 of file GeoDataPolygon_p.h.
| bool Marble::GeoDataPolygonPrivate::m_dirtyBox |
Definition at line 54 of file GeoDataPolygon_p.h.
| TessellationFlags Marble::GeoDataPolygonPrivate::m_tessellationFlags |
Definition at line 57 of file GeoDataPolygon_p.h.
| GeoDataLinearRing Marble::GeoDataPolygonPrivate::outer |
Definition at line 52 of file GeoDataPolygon_p.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 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