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

hk_kdeobjecthandler.h

00001 // ****************************************************************************
00002 // copyright (c) 2000-2005 Horst Knorr <hk_classes@knoda.org>  
00003 // This file is part of the hk_kdeclasses library.
00004 // This file may be distributed and/or modified under the terms of the
00005 // GNU Library Public License version 2 as published by the Free Software
00006 // Foundation and appearing in the file LGPL 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.3 $
00012 #ifndef HK_KDEOBJECTHANDLER_H
00013 #define HK_KDEOBJECTHANDLER_H
00014 #include "hk_kdeobjecthandlerbase.h"
00015 
00016 class hk_database;
00017 
00018 class hk_kdeobjecthandler : public hk_kdeobjecthandlerbase
00019 {
00020     Q_OBJECT
00021 
00022 public:
00023     hk_kdeobjecthandler( hk_database*,QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00024     ~hk_kdeobjecthandler();
00025 
00026 protected:
00027 void accept(void);
00028 protected slots:    
00029     virtual void download_clicked();
00030     virtual void upload_clicked();
00031     virtual void slot_selection_changed();
00032 private:
00033 hk_database* p_database;    
00034     
00035 };
00036 
00037 #endif // HK_KDEOBJECTHANDLER_H

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