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

Detailed Description
Definition at line 25 of file GpxSax.h.
Public Member Functions | |
| GpxSax (GpxFile *gpxFile) | |
| ~GpxSax () | |
| bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &attributes) |
| bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
| bool | fatalError (const QXmlParseException &exception) |
Constructor & Destructor Documentation
| GpxSax::GpxSax | ( | GpxFile * | gpxFile | ) |
Definition at line 33 of file GpxSax.cpp.
| GpxSax::~GpxSax | ( | ) |
Definition at line 44 of file GpxSax.cpp.
Member Function Documentation
| bool GpxSax::startElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | qName, | |||
| const QXmlAttributes & | attributes | |||
| ) |
Definition at line 50 of file GpxSax.cpp.
| bool GpxSax::endElement | ( | const QString & | namespaceURI, | |
| const QString & | localName, | |||
| const QString & | qName | |||
| ) |
Definition at line 80 of file GpxSax.cpp.
| bool GpxSax::fatalError | ( | const QXmlParseException & | exception | ) |
Definition at line 103 of file GpxSax.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference