Class ConfigEditorNew

Inheritance Relationships

Base Type

Class Documentation

class ConfigEditorNew : public Blam::DebugUI::ImGUIDrawingGroup

Class for a GUI config editor.

An alternative configuration editor that, instead of using raw text, will instead present a simpler interface allowing the options to be configured more easily.

This is also an older feature, just like Blam::DebugUI::Windows::ConfigEditor, and of course doesn’t actually do anything. Yet.

Ideally, this and the other config editor would be a single window with tabs or a checkbox to switch between raw text and a UI.

Public Functions

ConfigEditorNew()

Empty constructor.

~ConfigEditorNew()

Empty destructor.

void Draw()

Draws the contents of the group.

The specific functionality will vary for each drawing group, but in general it will call the needed ImGUI functions to draw onscreen. This function is called on the render loop every frame, for every object in the draw list.