![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include "notifications.hpp"#include <QPromise>#include "core/exceptions.hpp"#include "core/logging/logging.hpp"#include "core/utils/mainThread/mainThread.hpp"Namespaces | |
| namespace | atlas |
| namespace | atlas::notifications |
| namespace | atlas::notifications::internal |
Functions | |
| void | atlas::notifications::initNotifications (QWidget *parent) |
| NotificationManagerUI & | atlas::notifications::handle () |
| void | atlas::notifications::createMessage (QString user_message, QString full_message, const MessageLevel level) |
| bool | atlas::notifications::isNotificationsReady () |
Variables | |
| static NotificationManagerUI * | atlas::notifications::internal::notification_manager { nullptr } |