|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Lightweight handle to an lv_chart_series_t *.
More...
#include <lvgl.hpp>
Public Member Functions | |
| Series (lv_obj_t *chart, lv_chart_series_t *ser) | |
| Binds the handle to an existing chart + series pointer pair. | |
| lv_chart_series_t * | get () const |
Returns the underlying lv_chart_series_t *. | |
| operator bool () const | |
true if this handle references a live series. | |
| Series & | next_value (int32_t v) |
| Pushes a new value using the current update mode. | |
| Series & | set_value_by_idx (uint32_t idx, int32_t v) |
Sets a specific point index to v. | |
Lightweight handle to an lv_chart_series_t *.