KDE3Support
K3DockWidgetAbstractHeader Class Reference
#include <k3dockwidget.h>

Detailed Description
An abstract base clase for all dockwidget headers (and member of the dockwidget class set).See the class description of K3DockWidgetHeader! More or less a minor helper class for the dockwidget class set.
Definition at line 98 of file k3dockwidget.h.
Public Member Functions | |
K3DockWidgetAbstractHeader (K3DockWidget *parent, const char *name=0L) | |
virtual void | loadConfig (KConfigGroup *) |
virtual void | saveConfig (KConfigGroup *) |
virtual void | setTopLevel (bool) |
virtual | ~K3DockWidgetAbstractHeader () |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Constructor & Destructor Documentation
K3DockWidgetAbstractHeader::K3DockWidgetAbstractHeader | ( | K3DockWidget * | parent, | |
const char * | name = 0L | |||
) |
Constructs this.
- Parameters:
-
parent the parent widget (usually a dockwidget) name the object instance name
Definition at line 248 of file k3dockwidget.cpp.
virtual K3DockWidgetAbstractHeader::~K3DockWidgetAbstractHeader | ( | ) | [inline, virtual] |
Member Function Documentation
virtual void K3DockWidgetAbstractHeader::loadConfig | ( | KConfigGroup * | ) | [inline, virtual] |
Provides loading the current configuration.
Must be overridden by an inheriting class
Reimplemented in K3DockWidgetHeader.
Definition at line 130 of file k3dockwidget.h.
virtual void K3DockWidgetAbstractHeader::saveConfig | ( | KConfigGroup * | ) | [inline, virtual] |
Provides saving the current configuration.
Must be overridden by an inheriting class.
Reimplemented in K3DockWidgetHeader.
Definition at line 125 of file k3dockwidget.h.
virtual void K3DockWidgetAbstractHeader::setTopLevel | ( | bool | ) | [inline, virtual] |
Provides things concerning to switching to toplevel mode.
Must be overridden by an inheriting class.
Reimplemented in K3DockWidgetHeader.
Definition at line 119 of file k3dockwidget.h.
void K3DockWidgetAbstractHeader::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
The documentation for this class was generated from the following files: