ScriptingWrapper Class Reference

#include <Scripting.hh>

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

ScriptingWrapper::ScriptingWrapper ( QString  _pluginName  ) 

Standard Constructor.

Parameters:
_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.


The documentation for this class was generated from the following files:

acg pic Project OpenFlipper, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .