#include <kdockwidget.h>
Public Member Functions | |
KDockWidgetAbstractHeader (KDockWidget *parent, const char *name=0L) | |
virtual | ~KDockWidgetAbstractHeader () |
virtual void | setTopLevel (bool) |
virtual void | saveConfig (TDEConfig *) |
virtual void | loadConfig (TDEConfig *) |
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 KDockWidgetHeader! More or less a minor helper class for the dockwidget class set.
Definition at line 103 of file kdockwidget.h.
Constructor & Destructor Documentation
◆ KDockWidgetAbstractHeader()
KDockWidgetAbstractHeader::KDockWidgetAbstractHeader | ( | KDockWidget * | parent, |
const char * | name = 0L |
||
) |
Constructs this.
- Parameters
-
parent the parent widget (usually a dockwidget) name the object instance name
Definition at line 211 of file kdockwidget.cpp.
◆ ~KDockWidgetAbstractHeader()
|
inlinevirtual |
Destructs this.
Definition at line 120 of file kdockwidget.h.
Member Function Documentation
◆ loadConfig()
|
inlinevirtual |
Provides loading the current configuration.
Must be overridden by an inheriting class
Reimplemented in KDockWidgetHeader.
Definition at line 136 of file kdockwidget.h.
◆ saveConfig()
|
inlinevirtual |
Provides saving the current configuration.
Must be overridden by an inheriting class.
Reimplemented in KDockWidgetHeader.
Definition at line 131 of file kdockwidget.h.
◆ setTopLevel()
|
inlinevirtual |
Provides things concerning to switching to toplevel mode.
Must be overridden by an inheriting class.
Reimplemented in KDockWidgetHeader.
Definition at line 125 of file kdockwidget.h.
The documentation for this class was generated from the following files: