KDECore
klibloader.h File Reference
#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"
Include dependency graph for klibloader.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KLibLoader |
The KLibLoader allows you to load libraries dynamically at runtime. More... | |
Defines | |
#define | K_EXPORT_COMPONENT_FACTORY(libname, factory) extern "C" { KDE_EXPORT KPluginFactory *init_##libname() { return new factory; } } |
Define Documentation
#define K_EXPORT_COMPONENT_FACTORY | ( | libname, | |||
factory | ) | extern "C" { KDE_EXPORT KPluginFactory *init_##libname() { return new factory; } } |
Definition at line 33 of file klibloader.h.