Entry in the notification history with timestamp. More...
#include <toast_manager.h>
Public Attributes | |
| std::string | message |
| ToastType | type |
| std::chrono::system_clock::time_point | timestamp |
| bool | read = false |
Entry in the notification history with timestamp.
Definition at line 31 of file toast_manager.h.
| std::string yaze::editor::NotificationEntry::message |
Definition at line 32 of file toast_manager.h.
Referenced by yaze::editor::ToastManager::Show().
| ToastType yaze::editor::NotificationEntry::type |
Definition at line 33 of file toast_manager.h.
Referenced by yaze::editor::ToastManager::Show().
| std::chrono::system_clock::time_point yaze::editor::NotificationEntry::timestamp |
Definition at line 34 of file toast_manager.h.
Referenced by yaze::editor::ToastManager::Show().
| bool yaze::editor::NotificationEntry::read = false |
Definition at line 35 of file toast_manager.h.
Referenced by yaze::editor::ToastManager::Show().