class KDockWidgetAbstractHeader

An abstract base clase for all dockwidget headers. More...

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

Public Methods


Detailed Description

An abstract base clase for all dockwidget headers. See the class description of KDockWidgetHeader!

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

Constructs this.

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

KDockWidgetAbstractHeader ()

[virtual]

Destructs this.

void  setTopLevel ( bool )

[virtual]

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

void  saveConfig ( KConfig* )

[virtual]

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

void  loadConfig ( KConfig* )

[virtual]

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