Script
Public Slots | List of all members
System Class Reference

#include <systeminterface.h>

Inheritance diagram for System:
Inheritance graph
[legend]
Collaboration diagram for System:
Collaboration graph
[legend]

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

String System::getenv ( String  str)
slot

retrieve environment variable

void System::println ( String  arg)
slot

print string to console

void System::processOneEvent ( )
slot

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


The documentation for this class was generated from the following file: