kdeui Library API Documentation

KDockWidgetAbstractHeader Class Reference

An abstract base clase for all dockwidget headers (and member of the dockwidget class set). More...

#include <kdockwidget.h>

Inheritance diagram for KDockWidgetAbstractHeader:

QFrame KDockWidgetHeader List of all members.

Public Methods

 KDockWidgetAbstractHeader (KDockWidget *parent, const char *name=0L)
 Constructs this.

virtual ~KDockWidgetAbstractHeader ()
 Destructs this.

virtual void setTopLevel (bool)
 Provides things concerning to switching to toplevel mode.

virtual void saveConfig (KConfig *)
 Provides saving the current configuration.

virtual void loadConfig (KConfig *)
 Provides loading the current configuration.


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.

Author:
Max Judin (documentation: Falk Brettschneider).

Definition at line 98 of file kdockwidget.h.


Constructor & Destructor Documentation

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 205 of file kdockwidget.cpp.

virtual KDockWidgetAbstractHeader::~KDockWidgetAbstractHeader   [inline, virtual]
 

Destructs this.

Definition at line 114 of file kdockwidget.h.


Member Function Documentation

virtual void KDockWidgetAbstractHeader::setTopLevel bool    [inline, virtual]
 

Provides things concerning to switching to toplevel mode.

Must be overridden by an inheriting class.

Reimplemented in KDockWidgetHeader.

Definition at line 119 of file kdockwidget.h.

Referenced by KDockWidget::updateHeader().

virtual void KDockWidgetAbstractHeader::saveConfig KConfig   [inline, virtual]
 

Provides saving the current configuration.

Must be overridden by an inheriting class.

Reimplemented in KDockWidgetHeader.

Definition at line 125 of file kdockwidget.h.

Referenced by KDockManager::writeConfig().

virtual void KDockWidgetAbstractHeader::loadConfig KConfig   [inline, virtual]
 

Provides loading the current configuration.

Must be overridden by an inheriting class

Reimplemented in KDockWidgetHeader.

Definition at line 130 of file kdockwidget.h.

Referenced by KDockManager::readConfig().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:21:04 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001