KDE3Support
K3DockWidgetAbstractHeaderDrag Class Reference
#include <k3dockwidget.h>
Inheritance diagram for K3DockWidgetAbstractHeaderDrag:

Public Member Functions | |
| K3DockWidgetAbstractHeaderDrag (K3DockWidgetAbstractHeader *parent, K3DockWidget *dock, const char *name=0L) | |
| virtual | ~K3DockWidgetAbstractHeaderDrag () |
| K3DockWidget * | dockWidget () const |
Protected Member Functions | |
| virtual void | virtual_hook (int id, void *data) |
Detailed Description
An abstract class for all dockwidget drag-panels of a dockwidgets (and member of the dockwidget class set).
See the class description of K3DockWidgetHeaderDrag! More or less a minor helper class for the dockwidget class set.
Definition at line 149 of file k3dockwidget.h.
Constructor & Destructor Documentation
| K3DockWidgetAbstractHeaderDrag::K3DockWidgetAbstractHeaderDrag | ( | 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 213 of file k3dockwidget.cpp.
Destructs this.
Definition at line 220 of file k3dockwidget.cpp.
Member Function Documentation
- Returns:
- the dockwidget where this belongs to
Definition at line 224 of file k3dockwidget.cpp.
| void K3DockWidgetAbstractHeaderDrag::virtual_hook | ( | int | id, |
| void * | data | ||
| ) | [protected, virtual] |
Reimplemented in K3DockWidgetHeaderDrag.
Definition at line 3445 of file k3dockwidget.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 19:04:50 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 19:04:50 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.