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

Public Member Functions | |
| operator OsmPlacemark () const | |
| void | setPosition (const QHash< int, Coordinate > &database, OsmPlacemark &placemark) const | 
| void | setRegion (const QHash< int, Node > &database, const OsmRegionTree &tree, QList< OsmOsmRegion > &osmOsmRegions, OsmPlacemark &placemark) const | 
  Public Member Functions inherited from Marble::Element | |
| Element () | |
Public Attributes | |
| bool | isBuilding | 
| QList< int > | nodes | 
  Public Attributes inherited from Marble::Element | |
| OsmPlacemark::OsmCategory | category | 
| QString | city | 
| QString | houseNumber | 
| QString | name | 
| bool | save | 
| QString | street | 
Detailed Description
Definition at line 79 of file tools/osm-addresses/OsmParser.h.
Member Function Documentation
| Marble::Way::operator OsmPlacemark | ( | ) | const | 
Definition at line 141 of file tools/osm-addresses/OsmParser.cpp.
| void Marble::Way::setPosition | ( | const QHash< int, Coordinate > & | database, | 
| OsmPlacemark & | placemark | ||
| ) | const | 
Definition at line 150 of file tools/osm-addresses/OsmParser.cpp.
| void Marble::Way::setRegion | ( | const QHash< int, Node > & | database, | 
| const OsmRegionTree & | tree, | ||
| QList< OsmOsmRegion > & | osmOsmRegions, | ||
| OsmPlacemark & | placemark | ||
| ) | const | 
Definition at line 181 of file tools/osm-addresses/OsmParser.cpp.
Member Data Documentation
| bool Marble::Way::isBuilding | 
Definition at line 81 of file tools/osm-addresses/OsmParser.h.
| QList<int> Marble::Way::nodes | 
Definition at line 80 of file tools/osm-addresses/OsmParser.h.
The documentation for this struct was generated from the following files:
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