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

  • List of all members, including inherited members
  • 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.


    setScreenSaverDelayed(bool) : void

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


    setScreenSaverInhibited(bool) : void

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