kapman
kapmanparser.h
Go to the documentation of this file.
63 bool startElement(const QString &, const QString &, const QString &p_qName, const QXmlAttributes &p_atts) Q_DECL_OVERRIDE;
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
bool characters(const QString &ch) Q_DECL_OVERRIDE
Implement QXmlDefaultHandler::characters.
Definition: kapmanparser.cpp:34
bool startElement(const QString &, const QString &, const QString &p_qName, const QXmlAttributes &p_atts) Q_DECL_OVERRIDE
Implements QXmlDefaultHandler::startElement()
Definition: kapmanparser.cpp:40
bool endElement(const QString &, const QString &, const QString &p_qName) Q_DECL_OVERRIDE
Implements QXmlDefaultHandler::endElement()
Definition: kapmanparser.cpp:131
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 7 2019 02:53:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 7 2019 02:53:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.