|
MetaImGUI 1.0.0
ImGui Application Template for C++20
|
#include <functional>#include <memory>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | MetaImGUI::DialogManager |
| Manager for common UI dialogs. More... | |
Namespaces | |
| namespace | MetaImGUI |
Enumerations | |
| enum class | MetaImGUI::MessageBoxButtons { MetaImGUI::OK , MetaImGUI::OKCancel , MetaImGUI::YesNo , MetaImGUI::YesNoCancel , MetaImGUI::RetryCancel } |
| Types of message box buttons. More... | |
| enum class | MetaImGUI::MessageBoxIcon { MetaImGUI::Info , MetaImGUI::Warning , MetaImGUI::Error , MetaImGUI::Question } |
| Message box icons/types. More... | |
| enum class | MetaImGUI::MessageBoxResult { MetaImGUI::OK , MetaImGUI::Cancel , MetaImGUI::Yes , MetaImGUI::No , MetaImGUI::Retry , MetaImGUI::None } |
| Result from message box. More... | |