lv_obj_style_private.h

API reference for lv_obj_style_private.h

Report on GitHub
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_obj_style.h

Functions

lv_obj_get_style_prop_internal

Internal implementation of lv_obj_get_style_prop Does not do any argument checking

 
lv_style_value_t lv_obj_get_style_prop_internal(const lv_obj_t *obj, lv_part_t part, lv_style_prop_t prop)
Parameters

Structs

struct

_lv_obj_style_t

MemberTypeDescription
styleconst lv_style_t *
selectoruint32_t
is_localuint32_t
is_transuint32_t
is_disableduint32_t
is_themeuint32_tThe style is added by a theme
struct

_lv_obj_style_transition_dsc_t

MemberTypeDescription
path_cblv_anim_path_cb_t
user_datavoid *
selectorlv_style_selector_t
timeuint16_t
delayuint16_t
proplv_style_prop_t

Dependencies

  • lvgl_public.h

Last updated on

On this page