marble/src
KMLPointParser Class Reference
#include <KMLPointParser.h>
Inheritance diagram for KMLPointParser:

Detailed Description
Definition at line 19 of file KMLPointParser.h.
Public Member Functions | |
| KMLPointParser (KMLPlaceMark &placemark) | |
| virtual bool | startElement (const QString &namespaceURI, const QString &localName, const QString &name, const QXmlAttributes &atts) |
| virtual bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
| virtual bool | characters (const QString &ch) |
Constructor & Destructor Documentation
| KMLPointParser::KMLPointParser | ( | KMLPlaceMark & | placemark | ) |
Definition at line 25 of file KMLPointParser.cpp.
Member Function Documentation
| bool KMLPointParser::startElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | name, | |||
| const QXmlAttributes & | atts | |||
| ) | [virtual] |
Definition at line 34 of file KMLPointParser.cpp.
| bool KMLPointParser::endElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | qName | |||
| ) | [virtual] |
Definition at line 65 of file KMLPointParser.cpp.
| bool KMLPointParser::characters | ( | const QString & | ch | ) | [virtual] |
Definition at line 98 of file KMLPointParser.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference