12 #ifndef HK_KDEREPORTSECTION_H 13 #define HK_KDEREPORTSECTION_H 14 #include <hk_reportsection.h> 31 unsigned int max_displaywidth(
void);
32 unsigned int max_displayheight(
void);
33 void set_displaystring(
const QString&);
34 QString displaystring(
void);
35 QWidget* header(
void);
36 void set_activesection(
bool active);
37 void resize_section(
void);
38 void adjust_sectionsize(
void);
41 void field_created(
void);
44 virtual hk_reportdata* widget_specific_new_data(
void);
45 virtual void widget_specific_after_loaddata(
void);
46 virtual void paintEvent(QPaintEvent* e);
47 virtual void mousePressEvent(QMouseEvent*);
48 virtual void widget_specific_offset_changed(
void);
52 void create_field(
const QPoint& point);
54 unsigned int p_maxdisplayheight;
55 unsigned int p_maxdisplaywidth;
56 QString p_displaystring;
58 bool p_is_active_section;
Definition: hk_kdereportsection.h:21
KDE Widget to design and execute reports.
Definition: hk_kdesimplereport.h:42