![]() |
Carousel
|
This handler is used for the JavaScript's print() function. More...
#include <IOutputHandler.h>
Inherited by IScriptConsole, and IScriptUnit.
Public Member Functions | |
IOutputHandler () | |
virtual void | print (const QString &message)=0 |
This handler is used for the JavaScript's print() function.
During configuration QScriptEngine with default types and functions, an IScriptEngineConfigurationDelegate configures the JavaScript's print() function in such way, that each time when print() is invoked from the script, IOutputHandler::print() will be invoked.
|
inline |
Initializes a new instance of the IOutputHandler class.