kopete/libkopete
SettingsContainer Class Reference
#include <collapsiblewidget.h>
Inheritance diagram for SettingsContainer:
Public Types | |
enum | CollapseState { Collapsed, Uncollapsed } |
Public Member Functions | |
SettingsContainer (QWidget *parent=0) | |
~SettingsContainer () | |
CollapsibleWidget * | insertWidget (QWidget *w, const QString &name) |
Detailed Description
A scrollable container that contains groups of settings, usually in the form of CollapsibleWidgets.
Definition at line 104 of file collapsiblewidget.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Collapsed | |
Uncollapsed |
Definition at line 109 of file collapsiblewidget.h.
Constructor & Destructor Documentation
SettingsContainer::SettingsContainer | ( | QWidget * | parent = 0 | ) |
Definition at line 96 of file collapsiblewidget.cpp.
SettingsContainer::~SettingsContainer | ( | ) |
Definition at line 108 of file collapsiblewidget.cpp.
Member Function Documentation
CollapsibleWidget * SettingsContainer::insertWidget | ( | QWidget * | w, |
const QString & | name | ||
) |
Definition at line 113 of file collapsiblewidget.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.