marble
PbfParser Class Reference
#include <PbfParser.h>
Inheritance diagram for PbfParser:

Public Member Functions | |
| PbfParser () | |
| virtual bool | parse (const QFileInfo &file, int pass, bool &needAnotherPass) |
Public Member Functions inherited from Marble::OsmParser | |
| OsmParser () | |
| OsmParser (QObject *parent=0) | |
| virtual | ~OsmParser () |
| void | addWriter (Writer *writer) |
| void | read (const QFileInfo &file, const QString &areaName) |
| void | writeKml (const QString &area, const QString &version, const QString &date, const QString &transport, const QString &payload, const QString &outputKml) const |
Public Member Functions inherited from Marble::GeoParser | |
| GeoParser (GeoDataGenericSourceType sourceType) | |
| virtual | ~GeoParser () |
| GeoDocument * | activeDocument () |
| QString | attribute (const char *attributeName) const |
| GeoStackItem | parentElement (unsigned int depth=0) const |
| void | raiseWarning (const QString &) |
| bool | read (QIODevice *) |
| GeoDocument * | releaseDocument () |
Additional Inherited Members | |
Public Types inherited from Marble::GeoParser | |
| typedef QPair< QString, QString > | QualifiedName |
Protected Member Functions inherited from Marble::OsmParser | |
| void | setCategory (Element &element, const QString &key, const QString &value) |
| bool | shouldSave (ElementType type, const QString &key, const QString &value) |
Protected Attributes inherited from Marble::OsmParser | |
| QHash< int, Coordinate > | m_coordinates |
| QHash< int, Node > | m_nodes |
| QHash< int, Relation > | m_relations |
| QHash< int, Way > | m_ways |
Protected Attributes inherited from Marble::GeoParser | |
| GeoDocument * | m_document |
| GeoDataGenericSourceType | m_source |
Detailed Description
Definition at line 28 of file PbfParser.h.
Constructor & Destructor Documentation
| PbfParser::PbfParser | ( | ) |
Definition at line 28 of file PbfParser.cpp.
Member Function Documentation
|
virtual |
Implements Marble::OsmParser.
Definition at line 36 of file PbfParser.cpp.
The documentation for this class 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:55 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: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