kexireportform.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef KEXIREPORTFORM_H
00022 #define KEXIREPORTFORM_H
00023
00024 #include <qwidget.h>
00025 #include <qpixmap.h>
00026
00027 #include <formeditor/form.h>
00028
00030 class KEXIREPORTUTILS_EXPORT KexiReportForm : public QWidget, public KFormDesigner::FormWidget
00031 {
00032 Q_OBJECT
00033
00034 public:
00035 KexiReportForm(QWidget *parent, const char *name="kexi_dbform");
00036 virtual ~KexiReportForm();
00037
00038
00039
00040
00041
00042
00043 virtual void drawRect(const QRect& r, int type);
00044 virtual void drawRects(const QValueList<QRect> &list, int type);
00045 virtual void initBuffer();
00046 virtual void clearForm();
00047 virtual void highlightWidgets(QWidget *from, QWidget *to);
00048
00049 virtual QSize sizeHint() const;
00050
00051 private:
00052
00053
00054
00055
00056 QPixmap buffer;
00057 QRect prev_rect;
00058 };
00059
00060 #endif
This file is part of the documentation for Kexi 2.0 alpha.