KexiReportForm Class Reference
#include <kexireportform.h>
Inheritance diagram for KexiReportForm:

Detailed Description
The report top widget.
Definition at line 30 of file kexireportform.h.
Public Member Functions | |
| KexiReportForm (QWidget *parent, const char *name="kexi_dbform") | |
| virtual | ~KexiReportForm () |
| virtual void | drawRect (const QRect &r, int type) |
| virtual void | drawRects (const QValueList< QRect > &list, int type) |
| virtual void | initBuffer () |
| virtual void | clearForm () |
| virtual void | highlightWidgets (QWidget *from, QWidget *to) |
| virtual QSize | sizeHint () const |
Constructor & Destructor Documentation
|
||||||||||||
|
Definition at line 29 of file kexireportform.cpp. References kexipluginsdbg. |
|
|
Definition at line 38 of file kexireportform.cpp. References kexipluginsdbg. |
Member Function Documentation
|
|
Clears the form, ie pastes the whole buffer to repaint the Form. Implements KFormDesigner::FormWidget. Definition at line 103 of file kexireportform.cpp. References repaintAll(). |
|
||||||||||||
|
Implements KFormDesigner::FormWidget. Definition at line 55 of file kexireportform.cpp. References drawRects(). |
|
||||||||||||
|
This function draws the rects in the list in the Form, above of all widgets, using double-buffering. type can be 1 (selection rect) or 2 (insert rect, dotted). Implements KFormDesigner::FormWidget. Definition at line 63 of file kexireportform.cpp. Referenced by drawRect(). |
|
||||||||||||
|
This function highlights two widgets (to is optional), which are sender and receiver, and draws a link between them. Implements KFormDesigner::FormWidget. Definition at line 121 of file kexireportform.cpp. |
|
|
This function inits the buffer used for double-buffering. Called before drawing rect. Implements KFormDesigner::FormWidget. Definition at line 94 of file kexireportform.cpp. References repaintAll(). |
|
|
Definition at line 181 of file kexireportform.cpp. |
The documentation for this class was generated from the following files:
