|
Sayonara Player
|
#include <GUI_TrayIcon.h>
Signals | |
| void | sigWheelChanged (int delta) |
| void | sigHideClicked () |
| 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 &image_path) override |
| show standard notification More... | |
| QString | name () const override |
| get name of notification interface More... | |
| QString | displayName () const override |
Protected Member Functions | |
| void | languageChanged () |
Small class to be used as tray icon
|
overridevirtual |
Reimplemented from NotificationInterface.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
show standard notification
| title | Notification title |
| message | Notification message |
| image_path | Notification image |
Implements NotificationInterface.
|
signal |
this event is fired, if we have a mouse wheel event
| delta | bigger then 0 when mouse wheel has moved forward smaller when moved backwards |