i80_controller sample
lv_imagebutton_t::src_right
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/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_imagebutton_t::src_right
lv_imagebutton_t::src_right field
Store right side images to each state
Syntax
Show:
Summary
Declaration
from
lv_imagebutton_private.h:40
lv_imagebutton_src_info_t
src_right
[
LV_IMAGEBUTTON_STATE_NUM
]
;
Examples
References
from
examples
Code
Location
Referrer
lv_imagebutton_src_info_t
src_right
[
LV_IMAGEBUTTON_STATE_NUM
]
;
/**< Store right side images to each state */
lv_imagebutton_private.h:40
update_src_info
(
&
imagebutton
->
src_right
[
state
]
,
src_right
)
;
lv_imagebutton.c:84
lv_imagebutton_set_src()
return
imagebutton
->
src_right
[
state
]
.
img_src
;
lv_imagebutton.c:135
lv_imagebutton_get_src_right()
lv_memzero
(
&
imagebutton
->
src_right
,
sizeof
(
imagebutton
->
src_right
)
)
;
lv_imagebutton.c:150
lv_imagebutton_constructor()
imagebutton
->
src_right
[
state
]
.
img_src
==
NULL
)
{
lv_imagebutton.c:178
lv_imagebutton_event()
src_info
=
&
imagebutton
->
src_right
[
state
]
;
lv_imagebutton.c:220
draw_main()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_imagebutton_t::src_right
is read by 5 functions:
All items filtered out
lv_imagebutton_t::src_right
lv_imagebutton_set_src()
lv_imagebutton_get_src_right()
lv_imagebutton_constructor()
lv_imagebutton_event()
draw_main()
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