scriptmanager.h
99 void done( KScriptClientInterface::Result result, const TQVariant &returned ) {emit scriptDone(result, returned);}
void warning(const TQString &msg)
This function will allow the main application of any warnings that have occurred during the processin...
Definition: scriptmanager.h:81
This class is used for allowing feedback to the main system.
Definition: scriptclientinterface.h:73
void progress(int percent)
This function will allow feedback to any progress bars in the main application as to how far along th...
Definition: scriptmanager.h:93
void output(const TQString &msg)
This function will allow the main application of any normal output that has occurred during the proce...
Definition: scriptmanager.h:86
void done(KScriptClientInterface::Result result, const TQVariant &returned)
This function will allow feedback on completion of the script.
Definition: scriptmanager.h:99
void error(const TQString &msg)
This function will allow the main application of any errors that have occurred during processing of t...
Definition: scriptmanager.h:76