Home · All Namespaces · All Classes

LockScreen Class Reference

#include <lockscreen.h>

Inheritance diagram for LockScreen:
Inheritance graph
[legend]
Collaboration diagram for LockScreen:
Collaboration graph
[legend]

List of all members.

Signals

void unlocked ()
void dateTimeChanged ()
void resetRequested ()

Public Member Functions

 LockScreen (QGraphicsItem *parent=NULL)
virtual ~LockScreen ()
void reset ()

Detailed Description

Definition at line 28 of file lockscreen.h.


Constructor & Destructor Documentation

LockScreen::LockScreen ( QGraphicsItem *  parent = NULL  ) 

Definition at line 21 of file lockscreen.cpp.

00021                                             : MSceneWindow(parent)
00022 {
00023     connect(this, SIGNAL(displayExited()), this, SLOT(sliderUnlocked()));
00024 }

LockScreen::~LockScreen (  )  [virtual]

Definition at line 26 of file lockscreen.cpp.

00027 {
00028 }


Member Function Documentation

void LockScreen::dateTimeChanged (  )  [signal]
void LockScreen::reset (  ) 

Definition at line 40 of file lockscreen.cpp.

00041 {
00042     emit resetRequested();
00043 }

Here is the call graph for this function:

void LockScreen::resetRequested (  )  [signal]
void LockScreen::unlocked (  )  [signal]

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

Copyright © 2010 Nokia Corporation Generated on Wed Nov 10 16:05:06 2010
Doxygen 1.6.1
MeeGo Touch