kexi
KFDTabWidget Class Reference
#include <containerfactory.h>
Inheritance diagram for KFDTabWidget:

Detailed Description
A tab widget.Definition at line 158 of file containerfactory.h.
Signals | |
void | handleDragMoveEvent (QDragMoveEvent *e) |
void | handleDropEvent (QDropEvent *e) |
Public Member Functions | |
KFDTabWidget (QWidget *parent, const char *name) | |
virtual QSize | sizeHint () const |
virtual void | dragMoveEvent (QDragMoveEvent *e) |
virtual void | dropEvent (QDropEvent *e) |
Member Function Documentation
void KFDTabWidget::dragMoveEvent | ( | QDragMoveEvent * | e | ) | [virtual] |
Used to emit handleDragMoveEvent() signal needed to control dragging over the container's surface.
Definition at line 137 of file containerfactory.cpp.
void KFDTabWidget::dropEvent | ( | QDropEvent * | e | ) | [virtual] |
Used to emit handleDropEvent() signal needed to control dropping on the container's surface.
Definition at line 145 of file containerfactory.cpp.
void KFDTabWidget::handleDragMoveEvent | ( | QDragMoveEvent * | e | ) | [signal] |
Needed to control dragging over the container's surface.
void KFDTabWidget::handleDropEvent | ( | QDropEvent * | e | ) | [signal] |
Needed to control dropping on the container's surface.
The documentation for this class was generated from the following files: