 |
Sayonara Player
|
20 #ifndef NOTIFICATIONHANDLER_H
21 #define NOTIFICATIONHANDLER_H
23 #include "NotificationInterface.h"
24 #include "Utils/Singleton.h"
25 #include "Utils/Pimpl.h"
36 virtual void notify(
const QString& title,
const QString& message,
const QString& imagePath)
override;
38 QString
name()
const override;
50 void sigNotificationsChanged();
57 void notificatorChanged(
const QString& name);
59 int currentIndex()
const;
63 virtual void notify(
const MetaData& md);
64 virtual void notify(
const QString& title,
const QString& message,
const QString& imagePath=QString());
67 #endif // NOTIFICATIONHANDLER_H
virtual void notify(const MetaData &md) override
notify when Metadata has been changed
Definition: NotificationHandler.h:43
Definition: NotificationInterface.h:31
Definition: EngineUtils.h:33
virtual void notify(const QString &title, const QString &message, const QString &imagePath) override
show standard notification
Definition: NotificationHandler.h:30
QString name() const override
get name of notification interface