Sayonara Player
|
Public Member Functions | |
NotificationInterface () | |
Constructor. More... | |
virtual void | notify (const MetaData &md)=0 |
notify when Metadata has been changed More... | |
virtual void | notify (const QString &title, const QString &message, const QString &imagePath=QString())=0 |
show standard notification More... | |
virtual QString | name () const =0 |
get name of notification interface More... | |
virtual QString | displayName () const |
|
explicit |
Constructor.
name | appearing in GUI_Notifications |
|
pure virtual |
get name of notification interface
Implemented in DBusNotifications, GUI_TrayIcon, and DummyNotificator.
|
pure virtual |
notify when Metadata has been changed
md |
Implemented in DBusNotifications, GUI_TrayIcon, and DummyNotificator.
|
pure virtual |
show standard notification
title | Notification title |
message | Notification message |
image_path | Notification image |
Implemented in GUI_TrayIcon, DummyNotificator, and DBusNotifications.