|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| constexpr bool | set_macro (std::string const &name, std::vector< style_sheet_declaration > declarations) noexcept |
| constexpr std::optional< std::vector< style_sheet_declaration > > | get_macro (std::string const &name) const noexcept |
| constexpr bool | set_let (std::string const &name, style_sheet_value value) noexcept |
| constexpr std::optional< style_sheet_value > | get_let (std::string const &name) const noexcept |
| constexpr bool | set_color (std::string const &name, hi::color color) noexcept |
| constexpr std::optional< color > | get_color (std::string const &name) const noexcept |
| constexpr std::vector< std::pair< std::string, color > > | move_colors () noexcept |
Data Fields | |
| std::filesystem::path | path |