org.kde.koala

Class KDockWidgetAbstractHeaderDrag

public class KDockWidgetAbstractHeaderDrag extends QFrame

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.

Author: Max Judin (documentation: Falk Brettschneider).

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

Constructor Summary
protected KDockWidgetAbstractHeaderDrag(Class dummy)
KDockWidgetAbstractHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock, String name)
Constructs this.
KDockWidgetAbstractHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock)
Method Summary
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
KDockWidgetdockWidget()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()

Constructor Detail

KDockWidgetAbstractHeaderDrag

protected KDockWidgetAbstractHeaderDrag(Class dummy)

KDockWidgetAbstractHeaderDrag

public KDockWidgetAbstractHeaderDrag(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.

KDockWidgetAbstractHeaderDrag

public KDockWidgetAbstractHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock)

Method Detail

className

public String className()

dispose

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

dockWidget

public KDockWidget dockWidget()

Returns: the dockwidget where this belongs to

UNKNOWN:

finalize

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

isDisposed

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

metaObject

public QMetaObject metaObject()