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