|
imgui-platform-kit 2.0.0
Cross-platform Dear ImGui application framework
|
Colour themes for the user interface and a runtime theme selector. More...
#include "imgui.h"#include <functional>#include <string>#include <unordered_map>Go to the source code of this file.
Namespaces | |
| namespace | imgui_kit |
Variables | |
| const std::unordered_map< Theme, std::string > | imgui_kit::themeNames |
| Human-readable display name for each Theme value. | |
| std::unordered_map< Theme, std::function< void()> > | imgui_kit::themes |
| Maps each Theme value to the function that applies it. | |
Colour themes for the user interface and a runtime theme selector.
Select a theme via imgui_kit::StyleParameters::theme, or let the user switch at runtime with showImGuiKitThemeSelector().