![]() |
Sayonara Player
|
Public Member Functions | |
| NotificationInterface (const QString &name) | |
| 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 &image_path=QString())=0 |
| show standard notification More... | |
| QString | get_name () const |
| get name of notification interface More... | |
|
explicit |
Constructor.
| name | appearing in GUI_Notifications |
| QString NotificationInterface::get_name | ( | ) | const |
get name of notification interface
|
pure virtual |
notify when Metadata has been changed
| md |
Implemented in GUI_TrayIcon, DBusNotifications, and DummyNotificator.
|
pure virtual |
show standard notification
| title | Notification title |
| message | Notification message |
| image_path | Notification image |
Implemented in GUI_TrayIcon, DBusNotifications, and DummyNotificator.
1.8.13