lv_bar_private.h
API reference for lv_bar_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_bar.h
Summary
Structs
struct
_lv_bar_anim_t
| Member | Type | Description |
|---|---|---|
bar | lv_obj_t * | |
anim_start | int32_t | |
anim_end | int32_t | |
anim_state | int32_t |
struct
_lv_bar_t
| Member | Type | Description |
|---|---|---|
obj | lv_obj_t | |
cur_value | int32_t | Current value of the bar |
min_value | int32_t | Minimum value of the bar |
max_value | int32_t | Maximum value of the bar |
start_value | int32_t | Start value of the bar |
indic_area | lv_area_t | Save the indicator area. Might be used by derived types |
val_reversed | bool | Whether value been reversed |
cur_value_anim | lv_bar_anim_t | |
start_value_anim | lv_bar_anim_t | |
mode | lv_bar_mode_t | Type of bar |
orientation | lv_bar_orientation_t | Orientation of bar |
Dependencies
lv_obj_private.hlvgl_public.h
Indirect dependencies
Last updated on