6#ifndef ATLASGAMEMANAGER_MESSAGENOTIFICATION_HPP
7#define ATLASGAMEMANAGER_MESSAGENOTIFICATION_HPP
41 const
MessageLevel level, QString user_message, QString full_message, QWidget* parent =
nullptr );
MessageLevel
Definition MessageNotification.hpp:21
@ ATLAS_CRITICAL
Definition MessageNotification.hpp:27
@ ATLAS_WARNING
Definition MessageNotification.hpp:25
@ ATLAS_INFO_SELFCLOSE
Definition MessageNotification.hpp:23
@ ATLAS_INFO
Definition MessageNotification.hpp:24
@ ATLAS_ERROR
Definition MessageNotification.hpp:26
@ ATLAS_DEBUG
Definition MessageNotification.hpp:22
Definition MessageNotification.hpp:31
Ui::MessageNotification * ui
Definition MessageNotification.hpp:46
QString m_full_message
Full message that was sent to the log.
Definition MessageNotification.hpp:36
MessageNotification(const MessageLevel level, QString user_message, QString full_message, QWidget *parent=nullptr)
Definition MessageNotification.cpp:16
Notification(QWidget *parent=nullptr)
Definition Notification.cpp:22
Definition AboutAtlas.hpp:9