#include <notificationarea.h>
List of all members.
Detailed Description
The NotificationArea is a widget that shows notifications.
Constructor & Destructor Documentation
NotificationArea::NotificationArea |
( |
QGraphicsItem * |
parent = NULL , |
|
|
bool |
notificationsClickable = true | |
|
) |
| | |
NotificationArea::~NotificationArea |
( |
|
) |
[virtual] |
Member Function Documentation
void NotificationArea::bannerClicked |
( |
|
) |
[signal] |
A signal that is emitted whenever an event banner on the notification area is clicked.
void NotificationArea::notificationGroupClearingRequested |
( |
uint |
groupId |
) |
[signal] |
Requests removal of notifications in a group.
- Parameters:
-
| groupId | Id of the group to be cleared. |
void NotificationArea::notificationRemovalRequested |
( |
uint |
notificationId |
) |
[signal] |
Requests removal of a notification from the notification system.
- Parameters:
-
| notificationId | Id of the notification to be removed from the system. |
void NotificationArea::setHonorPrivacySetting |
( |
bool |
honor |
) |
|
Controls whether the notification banners on this area should only show a generic text instead of the full notification text if the /desktop/meego/privacy/private_lockscreen_notifications GConf key is set to true. If the GConf key is not honored the private mode is never used.
- Parameters:
-
| honor | if true , privacy setting is honored. If false , the privacy setting is ignored. |
Sets the notification manager to be used by this area.
- Parameters:
-
| notificationManagerInterface | the notification manager interface to be used by this area |
The documentation for this class was generated from the following files:
- /home/bifh1/cs2009q3-i386/work/system-ui-1.0.23/src/systemui/statusindicatormenu/notificationarea.h
- /home/bifh1/cs2009q3-i386/work/system-ui-1.0.23/src/systemui/statusindicatormenu/notificationarea.cpp