KUtils
Go to the documentation of this file.
20 #ifndef KCMODULECONTAINER_H
21 #define KCMODULECONTAINER_H
23 #include <QtCore/QString>
24 #include <QtCore/QStringList>
28 #include <QtCore/QList>
90 void addModule(
const QString& module );
134 void tabSwitched(
int);
142 class KCModuleContainerPrivate;
143 KCModuleContainerPrivate*
const d;
162 #define KCMODULECONTAINER(modules, factoryName) \
163 class KCModuleContainer##factoryName : public KCModuleContainer \
166 KCModuleContainer##factoryName(QWidget *parent, const QVariantList &) \
167 : KCModuleContainer(parent, QLatin1String(modules)) \
171 K_PLUGIN_FACTORY(KCModuleContainer##factoryName##Factory, \
172 registerPlugin<KCModuleContainer#factoryName>(); \
174 K_EXPORT_PLUGIN(KCModuleContainer##factoryName##Factory)
176 #endif // KCMODULECONTAINER_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Sep 23 2014 09:59:42 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.