6#ifndef ATLASGAMEMANAGER_NOTIFICATIONMANAGERUI_HPP
7#define ATLASGAMEMANAGER_NOTIFICATIONMANAGERUI_HPP
40 void moveEvent( QMoveEvent* event )
override;
47 Ui::NotificationManagerUI*
ui;
Definition NotificationManagerUI.hpp:25
void deleteNotification(Notification *ptr)
Definition NotificationManagerUI.cpp:118
void setHeight()
Definition NotificationManagerUI.cpp:69
std::uint64_t active_notifications
Definition NotificationManagerUI.hpp:29
std::vector< Notification * > notifications() const
Definition NotificationManagerUI.cpp:34
~NotificationManagerUI() override
Definition NotificationManagerUI.cpp:29
void on_btnClearNotifications_pressed()
Definition NotificationManagerUI.cpp:130
NotificationManagerUI(QWidget *parent=nullptr)
Definition NotificationManagerUI.cpp:17
void resizeEvent(QResizeEvent *) override
Definition NotificationManagerUI.cpp:107
Ui::NotificationManagerUI * ui
Definition NotificationManagerUI.hpp:47
void addNotification(Notification *notif)
Definition NotificationManagerUI.cpp:49
void on_btnMinimize_pressed()
Definition NotificationManagerUI.cpp:149
void moveEvent(QMoveEvent *event) override
Definition NotificationManagerUI.cpp:113
Definition Notification.hpp:19
Definition AboutAtlas.hpp:9