libplasma
runnerscript.h File Reference
#include <KDE/KGenericFactory>
#include <plasma/plasma_export.h>
#include <plasma/scripting/scriptengine.h>
Include dependency graph for runnerscript.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::RunnerScript |
Defines | |
#define | K_EXPORT_PLASMA_RUNNERSCRIPTENGINE(libname, classname) |
Define Documentation
#define K_EXPORT_PLASMA_RUNNERSCRIPTENGINE | ( | libname, | |||
classname | ) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \
K_EXPORT_PLUGIN(factory("plasma_runnerscriptengine_" #libname))
Definition at line 91 of file runnerscript.h.