|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Layout helpers (vbox/hbox), focus groups, and screen helpers. More...
Classes | |
| class | ove::lvgl::Group |
RAII wrapper for an LVGL input focus group (lv_group_t). More... | |
| class | ove::lvgl::Screen |
| Top-level LVGL screen — a display root without a parent. More... | |
Functions | |
| Box | ove::lvgl::vbox (ObjectView parent) |
Creates a vertical flex container (LV_FLEX_FLOW_COLUMN) sized to its content. | |
| Box | ove::lvgl::hbox (ObjectView parent) |
Creates a horizontal flex container (LV_FLEX_FLOW_ROW) sized to its content. | |
Layout helpers (vbox/hbox), focus groups, and screen helpers.
|
inline |
Creates a vertical flex container (LV_FLEX_FLOW_COLUMN) sized to its content.
| [in] | parent | The parent ObjectView. |
Box configured as a vertical flex container.
|
inline |
Creates a horizontal flex container (LV_FLEX_FLOW_ROW) sized to its content.
| [in] | parent | The parent ObjectView. |
Box configured as a horizontal flex container.