const TUint32 | KScreenSaverPreviewMode |
Screen saver preview mode. This integer value triggers screen saver preview mode. Value is normally 0 but when set to 1 screen saver application goes to preview mode (ie. turns screensaver on for 10 seconds and then terminates it). If screensaver is already on when value is set to 1 then nothing happens.
Possible values: 0: default value 1: triggers screensaver preview mode
const TUint32 | KScreenSaverAllowScreenSaver |
Indication of allowing screen saver to be activated.
Possible values: 0: screen saver is allowed to be activated. >0: screen saver is not allowed to be activated.
const TUint32 | KScreenSaverOn |
Indication of whether screen saver is on (active) or not.
Possible values: 0: screen saver is not active. >0: screen saver is displaying.
const TUint32 | KScreenSaverPreviewState |
Indication of the state of screensaver preview
const TUint32 | KScreenSaverActivatedFromIdle |
Indicates whether Idle was in front when screensaver was started. Keyguard uses this indication to decide if it can be automatically activated.
Possible values: 0: Screensaver not active, or not started from Idle 1: Screensaver was started from Idle
const TUint32 | KScreenSaverPluginSettingsChanged |
Indicates that currently selected screensaver plugin settings (that can not be otherwise watched through CR & P&S notifications) are being changed. Written by Themes, listened to by plugins interested in knowing whether their settings have changed "on the fly". The plugin does not write the value, as not all plugins will even listen to this key.
Possible values: 0: Configured plugin is not the currently selected one, or settings were left unchanged 1: Current plugin is being configured. This lets the configuration dialog know the active plugin settings are being changed in Themes, so it can notify the plugin loaded in Screensaver context that its settings have changed through this key. 2: Current plugin was configured, and its settings were changed. The plugin running in Screensaver process should notice this, and reload its settings. After this the plugin should write the value back to 0.
const TUint32 | KScreenSaverNoPowerSaveMode |
Indicates that Screensaver should not attempt to use display power save mode
Possible values: 0: Power save mode is used normally 1: Power save mode is not used
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.