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

hk_kdereportdata.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 
00012 #ifndef HK_KDEREPORTDATA_H
00013 #define HK_KDEREPORTDATA_H
00014 #include <hk_reportdata.h>
00015 #include <qwidget.h>
00016 class hk_kdereportsection;
00017 class hk_kdesimplereport;
00018 class hk_kdereportdata:public QWidget, public hk_reportdata
00019 {
00020 
00021     Q_OBJECT
00022 
00023         public:
00024         hk_kdereportdata( hk_kdereportsection* s, const char* name = 0, WFlags fl = 0 );
00025         virtual    ~hk_kdereportdata();
00026 
00027         hk_kdereportsection* section(void);
00028 
00029     protected:
00030         void paintEvent(QPaintEvent* e);
00031         virtual void resizeEvent (QResizeEvent *);
00032         virtual void  moveEvent ( QMoveEvent * ) ;
00033         virtual bool widget_specific_coordinates(uint px,uint py,uint pwidth,uint pheight);
00034         virtual void widget_specific_backgroundcolour_changed(const hk_colour&);
00035         virtual void widget_specific_foregroundcolour_changed(const hk_colour&);
00036 
00037     private:
00038         void    reposition(void);
00039         hk_kdereportsection* p_kdesection;
00040 };
00041 #endif

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