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...

This element was introduced in Mobility 1.1.

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

screenSaverDelayed : bool

Returns whether the screensaver has been suppressed, or not.

This property group was introduced in Mobility 1.1.


setScreenSaverDelayed(bool) : void

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

This property group was introduced in Mobility 1.1.


setScreenSaverInhibited(bool) : void

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

This property group was introduced in Mobility 1.1.