|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Style objects and reactive State<T>.
More...
Classes | |
| class | ove::lvgl::Style |
RAII wrapper around an lv_style_t object. More... | |
Functions | |
| Derived & | ove::lvgl::ObjectMixin< Derived >::add_style (Style &style, lv_style_selector_t selector) |
Applies a reusable Style to this object for the given selector. | |
Style objects and reactive State<T>.
| Derived & ove::lvgl::ObjectMixin< Derived >::add_style | ( | Style & | style, |
| lv_style_selector_t | selector | ||
| ) |
Applies a reusable Style to this object for the given selector.
| [in] | style | The style to add (its data is referenced, not copied). |
| [in] | selector | Part/state selector (e.g. LV_PART_MAIN). |
Style is a complete type.