System Class Reference

Public Slots

void println (String arg)
 
String getenv (String str)
 
void processOneEvent ()
 

Detailed Description

Provided for backward compatibility with QSA scripts - provides println and getenv

You can use it in both Script Editor and scriptModule.

Member Function Documentation

◆ getenv

String System::getenv ( String  str)
slot

retrieve environment variable

◆ println

void System::println ( String  arg)
slot

print string to console

◆ processOneEvent

void System::processOneEvent ( )
slot

for event processing in while loops. It can not be accessible from scriptModule