knode
#include <knconfigpages.h>
Public Member Functions | |
KCMTabContainer (const KComponentData &inst, QWidget *parent=0) | |
virtual void | defaults () |
virtual void | load () |
virtual void | save () |
Protected Member Functions | |
void | addTab (KCModule *tab, const QString &title) |
Detailed Description
A tab-based KCModule container.
It simply forwards load and save operations to all tabs. Code mostly taken from kmail.
Definition at line 30 of file knconfigpages.h.
Constructor & Destructor Documentation
|
explicit |
Create a new tab-based KCModule container.
- Parameters
-
parent The parent widget.
Definition at line 27 of file knconfigpages.cpp.
Member Function Documentation
|
protected |
Add a new tab.
- Parameters
-
tab A KCModule to add. title The tab title.
Definition at line 37 of file knconfigpages.cpp.
|
virtual |
Reimplemented to forward defaults() to the current tab.
Definition at line 58 of file knconfigpages.cpp.
|
virtual |
Reimplemented to forward load() to all tabs.
Definition at line 42 of file knconfigpages.cpp.
|
virtual |
Reimplemented to forward save() to all tabs.
Definition at line 50 of file knconfigpages.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:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.