Sayonara Player
Public Member Functions | List of all members
DummyNotificator Class Reference

Public Member Functions

 DummyNotificator (const QString &name)
 
virtual void notify (const MetaData &md)
 notify when Metadata has been changed More...
 
virtual void notify (const QString &title, const QString &message, const QString &image_path)
 show standard notification More...
 
QString get_name () const
 get name of notification interface More...
 

Member Function Documentation

◆ get_name()

QString NotificationInterface::get_name ( ) const
inherited

get name of notification interface

Returns

◆ notify() [1/2]

virtual void DummyNotificator::notify ( const MetaData md)
virtual

notify when Metadata has been changed

Parameters
md

Implements NotificationInterface.

◆ notify() [2/2]

virtual void DummyNotificator::notify ( const QString &  title,
const QString &  message,
const QString &  image_path 
)
virtual

show standard notification

Parameters
titleNotification title
messageNotification message
image_pathNotification image

Implements NotificationInterface.

Inheritance diagram for DummyNotificator:
NotificationInterface