KDECore
klibloader.h File Reference
#include <qobject.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qasciidict.h>
#include <qptrlist.h>
#include <kglobal.h>
#include <stdlib.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 | KLibFactory |
If you develop a library that is to be loaded dynamically at runtime, then you should return a pointer to your factory. More... | |
class | KLibLoader |
The KLibLoader allows you to load libraries dynamically at runtime. More... | |
class | KLibrary |
Represents a dynamically loaded library. More... | |
Defines | |
#define | K_EXPORT_COMPONENT_FACTORY(libname, factory) extern "C" { KDE_EXPORT void *init_##libname() { return new factory; } } |
Define Documentation
#define K_EXPORT_COMPONENT_FACTORY | ( | libname, | |||
factory | ) | extern "C" { KDE_EXPORT void *init_##libname() { return new factory; } } |
Definition at line 38 of file klibloader.h.