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
void append(const T &value)
KGuiItem remove()
bool isEmpty() const
void setObjectName(const QString &name)
iterator end()
QString & replace(int position, int n, QChar after)
QByteArray toLatin1() const
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)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
iterator begin()
QStringList list(const QString &fileClass)
void changed()
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.