Home · All Namespaces · All Classes
Public Member Functions | Public Attributes

MNotificationWithIdentifierProxy Class Reference

A proxy class for serializing Notification with identifer key as MNotification. More...

#include <mnotificationproxy.h>

Inheritance diagram for MNotificationWithIdentifierProxy:
Inheritance graph
[legend]
Collaboration diagram for MNotificationWithIdentifierProxy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MNotificationWithIdentifierProxy ()
 MNotificationWithIdentifierProxy (const Notification &notification)

Public Attributes

QString identifier
 Notification identifier.

Detailed Description

A proxy class for serializing Notification with identifer key as MNotification.

MNotificationWithIdentifierProxy 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. MNotificationWithIdentifierProxy objects are initialized from Notificattion and will contain a copy of the notification data along with identifier key relevant to the MNotification class referring to the same notification object.

Definition at line 82 of file mnotificationproxy.h.


Constructor & Destructor Documentation

MNotificationWithIdentifierProxy::MNotificationWithIdentifierProxy (  ) 

Empty constructor. Initializes the values to defaults.

Definition at line 100 of file mnotificationproxy.cpp.

{
}

MNotificationWithIdentifierProxy::MNotificationWithIdentifierProxy ( const Notification notification  ) 

Constructor.

Parameters:
notification A Notification object to initialize the data from

Definition at line 104 of file mnotificationproxy.cpp.

Here is the call graph for this function:


Member Data Documentation

Notification identifier.

Definition at line 97 of file mnotificationproxy.h.


The documentation for this class was generated from the following files:

Copyright © 2010 Nokia Corporation Generated on Thu Nov 4 2010 18:19:35
Doxygen 1.7.1
MeeGo Touch