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

MCompositorNotificationSink Class Reference

#include <mcompositornotificationsink.h>

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

List of all members.

Public Slots

void setTouchScreenLockActive (bool active)

Signals

void notificationAdded (const Notification &notification)

Public Member Functions

 MCompositorNotificationSink ()
virtual ~MCompositorNotificationSink ()
void setApplicationEventsDisabled (bool disabled)

Detailed Description

MCompositorNotificationSink implements the NotificationSink interface for displaying notifications on top of other applications.

Notification is displayed for a certain time after which it is hidden.


Constructor & Destructor Documentation

MCompositorNotificationSink::MCompositorNotificationSink (  ) 

Constructs a new MCompositorNotificationSink.

MCompositorNotificationSink::~MCompositorNotificationSink (  )  [virtual]

Member Function Documentation

void MCompositorNotificationSink::notificationAdded ( const Notification notification  )  [signal]

Transfers a notification to another sink.

Parameters:
notification the notification to be presented
void MCompositorNotificationSink::setApplicationEventsDisabled ( bool  disabled  ) 

Disables or enables the sink for application event notifications, when disabled, they are just transferred.

Parameters:
disabled if true, the sink is disabled, otherwise it's enabled
void MCompositorNotificationSink::setTouchScreenLockActive ( bool  active  )  [slot]

Sets the touch screen lock active state so notifications can be enabled/disabled based on that.

Parameters:
active true if the touch screen lock is active, false otherwise

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