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

knodawin.h

00001 // ****************************************************************************
00002 // copyright (c) 2000-2004 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.15 $
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 hk_kdeworkspace;
00019 class KAction;
00020 
00021 class knodamainwindow :public KMainWindow, public hk_class
00022 {
00023     Q_OBJECT
00024         public:
00025         
00026         knodamainwindow( QWidget* parent = 0,hk_kdeworkspace* w=0, const char* name = 0, WFlags fl = 0,const QString& database="",const QString& form="" );
00027         virtual    ~knodamainwindow();
00028         void set_connection(hk_connection* c);
00029 
00030     public slots:
00031         void close_slot(void);
00032     protected:
00033         virtual void showEvent(QShowEvent*);
00034     private:
00035         knodamainwindowbase* p_mainwindow;
00036         KAction* p_closeaction;
00037 };
00038 #endif

Generated on Tue Mar 22 23:28:15 2005 for Databasehandlingdialogclasses by  doxygen 1.4.1