![]() |
Blamite Game Engine - blam!
00423.10.27.24.0533.blamite
The core library for the Blamite Game Engine.
|
Class used for the ImGUI-based error dialog. More...
#include <error_dialog.hpp>
Public Member Functions | |
void | Draw () |
Shows the error dialog, if enabled. More... | |
Public Attributes | |
bool | show_error_dialog = false |
Whether or not to show the error dialog. More... | |
const char * | title = "" |
The title of the error dialog. More... | |
const char * | message = "" |
The contents of the error dialog. More... | |
![]() | |
bool | show = false |
Controls whether or not the group should be shown. May not be used in all groups. More... | |
Class used for the ImGUI-based error dialog.
This error dialog is used when calling Blam::UI::ImGUI::ShowErrorDialog. Unlike other error dialogs, this dialog does not support any user interaction behavior other than pressing "OK". As such, it should only ever be used for basic, informative messages - rather than any prompt that requires user action.
|
inlinevirtual |
Shows the error dialog, if enabled.
Reimplemented from BlamImGuiWindow.
const char* BlamImGuiWindow_ErrorDialog::message = "" |
The contents of the error dialog.
bool BlamImGuiWindow_ErrorDialog::show_error_dialog = false |
Whether or not to show the error dialog.
const char* BlamImGuiWindow_ErrorDialog::title = "" |
The title of the error dialog.