|
MetaImGUI 1.0.0
ImGui Application Template for C++20
|

Public Attributes | |
| std::string | title |
| std::string | message |
| MessageBoxButtons | buttons = MessageBoxButtons::OK |
| MessageBoxIcon | icon = MessageBoxIcon::Info |
| std::function< void(MessageBoxResult)> | callback |
| bool | open = true |
Definition at line 33 of file DialogManager.cpp.
| MessageBoxButtons MetaImGUI::MessageBoxState::buttons = MessageBoxButtons::OK |
Definition at line 36 of file DialogManager.cpp.
| std::function<void(MessageBoxResult)> MetaImGUI::MessageBoxState::callback |
Definition at line 38 of file DialogManager.cpp.
| MessageBoxIcon MetaImGUI::MessageBoxState::icon = MessageBoxIcon::Info |
Definition at line 37 of file DialogManager.cpp.
| std::string MetaImGUI::MessageBoxState::message |
Definition at line 35 of file DialogManager.cpp.
| bool MetaImGUI::MessageBoxState::open = true |
Definition at line 39 of file DialogManager.cpp.
| std::string MetaImGUI::MessageBoxState::title |
Definition at line 34 of file DialogManager.cpp.