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

kapman

  • sources
  • kde-4.14
  • kdegames
  • kapman
kapmanmainwindow.h
Go to the documentation of this file.
1 /*
2  * Copyright 2007-2008 Thomas Gallinari <tg8187@yahoo.fr>
3  * Copyright 2007-2008 Pierre-Benoit Bessse <besse@gmail.com>
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 KAPMANMAINWINDOW_H
20 #define KAPMANMAINWINDOW_H
21 
22 #include "game.h"
23 #include "gameview.h"
24 
25 #include <KXmlGuiWindow>
26 #include <QGraphicsView>
27 
28 static const int initLives = 3;
29 
30 class KStatusBar;
31 
35 class KapmanMainWindow : public KXmlGuiWindow {
36 
37  Q_OBJECT
38 
39  private :
40 
42  GameView* m_view;
43 
45  Game* m_game;
46 
47  KStatusBar* m_statusBar;
48 
49  public:
50 
54  KapmanMainWindow();
55 
59  ~KapmanMainWindow();
60 
61  private slots:
62 
67  void initGame();
68 
73  void newGame(const bool p_gameOver = false);
74 
78  void showHighscores();
79 
83  void changeLevel();
84 
89  void setSoundsEnabled(bool p_enabled);
90 
94  void showSettings();
95 
99  void loadSettings();
100 
104  void close();
105 
110  void displayLevel( unsigned int p_level );
111 
116  void displayScore( unsigned int p_score );
117 
122  void displayLives( unsigned int p_lives );
123 
127  void resetStatusBar();
128 };
129 
130 #endif
131 
GameView
This class manages the drawing of each element of the Game instance.
Definition: gameview.h:30
game.h
KapmanMainWindow::~KapmanMainWindow
~KapmanMainWindow()
Deletes the KapmanMainWindow instance.
Definition: kapmanmainwindow.cpp:74
gameview.h
KXmlGuiWindow
Game
This class manages the game main loop : it regularly checks the key press events, computes the charac...
Definition: game.h:35
initLives
static const int initLives
Definition: kapmanmainwindow.h:28
KapmanMainWindow
This class enables to create the main window for Kapman.
Definition: kapmanmainwindow.h:35
KapmanMainWindow::KapmanMainWindow
KapmanMainWindow()
Creates a new KapmanMainWindow instance.
Definition: kapmanmainwindow.cpp:38
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

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