![]() |
Home · All Namespaces · All Classes |
#include <screenlockextension.h>
Signals | |
void | notifierSinkActive (bool active) |
Signal for relaying notifier sink activity. | |
void | unlocked () |
Signal for relaying unlocking. | |
Public Member Functions | |
ScreenLockExtension () | |
virtual | ~ScreenLockExtension () |
virtual void | reset () |
Methods derived from ScreenLockExtensionInterface. | |
virtual void | setNotificationManagerInterface (NotificationManagerInterface ¬ificationManager) |
virtual QObject * | qObject () |
virtual void | setMode (ScreenLockMode mode) |
virtual bool | initialize (const QString &interface) |
Methods derived from MApplicationExtensionInterface. | |
virtual QGraphicsWidget * | widget () |
NotificationManagerInterface * | notificationManagerInterface () |
Returns the notification manager interface. | |
Static Public Member Functions | |
static ScreenLockExtension * | instance () |
Returns an instance of the screen lock extension. |
ScreenLockExtension::ScreenLockExtension | ( | ) |
ScreenLockExtension::~ScreenLockExtension | ( | ) | [virtual] |
bool ScreenLockExtension::initialize | ( | const QString & | interface | ) | [virtual] |
Methods derived from MApplicationExtensionInterface.
ScreenLockExtension * ScreenLockExtension::instance | ( | ) | [static] |
Returns an instance of the screen lock extension.
NotificationManagerInterface * ScreenLockExtension::notificationManagerInterface | ( | ) |
Returns the notification manager interface.
void ScreenLockExtension::notifierSinkActive | ( | bool | active | ) | [signal] |
Signal for relaying notifier sink activity.
QObject * ScreenLockExtension::qObject | ( | ) | [virtual] |
Returns the QObject that implements the interface.
Implements ScreenLockExtensionInterface.
void ScreenLockExtension::reset | ( | ) | [virtual] |
Methods derived from ScreenLockExtensionInterface.
Implements ScreenLockExtensionInterface.
void ScreenLockExtension::setMode | ( | ScreenLockMode | mode | ) | [virtual] |
Sets the mode of the screen lock.
mode | the screen lock mode |
Implements ScreenLockExtensionInterface.
void ScreenLockExtension::setNotificationManagerInterface | ( | NotificationManagerInterface & | notificationManager | ) | [virtual] |
Sets the notification manager interface to be used in the extension.
notificationManager | the interface to be used in the extension |
Implements ScreenLockExtensionInterface.
void ScreenLockExtension::unlocked | ( | ) | [signal] |
Signal for relaying unlocking.
QGraphicsWidget * ScreenLockExtension::widget | ( | ) | [virtual] |
Copyright © 2011 Nokia Corporation | Generated on Tue Aug 30 2011 16:38:13 Doxygen 1.7.1 |
MeeGo Touch |