|
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 (tt::font_book const &font_book, std::vector< URL > const &theme_directories) noexcept | |
| std::vector< std::string > | theme_names () const noexcept |
| theme const & | find (std::string name, theme_mode mode) const noexcept |
| Find a theme matching the name and mode. | |
theme_book keeps track of multiple themes.
|
noexcept |
Find a theme matching the name and mode.
| name | The name of the theme to select. |
| mode | The mode of the theme to select. |