Nepomuk
nepomukservice.h File Reference
#include <QtCore/QObject>
#include "nepomuk_export.h"
Include dependency graph for nepomukservice.h:
Go to the source code of this file.
Classes | |
class | Nepomuk::Service |
Namespaces | |
Nepomuk | |
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 Nepomuk::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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.