KUtils
kcmodulecontainer.cpp
Go to the documentation of this file.
64 // special KComponentData and can just use the global instance. The contained KCModules create their own
69 d(new KCModuleContainerPrivate( QString(mods).remove( ' ' ).split( ',', QString::SkipEmptyParts ) ))
94 for ( QStringList::const_iterator it = d->modules.constBegin(); it != d->modules.constEnd(); ++it )
bool noDisplay() const
ModuleList changedModules
A list containing KCModuleProxy objects which have changed and must be saved.
Definition: kcmodulecontainer.h:122
void setQuickHelp(const QString &help)
static Ptr serviceByDesktopName(const QString &_name)
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
KCModuleContainer(QWidget *parent, const QStringList &mods)
Creates a KCModuleContainer with tabs, each one containing one of the specified modules in mods...
Definition: kcmodulecontainer.cpp:74
KGuiItem remove()
void addModule(const QString &module)
Adds the specified module to the tab widget.
Definition: kcmodulecontainer.cpp:99
Buttons buttons() const
void setButtons(Buttons btn)
const KComponentData & mainComponent()
ModuleList allModules
A list of all modules which are encapsulated.
Definition: kcmodulecontainer.h:127
void setAboutData(const KAboutData *about)
QStringList list(const QString &fileClass)
void changed()
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:34 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:50:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.