KDE3Support
#include <k3dockwidget.h>
Public Member Functions | |
K3DockWidgetAbstractHeader (K3DockWidget *parent, const char *name=0L) | |
virtual | ~K3DockWidgetAbstractHeader () |
virtual void | loadConfig (KConfigGroup *) |
virtual void | saveConfig (KConfigGroup *) |
virtual void | setTopLevel (bool) |
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.
|
inlinevirtual |
Destructs this.
Definition at line 116 of file k3dockwidget.h.
Member Function Documentation
|
inlinevirtual |
Provides loading the current configuration.
Must be overridden by an inheriting class
Reimplemented in K3DockWidgetHeader.
Definition at line 132 of file k3dockwidget.h.
|
inlinevirtual |
Provides saving the current configuration.
Must be overridden by an inheriting class.
Reimplemented in K3DockWidgetHeader.
Definition at line 127 of file k3dockwidget.h.
|
inlinevirtual |
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.
|
protectedvirtual |
Reimplemented in K3DockWidgetHeader.
Definition at line 3442 of file k3dockwidget.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.