Scripting Interface |
Public Slots | |
void | println (String arg) |
String | getenv (String str) |
void | processOneEvent () |
Provided for backward compatibility with QSA scripts - provides println and getenv
You can use it in both Script Editor and scriptModule.
|
slot |
retrieve environment variable
|
slot |
print string to console
|
slot |
for event processing in while loops. It can not be accessible from scriptModule