libkdepim
pluginloader.h File Reference
#include "pluginloaderbase.h"
#include <KLibrary>
Include dependency graph for pluginloader.h:

Go to the source code of this file.
Namespaces | |
| namespace | KPIM |
Classes | |
| class | KPIM::PluginLoader< T, T_config > |
| A generic plugin loader for when KPart::Plugin is overkill. More... | |
Defines | |
| #define | KPIM_DEFINE_PLUGIN_LOADER(pl, t, mf, p) |
Define Documentation
| #define KPIM_DEFINE_PLUGIN_LOADER | ( | pl, | |||
| t, | |||||
| mf, | |||||
| p | ) |
Value:
namespace { /* don't pollute namespaces */ \ struct KDE_EXPORT pl##Config { \ static const char * const mainfunc; \ static const char * const path; \ }; \ const char * const pl##Config::mainfunc = mf; \ const char * const pl##Config::path = p; \ } \ typedef KPIM::PluginLoader< t, pl##Config > pl; \
Definition at line 124 of file pluginloader.h.
KDE 4.2 API Reference