Databasehandlingdialogclasses  0.5.3
hk_kdesubreportdialog.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.7 $
12 #ifndef HK_KDESUBREPORTDIALOG_H
13 #define HK_KDESUBREPORTDIALOG_H
14 #include "hk_kdesubreportdialogbase.h"
15 class hk_reportsection;
16 class hk_report;
17 
19 {
20  Q_OBJECT
21 
22  public:
23  hk_kdesubreportdialog( hk_reportsection* s, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
25  void set_reportsection(hk_reportsection* s);
26  public slots:
27  void add_dependingfields();
28  void check_buttons();
29  void subreport_selected();
30  void delete_dependingfields();
31  void dependingon_selected();
32  void delete_subreport();
33  void set_subreport();
34  void set_subreportlist();
35  void set_masterfield();
36  private:
37  hk_reportsection* p_section;
38  hk_report* p_report;
39 
40 };
41 #endif // HK_KDESUBREPORTDIALOG_H
Definition: hk_kdesubreportdialogbase.h:30
Definition: hk_kdesubreportdialog.h:18