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

hk_kdecomboboxtextlist.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 #ifndef HK_KDECOMBOBOXTEXTLIST_H
00012 #define HK_KDECOMBOBOXTEXTLIST_H
00013 #include "hk_kdecomboboxtextlistbase.h"
00014 
00015 class hk_dscombobox;
00016 
00017 class hk_kdecomboboxtextlist : public hk_kdecomboboxtextlistbase
00018 {
00019     Q_OBJECT
00020 
00021 public:
00022     hk_kdecomboboxtextlist( QWidget* parent ,hk_dscombobox*, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00023     ~hk_kdecomboboxtextlist();
00024 public slots:
00025 void slot_data_changed(int , int );
00026 void add_row(void);
00027 void ok_clicked(void);
00028 protected:
00029 bool eventFilter(QObject* object,QEvent* e);
00030 void delete_rows(void);
00031 private:
00032 void set_existing_fields();
00033 hk_dscombobox* p_combobox;
00034 };
00035 
00036 #endif // HK_KDECOMBOBOXTEXTLIST_H

Generated on Tue Sep 13 05:09:15 2005 for Databasehandlingdialogclasses by  doxygen 1.4.4