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 ) ))
void setQuickHelp(const QString &help)
QStringList list(const QString &fileClass)
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
void setAboutData(const KAboutData *about)
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
const KComponentData & mainComponent()
Buttons buttons() const
void setButtons(Buttons btn)
ModuleList allModules
A list of all modules which are encapsulated.
Definition: kcmodulecontainer.h:127
static Ptr serviceByDesktopName(const QString &_name)
friend friend class KCModuleProxy
ModuleList changedModules
A list containing KCModuleProxy objects which have changed and must be saved.
Definition: kcmodulecontainer.h:122
void changed()
bool noDisplay() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.