Developer Documentation
|
#include <OpenFlipper/Scripting/ScriptingWrapper.hh>
Signals | |
void | scriptInfo (QString _pluginName, QString _functionName) |
complete signal for scripting plugins | |
Public Member Functions | |
ScriptingWrapper (const QString &_pluginName) | |
Standard Constructor. More... | |
~ScriptingWrapper () | |
Destructor. More... | |
Private Slots | |
void | slotScriptInfo (const 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. More... | |
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 70 of file ScriptingWrapper.hh.
|
explicit |
Standard Constructor.
_pluginName | Name of the Plugin which uses this logger (Prepended to all Output) |
Definition at line 64 of file ScriptingWrapper.cc.
ScriptingWrapper::~ScriptingWrapper | ( | ) |
Destructor.
Definition at line 69 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 72 of file ScriptingWrapper.cc.
|
private |
The Scriptng name of the plugin.
Definition at line 99 of file ScriptingWrapper.hh.