Google

class KDockWidgetHeaderDrag

This special widget is the panel one can grip with the mouses (and member of the dockwidget class set). More...

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

Public Methods

Protected Methods

Private Members


Detailed Description

This special widget is the panel one can grip with the mouses (and member of the dockwidget class set). The widget for dragging, so to speak. Usually it is located in the KDockWidgetHeader. More or less a minor helper class for the dockwidget class set.

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

KDockWidgetHeaderDrag

Constructs this.

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

 ~KDockWidgetHeaderDrag ()

~KDockWidgetHeaderDrag

[virtual]

Destructs this.

void  paintEvent ( QPaintEvent* )

paintEvent

[protected virtual]

Draws the drag panel (a double line)

KDockWidgetHeaderDragPrivate * d

d

[private]


  • Author: Max Judin (documentation: Falk Brettschneider).