Home · All Namespaces · All Classes

LockScreenWithoutPadlockView Class Reference

#include <lockscreenwithoutpadlockview.h>

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

List of all members.

Public Member Functions

 LockScreenWithoutPadlockView (MSceneWindow *controller)
 Constructs a new LockScreenWithoutPadlockView.
 ~LockScreenWithoutPadlockView ()
 Destroys the LockScreenWithoutPadlockView.

Detailed Description

Definition at line 26 of file lockscreenwithoutpadlockview.h.


Constructor & Destructor Documentation

LockScreenWithoutPadlockView::LockScreenWithoutPadlockView ( MSceneWindow controller  ) 

Constructs a new LockScreenWithoutPadlockView.

Parameters:
controller the controller this is a view for

Definition at line 25 of file lockscreenwithoutpadlockview.cpp.

00025                                                                                    :
00026     LockScreenView(controller)
00027 {
00028     notificationArea = new NotificationArea(controller, false);
00029     notificationArea->setObjectName("LockScreenNotificationArea");
00030     notificationArea->setHonorPrivacySetting(true);
00031     layout->addStretch();
00032     layout->addItem(notificationArea);
00033 }

Here is the call graph for this function:

LockScreenWithoutPadlockView::~LockScreenWithoutPadlockView (  ) 

Destroys the LockScreenWithoutPadlockView.

Definition at line 35 of file lockscreenwithoutpadlockview.cpp.

00036 {
00037     delete notificationArea;
00038 }


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

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