marble
#include <GeoDataPlacemark_p.h>
Public Member Functions | |
GeoDataPlacemarkPrivate () | |
virtual | ~GeoDataPlacemarkPrivate () |
virtual GeoDataFeaturePrivate * | copy () |
virtual EnumFeatureId | featureId () const |
virtual const char * | nodeType () const |
GeoDataPlacemarkPrivate & | operator= (const GeoDataPlacemarkPrivate &other) |
Public Member Functions inherited from Marble::GeoDataFeaturePrivate | |
GeoDataFeaturePrivate () | |
GeoDataFeaturePrivate (const GeoDataFeaturePrivate &other) | |
virtual | ~GeoDataFeaturePrivate () |
GeoDataFeaturePrivate & | operator= (const GeoDataFeaturePrivate &other) |
Public Attributes | |
qreal | m_area |
QString | m_countrycode |
GeoDataGeometry * | m_geometry |
bool | m_isBalloonVisible |
qint64 | m_population |
QString | m_state |
Public Attributes inherited from Marble::GeoDataFeaturePrivate | |
GeoDataAbstractView * | m_abstractView |
QString | m_address |
QString | m_description |
bool | m_descriptionCDATA |
GeoDataExtendedData | m_extendedData |
QString | m_name |
QString | m_phoneNumber |
qint64 | m_popularity |
GeoDataRegion | m_region |
QString | m_role |
GeoDataSnippet | m_snippet |
const GeoDataStyle * | m_style |
const GeoDataStyleMap * | m_styleMap |
QString | m_styleUrl |
GeoDataTimeSpan | m_timeSpan |
GeoDataTimeStamp | m_timeStamp |
bool | m_visible |
GeoDataFeature::GeoDataVisualCategory | m_visualCategory |
int | m_zoomLevel |
QAtomicInt | ref |
Additional Inherited Members | |
Static Public Member Functions inherited from Marble::GeoDataFeaturePrivate | |
static GeoDataStyle * | createHighwayStyle (const QString &bitmap, const QColor &color, qreal width=1, qreal realWidth=0.0, Qt::PenStyle penStyle=Qt::SolidLine, Qt::PenCapStyle capStyle=Qt::RoundCap) |
static GeoDataStyle * | createOsmPOIStyle (const QFont &font, const QString &bitmap, const QColor &color=QColor(0xBE, 0xAD, 0xAD), const QColor &outline=QColor(0xBE, 0xAD, 0xAD).darker()) |
static GeoDataStyle * | createStyle (qreal width, qreal realWidth, const QColor &color, const QColor &outlineColor, bool fill, bool outline, Qt::BrushStyle brushStyle, Qt::PenStyle penStyle, Qt::PenCapStyle capStyle, bool lineBackground, const QVector< qreal > &dashPattern=QVector< qreal >()) |
static GeoDataStyle * | createWayStyle (const QColor &color, const QColor &outlineColor, bool fill=true, bool outline=true, Qt::BrushStyle brushStyle=Qt::SolidPattern) |
static void | initializeDefaultStyles () |
static void | initializeOsmVisualCategories () |
Static Public Attributes inherited from Marble::GeoDataFeaturePrivate | |
static QFont | s_defaultFont = QFont("Sans Serif") |
static QColor | s_defaultLabelColor = QColor( Qt::black ) |
static GeoDataStyle * | s_defaultStyle [GeoDataFeature::LastIndex] |
static bool | s_defaultStyleInitialized = false |
static QMap< QString, GeoDataFeature::GeoDataVisualCategory > | s_visualCategories |
Detailed Description
Definition at line 23 of file GeoDataPlacemark_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 26 of file GeoDataPlacemark_p.h.
|
inlinevirtual |
Definition at line 34 of file GeoDataPlacemark_p.h.
Member Function Documentation
|
inlinevirtual |
Reimplemented from Marble::GeoDataFeaturePrivate.
Definition at line 89 of file GeoDataPlacemark_p.h.
|
inlinevirtual |
Reimplemented from Marble::GeoDataFeaturePrivate.
Definition at line 101 of file GeoDataPlacemark_p.h.
|
inlinevirtual |
Reimplemented from Marble::GeoDataFeaturePrivate.
Definition at line 96 of file GeoDataPlacemark_p.h.
|
inline |
Definition at line 39 of file GeoDataPlacemark_p.h.
Member Data Documentation
qreal Marble::GeoDataPlacemarkPrivate::m_area |
Definition at line 109 of file GeoDataPlacemark_p.h.
QString Marble::GeoDataPlacemarkPrivate::m_countrycode |
Definition at line 108 of file GeoDataPlacemark_p.h.
GeoDataGeometry* Marble::GeoDataPlacemarkPrivate::m_geometry |
Definition at line 107 of file GeoDataPlacemark_p.h.
bool Marble::GeoDataPlacemarkPrivate::m_isBalloonVisible |
Definition at line 112 of file GeoDataPlacemark_p.h.
qint64 Marble::GeoDataPlacemarkPrivate::m_population |
Definition at line 110 of file GeoDataPlacemark_p.h.
QString Marble::GeoDataPlacemarkPrivate::m_state |
Definition at line 111 of file GeoDataPlacemark_p.h.
The documentation for this class was generated from the following file:
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.