messageviewer
Include dependency graph for pluginloader.h:

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

Go to the source code of this file.
Classes | |
| class | PluginLoader< T, T_config > | 
Macros | |
| #define | DEFINE_PLUGIN_LOADER(pl, t, mf, p) | 
Macro Definition Documentation
| #define 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 PluginLoader< t, pl##Config > pl; \
A generic plugin loader for when KPart::Plugin is overkill. 
Definition: pluginloader.h:78
Definition at line 120 of file pluginloader.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference