KDECore
#include <QtCore/QObject>#include <QtCore/QString>#include <kdecore_export.h>#include <kconfigbase.h>#include <kdebug.h>#include <kgenericfactory.h>#include <klocale.h>#include <kpluginfactory.h>#include <kpluginloader.h>#include <ksharedptr.h>Go to the source code of this file.
Classes | |
| class | KConfigBackend |
Macros | |
| #define | K_EXPORT_KCONFIGBACKEND(libname, classname) |
Macro Definition Documentation
◆ K_EXPORT_KCONFIGBACKEND
| #define K_EXPORT_KCONFIGBACKEND | ( | libname, | |
| classname ) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \
K_EXPORT_PLUGIN(factory("kconfigbackend_" #libname))
Register a KConfig backend when it is contained in a loadable module.
Definition at line 218 of file kconfigbackend.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.