![]() |
Home · All Namespaces · All Classes |
#include <notificationsource.h>
Public Member Functions | |
NotificationSource (NotificationManagerInterface &manager) | |
NotificationParameters | notificationParameters (const QString &eventType, const QString &summary=QString(), const QString &body=QString(), const QString &action=QString(), const QString &imageURI=QString(), uint count=1, const QString &identifier=QString()) |
Creates NotificationParameters from a set of simple API parameters. | |
Protected Attributes | |
NotificationManagerInterface & | manager |
NotificationManagerInterface object used with this NotificationSource. |
Notification source is an abstract interface for classes that can generate new notifications. Concrete notification sources are responsible for manipulating notifications using the NotificationManagerInterface object provided to them.
NotificationSource::NotificationSource | ( | NotificationManagerInterface & | manager | ) |
Default constructor
manager | The NotificationManagerInterface object that is to be used to control the notifications from this source. |
NotificationParameters NotificationSource::notificationParameters | ( | const QString & | eventType, | |
const QString & | summary = QString() , |
|||
const QString & | body = QString() , |
|||
const QString & | action = QString() , |
|||
const QString & | imageURI = QString() , |
|||
uint | count = 1 , |
|||
const QString & | identifier = QString() | |||
) |
Creates NotificationParameters from a set of simple API parameters.
NotificationManagerInterface& NotificationSource::manager [protected] |
NotificationManagerInterface object used with this NotificationSource.
Copyright © 2011 Nokia Corporation | Generated on Tue Aug 30 2011 16:38:13 Doxygen 1.7.1 |
MeeGo Touch |