![]() |
Home · All Namespaces · All Classes |
#include <lockscreenwithoutpadlockview.h>


Public Member Functions | |
| LockScreenWithoutPadlockView (MSceneWindow *controller) | |
| Constructs a new LockScreenWithoutPadlockView. | |
| ~LockScreenWithoutPadlockView () | |
| Destroys the LockScreenWithoutPadlockView. | |
Definition at line 26 of file lockscreenwithoutpadlockview.h.
| LockScreenWithoutPadlockView::LockScreenWithoutPadlockView | ( | MSceneWindow * | controller | ) |
Constructs a new LockScreenWithoutPadlockView.
| 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 }

| LockScreenWithoutPadlockView::~LockScreenWithoutPadlockView | ( | ) |
Destroys the LockScreenWithoutPadlockView.
Definition at line 35 of file lockscreenwithoutpadlockview.cpp.
| Copyright © 2010 Nokia Corporation | Generated on Wed Nov 10 16:05:07 2010 Doxygen 1.6.1 |
MeeGo Touch |