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

MNotificationGroupWithIdentifierProxy Class Reference

A proxy class for serializing NotificationGroup as MNotificationGroup. More...

#include <mnotificationproxy.h>

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

List of all members.

Public Member Functions

 MNotificationGroupWithIdentifierProxy ()
 MNotificationGroupWithIdentifierProxy (const NotificationGroup &group)

Public Attributes

QString groupIdentifier
 Notification group identifier.

Detailed Description

A proxy class for serializing NotificationGroup as MNotificationGroup.

MNotificationGroupWithIdentifierProxy is a simple data class that serializes to DBus argument the same way as MNotificationGroup and is used to return NotificationGroup data to libmeegotouch notifications subsystem. MNotificationProxy objects are initialized from NotificattionGroup and will contain a copy of the notification group data with identifier key relevant to the MNotificationGroup class referring to the same notification group object.


Constructor & Destructor Documentation

MNotificationGroupWithIdentifierProxy::MNotificationGroupWithIdentifierProxy (  ) 

Empty constructor. Initializes the values to defaults.

MNotificationGroupWithIdentifierProxy::MNotificationGroupWithIdentifierProxy ( const NotificationGroup group  ) 

Constructor.

Parameters:
notification A NotificationGroup object to initialize the data from

Member Data Documentation

Notification group identifier.


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

Copyright © 2011 Nokia Corporation Generated on Tue Aug 30 2011 16:38:13
Doxygen 1.7.1
MeeGo Touch