|
|
| theme_variable (theme_variable const &)=delete |
| |
|
| theme_variable (theme_variable &&)=delete |
| |
|
theme_variable & | operator= (theme_variable const &)=delete |
| |
|
theme_variable & | operator= (theme_variable &&)=delete |
| |
|
| theme_variable (theme_selector const &selector) noexcept |
| |
|
value_type const & | operator* () const noexcept |
| |
|
template<typename... Args> |
| decltype(auto) | operator() (Args const &... args) const noexcept |
| |
|
template<typename Arg > |
| decltype(auto) | operator[] (Arg const &arg) const noexcept |
| |
|
| static void | set (theme_selector const &needle, value_type const &value) noexcept |
| | Set the value for all variables matching a selector.
|
| |
|
|
static constexpr auto | tag = Tag |
| |
◆ set()
Set the value for all variables matching a selector.
- Parameters
-
| needle | A theme-selector for searching variables. |
| value | The value to set. |
The documentation for this class was generated from the following file: