KDockWidgetAbstractHeader Class Reference
An abstract base clase for all dockwidget headers (and member of the dockwidget class set). More...
#include <kdockwidget.h>
Inheritance diagram for KDockWidgetAbstractHeader:

Public Methods | |
KDockWidgetAbstractHeader (KDockWidget *parent, const char *name=0L) | |
Constructs this. | |
virtual | ~KDockWidgetAbstractHeader () |
Destructs this. | |
virtual void | setTopLevel (bool) |
Provides things concerning to switching to toplevel mode. | |
virtual void | saveConfig (KConfig *) |
Provides saving the current configuration. | |
virtual void | loadConfig (KConfig *) |
Provides loading the current configuration. |
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.
- Author:
- Max Judin (documentation: Falk Brettschneider).
Definition at line 98 of file kdockwidget.h.
Constructor & Destructor Documentation
|
Constructs this.
Definition at line 205 of file kdockwidget.cpp. |
|
Destructs this.
Definition at line 114 of file kdockwidget.h. |
Member Function Documentation
|
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. Referenced by KDockWidget::updateHeader(). |
|
Provides saving the current configuration. Must be overridden by an inheriting class. Reimplemented in KDockWidgetHeader. Definition at line 125 of file kdockwidget.h. Referenced by KDockManager::writeConfig(). |
|
Provides loading the current configuration. Must be overridden by an inheriting class Reimplemented in KDockWidgetHeader. Definition at line 130 of file kdockwidget.h. Referenced by KDockManager::readConfig(). |
The documentation for this class was generated from the following files: