12 #ifndef HK_KDESUBREPORTDIALOG_H 13 #define HK_KDESUBREPORTDIALOG_H 14 #include "hk_kdesubreportdialogbase.h" 15 class hk_reportsection;
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);
27 void add_dependingfields();
29 void subreport_selected();
30 void delete_dependingfields();
31 void dependingon_selected();
32 void delete_subreport();
34 void set_subreportlist();
35 void set_masterfield();
37 hk_reportsection* p_section;
41 #endif // HK_KDESUBREPORTDIALOG_H Definition: hk_kdesubreportdialogbase.h:30
Definition: hk_kdesubreportdialog.h:18