i80_controller sample
lv_obj_style_t::selector
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_t::selector
lv_obj_style_t::selector field
Syntax
Show:
Summary
Declaration
from
lv_obj_style_private.h:29
uint32_t
selector
:
24
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
selector
:
24
;
lv_obj_style_private.h:29
lv_state_t
state_act
=
lv_obj_style_get_selector_state
(
obj
->
styles
[
i
]
.
selector
)
;
lv_obj.c:917
update_obj_state()
lv_part_t
part_act
=
lv_obj_style_get_selector_part
(
obj
->
styles
[
i
]
.
selector
)
;
lv_obj.c:918
update_obj_state()
ts
[
tsi
]
.
selector
=
obj_style
->
selector
;
lv_obj.c:944
update_obj_state()
obj
->
styles
[
i
]
.
selector
=
selector
;
lv_obj_style.c:136
lv_obj_add_style()
lv_state_t
state_act
=
lv_obj_style_get_selector_state
(
obj
->
styles
[
i
]
.
selector
)
;
lv_obj_style.c:174
lv_obj_replace_style()
lv_part_t
part_act
=
lv_obj_style_get_selector_part
(
obj
->
styles
[
i
]
.
selector
)
;
lv_obj_style.c:175
lv_obj_replace_style()
obj
->
styles
[
i
]
.
selector
=
selector
;
lv_obj_style.c:191
lv_obj_replace_style()
lv_state_t
state_act
=
lv_obj_style_get_selector_state
(
obj
->
styles
[
i
]
.
selector
)
;
lv_obj_style.c:217
lv_obj_remove_style()
lv_part_t
part_act
=
lv_obj_style_get_selector_part
(
obj
->
styles
[
i
]
.
selector
)
;
lv_obj_style.c:218
lv_obj_remove_style()
obj
->
styles
[
i
]
.
selector
==
selector
)
{
lv_obj_style.c:385
lv_obj_get_local_style_prop()
obj
->
styles
[
i
]
.
selector
==
selector
)
{
lv_obj_style.c:401
lv_obj_remove_local_style_prop()
lv_state_t
state_act
=
lv_obj_style_get_selector_state
(
obj
->
styles
[
i
]
.
selector
)
;
lv_obj_style.c:493
lv_obj_style_state_compare()
obj
->
styles
[
i
]
.
selector
==
selector
)
{
lv_obj_style.c:637
get_local_style()
obj
->
styles
[
i
]
.
selector
=
selector
;
lv_obj_style.c:659
get_local_style()
if
(
obj
->
styles
[
i
]
.
is_trans
&&
obj
->
styles
[
i
]
.
selector
==
selector
)
break
;
lv_obj_style.c:674
get_trans_style()
obj
->
styles
[
0
]
.
selector
=
selector
;
lv_obj_style.c:693
get_trans_style()
lv_part_t
part_act
=
lv_obj_style_get_selector_part
(
obj
->
styles
[
i
]
.
selector
)
;
lv_obj_style.c:714
get_prop_core()
lv_part_t
part_act
=
lv_obj_style_get_selector_part
(
obj
->
styles
[
i
]
.
selector
)
;
lv_obj_style.c:727
get_prop_core()
lv_state_t
state_act
=
lv_obj_style_get_selector_state
(
obj
->
styles
[
i
]
.
selector
)
;
lv_obj_style.c:732
get_prop_core()
full_cache_refresh
(
obj
,
lv_obj_style_get_selector_part
(
obj
->
styles
[
i
]
.
selector
)
)
;
lv_obj_style.c:761
report_style_change_core()
if
(
obj
->
styles
[
i
]
.
is_trans
&&
(
part
==
LV_PART_ANY
||
obj
->
styles
[
i
]
.
selector
==
part
)
)
{
lv_obj_style.c:818
trans_delete()
if
(
obj
->
styles
[
i
]
.
is_trans
==
0
||
obj
->
styles
[
i
]
.
selector
!=
tr
->
selector
)
continue
;
lv_obj_style.c:842
trans_anim_cb()
if
(
obj
->
styles
[
i
]
.
is_trans
&&
obj
->
styles
[
i
]
.
selector
==
tr
->
selector
)
{
lv_obj_style.c:943
trans_anim_completed_cb()
lv_obj_remove_style
(
obj
,
(
lv_style_t
*
)
obj_style
->
style
,
obj_style
->
selector
)
;
lv_obj_style.c:951
trans_anim_completed_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_obj_style_t::selector
is written by 4 functions and is read by 13 functions:
lv_obj_add_style()
lv_obj_replace_style()
get_local_style()
get_trans_style()
All items filtered out
lv_obj_style_t::selector
update_obj_state()
lv_obj_replace_style()
lv_obj_remove_style()
lv_obj_get_local_style_prop()
lv_obj_remove_local_style_prop()
lv_obj_style_state_compare()
get_local_style()
get_trans_style()
get_prop_core()
report_style_change_core()
trans_delete()
trans_anim_cb()
trans_anim_completed_cb()
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