77 void scriptInfo( QString _pluginName , QString _functionName );
void slotScriptInfo(const QString &_functionName)
This function prepends the plugin name and emits the extended signal to the core.
~ScriptingWrapper()
Destructor.
void scriptInfo(QString _pluginName, QString _functionName)
complete signal for scripting plugins
ScriptingWrapper(const QString &_pluginName)
Standard Constructor.
QString pluginName_
The Scriptng name of the plugin.