RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
Loading...
Searching...
No Matches
ImGuiToaster::Toast Struct Reference
Collaboration diagram for ImGuiToaster::Toast:

Public Attributes

uint64_t id = 0
 
std::string message
 
Level level
 
std::chrono::steady_clock::time_point expiresAt
 

Detailed Description

Definition at line 286 of file ImGuiToaster.h.

Member Data Documentation

◆ expiresAt

std::chrono::steady_clock::time_point ImGuiToaster::Toast::expiresAt

Definition at line 291 of file ImGuiToaster.h.

◆ id

uint64_t ImGuiToaster::Toast::id = 0

Definition at line 288 of file ImGuiToaster.h.

◆ level

Level ImGuiToaster::Toast::level

Definition at line 290 of file ImGuiToaster.h.

◆ message

std::string ImGuiToaster::Toast::message

Definition at line 289 of file ImGuiToaster.h.


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