i80_controller sample
lv_imagebutton_t::src_left
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/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_left
lv_imagebutton_t::src_left field
Store left side images to each state
Syntax
Show:
Summary
Declaration
from
lv_imagebutton_private.h:39
lv_imagebutton_src_info_t
src_left
[
LV_IMAGEBUTTON_STATE_NUM
]
;
Examples
References
from
examples
Code
Location
Referrer
lv_imagebutton_src_info_t
src_left
[
LV_IMAGEBUTTON_STATE_NUM
]
;
/**< Store left side images to each state */
lv_imagebutton_private.h:39
update_src_info
(
&
imagebutton
->
src_left
[
state
]
,
src_left
)
;
lv_imagebutton.c:82
lv_imagebutton_set_src()
return
imagebutton
->
src_left
[
state
]
.
img_src
;
lv_imagebutton.c:119
lv_imagebutton_get_src_left()
lv_memzero
(
&
imagebutton
->
src_left
,
sizeof
(
imagebutton
->
src_left
)
)
;
lv_imagebutton.c:149
lv_imagebutton_constructor()
if
(
imagebutton
->
src_left
[
state
]
.
img_src
==
NULL
&&
lv_imagebutton.c:176
lv_imagebutton_event()
lv_imagebutton_src_info_t
*
src_info
=
&
imagebutton
->
src_left
[
state
]
;
lv_imagebutton.c:194
draw_main()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_imagebutton_t::src_left
is read by 5 functions:
All items filtered out
lv_imagebutton_t::src_left
lv_imagebutton_set_src()
lv_imagebutton_get_src_left()
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