Developer Documentation
|
#include <OpenFlipper/Scripting/Scripting.hh>
Signals | |
void | scriptInfo (QString _pluginName, QString _functionName) |
complete signal for scripting plugins | |
Public Member Functions | |
ScriptingWrapper (QString _pluginName) | |
Standard Constructor. More... | |
~ScriptingWrapper () | |
Destructor. | |
Private Slots | |
void | slotScriptInfo (QString _functionName) |
This function prepends the plugin name and emits the extended signal to the core. More... | |
Private Attributes | |
QString | pluginName_ |
The Scriptng name of the plugin. | |
A wrapper class, getting events from an plugin, prepending plugin name to the scripting and passing it to the core. This class is generated for every plugin of the core.
Definition at line 77 of file Scripting.hh.
ScriptingWrapper::ScriptingWrapper | ( | QString | _pluginName | ) |
Standard Constructor.
_pluginName | Name of the Plugin which uses this logger (Prepended to all Output) |
Definition at line 70 of file ScriptingWrapper.cc.
|
privateslot |
This function prepends the plugin name and emits the extended signal to the core.
_functionName | Name of the function |
Definition at line 78 of file ScriptingWrapper.cc.