Databasehandlingdialogclasses  0.5.3
hk_kdereportsectiondialog.h
1 // ****************************************************************************
2 // copyright (c) 2000-2005 Horst Knorr <hk_classes@knoda.org>
3 // This file is part of the hk_kdeclasses 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 LGPL 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.9 $
12 #ifndef HK_KDEREPORTSECTIONDIALOG_H
13 #define HK_KDEREPORTSECTIONDIALOG_H
14 #include "hk_kdereportsectiondialogbase.h"
15 class hk_report;
16 class hk_kdesimplereport;
17 
19 {
20  Q_OBJECT
21 
22  public:
23  hk_kdereportsectiondialog( hk_kdesimplereport*,QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
25 
26  public slots:
27  void add_clicked();
28  void delete_clicked();
29  void down_clicked();
30  void up_clicked();
31  void check_buttons();
32  private:
33  void set_sectionlist();
34  void set_fieldlist();
35  hk_kdesimplereport* p_report;
36 
37 };
38 #endif // HK_KDEREPORTSECTIONDIALOG_H
Definition: hk_kdereportsectiondialog.h:18
Definition: hk_kdereportsectiondialogbase.h:28
KDE Widget to design and execute reports.
Definition: hk_kdesimplereport.h:42