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