libplasma
dataenginescript.h File Reference
#include <KDE/KGenericFactory>
#include <plasma/plasma_export.h>
#include <plasma/scripting/scriptengine.h>
Include dependency graph for dataenginescript.h:

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

Go to the source code of this file.
Namespaces | |
namespace | Plasma |
Classes | |
class | Plasma::DataEngineScript |
Defines | |
#define | K_EXPORT_PLASMA_DATAENGINESCRIPTENGINE(libname, classname) |
Define Documentation
#define K_EXPORT_PLASMA_DATAENGINESCRIPTENGINE | ( | libname, | |||
classname | ) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \
K_EXPORT_PLUGIN(factory("plasma_dataenginescriptengine_" #libname))
Definition at line 94 of file dataenginescript.h.