cantor/src/lib
cantor_macros.h File Reference
#include <kdemacros.h>
#include <KPluginFactory>
#include <KPluginLoader>
Include dependency graph for cantor_macros.h:
Go to the source code of this file.
Macros | |
#define | CANTOR_VERSION 1 |
#define | K_EXPORT_CANTOR_PLUGIN(libname, classname) |
Macro Definition Documentation
#define CANTOR_VERSION 1 |
Definition at line 28 of file cantor_macros.h.
#define K_EXPORT_CANTOR_PLUGIN | ( | libname, | |
classname | |||
) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \
K_EXPORT_PLUGIN(factory("cantor_" #libname)) \
K_EXPORT_PLUGIN_VERSION(CANTOR_VERSION)
Exports Backend plugin.
Definition at line 33 of file cantor_macros.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 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:16:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.