![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
Namespace for anything relating to engine UI themes. More...
Functions | |
| BLAM void | LoadBuiltInThemes () |
| Loads all hard-coded UI themes. More... | |
| BLAM std::vector< BlamColorScheme > * | GetColorSchemeList () |
| Retrieves the list of currently loaded color schemes. More... | |
| BLAM std::vector< BlamThemeMetrics > * | GetMetricsList () |
| Retrieves the list of currently loaded theme metrics. More... | |
| BLAM bool | ApplyColorScheme (std::string scheme_id) |
| Applies the specified color scheme. More... | |
| BLAM bool | ApplyMetrics (std::string metrics_id) |
| Applies the specified ImGui metrics. More... | |
Namespace for anything relating to engine UI themes.
Engine UI themes can be used to alter the colors and appearance of both ImGUI as well as custom debug tools used within the engine.
| bool Blam::UI::Themes::ApplyColorScheme | ( | std::string | scheme_id | ) |
Applies the specified color scheme.
| scheme_id | - The ID of the color scheme to apply. |
true if the color scheme was applied, or false if no matching color scheme was found.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Blam::UI::Themes::ApplyMetrics | ( | std::string | metrics_id | ) |
Applies the specified ImGui metrics.
| metrics_id | - The ID of the metrics to apply. |
true if the metrics were applied, or false if no matching metrics were found.
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector< BlamColorScheme > * Blam::UI::Themes::GetColorSchemeList | ( | ) |
Retrieves the list of currently loaded color schemes.
Here is the caller graph for this function:| std::vector< BlamThemeMetrics > * Blam::UI::Themes::GetMetricsList | ( | ) |
Retrieves the list of currently loaded theme metrics.
Here is the caller graph for this function:| void Blam::UI::Themes::LoadBuiltInThemes | ( | ) |
Loads all hard-coded UI themes.
Here is the call graph for this function:
Here is the caller graph for this function: