class KDockWidgetAbstractHeaderDrag

An abstract class for all dockwidget header drags. More...

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

Public Methods


Detailed Description

An abstract class for all dockwidget header drags. See the class description of KDockWidgetHeaderDrag!

 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