Script TheSky  Version 1.32
Public Slots | List of all members
RunJavaScriptOutput Class Reference

The RunJavaScriptOutput object. More...

Inheritance diagram for RunJavaScriptOutput:

Public Slots

void writeLine (QString qsOut)
 Writes a string to the 'Script Output' textbox of the 'Run Java Script' window.
 
void clear ()
 Clears the contents of the 'Script Output' textbox of the 'Run Java Script' window.
 

Detailed Description

The RunJavaScriptOutput object.

The RunJavaScriptOutput object allows scripts to output text to the 'Script Output' textbox of the 'Run Java Script' window. This is a helpful tool in creating scripts that show status and results as well as an aid in debugging scripts.

The TextFileExample.js sample script demontrates use of this object.

See also
TextFile for a means for scripts to read and write textual information.

This object was added in TheSky build 10055 (see Application::build).

ScriptTheSkyX Examples
(C) Software Bisque, Inc. All rights reserved.