Databasehandlingdialogclasses  0.5.3
hk_kdetaborder.h
1 // ****************************************************************************
2 // copyright (c) 2000-2005 Horst Knorr <hk_classes@knoda.org>
3 // This file is part of the hk_classes library.
4 // This file may be distributed and/or modified under the terms of the
5 // GNU Library Public License version 2 as published by the Free Software
6 // Foundation and appearing in the file COPYING included in the
7 // packaging of this file.
8 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
9 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
10 // ****************************************************************************
11 // $Revision: 1.3 $
12 #ifndef HK_KDETABORDER_H
13 #define HK_KDETABORDER_H
14 #include "hk_kdetaborderbase.h"
15 
16 class hk_kdesimpleform;
17 
19 {
20  Q_OBJECT
21 
22 public:
23  hk_kdetaborder( hk_kdesimpleform* ,QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
24  ~hk_kdetaborder();
25 
26 public slots:
27  void add_clicked();
28  void check_buttons();
29  void delete_clicked();
30  void down_clicked();
31  void up_clicked();
32  void ok_clicked();
33 
34 private:
35 void init();
36 hk_kdesimpleform* p_form;
37 bool p_has_changed;
38 };
39 
40 #endif // HK_KDETABORDER_H
Definition: hk_kdetaborder.h:18
KDE Widget to display forms.
Definition: hk_kdesimpleform.h:41
Definition: hk_kdetaborderbase.h:27