KDE3Support
K3DockWidgetAbstractHeader Class Reference
An abstract base clase for all dockwidget headers (and member of the dockwidget class set). More...
#include <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) |
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 100 of file k3dockwidget.h.
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 250 of file k3dockwidget.cpp.
virtual K3DockWidgetAbstractHeader::~K3DockWidgetAbstractHeader | ( | ) | [inline, virtual] |
Destructs this.
Definition at line 116 of file k3dockwidget.h.
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 132 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 127 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 121 of file k3dockwidget.h.
void K3DockWidgetAbstractHeader::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
Reimplemented in K3DockWidgetHeader.
Definition at line 3439 of file k3dockwidget.cpp.
The documentation for this class was generated from the following files: