org.kde.koala

Class KDockWidgetHeaderDrag

public class KDockWidgetHeaderDrag extends KDockWidgetAbstractHeaderDrag

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.

Author: Max Judin (documentation: Falk Brettschneider).

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

Constructor Summary
protected KDockWidgetHeaderDrag(Class dummy)
KDockWidgetHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock, String name)
Constructs this.
KDockWidgetHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock)
Method Summary
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
protected voidpaintEvent(QPaintEvent arg1)
Draws the drag panel (a double line)

Constructor Detail

KDockWidgetHeaderDrag

protected KDockWidgetHeaderDrag(Class dummy)

KDockWidgetHeaderDrag

public KDockWidgetHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock, String name)
Constructs this.

Parameters: parent the parent widget (usually a dockwidget header) dock the dockwidget where it belongs to name the object instance name

UNKNOWN: Constructs this.

KDockWidgetHeaderDrag

public KDockWidgetHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock)

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

paintEvent

protected void paintEvent(QPaintEvent arg1)
Draws the drag panel (a double line)

UNKNOWN: Draws the drag panel (a double line)