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

NotificationAreaSink Class Reference

#include <notificationareasink.h>

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

List of all members.

Signals

void addNotification (MBanner &notification)
void removeNotification (MBanner &notification)
void bannerClicked ()
void notificationAddedToGroup (MBanner &banner)

Public Member Functions

 NotificationAreaSink ()
virtual ~NotificationAreaSink ()
void updateCurrentNotifications (NotificationManagerInterface &notificationManagerInterface)
 Updates the current notifications from manager.

Detailed Description

A notification sink for the NotificationArea.


Constructor & Destructor Documentation

NotificationAreaSink::NotificationAreaSink (  ) 

Creates a notification sink for the NotificationArea.

NotificationAreaSink::~NotificationAreaSink (  )  [virtual]

Destroys the NotificationAreaSink.


Member Function Documentation

void NotificationAreaSink::addNotification ( MBanner &  notification  )  [signal]

Adds a notification to a notification area.

Parameters:
notification the MBanner to be added
void NotificationAreaSink::bannerClicked (  )  [signal]

Signal that notification was clicked .

void NotificationAreaSink::notificationAddedToGroup ( MBanner &  banner  )  [signal]

Signal notification was added to a group

Parameters:
banner The group banner to which a notification has been added
void NotificationAreaSink::removeNotification ( MBanner &  notification  )  [signal]

Removes a notification from a notification area.

Parameters:
notification the MBanner to be removed
void NotificationAreaSink::updateCurrentNotifications ( NotificationManagerInterface notificationManagerInterface  ) 

Updates the current notifications from manager.


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