Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

hk_kdereportsectiondialog.h

00001 // ****************************************************************************
00002 // copyright (c) 2000-2004 Horst Knorr <hk_classes@knoda.org>  
00003 // This file is part of the hk_kdeclasses library.
00004 // This file may be distributed and/or modified under the terms of the
00005 // GNU Library Public License version 2 as published by the Free Software
00006 // Foundation and appearing in the file LGPL included in the
00007 // packaging of this file.
00008 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00009 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
00010 // ****************************************************************************
00011 //$Revision: 1.8 $
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

Generated on Tue Mar 22 23:28:15 2005 for Databasehandlingdialogclasses by  doxygen 1.4.1