Script
Public Slots | Private Attributes | List of all members
System Class Reference

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

#include <systeminterface.h>

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

Public Slots

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

Private Attributes

SCR_SystemInterface * _system
 

Detailed Description

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

Member Function Documentation

QString System::getenv ( QString  str)
slot

retrieve environment variable

void System::println ( QString  arg)
slot

print string to console

void System::processOneEvent ( )
slot

for event processing in while loops

Member Data Documentation

SCR_SystemInterface* System::_system
private

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