Home · All Namespaces · All Classes
Public Member Functions

DBusInterfaceNotificationSink Class Reference

#include <dbusinterfacenotificationsink.h>

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

List of all members.

Public Member Functions

 DBusInterfaceNotificationSink (NotificationManagerInterface *notificationManager)
virtual ~DBusInterfaceNotificationSink ()
void registerSink (const QString &service, const QString &path)
void unregisterSink (const QString &service, const QString &path)

Detailed Description

A notification sink that handles communication with external sinks.


Constructor & Destructor Documentation

DBusInterfaceNotificationSink::DBusInterfaceNotificationSink ( NotificationManagerInterface notificationManager  ) 

Creates a notification sink that handles communication with external sinks.

Parameters:
notificationManager manager that keeps track of current notificationstatus
DBusInterfaceNotificationSink::~DBusInterfaceNotificationSink (  )  [virtual]

Member Function Documentation

void DBusInterfaceNotificationSink::registerSink ( const QString &  service,
const QString &  path 
)

Registers an external sink at the given path.

Parameters:
service D-Bus service name for the sink
path D-Bus path name for the sink
void DBusInterfaceNotificationSink::unregisterSink ( const QString &  service,
const QString &  path 
)

Unregisters an external sink at the given path.

Parameters:
service D-Bus service name for the sink
path D-Bus path name for the sink

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

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