kexi
KexiFrame Class Reference
#include <kexiframe.h>
Inheritance diagram for KexiFrame:

Detailed Description
Frame widget for Kexi forms.Definition at line 26 of file kexiframe.h.
Public Slots | |
virtual void | setPalette (const QPalette &pal) |
virtual void | setFrameColor (const QColor &color) |
Signals | |
void | handleDragMoveEvent (QDragMoveEvent *e) |
void | handleDropEvent (QDropEvent *e) |
Public Member Functions | |
KexiFrame (QWidget *parent, const char *name=0, WFlags f=0) | |
virtual const QColor & | frameColor () const |
virtual void | dragMoveEvent (QDragMoveEvent *e) |
virtual void | dropEvent (QDropEvent *e) |
Protected Member Functions | |
virtual void | drawFrame (QPainter *) |
Protected Attributes | |
Private * | d |
Properties | |
QColor | frameColor |
Constructor & Destructor Documentation
KexiFrame::KexiFrame | ( | QWidget * | parent, | |
const char * | name = 0 , |
|||
WFlags | f = 0 | |||
) |
- Todo:
- obtain these defaults from current template's style...
Definition at line 46 of file kexiframe.cpp.
Member Function Documentation
void KexiFrame::dragMoveEvent | ( | QDragMoveEvent * | e | ) | [virtual] |
Used to emit handleDragMoveEvent() signal needed to control dragging over the container's surface.
Definition at line 62 of file kexiframe.cpp.
void KexiFrame::dropEvent | ( | QDropEvent * | e | ) | [virtual] |
Used to emit handleDropEvent() signal needed to control dropping on the container's surface.
Definition at line 68 of file kexiframe.cpp.
void KexiFrame::handleDragMoveEvent | ( | QDragMoveEvent * | e | ) | [signal] |
Needed to control dragging over the container's surface.
void KexiFrame::handleDropEvent | ( | QDropEvent * | e | ) | [signal] |
Needed to control dropping on the container's surface.
The documentation for this class was generated from the following files: