![]() |
RigsofRods
Soft-body Physics Simulation
|
#include <GUI_MessageBox.h>
Data Fields | |
std::string | mbc_title |
std::string | mbc_text |
CVar * | mbc_always_ask_conf = nullptr |
If set, displays classic checkbox "[x] Always ask". More... | |
bool * | mbc_close_handle = nullptr |
External close handle - not required for mbc_allow_close . More... | |
bool | mbc_allow_close = false |
Show close handle even if dbc_close_handle isn't set. More... | |
float | mbc_content_width = 300.f |
Parameter to ImGui::SetContentWidth() - hard limit on content size. More... | |
std::vector< MessageBoxButton > | mbc_buttons |
Definition at line 50 of file GUI_MessageBox.h.
bool RoR::GUI::MessageBoxConfig::mbc_allow_close = false |
Show close handle even if dbc_close_handle
isn't set.
Definition at line 56 of file GUI_MessageBox.h.
CVar* RoR::GUI::MessageBoxConfig::mbc_always_ask_conf = nullptr |
If set, displays classic checkbox "[x] Always ask".
Definition at line 54 of file GUI_MessageBox.h.
std::vector<MessageBoxButton> RoR::GUI::MessageBoxConfig::mbc_buttons |
Definition at line 59 of file GUI_MessageBox.h.
bool* RoR::GUI::MessageBoxConfig::mbc_close_handle = nullptr |
External close handle - not required for mbc_allow_close
.
Definition at line 55 of file GUI_MessageBox.h.
float RoR::GUI::MessageBoxConfig::mbc_content_width = 300.f |
Parameter to ImGui::SetContentWidth()
- hard limit on content size.
Definition at line 57 of file GUI_MessageBox.h.
std::string RoR::GUI::MessageBoxConfig::mbc_text |
Definition at line 53 of file GUI_MessageBox.h.
std::string RoR::GUI::MessageBoxConfig::mbc_title |
Definition at line 52 of file GUI_MessageBox.h.