1#ifndef H_EXTENSIONS_CUTEHMI_2_INCLUDE_CUTEHMI_NOTIFIER_HPP 
    2#define H_EXTENSIONS_CUTEHMI_2_INCLUDE_CUTEHMI_NOTIFIER_HPP 
    4#include "internal/common.hpp" 
    5#include "NotificationListModel.hpp" 
    6#include "Singleton.hpp" 
   25#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)) 
   27        QML_UNCREATABLE(
"Notifier is a singleton")
 
   37        Q_PROPERTY(
int maxNotifications READ maxNotifications WRITE setMaxNotifications NOTIFY maxNotificationsChanged)
 
   51        int maxNotifications() 
const;
 
   53        void setMaxNotifications(
int maxNotifications);
 
Notification.
Definition: Notification.hpp:26
Notification list model.
Definition: NotificationListModel.hpp:16
Notifier.
Definition: Notifier.hpp:22
void maxNotificationsChanged()
Singleton template.
Definition: Singleton.hpp:32
Definition: constants.hpp:6