#include <GUI_MessageBox.h>
|
void | Show (MessageBoxConfig const &cfg) |
|
void | Show (const char *title, const char *text, bool allow_close, const char *button1_text, const char *button2_text) |
|
void | Draw () |
|
bool | IsVisible () const |
|
Definition at line 65 of file GUI_MessageBox.h.
◆ Draw()
void MessageBoxDialog::Draw |
( |
| ) |
|
◆ DrawButton()
◆ IsVisible()
bool RoR::GUI::MessageBoxDialog::IsVisible |
( |
| ) |
const |
|
inline |
◆ Show() [1/2]
void MessageBoxDialog::Show |
( |
const char * |
title, |
|
|
const char * |
text, |
|
|
bool |
allow_close, |
|
|
const char * |
button1_text, |
|
|
const char * |
button2_text |
|
) |
| |
◆ Show() [2/2]
◆ m_cfg
◆ m_close_handle
bool* RoR::GUI::MessageBoxDialog::m_close_handle = nullptr |
|
private |
If nullptr, close button is hidden. Otherwise visible.
Definition at line 77 of file GUI_MessageBox.h.
◆ m_is_visible
bool RoR::GUI::MessageBoxDialog::m_is_visible = false |
|
private |
The documentation for this class was generated from the following files: