marble
#include <GeoDataContainer_p.h>

Public Member Functions | |
| GeoDataContainerPrivate () | |
| ~GeoDataContainerPrivate () | |
| virtual GeoDataFeaturePrivate * | copy () | 
| virtual EnumFeatureId | featureId () const | 
| virtual const char * | nodeType () const | 
| void | operator= (const GeoDataContainerPrivate &other) | 
  Public Member Functions inherited from Marble::GeoDataFeaturePrivate | |
| GeoDataFeaturePrivate () | |
| GeoDataFeaturePrivate (const GeoDataFeaturePrivate &other) | |
| virtual | ~GeoDataFeaturePrivate () | 
| void | operator= (const GeoDataFeaturePrivate &other) | 
Public Attributes | |
| QVector< GeoDataFeature * > | m_vector | 
  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 | 
| 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 21 of file GeoDataContainer_p.h.
Constructor & Destructor Documentation
      
  | 
  inline | 
Definition at line 24 of file GeoDataContainer_p.h.
      
  | 
  inline | 
Definition at line 28 of file GeoDataContainer_p.h.
Member Function Documentation
      
  | 
  inlinevirtual | 
Reimplemented from Marble::GeoDataFeaturePrivate.
Reimplemented in Marble::GeoDataDocumentPrivate.
Definition at line 43 of file GeoDataContainer_p.h.
      
  | 
  inlinevirtual | 
Reimplemented from Marble::GeoDataFeaturePrivate.
Reimplemented in Marble::GeoDataDocumentPrivate.
Definition at line 55 of file GeoDataContainer_p.h.
      
  | 
  inlinevirtual | 
Reimplemented from Marble::GeoDataFeaturePrivate.
Reimplemented in Marble::GeoDataDocumentPrivate.
Definition at line 50 of file GeoDataContainer_p.h.
      
  | 
  inline | 
Definition at line 33 of file GeoDataContainer_p.h.
Member Data Documentation
| QVector<GeoDataFeature*> Marble::GeoDataContainerPrivate::m_vector | 
Definition at line 60 of file GeoDataContainer_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:55 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