#include <unlocknotificationsink.h>
List of all members.
Constructor & Destructor Documentation
UnlockNotificationSink::UnlockNotificationSink |
( |
QObject * |
parent = NULL |
) |
|
Member Function Documentation
void UnlockNotificationSink::addNotification |
( |
const Notification & |
notification |
) |
[protected, virtual, slot] |
Adds a notification to be presented.
- Parameters:
-
| notification | the data of the notification |
Implements NotificationSink.
bool UnlockNotificationSink::canAddNotification |
( |
const Notification & |
notification |
) |
[protected] |
- Returns:
- true for the notification that are going to be shown in the lockscreen.
Reimplemented from NotificationSink.
void UnlockNotificationSink::removeNotification |
( |
uint |
notificationId |
) |
[protected, virtual, slot] |
Removes a notification.
- Parameters:
-
| notificationId | the ID of the notification to be removed |
Implements NotificationSink.
The documentation for this class was generated from the following files: