 |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Go to the documentation of this file.
3 #include "../debug_ui.h"
41 ImGui::Begin(
"Theme Picker", &
show, ImGuiWindowFlags_AlwaysAutoResize);
43 ImGui::PushTextWrapPos(240);
44 ImGui::TextColored(ImVec4(1,0,0,1),
ENGINE_TEXT(
"imgui_theme_picker_deprecated").c_str());
45 ImGui::PopTextWrapPos();
64 if (ImGui::Button(
"ImGui Dark", ImVec2(120, 0))) { ImGui::StyleColorsDark(); }
66 if (ImGui::Button(
"ImGui Light", ImVec2(120, 0))) { ImGui::StyleColorsLight(); }
68 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:406
UI_API void load_default_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:280
UI_API void load_xenia_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:59
UI_API void load_cex_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:341
UI_API void load_blamite_pink_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:3
UI_API void load_osx_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:543
UI_API void load_hl2_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:475
bool show
Controls whether or not the group should be shown. May not be used in all groups.
Definition: debug_ui.h:362
~ThemePicker()
Empty destructor.
Definition: theme_picker.hpp:31
Class representing an ImGUI drawing group/draw list item.
Definition: debug_ui.h:359
ThemePicker()
Empty constructor.
Definition: theme_picker.hpp:26
void Draw()
Shows the theme picker dialog.
Definition: theme_picker.hpp:36
#define ENGINE_TEXT(string_id)
Definition: engine_text.h:7
Legacy namespace to contain data for the legacy ImGUI console.
Definition: debug_ui.h:434
Class for the old and awful theme picker dialog.
Definition: theme_picker.hpp:20
UI_API void load_elaztek_styles_classic()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:213
UI_API void load_elaztek_styles()
Legacy function to apply a modified ImGUI color scheme.
Definition: ui_themes.cpp:142