Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

kbill.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           kbill.h  -  description
00003                              -------------------
00004     begin                : Thu Dec 30 16:55:55 CET 1999
00005     copyright            : (C) 1999 by Jurrien Loonstra
00006     email                : j.h.loonstra@st.hanze.nl
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef KBILL_H
00019 #define KBILL_H
00020 
00021 
00022 
00023 #include <qmainwindow.h>
00024 #include <qwidget.h>
00025 #include <qpopupmenu.h>
00026 
00027 #include "field.h"
00028 
00029 class KBill : public QMainWindow
00030 {
00031   Q_OBJECT
00032 public:
00033     KBill();
00034    ~KBill();
00035     Field* getField();
00036 private:
00037     QMenuBar *menu;
00038     QPopupMenu *file, *help;
00039     Field *field;
00040     int pauseid;
00041 
00042 protected slots:
00043     void Quit();
00044     void About();
00045     void NewGame();
00046     void Pause();
00047     void WarpTo();
00048     void Story();
00049     void Rules();
00050     void ViewHighScores();
00051 
00052 protected:
00053     friend class UI;
00054 };
00055 
00056 #endif

Generated on Sat Nov 5 16:17:19 2005 for OPIE by  doxygen 1.4.2