Class ErrorDialog

Inheritance Relationships

Base Type

Class Documentation

class ErrorDialog : public Blam::DebugUI::ImGUIDrawingGroup

A seemingly incomplete class for an ImGUI-based error dialog?

This really ought to be used, this seems like it could be rather useful.

Public Functions

ErrorDialog()

Empty constructor.

~ErrorDialog()

Empty destructor.

void Draw()

Shows the error dialog, if enabled.

Public Members

bool show_error_dialog = false

Whether or not to show the error dialog.

const char *title = ""

The title of the error dialog.

const char *message = ""

The contents of the error dialog.