|
enum class | Theme { LIGHT
, DARK
} |
|
|
| ThemeManager (const ThemeManager &)=delete |
|
ThemeManager & | operator= (const ThemeManager &)=delete |
|
void | applyTheme () |
|
void | set_theme (Theme newTheme) |
|
sf::Color | getButtonFillColor () const |
|
sf::Color | getButtonOutlineColor () const |
|
sf::Color | getButtonTextColor () const |
|
sf::Color | getButtonSelectionColor () const |
|
sf::Color | getTitleTextColor () const |
|
sf::Color | getGameBackgroundInGameColor () const |
|
sf::Color | getGameBackgroundWinColor () const |
|
sf::Color | getGameBackgroundLostColor () const |
|
sf::Color | getRoomColor () const |
|
sf::Color | getWallColor () const |
|
sf::Color | getButtonScoreColor () const |
|
Объявления и описания членов классов находятся в файлах:
- source/application/Utilities/ThemeManager.h
- source/application/Utilities/ThemeManager.cpp