scriptinterface.h
This class is used for allowing feedback to the main system.
Definition: scriptclientinterface.h:74
virtual void setScript(const TQString &scriptLibFile, const TQString &method)=0
Sets the path to the script library that we are going to embed.
virtual void run(TQObject *context=0, const TQVariant &arg=0)=0
Run the actual script code This can both take a context object that will be shared between the main a...
KScriptClientInterface * ScriptClientInterface
This is the method for sending feedback to applications.
Definition: scriptinterface.h:85
virtual void setScript(const TQString &scriptFile)=0
Sets the path to the script library that we are going to embed.