lv_bar_private.h

API reference for lv_bar_private.h

Report on GitHub
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

MemberTypeDescription
barlv_obj_t *
anim_startint32_t
anim_endint32_t
anim_stateint32_t
struct

_lv_bar_t

MemberTypeDescription
objlv_obj_t
cur_valueint32_tCurrent value of the bar
min_valueint32_tMinimum value of the bar
max_valueint32_tMaximum value of the bar
start_valueint32_tStart value of the bar
indic_arealv_area_tSave the indicator area. Might be used by derived types
val_reversedboolWhether value been reversed
cur_value_animlv_bar_anim_t
start_value_animlv_bar_anim_t
modelv_bar_mode_tType of bar
orientationlv_bar_orientation_tOrientation of bar

Dependencies

How is this guide?

Last updated on

On this page