Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

kokmainwindow.h

00001 /***************************************************************************
00002  *   Copyright (C) 2005 by Bertrand Haut                                   *
00003  *   bertrand.haut@gmail.com                                               *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  *                                                                         *
00010  *   This program is distributed in the hope that it will be useful,       *
00011  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00012  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00013  *   GNU General Public License for more details.                          *
00014  *                                                                         *
00015  *   You should have received a copy of the GNU General Public License     *
00016  *   along with this program; if not, write to the                         *
00017  *   Free Software Foundation, Inc.,                                       *
00018  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00019  ***************************************************************************/
00020 #ifndef KOKMAINWINDOW_H
00021 #define KOKMAINWINDOW_H
00022 
00023 #include <qmainwindow.h>
00024 #include <qstring.h>
00025 #include <qpixmap.h>
00026 #include <qmenubar.h>
00027 #include <qpopupmenu.h>
00028 #include <qtoolbar.h>
00029 
00030 class kokMainWindow : public QMainWindow
00031 {
00032 Q_OBJECT
00033 public:
00034         kokMainWindow();
00035         
00036         ~kokMainWindow();
00037         QMenuBar *MenuBar;
00038         QPopupMenu *fileMenu;
00039         QPopupMenu *editMenu;
00040         QPopupMenu *helpMenu;
00041         QToolBar *toolBar;
00042 
00043 public slots:
00044         void statusBarMessage(QString text);
00045 
00046 
00047 private:
00048     QPixmap image0;
00049     QPixmap image1;
00050     QPixmap image2;
00051     QPixmap image3;
00052     QPixmap image4;
00053     QPixmap image5;
00054     QPixmap image6;
00055     QPixmap image7;
00056     QPixmap image8;
00057     QPixmap image9;
00058     QPixmap image10;
00059     QPixmap image11;
00060     QPixmap image12;
00061         QPixmap imageConf;
00062 };
00063 
00064 #endif

cocktail - A C++ cocktail recipe manager.
Copyright © 2005 Bertrand Haut
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front Cover Texts, and with no Back-Cover Texts.