My Project
|
A list of notifications to be displayed. More...
#include <unity/shell/notifications/ModelInterface.h>
Signals | |
void | confirmationPlaceholderChanged (bool confirmationPlaceholder) |
Properties | |
bool | confirmationPlaceholder |
Whether a placeholder for confirmation should be kept at the beginning. More... | |
A list of notifications to be displayed.
This model exposes all the notifications that are currently supposed to be on screen. Not all of them might actually get on screen due to screen size, in which case the NotificationInterface::displayed() signal will only be emitted after the notification was actually displayed.
|
signal |
Emitted when value of the confirmationPlaceholder property has changed.
confirmationPlaceholder | New value of the confirmationPlaceholder property. |
|
readwrite |
Whether a placeholder for confirmation should be kept at the beginning.
When this is true, the model should hold a Placeholder type notification at the top and update its data when an incoming Confirmation type notification is sent.