marble
Marble::Relation Struct Reference
#include <OsmParser.h>
Inheritance diagram for Marble::Relation:

Public Member Functions | |
| Relation () | |
Public Member Functions inherited from Marble::Element | |
| Element () | |
Public Attributes | |
| int | adminLevel |
| bool | isAdministrativeBoundary |
| bool | isMultipolygon |
| QString | name |
| QList< int > | nodes |
| QList< int > | relations |
| QList< QPair< int, RelationRole > > | ways |
Public Attributes inherited from Marble::Element | |
| OsmPlacemark::OsmCategory | category |
| QString | city |
| QString | houseNumber |
| QString | name |
| bool | save |
| QString | street |
Detailed Description
Definition at line 122 of file tools/osm-addresses/OsmParser.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 131 of file tools/osm-addresses/OsmParser.h.
Member Data Documentation
| int Marble::Relation::adminLevel |
Definition at line 129 of file tools/osm-addresses/OsmParser.h.
| bool Marble::Relation::isAdministrativeBoundary |
Definition at line 128 of file tools/osm-addresses/OsmParser.h.
| bool Marble::Relation::isMultipolygon |
Definition at line 127 of file tools/osm-addresses/OsmParser.h.
| QString Marble::Relation::name |
Definition at line 126 of file tools/osm-addresses/OsmParser.h.
| QList<int> Marble::Relation::nodes |
Definition at line 123 of file tools/osm-addresses/OsmParser.h.
| QList<int> Marble::Relation::relations |
Definition at line 125 of file tools/osm-addresses/OsmParser.h.
| QList< QPair<int, RelationRole> > Marble::Relation::ways |
Definition at line 124 of file tools/osm-addresses/OsmParser.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:57 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