KDE3Support
#include <k3dockwidget.h>
Public Member Functions | |
K3DockWidgetHeaderDrag (K3DockWidgetAbstractHeader *parent, K3DockWidget *dock, const char *name=0L) | |
virtual | ~K3DockWidgetHeaderDrag () |
Public Member Functions inherited from K3DockWidgetAbstractHeaderDrag | |
K3DockWidgetAbstractHeaderDrag (K3DockWidgetAbstractHeader *parent, K3DockWidget *dock, const char *name=0L) | |
virtual | ~K3DockWidgetAbstractHeaderDrag () |
K3DockWidget * | dockWidget () const |
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.
|
virtual |
Destructs this.
Definition at line 234 of file k3dockwidget.cpp.
Member Function Documentation
|
protectedvirtual |
Draws the drag panel (a double line)
Definition at line 238 of file k3dockwidget.cpp.
|
protectedvirtual |
Reimplemented from K3DockWidgetAbstractHeaderDrag.
Definition at line 3448 of file k3dockwidget.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.