 |
Blamite Game Engine - Blam (Core)
|
Go to the documentation of this file.
3 #include "../debug_ui.h"
37 ImGui::Begin(
"Theme Picker", &
show, ImGuiWindowFlags_AlwaysAutoResize);
55 if (ImGui::Button(
"ImGui Dark", ImVec2(120, 0))) { ImGui::StyleColorsDark(); }
57 if (ImGui::Button(
"ImGui Light", ImVec2(120, 0))) { ImGui::StyleColorsLight(); }
59 if (ImGui::Button(
"ImGui Classic", ImVec2(120, 0))) { ImGui::StyleColorsClassic(); }
UI_API void load_win9x_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:408
UI_API void load_default_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:282
UI_API void load_xenia_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:61
UI_API void load_cex_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:343
UI_API void load_blamite_pink_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:5
UI_API void load_osx_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:545
UI_API void load_hl2_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:477
bool show
Controls whether or not the group should be shown. May not be used in all groups.
Definition: debug_ui.h:441
~ThemePicker()
Empty destructor.
Definition: theme_picker.hpp:27
Class representing an ImGUI drawing group/draw list item.
Definition: debug_ui.h:408
ThemePicker()
Empty constructor.
Definition: theme_picker.hpp:22
void Draw()
Shows the theme picker dialog.
Definition: theme_picker.hpp:32
Legacy namespace to contain data for the legacy ImGUI console.
Definition: debug_ui.h:493
Class for the old and awful theme picker dialog.
Definition: theme_picker.hpp:16
UI_API void load_elaztek_styles_classic()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:215
UI_API void load_elaztek_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:144