kexi
ContainerWidget Class Reference
#include <containerfactory.h>
Detailed Description
A simple container widget.
Definition at line 131 of file containerfactory.h.
Signals | |
void | handleDragMoveEvent (QDragMoveEvent *e) |
void | handleDropEvent (QDropEvent *e) |
Public Member Functions | |
ContainerWidget (QWidget *parent, const char *name) | |
virtual | ~ContainerWidget () |
virtual QSize | sizeHint () const |
virtual void | dragMoveEvent (QDragMoveEvent *e) |
virtual void | dropEvent (QDropEvent *e) |
Friends | |
class | KFDTabWidget |
Member Function Documentation
void ContainerWidget::dragMoveEvent | ( | QDragMoveEvent * | e | ) | [virtual] |
Used to emit handleDragMoveEvent() signal needed to control dragging over the container's surface.
Definition at line 81 of file containerfactory.cpp.
void ContainerWidget::dropEvent | ( | QDropEvent * | e | ) | [virtual] |
Used to emit handleDropEvent() signal needed to control dropping on the container's surface.
Definition at line 87 of file containerfactory.cpp.
void ContainerWidget::handleDragMoveEvent | ( | QDragMoveEvent * | e | ) | [signal] |
Needed to control dragging over the container's surface.
void ContainerWidget::handleDropEvent | ( | QDropEvent * | e | ) | [signal] |
Needed to control dropping on the container's surface.
The documentation for this class was generated from the following files: