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

Public Attributes

int id = 0
 
std::string title
 
std::string message
 
float progress = 0.0f
 
bool open = true
 

Detailed Description

Definition at line 50 of file DialogManager.cpp.

Member Data Documentation

◆ id

int MetaImGUI::ProgressDialogState::id = 0

Definition at line 51 of file DialogManager.cpp.

Referenced by MetaImGUI::DialogManager::ShowProgressDialog().

◆ message

std::string MetaImGUI::ProgressDialogState::message

Definition at line 53 of file DialogManager.cpp.

Referenced by MetaImGUI::DialogManager::ShowProgressDialog().

◆ open

bool MetaImGUI::ProgressDialogState::open = true

Definition at line 55 of file DialogManager.cpp.

Referenced by MetaImGUI::DialogManager::ShowProgressDialog().

◆ progress

float MetaImGUI::ProgressDialogState::progress = 0.0f

Definition at line 54 of file DialogManager.cpp.

Referenced by MetaImGUI::DialogManager::ShowProgressDialog().

◆ title

std::string MetaImGUI::ProgressDialogState::title

Definition at line 52 of file DialogManager.cpp.

Referenced by MetaImGUI::DialogManager::ShowProgressDialog().


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