Plasma
runnerscript.h File Reference
#include <kgenericfactory.h>
#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.
Classes | |
class | Plasma::RunnerScript |
Provides a restricted interface for scripting a runner. More... | |
Namespaces | |
namespace | Plasma |
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 96 of file runnerscript.h.