MetaImGUI 1.0.0
ImGui Application Template for C++20
Loading...
Searching...
No Matches
MetaImGUI::MessageBoxState Struct Reference
Collaboration diagram for MetaImGUI::MessageBoxState:

Public Attributes

std::string title
 
std::string message
 
MessageBoxButtons buttons = MessageBoxButtons::OK
 
MessageBoxIcon icon = MessageBoxIcon::Info
 
std::function< void(MessageBoxResult)> callback
 
bool open = true
 

Detailed Description

Definition at line 33 of file DialogManager.cpp.

Member Data Documentation

◆ buttons

MessageBoxButtons MetaImGUI::MessageBoxState::buttons = MessageBoxButtons::OK

Definition at line 36 of file DialogManager.cpp.

◆ callback

std::function<void(MessageBoxResult)> MetaImGUI::MessageBoxState::callback

Definition at line 38 of file DialogManager.cpp.

◆ icon

MessageBoxIcon MetaImGUI::MessageBoxState::icon = MessageBoxIcon::Info

Definition at line 37 of file DialogManager.cpp.

◆ message

std::string MetaImGUI::MessageBoxState::message

Definition at line 35 of file DialogManager.cpp.

◆ open

bool MetaImGUI::MessageBoxState::open = true

Definition at line 39 of file DialogManager.cpp.

◆ title

std::string MetaImGUI::MessageBoxState::title

Definition at line 34 of file DialogManager.cpp.


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