yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::NotificationEntry Struct Reference

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
 

Detailed Description

Entry in the notification history with timestamp.

Definition at line 31 of file toast_manager.h.

Member Data Documentation

◆ message

std::string yaze::editor::NotificationEntry::message

Definition at line 32 of file toast_manager.h.

Referenced by yaze::editor::ToastManager::Show().

◆ type

ToastType yaze::editor::NotificationEntry::type

Definition at line 33 of file toast_manager.h.

Referenced by yaze::editor::ToastManager::Show().

◆ timestamp

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().

◆ read

bool yaze::editor::NotificationEntry::read = false

Definition at line 35 of file toast_manager.h.

Referenced by yaze::editor::ToastManager::Show().


The documentation for this struct was generated from the following file: