KDE3Support
K3DockWidgetHeaderDrag Class Reference
This special widget is the panel one can grip with the mouses (and member of the dockwidget class set). More...
#include <k3dockwidget.h>

Public Member Functions | |
K3DockWidgetHeaderDrag (K3DockWidgetAbstractHeader *parent, K3DockWidget *dock, const char *name=0L) | |
virtual | ~K3DockWidgetHeaderDrag () |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *) |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
This special widget is the panel one can grip with the mouses (and member of the dockwidget class set).
The widget for dragging, so to speak. Usually it is located in the K3DockWidgetHeader. More or less a minor helper class for the dockwidget class set.
Definition at line 194 of file k3dockwidget.h.
Constructor & Destructor Documentation
K3DockWidgetHeaderDrag::K3DockWidgetHeaderDrag | ( | K3DockWidgetAbstractHeader * | parent, | |
K3DockWidget * | dock, | |||
const char * | name = 0L | |||
) |
Constructs this.
- Parameters:
-
parent the parent widget (usually a dockwidget header) dock the dockwidget where it belongs to name the object instance name
Definition at line 229 of file k3dockwidget.cpp.
K3DockWidgetHeaderDrag::~K3DockWidgetHeaderDrag | ( | ) | [virtual] |
Destructs this.
Definition at line 234 of file k3dockwidget.cpp.
Member Function Documentation
void K3DockWidgetHeaderDrag::paintEvent | ( | QPaintEvent * | ) | [protected, virtual] |
Draws the drag panel (a double line).
Definition at line 238 of file k3dockwidget.cpp.
void K3DockWidgetHeaderDrag::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
Reimplemented from K3DockWidgetAbstractHeaderDrag.
Definition at line 3445 of file k3dockwidget.cpp.
The documentation for this class was generated from the following files: