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());
Definition: NotificationHandler.h:30
virtual void notify(const MetaData &md) override
notify when Metadata has been changed
QString name() const override
get name of notification interface
virtual void notify(const QString &title, const QString &message, const QString &imagePath) override
show standard notification
Definition: NotificationHandler.h:43
Definition: NotificationInterface.h:31
Definition: EngineUtils.h:33