kapman
kapmanparser.h
Go to the documentation of this file.
62 bool startElement(const QString&, const QString&, const QString& p_qName, const QXmlAttributes& p_atts);
bool characters(const QString &ch)
Implement QXmlDefaultHandler::characters.
Definition: kapmanparser.cpp:32
bool endElement(const QString &, const QString &, const QString &p_qName)
Implements QXmlDefaultHandler::endElement()
Definition: kapmanparser.cpp:131
bool startElement(const QString &, const QString &, const QString &p_qName, const QXmlAttributes &p_atts)
Implements QXmlDefaultHandler::startElement()
Definition: kapmanparser.cpp:37
This class manages the game main loop : it regularly checks the key press events, computes the charac...
Definition: game.h:35
This class handles XML reader events in order to initialize the Maze properties.
Definition: kapmanparser.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.