![]() |
Home · All Namespaces · All Classes |
A proxy class for serializing Notification as MNotification. More...
#include <mnotificationproxy.h>
Public Member Functions | |
MNotificationProxy () | |
MNotificationProxy (const Notification ¬ification) | |
Public Attributes | |
uint | notificationId |
The id of the notification presented. | |
uint | groupId |
The id of the group the notification belongs to. | |
QString | eventType |
The event type of this notification. | |
QString | summary |
The notification summary (short text). | |
QString | body |
The notification body. | |
QString | imageId |
The notification image. | |
QString | action |
The notification action. | |
uint | count |
The item count. |
A proxy class for serializing Notification as MNotification.
MNotificationProxy is a simple data class that serializes to DBus argument the same way as MNotification and is used to return Notification data to libmeegotouch notifications subsystem. MNotificationProxy objects are initialized from Notificattion and will contain a copy of the notification data relevant to the MNotification class referring to the same notification object.
MNotificationProxy::MNotificationProxy | ( | ) |
Empty constructor. Initializes the values to defaults.
MNotificationProxy::MNotificationProxy | ( | const Notification & | notification | ) |
Constructor.
notification | A Notification object to initialize the data from |
QString MNotificationProxy::action |
The notification action.
QString MNotificationProxy::body |
The notification body.
The item count.
QString MNotificationProxy::eventType |
The event type of this notification.
The id of the group the notification belongs to.
QString MNotificationProxy::imageId |
The notification image.
The id of the notification presented.
QString MNotificationProxy::summary |
The notification summary (short text).
Copyright © 2011 Nokia Corporation | Generated on Tue Aug 30 2011 16:38:13 Doxygen 1.7.1 |
MeeGo Touch |