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

hk_kdefilterdialog.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 //Version $Revision: 1.7 $
00012 
00013 #ifndef HK_KDEFILTERDIALOG_H
00014 #define HK_KDEFILTERDIALOG_H
00015 #include "hk_kdefilterdialogbase.h"
00016 
00017 class hk_kdefilterdialog : public hk_kdefilterdialogbase
00018 {
00019     Q_OBJECT
00020         
00021     public:
00022        
00023        enum enum_type {filter,editor};
00024         hk_kdefilterdialog(enum_type type=filter, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00025         ~hk_kdefilterdialog();
00026 
00027     protected slots:
00028         void text_changed();
00029     
00030     protected:
00031     
00032     void closeEvent(QCloseEvent*);
00033     void accept(void);
00034     void reject(void);
00035     
00036     private:
00037     void store_size();
00038         enum_type p_type;
00039 
00040 };
00041 #endif                                            // HK_KDEFILTERDIALOG_H

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