class ScriptLoader

This is the method for sending feedback to applications. More...

Definition#include <scriptloader.h>
InheritsQObject (qt) [virtual public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Signals


Detailed Description

This is the method for sending feedback to applications. example of how this works:


		ScriptClientInterface->error( message_to_send_back_to_the_main_application );

Will send the error message back to the main application.

void  errors (QString messages)

errors

[virtual signal]

void  output (QString messages)

output

[virtual signal]

void  done (int errorCode)

done

[virtual signal]


Generated by: caleb on tcdevel on Tue Jan 28 12:54:37 2003, using kdoc $.