MetaImGUI 1.0.0
ImGui Application Template for C++20
Loading...
Searching...
No Matches
DialogManager.h File Reference
#include <functional>
#include <memory>
#include <string>
#include <vector>
Include dependency graph for DialogManager.h:
This graph shows which files directly or indirectly include this file:

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