xoreos
0.0.5
|
The notification manager, handling all notifications. More...
#include <list>
#include "src/common/types.h"
#include "src/common/singleton.h"
#include "src/common/mutex.h"
#include "src/events/types.h"
Go to the source code of this file.
Classes | |
class | Events::NotificationManager |
The notification manager, handling all notifications. More... | |
Namespaces | |
Events | |
Macros | |
#define | NotificationMan Events::NotificationManager::instance() |
Shortcut for accessing the notification manager. More... | |
The notification manager, handling all notifications.
Definition in file notifications.h.
#define NotificationMan Events::NotificationManager::instance() |
Shortcut for accessing the notification manager.
Definition at line 75 of file notifications.h.
Referenced by Events::EventsManager::init(), Events::Notifyable::Notifyable(), Graphics::WindowManager::setFullScreen(), Graphics::WindowManager::setWindowSize(), Graphics::CameraManager::update(), and Events::Notifyable::~Notifyable().