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

knodawin.h

00001 // ****************************************************************************
00002 // copyright (c) 2000-2005 Horst Knorr <hk_classes@knoda.org>
00003 // This file is part of knoda -Knorr's Datenbank.
00004 // This file may be distributed and/or modified under the terms of the
00005 // GNU General Public License version 2 as published by the Free Software
00006 // Foundation and appearing in the file COPYING included in the
00007 // packaging of this file.
00008 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00009 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
00010 // ****************************************************************************
00011 //$Revision: 1.18 $
00012 #ifndef KNODAMAINWINDOW_H
00013 #define KNODAMAINWINDOW_H
00014 #include <kmainwindow.h>
00015 #include <hk_class.h>
00016 class hk_connection;
00017 class knodamainwindowbase;
00018 class KAction;
00019 
00020 class knodamainwindow :public KMainWindow, public hk_class
00021 {
00022     Q_OBJECT
00023         public:
00024 
00025         knodamainwindow( QWidget* parent = 0, const char* name = 0, WFlags fl = 0,const QString& database="",const QString& form="" );
00026         virtual    ~knodamainwindow();
00027         void set_connection(hk_connection* c);
00028 
00029     public slots:
00030         void close_slot(void);
00031     protected:
00032     void closeEvent(QCloseEvent*event);
00033         virtual void showEvent(QShowEvent*);
00034     private:
00035         knodamainwindowbase* p_mainwindow;
00036         KAction* p_closeaction;
00037 };
00038 #endif

Generated on Tue Sep 13 04:14:42 2005 for Databasehandlingdialogclasses by  doxygen 1.4.4