|
|
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.
| KDockWidgetAbstractHeader ( KDockWidget* parent, const char* name = 0L )
| KDockWidgetAbstractHeader |
Constructs this.
Parameters:
| parent | the parent widget (usually a dockwidget) |
| name | the object instance name |
| ~KDockWidgetAbstractHeader ()
| ~KDockWidgetAbstractHeader |
[virtual]
Destructs this.
| void setTopLevel ( bool )
| setTopLevel |
[virtual]
Provides things concerning to switching to toplevel mode. Must be overridden by an inheriting class.
| void saveConfig ( KConfig* )
| saveConfig |
[virtual]
Provides saving the current configuration. Must be overridden by an inheriting class.
| void loadConfig ( KConfig* )
| loadConfig |
[virtual]
Provides loading the current configuration. Must be overridden by an inheriting class
| void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]