1#ifndef H_EXTENSIONS_CUTEHMI_2_INCLUDE_CUTEHMI_NOTIFICATION_HPP 
    2#define H_EXTENSIONS_CUTEHMI_2_INCLUDE_CUTEHMI_NOTIFICATION_HPP 
    4#include "internal/platform.hpp" 
    5#include "ErrorInfo.hpp" 
   34        Q_PROPERTY(
Type type READ type WRITE setType NOTIFY typeChanged)
 
   39        Q_PROPERTY(
QString text READ text WRITE setText NOTIFY textChanged)
 
   71        static void Info(
const QString & text);
 
   77        static void Warning(
const QString & text);
 
   83        static void Critical(
const QString & text);
 
  102        void setType(Type type);
 
  114        void setText(
const QString & text);
 
Notification.
Definition: Notification.hpp:26
void textChanged()
Text changed signal.
void typeChanged()
Type changed signal.
Type
Definition: Notification.hpp:41
Definition: constants.hpp:6
ErrorInfo errorInfo(ERR err)
Get error info.
Definition: ErrorInfo.hpp:38
Error info.
Definition: ErrorInfo.hpp:20