granatier
MapParser Class Reference
#include <mapparser.h>
Inheritance diagram for MapParser:

Public Member Functions | |
| MapParser (Arena *p_arena) | |
| ~MapParser () | |
| bool | characters (const QString &ch) |
| bool | endElement (const QString &, const QString &, const QString &p_qName) |
| bool | startElement (const QString &, const QString &, const QString &p_qName, const QXmlAttributes &p_atts) |
Detailed Description
This class handles XML reader events in order to initialize the Arena properties.
Definition at line 30 of file mapparser.h.
Constructor & Destructor Documentation
| MapParser::MapParser | ( | Arena * | p_arena | ) |
Creates a new GameParser.
- Parameters
-
p_arena the Arena to initialize
Definition at line 26 of file mapparser.cpp.
| MapParser::~MapParser | ( | ) |
Deletes the GameParser instance.
Definition at line 32 of file mapparser.cpp.
Member Function Documentation
| bool MapParser::characters | ( | const QString & | ch | ) |
Implement QXmlDefaultHandler::characters.
Definition at line 36 of file mapparser.cpp.
| bool MapParser::endElement | ( | const QString & | , |
| const QString & | , | ||
| const QString & | p_qName | ||
| ) |
Implements QXmlDefaultHandler::endElement()
Definition at line 72 of file mapparser.cpp.
| bool MapParser::startElement | ( | const QString & | , |
| const QString & | , | ||
| const QString & | p_qName, | ||
| const QXmlAttributes & | p_atts | ||
| ) |
Implements QXmlDefaultHandler::startElement()
Definition at line 42 of file mapparser.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:43:51 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:43:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference