00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef HK_KDEREPORTSECTIONDIALOG_H
00013 #define HK_KDEREPORTSECTIONDIALOG_H
00014 #include "hk_kdereportsectiondialogbase.h"
00015 class hk_report;
00016 class hk_kdesimplereport;
00017
00018 class hk_kdereportsectiondialog : public hk_kdereportsectiondialogbase
00019 {
00020 Q_OBJECT
00021
00022 public:
00023 hk_kdereportsectiondialog( hk_kdesimplereport*,QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00024 ~hk_kdereportsectiondialog();
00025
00026 public slots:
00027 void add_clicked();
00028 void delete_clicked();
00029 void down_clicked();
00030 void up_clicked();
00031 void check_buttons();
00032 private:
00033 void set_sectionlist();
00034 void set_fieldlist();
00035 hk_kdesimplereport* p_report;
00036
00037 };
00038 #endif // HK_KDEREPORTSECTIONDIALOG_H