Nepomuk-Core
nepomukservice.h File Reference
Include dependency graph for nepomukservice.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Nepomuk2::Service |
Namespaces | |
Nepomuk2 | |
Soprano | |
Macros | |
#define | NEPOMUK_EXPORT_SERVICE(classname, libname) |
Macro Definition Documentation
#define NEPOMUK_EXPORT_SERVICE | ( | classname, | |
libname | |||
) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \
K_EXPORT_PLUGIN(factory(#libname))
Export a Nepomuk service.
- Parameters
-
classname The name of the Nepomuk2::Service subclass to export. libname The name of the library which should export the service.
Definition at line 141 of file nepomukservice.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 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:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.