Home · All Namespaces · All Classes
Public Member Functions | Protected Member Functions

ScreenLockWindow Class Reference

#include <screenlockwindow.h>

List of all members.

Public Member Functions

 ScreenLockWindow (MApplicationExtensionArea *extensionArea, QWidget *parent=NULL)
virtual ~ScreenLockWindow ()
void setLowPowerMode (bool enable)

Protected Member Functions

virtual void showEvent (QShowEvent *event)
virtual void paintEvent (QPaintEvent *event)
 REIMPLEMENTATION

Detailed Description

Screen lock window is a window for the screen lock.


Constructor & Destructor Documentation

ScreenLockWindow::ScreenLockWindow ( MApplicationExtensionArea *  extensionArea,
QWidget *  parent = NULL 
)

Creates a screen lock window.

Parameters:
extensionArea the application extension area containing the lock screen extension. The window takes ownership of the extension area.
parent the parent widget for the window
ScreenLockWindow::~ScreenLockWindow (  )  [virtual]

Destroys the screen lock window.


Member Function Documentation

void ScreenLockWindow::paintEvent ( QPaintEvent *  event  )  [protected, virtual]

REIMPLEMENTATION

void ScreenLockWindow::setLowPowerMode ( bool  enable  ) 

Sets the low power mode property of the window to enable or isable compositor painting even in low power mode state

Parameters:
enable if true, enables the low power state
void ScreenLockWindow::showEvent ( QShowEvent *  event  )  [protected, virtual]

Sets the _MEEGO_STACKING_LAYER window property to 5. For incoming call feature this needs to be at least higher than call-ui's value (currently 2).


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

Copyright © 2011 Nokia Corporation Generated on Tue Aug 30 2011 16:38:13
Doxygen 1.7.1
MeeGo Touch