KDECore
#include <kglobal.h>#include <QtCore/QObject>#include <QtCore/QStringList>#include <QtCore/QHash>#include <QtCore/QLibrary>#include <QtCore/QtPlugin>#include "kpluginfactory.h"#include "kpluginloader.h"#include "klibrary.h"Go to the source code of this file.
Classes | |
| class | KLibLoader |
Macros | |
| #define | K_EXPORT_COMPONENT_FACTORY(libname, factory) extern "C" { KDE_EXPORT KPluginFactory *init_##libname() { return new factory; } } |
Macro Definition Documentation
◆ K_EXPORT_COMPONENT_FACTORY
| #define K_EXPORT_COMPONENT_FACTORY | ( | libname, | |
| factory ) extern "C" { KDE_EXPORT KPluginFactory *init_##libname() { return new factory; } } |
Definition at line 35 of file klibloader.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.