QtMobility Reference Documentation

Contents

QML ScreenSaver Element

The ScreenSaver element allows you to temporarily suppress and delay the screensaver from turning on or blanking the screen. More...

Properties

Detailed Description

This element is part of the QtMobility.systeminfo 1.1 module. It is a convience class to make QML usage easier.

Property Documentation

read-onlyscreenSaverDelayed : bool

Returns whether the screensaver has been suppressed, or not.

This documentation was introduced in Qt Mobility Mobility 1.1.


read-onlysetScreenSaverDelayed(bool) : void

Delays the screensaver if on is true, otherwise continues the screensaver.

This documentation was introduced in Qt Mobility Mobility 1.1.


read-onlysetScreenSaverInhibited(bool) : void

Inhibits the screensaver if on is true, otherwise continues the screensaver.

This documentation was introduced in Qt Mobility Mobility 1.1.