#include <Scripting.hh>
Signals | |
| void | scriptInfo (QString _pluginName, QString _functionName) |
| complete signalfor scripting plugins | |
Public Member Functions | |
| ScriptingWrapper (QString _pluginName) | |
| Standard Constructor. | |
| ~ScriptingWrapper () | |
| Destructor. | |
Private Slots | |
| void | slotScriptInfo (QString _functionName) |
| prepend pluginname and emit extended signal | |
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 71 of file Scripting.hh.
| ScriptingWrapper::ScriptingWrapper | ( | QString | _pluginName | ) |
Standard Constructor.
| _pluginName | Name of the Plugin which uses this logger (Prepended to all Output) | |
| _type | Default log type ( used for streaming operations ) |
Definition at line 64 of file ScriptingWrapper.cc.