![]() |
Blamite Game Engine - Keystone
00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Structure representing a theme variant. More...
#include <themes.h>
Public Attributes | |
std::string | name |
The name of this theme variant. More... | |
std::map< std::string, std::string > | properties |
The list of properties for this theme variant. More... | |
Structure representing a theme variant.
Theme variants can be used to make minor adjustments to a theme, such as changing an accent color.
std::string BlamEditorThemeVariant::name |
The name of this theme variant.
std::map<std::string, std::string> BlamEditorThemeVariant::properties |
The list of properties for this theme variant.