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

Public Member Functions | |
| KmlParser () | |
| virtual | ~KmlParser () | 
  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 Attributes inherited from Marble::GeoParser | |
| GeoDocument * | m_document | 
| GeoDataGenericSourceType | m_source | 
Detailed Description
Definition at line 18 of file KmlParser.h.
Constructor & Destructor Documentation
| Marble::KmlParser::KmlParser | ( | ) | 
Definition at line 16 of file KmlParser.cpp.
      
  | 
  virtual | 
Definition at line 21 of file KmlParser.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:56 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:56 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