Defines the theme system for the Voltray editor. More...
#include <string>#include <unordered_map>#include <memory>#include <vector>#include <imgui.h>

Go to the source code of this file.
Classes | |
| struct | Editor::UI::ThemeColors |
| Contains all color definitions for a theme. More... | |
| struct | Editor::UI::ThemeStyle |
| Contains style settings for a theme. More... | |
| class | Editor::UI::Theme |
| Represents a complete UI theme with colors and style settings. More... | |
| class | Editor::UI::ThemeManager |
| Manages all themes and provides theme switching functionality. More... | |
Namespaces | |
| namespace | Editor |
| namespace | Editor::UI |
Defines the theme system for the Voltray editor.