![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <QJsonArray>#include <QString>#include "core/logging/formatters.hpp"#include "ui/notifications/DevNotification.hpp"#include "ui/notifications/MessageNotification.hpp"#include "ui/notifications/NotificationManagerUI.hpp"#include "ui/notifications/NotificationSignalers.hpp"#include "ui/notifications/ProgressNotification.hpp"Go to the source code of this file.
Namespaces | |
| namespace | atlas |
| namespace | atlas::notifications |
Macros | |
| #define | ATLASGAMEMANAGER_NOTIFICATIONS_HPP |
Functions | |
| void | atlas::notifications::initNotifications (QWidget *parent) |
| NotificationManagerUI & | atlas::notifications::handle () |
| void | atlas::notifications::createMessage (QString user_message, QString full_message, const MessageLevel level) |
| void | atlas::notifications::createMessage (const format_ns::string_view user_message, const std::string_view full_message, const MessageLevel level=MessageLevel::ATLAS_INFO) |
| void | atlas::notifications::createUserMessage (const QString str) |
| bool | atlas::notifications::isNotificationsReady () |
| #define ATLASGAMEMANAGER_NOTIFICATIONS_HPP |