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
94 for ( QStringList::const_iterator it = d->modules.constBegin(); it != d->modules.constEnd(); ++it )
ModuleList allModules
A list of all modules which are encapsulated.
Definition kcmodulecontainer.h:127
ModuleList changedModules
A list containing KCModuleProxy objects which have changed and must be saved.
Definition kcmodulecontainer.h:122
void addModule(const QString &module)
Adds the specified module to the tab widget.
Definition kcmodulecontainer.cpp:99
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
void setButtons(Buttons btn)
void setAboutData(const KAboutData *about)
KCModule(const KComponentData &componentData, QWidget *parent=0, const QVariantList &args=QVariantList())
void setQuickHelp(const QString &help)
void changed()
friend friend class KCModuleProxy
Buttons buttons() const
KSharedPtr< KService > Ptr
static Ptr serviceByDesktopName(const QString &_name)
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.