#include <kdockwidget.h>
Inheritance diagram for KDockWidgetAbstractHeader:

Public Methods | |
| KDockWidgetAbstractHeader (KDockWidget *parent, const char *name=0L) | |
| virtual | ~KDockWidgetAbstractHeader () |
| virtual void | setTopLevel (bool) |
| virtual void | saveConfig (KConfig *) |
| virtual void | loadConfig (KConfig *) |
Definition at line 98 of file kdockwidget.h.
|
||||||||||||
|
Constructs this.
|
|
|
Destructs this. Definition at line 114 of file kdockwidget.h. |
|
|
Provides loading the current configuration. Must be overridden by an inheriting class Reimplemented in KDockWidgetHeader. Definition at line 130 of file kdockwidget.h. |
|
|
Provides saving the current configuration. Must be overridden by an inheriting class. Reimplemented in KDockWidgetHeader. Definition at line 125 of file kdockwidget.h. |
|
|
Provides things concerning to switching to toplevel mode. Must be overridden by an inheriting class. Reimplemented in KDockWidgetHeader. Definition at line 119 of file kdockwidget.h. |
1.2.18