class KDockWidgetHeaderDrag

This special widget is the panel one can grip with the mouse. More...

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

Public Methods

Protected Methods


Detailed Description

This special widget is the panel one can grip with the mouse. The widget for dragging, so to speak. Usually it is located in the KDockWidgetHeader.

 KDockWidgetHeaderDrag ( 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

KDockWidgetHeaderDrag ()

[virtual]

Destructs this.

void  paintEvent ( QPaintEvent* )

[protected virtual]

Draws the drag panel (a double line)

Reimplemented from QFrame