Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
notifications.cpp File Reference
#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)
 
NotificationManagerUIatlas::notifications::handle ()
 
void atlas::notifications::createMessage (QString user_message, QString full_message, const MessageLevel level)
 
bool atlas::notifications::isNotificationsReady ()
 

Variables

static NotificationManagerUIatlas::notifications::internal::notification_manager { nullptr }