Sayonara Player
Signals | Public Member Functions | List of all members
GUI_TrayIcon Class Reference
Inheritance diagram for GUI_TrayIcon:
NotificationInterface

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
 

Member Function Documentation

◆ displayName()

QString GUI_TrayIcon::displayName ( ) const
overridevirtual

Reimplemented from NotificationInterface.

◆ name()

QString GUI_TrayIcon::name ( ) const
overridevirtual

get name of notification interface

Returns

Implements NotificationInterface.

◆ notify() [1/2]

void GUI_TrayIcon::notify ( const MetaData md)
overridevirtual

notify when Metadata has been changed

Parameters
md

Implements NotificationInterface.

◆ notify() [2/2]

void GUI_TrayIcon::notify ( const QString &  title,
const QString &  message,
const QString &  imagePath 
)
overridevirtual

show standard notification

Parameters
titleNotification title
messageNotification message
image_pathNotification image

Implements NotificationInterface.