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

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.

                                            : MSceneWindow(parent)
{
    connect(this, SIGNAL(displayExited()), this, SLOT(sliderUnlocked()));
}

LockScreen::~LockScreen (  )  [virtual]

Definition at line 26 of file lockscreen.cpp.

{
}


Member Function Documentation

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

Definition at line 40 of file lockscreen.cpp.

{
    emit resetRequested();
}

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 Thu Nov 4 2010 18:19:35
Doxygen 1.7.1
MeeGo Touch