i80_controller sample
lv_obj_style_transition_dsc_t::prop
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::prop
lv_obj_style_transition_dsc_t::prop field
Syntax
Show:
Summary
Declaration
from
lv_obj_style_private.h:38
lv_style_prop_t
prop
;
Examples
References
from
examples
Code
Location
Referrer
lv_style_prop_t
prop
;
lv_obj_style_private.h:38
if
(
ts
[
t
]
.
prop
==
tr
->
props
[
j
]
&&
part_ts
==
part_act
&&
state_ts
>=
state_act
)
break
;
lv_obj.c:934
update_obj_state()
ts
[
tsi
]
.
prop
=
tr
->
props
[
j
]
;
lv_obj.c:942
update_obj_state()
lv_style_value_t
v1
=
lv_obj_get_style_prop
(
obj
,
part
,
tr_dsc
->
prop
)
;
lv_obj_style.c:426
lv_obj_style_create_transition()
lv_style_value_t
v2
=
lv_obj_get_style_prop
(
obj
,
part
,
tr_dsc
->
prop
)
;
lv_obj_style.c:428
lv_obj_style_create_transition()
v1
=
lv_obj_get_style_prop
(
obj
,
part
,
tr_dsc
->
prop
)
;
lv_obj_style.c:433
lv_obj_style_create_transition()
lv_style_set_prop
(
(
lv_style_t
*
)
style_trans
->
style
,
tr_dsc
->
prop
,
v1
)
;
/*Be sure `trans_style` has a valid value*/
lv_obj_style.c:437
lv_obj_style_create_transition()
lv_obj_refresh_style
(
obj
,
tr_dsc
->
selector
,
tr_dsc
->
prop
)
;
lv_obj_style.c:438
lv_obj_style_create_transition()
if
(
tr_dsc
->
prop
==
LV_STYLE_RADIUS
)
{
lv_obj_style.c:440
lv_obj_style_create_transition()
tr
->
prop
=
tr_dsc
->
prop
;
lv_obj_style.c:455
lv_obj_style_create_transition()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_obj_style_transition_dsc_t::prop
is written by 1 function and is read by 2 functions:
update_obj_state()
All items filtered out
lv_obj_style_transition_dsc_t::prop
update_obj_state()
lv_obj_style_create_transition()
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
Lifecycle
from
examples
All items filtered out
All items filtered out