Represents a complete UI theme with colors and style settings.
More...
#include <Theme.h>
|
| | Theme (const std::string &themeName) |
| |
| void | Apply () const |
| | Applies this theme to ImGui.
|
| |
| std::unique_ptr< Theme > | Clone () const |
| | Creates a deep copy of this theme.
|
| |
Represents a complete UI theme with colors and style settings.
◆ Theme()
| Editor::UI::Theme::Theme |
( |
const std::string & |
themeName | ) |
|
|
inline |
◆ Apply()
| void Editor::UI::Theme::Apply |
( |
| ) |
const |
Applies this theme to ImGui.
◆ Clone()
| std::unique_ptr< Theme > Editor::UI::Theme::Clone |
( |
| ) |
const |
Creates a deep copy of this theme.
- Returns
- Unique pointer to the cloned theme
◆ colors
◆ name
| std::string Editor::UI::Theme::name |
◆ style
The documentation for this class was generated from the following files: