i80_controller sample
lv_obj_style_transition_dsc_t
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_obj_style_transition_dsc_t
lv_obj_style_transition_dsc_t struct
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:162
typedef
struct
lv_obj_style_transition_dsc_t
lv_obj_style_transition_dsc_t
;
Implemented in
lv_obj_style_private.h:34
Fields
Field
Declared as
lv_obj_style_transition_dsc_t::time
uint16_t
lv_obj_style_transition_dsc_t::delay
uint16_t
lv_obj_style_transition_dsc_t::selector
lv_style_selector_t
lv_obj_style_transition_dsc_t::prop
lv_style_prop_t
lv_obj_style_transition_dsc_t::path_cb
lv_anim_path_cb_t
lv_obj_style_transition_dsc_t::user_data
void
*
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
lv_obj_style_transition_dsc_t
{
lv_obj_style_private.h:34
typedef
struct
lv_obj_style_transition_dsc_t
lv_obj_style_transition_dsc_t
;
lv_types.h:162
lv_obj_style_transition_dsc_t
*
ts
=
lv_malloc_zeroed
(
sizeof
(
lv_obj_style_transition_dsc_t
)
*
STYLE_TRANSITION_MAX
)
;
lv_obj.c:912
update_obj_state()
const
lv_obj_style_transition_dsc_t
*
tr_dsc
)
lv_obj_style.c:419
lv_obj_style_create_transition()
lv_state_t
new_state
,
const
lv_obj_style_transition_dsc_t
*
tr
)
;
lv_obj_style_private.h:69
lv_obj_style_create_transition()
lv_obj_style_create_transition()::tr
typedef
struct
lv_obj_style_transition_dsc_t
lv_obj_style_transition_dsc_t
;
lv_types.h:162
lv_obj_style_transition_dsc_t
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
lv_obj_style_create_transition()::tr
lv_obj_style_create_transition()
lv_obj_style_private.h:69
Lifecycle
from
examples
All items filtered out
All items filtered out