|
HikoGUI
A low latency retained GUI
|
#include <ttauri/GUI/theme_book.hpp>
Public Member Functions | |
| theme_book (theme_book const &)=delete | |
| theme_book (theme_book &&)=delete | |
| theme_book & | operator= (theme_book const &)=delete |
| theme_book & | operator= (theme_book &&)=delete |
| theme_book (std::vector< URL > const &theme_directories) noexcept | |
| std::vector< std::string > | theme_names () const noexcept |
| tt::theme_mode | current_theme_mode () const noexcept |
| void | set_current_theme_mode (tt::theme_mode theme_mode) noexcept |
| std::string | current_theme_name () const noexcept |
| void | set_current_theme_name (std::string const &themeName) noexcept |
Static Public Member Functions | |
| static theme_book & | global () noexcept |
theme_book keeps track of multiple themes.
The theme_book is instantiated during application startup