kapman
KapmanParser Class Reference
#include <kapmanparser.h>
Inheritance diagram for KapmanParser:

Public Member Functions | |
| KapmanParser (Game *p_game) | |
| ~KapmanParser () | |
| 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 Maze properties.
Definition at line 29 of file kapmanparser.h.
Constructor & Destructor Documentation
| KapmanParser::KapmanParser | ( | Game * | p_game | ) |
Creates a new GameParser.
- Parameters
-
p_game the Game to initialize
Definition at line 23 of file kapmanparser.cpp.
| KapmanParser::~KapmanParser | ( | ) |
Deletes the GameParser instance.
Definition at line 28 of file kapmanparser.cpp.
Member Function Documentation
| bool KapmanParser::characters | ( | const QString & | ch | ) |
Implement QXmlDefaultHandler::characters.
Definition at line 32 of file kapmanparser.cpp.
| bool KapmanParser::endElement | ( | const QString & | , |
| const QString & | , | ||
| const QString & | p_qName | ||
| ) |
Implements QXmlDefaultHandler::endElement()
Definition at line 131 of file kapmanparser.cpp.
| bool KapmanParser::startElement | ( | const QString & | , |
| const QString & | , | ||
| const QString & | p_qName, | ||
| const QXmlAttributes & | p_atts | ||
| ) |
Implements QXmlDefaultHandler::startElement()
Definition at line 37 of file kapmanparser.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:44:03 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:44:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference