#include <src/orxonox/overlays/notifications/NotificationQueue.h>
Public Attributes | |
std::string | name |
The name of the overlay. | |
Notification * | notification |
The Notification displayed by the overlay. | |
NotificationOverlay * | overlay |
Pointer to the NotificationOverlay, everything is about. | |
time_t | time |
The time the Notification was sent and thus first displayed. |
The Notification displayed by the overlay.
Referenced by orxonox::NotificationQueue::addNotification(), and orxonox::NotificationQueue::removeContainer().
Pointer to the NotificationOverlay, everything is about.
Referenced by orxonox::NotificationQueue::addNotification(), and orxonox::NotificationQueue::removeContainer().
The time the Notification was sent and thus first displayed.
Referenced by orxonox::NotificationQueue::addNotification(), orxonox::NotificationOverlayContainerCompare::operator()(), and orxonox::NotificationQueue::tick().