org.kde.koala

Class KDockWidgetAbstractHeader

public class KDockWidgetAbstractHeader extends QFrame

An abstract base clase for all dockwidget headers (and member of the dockwidget class set). See the class description of KDockWidgetHeader! More or less a minor helper class for the dockwidget class set.

Author: Max Judin (documentation: Falk Brettschneider).

UNKNOWN: An abstract base clase for all dockwidget headers (and member of the dockwidget class set).

Constructor Summary
protected KDockWidgetAbstractHeader(Class dummy)
KDockWidgetAbstractHeader(KDockWidget parent, String name)
Constructs this.
KDockWidgetAbstractHeader(KDockWidget parent)
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?
voidloadConfig(KConfig arg1)
Provides loading the current configuration.
QMetaObjectmetaObject()
voidsaveConfig(KConfig arg1)
Provides saving the current configuration.
voidsetTopLevel(boolean arg1)
Provides things concerning to switching to toplevel mode.

Constructor Detail

KDockWidgetAbstractHeader

protected KDockWidgetAbstractHeader(Class dummy)

KDockWidgetAbstractHeader

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

Parameters: parent the parent widget (usually a dockwidget) name the object instance name

UNKNOWN: Constructs this.

KDockWidgetAbstractHeader

public KDockWidgetAbstractHeader(KDockWidget parent)

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?

loadConfig

public void loadConfig(KConfig arg1)
Provides loading the current configuration. Must be overridden by an inheriting class

UNKNOWN: Provides loading the current configuration.

metaObject

public QMetaObject metaObject()

saveConfig

public void saveConfig(KConfig arg1)
Provides saving the current configuration. Must be overridden by an inheriting class.

UNKNOWN: Provides saving the current configuration.

setTopLevel

public void setTopLevel(boolean arg1)
Provides things concerning to switching to toplevel mode. Must be overridden by an inheriting class.

UNKNOWN: Provides things concerning to switching to toplevel mode.