scriptmanager.h
99 void done( KScriptClientInterface::Result result, const TQVariant &returned ) {emit scriptDone(result, returned);}
This class is used for allowing feedback to the main system.
Definition: scriptclientinterface.h:74
void scriptDone(KScriptClientInterface::Result result, const TQVariant &returned)
Send out a signal of the exit status of the script.
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
void scriptError(const TQString &msg)
Send out a signal of the error message from the current running script.
void scriptOutput(const TQString &msg)
Send out a signal of the output message from the current running script.
void scriptWarning(const TQString &msg)
Send out a signal of the warning message from the current running script.
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 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
void done(KScriptClientInterface::Result result, const TQVariant &returned)
This function will allow feedback on completion of the script.
Definition: scriptmanager.h:99
void scriptProgress(int percent)
Send out a signal of the progress of the current running script.
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