Sayonara Player
Public Member Functions | Private Attributes | List of all members
DBusNotifications Class Reference

Public Member Functions

 DBusNotifications (QObject *parent=0)
 
void notify (const MetaData &md)
 notify when Metadata has been changed More...
 
void notify (const QString &title, const QString &text, const QString &image_path)
 show standard notification More...
 
QString get_name () const
 get name of notification interface More...
 

Private Attributes

Settings_settings =nullptr
 

Member Function Documentation

◆ get_name()

QString NotificationInterface::get_name ( ) const
inherited

get name of notification interface

Returns

◆ notify() [1/2]

void DBusNotifications::notify ( const MetaData md)
virtual

notify when Metadata has been changed

Parameters
md

Implements NotificationInterface.

◆ notify() [2/2]

void DBusNotifications::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 DBusNotifications:
NotificationInterface SayonaraClass