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

Detailed Description
Definition at line 19 of file KMLObjectParser.h.
Public Member Functions | |
| virtual | ~KMLObjectParser () |
| bool | isParsed () const |
Protected Member Functions | |
| KMLObjectParser (KMLObject &m_object) | |
Protected Attributes | |
| KMLObject & | m_object |
| bool | m_parsed |
| int | m_level |
Constructor & Destructor Documentation
| KMLObjectParser::~KMLObjectParser | ( | ) | [virtual] |
Definition at line 22 of file KMLObjectParser.cpp.
| KMLObjectParser::KMLObjectParser | ( | KMLObject & | m_object | ) | [protected] |
Definition at line 15 of file KMLObjectParser.cpp.
Member Function Documentation
| bool KMLObjectParser::isParsed | ( | ) | const |
Definition at line 26 of file KMLObjectParser.cpp.
Member Data Documentation
KMLObject& KMLObjectParser::m_object [protected] |
Definition at line 29 of file KMLObjectParser.h.
bool KMLObjectParser::m_parsed [protected] |
Definition at line 30 of file KMLObjectParser.h.
int KMLObjectParser::m_level [protected] |
Definition at line 32 of file KMLObjectParser.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference