5#ifndef MALENA_SELECTSTYLE_H
6#define MALENA_SELECTSTYLE_H
27 {
static_cast<SelectTheme&
>(*this) = t;
return *
this; }
30 {
static_cast<SelectTheme&
>(*this) = i;
return *
this; }
36 {
static_cast<SelectTheme&
>(*this) = c;
return *
this; }
Settings trait for interactive UI controls — layout only.
Theme tokens for interactive UI controls.
Layout and behaviour settings for Select.
Complete style descriptor for Select.
SelectStyle & applyFrom(const Theme &t)
Populate all fields from the global Theme token set.
SelectStyle & operator=(const SelectTheme &t)
SelectStyle & operator=(const ControlSettings &c)
SelectStyle & operator=(const InputSettings &i)
SelectStyle & operator=(const ControlTheme &c)
SelectStyle & operator=(const InputTheme &i)
SelectStyle & operator=(const SelectSettings &s)
SelectTheme & applyFrom(const Theme &t) override
Populate all fields from the global Theme token set.
Universal design token set applied across all Themeable components.