org.kde.koala

Class KDockTabGroup

public class KDockTabGroup extends QTabWidget

It just hides the special implementation of a dockwidget tab groups (and is member of the dockwidget class set). An abstraction what it is currently. In general it is like QTabWidget but is more useful for the dockwidget class set. More or less a minor helper class for the dockwidget class set.

Author: Max Judin (documentation: Falk Brettschneider).

UNKNOWN: It just hides the special implementation of a dockwidget tab groups (and is member of the dockwidget class set).

Constructor Summary
protected KDockTabGroup(Class dummy)
KDockTabGroup(QWidget parent, String name)
Constructs this.
KDockTabGroup(QWidget parent)
KDockTabGroup()
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()
QWidgettransientTo()

Constructor Detail

KDockTabGroup

protected KDockTabGroup(Class dummy)

KDockTabGroup

public KDockTabGroup(QWidget parent, String name)
Constructs this. It just calls the method of the base class.

UNKNOWN: Constructs this.

KDockTabGroup

public KDockTabGroup(QWidget parent)

KDockTabGroup

public KDockTabGroup()

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

transientTo

public QWidget transientTo()