6#ifndef ATLASGAMEMANAGER_NOTIFICATIONS_HPP
7#define ATLASGAMEMANAGER_NOTIFICATIONS_HPP
33 const format_ns::string_view user_message,
34 const std::string_view full_message,
38 QString::fromLocal8Bit( user_message.data(),
static_cast< qsizetype
>( user_message.size() ) ),
39 QString::fromLocal8Bit( full_message.data(),
static_cast< qsizetype
>( full_message.size() ) ),
MessageLevel
Definition MessageNotification.hpp:21
@ ATLAS_INFO
Definition MessageNotification.hpp:24
Definition NotificationManagerUI.hpp:25
Definition notifications.cpp:14
NotificationManagerUI & handle()
Definition notifications.cpp:29
void createMessage(QString user_message, QString full_message, const MessageLevel level)
Definition notifications.cpp:36
bool isNotificationsReady()
Definition notifications.cpp:81
void createUserMessage(const QString str)
Definition notifications.hpp:43
void initNotifications(QWidget *parent)
Definition notifications.cpp:20