Sayonara Player
|
Signals | |
void | sigWheelChanged (int delta) |
void | sigCloseClicked () |
void | sigShowClicked () |
Public Member Functions | |
GUI_TrayIcon (PlayManager *playManager, QObject *parent=nullptr) | |
bool | event (QEvent *e) override |
void | setForwardEnabled (bool b) |
void | notify (const MetaData &md) override |
notify when Metadata has been changed More... | |
void | notify (const QString &title, const QString &message, const QString &imagePath) override |
show standard notification More... | |
QString | name () const override |
get name of notification interface More... | |
QString | displayName () const override |
|
overridevirtual |
Reimplemented from NotificationInterface.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
show standard notification
title | Notification title |
message | Notification message |
image_path | Notification image |
Implements NotificationInterface.