class KDockWidgetAbstractHeaderDrag

An abstract class for all dockwidget drag-panels of a dockwidgets (and member of the dockwidget class set). More...

Definition#include <kdockwidget.h>
InheritsQFrame
Inherited byKDockWidgetHeaderDrag
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


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 KDockWidgetHeaderDrag! More or less a minor helper class for the dockwidget class set.

 KDockWidgetAbstractHeaderDrag ( KDockWidgetAbstractHeader* parent, KDockWidget* dock, const char* name = 0L )

Constructs this.

Parameters:
parentthe parent widget (usually a dockwidget header)
dockthe dockwidget where it belongs to
namethe object instance name

KDockWidgetAbstractHeaderDrag ()

[virtual]

Destructs this.

KDockWidget*  dockWidget ()

@return the dockwidget where this belongs to