class KDockWidgetAbstractHeader

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

Definition#include <kdockwidget.h>
InheritsQFrame (qt) [public ]
Inherited byKDockWidgetHeader
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

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.

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

KDockWidgetAbstractHeader

Constructs this.

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

 ~KDockWidgetAbstractHeader ()

~KDockWidgetAbstractHeader

[virtual]

Destructs this.

void  setTopLevel ( bool )

setTopLevel

[virtual]

Provides things concerning to switching to toplevel mode. Must be overridden by an inheriting class.

void  saveConfig ( KConfig* )

saveConfig

[virtual]

Provides saving the current configuration. Must be overridden by an inheriting class.

void  loadConfig ( KConfig* )

loadConfig

[virtual]

Provides loading the current configuration. Must be overridden by an inheriting class

void  virtual_hook ( int id, void* data )

virtual_hook

[protected virtual]