KDE3Support
K3DockWidgetAbstractHeaderDrag Class Reference
An abstract class for all dockwidget drag-panels of a dockwidgets (and member of the dockwidget class set). More...
#include <k3dockwidget.h>
Inheritance diagram for K3DockWidgetAbstractHeaderDrag:

Public Member Functions | |
K3DockWidget * | dockWidget () const |
K3DockWidgetAbstractHeaderDrag (K3DockWidgetAbstractHeader *parent, K3DockWidget *dock, const char *name=0L) | |
virtual | ~K3DockWidgetAbstractHeaderDrag () |
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.
K3DockWidgetAbstractHeaderDrag::~K3DockWidgetAbstractHeaderDrag | ( | ) | [virtual] |
Destructs this.
Definition at line 220 of file k3dockwidget.cpp.
Member Function Documentation
K3DockWidget * K3DockWidgetAbstractHeaderDrag::dockWidget | ( | ) | const |
- 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 3442 of file k3dockwidget.cpp.
The documentation for this class was generated from the following files: