 |
Blamite Game Engine - blam!
00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
|
ErrorDialog()
Empty constructor.
Definition: error_dialog.hpp:24
IMGUI_API void EndPopup()
Definition: imgui.cpp:7675
IMGUI_API bool BeginPopupModal(const char *name, bool *p_open=NULL, ImGuiWindowFlags flags=0)
Definition: imgui.cpp:7647
const char * message
The contents of the error dialog.
Definition: error_dialog.hpp:19
A seemingly incomplete class for an ImGUI-based error dialog?
Definition: error_dialog.hpp:14
IMGUI_API void OpenPopup(const char *str_id)
Definition: imgui.cpp:7453
IMGUI_API void Text(const char *fmt,...) IM_FMTARGS(1)
Definition: imgui_widgets.cpp:238
bool show_error_dialog
Whether or not to show the error dialog.
Definition: error_dialog.hpp:17
Class representing an ImGUI drawing group/draw list item.
Definition: debug_ui.h:359
~ErrorDialog()
Empty destructor.
Definition: error_dialog.hpp:29
@ ImGuiWindowFlags_AlwaysAutoResize
Definition: imgui.h:720
IMGUI_API void Separator()
Definition: imgui_widgets.cpp:1284
Legacy namespace to contain data for the legacy ImGUI console.
Definition: ui.h:14
void Draw()
Shows the error dialog, if enabled.
Definition: error_dialog.hpp:34
IMGUI_API bool Button(const char *label, const ImVec2 &size=ImVec2(0, 0))
Definition: imgui_widgets.cpp:644
const char * title
The title of the error dialog.
Definition: error_dialog.hpp:18