RigsofRods
Soft-body Physics Simulation
Data Fields
RoR::GUI::MessageBoxConfig Struct Reference

#include <GUI_MessageBox.h>

+ Collaboration diagram for RoR::GUI::MessageBoxConfig:

Data Fields

std::string mbc_title
 
std::string mbc_text
 
CVarmbc_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< MessageBoxButtonmbc_buttons
 

Detailed Description

Definition at line 50 of file GUI_MessageBox.h.

Field Documentation

◆ mbc_allow_close

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.

◆ mbc_always_ask_conf

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.

◆ mbc_buttons

std::vector<MessageBoxButton> RoR::GUI::MessageBoxConfig::mbc_buttons

Definition at line 59 of file GUI_MessageBox.h.

◆ mbc_close_handle

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.

◆ mbc_content_width

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.

◆ mbc_text

std::string RoR::GUI::MessageBoxConfig::mbc_text

Definition at line 53 of file GUI_MessageBox.h.

◆ mbc_title

std::string RoR::GUI::MessageBoxConfig::mbc_title

Definition at line 52 of file GUI_MessageBox.h.


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