• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdegames API Reference
  • KDE Home
  • Contact Us
 

kapman

  • kde-4.x
  • kdegames
  • kapman
kapmanparser.h
Go to the documentation of this file.
1 /*
2  * Copyright 2007-2008 Thomas Gallinari <[email protected]>
3  * Copyright 2007-2008 Nathalie Liesse <[email protected]>
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU General Public License as
7  * published by the Free Software Foundation; either version 2 of
8  * the License, or (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
17  */
18 
19 #ifndef KAPMANPARSER_H
20 #define KAPMANPARSER_H
21 
22 #include "game.h"
23 
24 #include <QXmlDefaultHandler>
25 
29 class KapmanParser : public QXmlDefaultHandler
30 {
31 
32 private:
33 
35  Game *m_game;
36 
38  QString m_buffer;
39 
41  int m_counterRows;
42 public:
43 
48  explicit KapmanParser(Game *p_game);
49 
53  ~KapmanParser();
54 
58  bool characters(const QString &ch) Q_DECL_OVERRIDE;
59 
63  bool startElement(const QString &, const QString &, const QString &p_qName, const QXmlAttributes &p_atts) Q_DECL_OVERRIDE;
64 
68  bool endElement(const QString &, const QString &, const QString &p_qName) Q_DECL_OVERRIDE;
69 
70 };
71 
72 #endif
73 
KapmanParser::~KapmanParser
~KapmanParser()
Deletes the GameParser instance.
Definition: kapmanparser.cpp:29
QXmlDefaultHandler
game.h
KapmanParser::KapmanParser
KapmanParser(Game *p_game)
Creates a new GameParser.
Definition: kapmanparser.cpp:23
Game
This class manages the game main loop : it regularly checks the key press events, computes the charac...
Definition: game.h:35
QString
QXmlAttributes
KapmanParser
This class handles XML reader events in order to initialize the Maze properties.
Definition: kapmanparser.h:29
KapmanParser::characters
bool characters(const QString &ch) Q_DECL_OVERRIDE
Implement QXmlDefaultHandler::characters.
Definition: kapmanparser.cpp:34
KapmanParser::startElement
bool startElement(const QString &, const QString &, const QString &p_qName, const QXmlAttributes &p_atts) Q_DECL_OVERRIDE
Implements QXmlDefaultHandler::startElement()
Definition: kapmanparser.cpp:40
KapmanParser::endElement
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

KDE's Doxygen guidelines are available online.

kapman

Skip menu "kapman"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdegames API Reference

Skip menu "kdegames API Reference"
  • granatier
  • kapman
  • kblackbox
  • kgoldrunner
  • kigo
  • kmahjongg
  • KShisen
  • ksquares
  • libkdegames
  •   highscore
  •   libkdegamesprivate
  •     kgame
  • libkmahjongg
  • palapeli
  •   libpala

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal