i80_controller sample
lv_imagebutton_src_info_t::img_src
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_imagebutton_src_info_t::img_src
lv_imagebutton_src_info_t::img_src field
Syntax
Show:
Summary
Declaration
from
lv_imagebutton_private.h:31
const
void
*
img_src
;
Examples
References
from
examples
Code
Location
Referrer
const
void
*
img_src
;
lv_imagebutton_private.h:31
return
imagebutton
->
src_left
[
state
]
.
img_src
;
lv_imagebutton.c:119
lv_imagebutton_get_src_left()
return
imagebutton
->
src_mid
[
state
]
.
img_src
;
lv_imagebutton.c:127
lv_imagebutton_get_src_middle()
return
imagebutton
->
src_right
[
state
]
.
img_src
;
lv_imagebutton.c:135
lv_imagebutton_get_src_right()
if
(
imagebutton
->
src_left
[
state
]
.
img_src
==
NULL
&&
lv_imagebutton.c:176
lv_imagebutton_event()
imagebutton
->
src_mid
[
state
]
.
img_src
!=
NULL
&&
lv_imagebutton.c:177
lv_imagebutton_event()
imagebutton
->
src_right
[
state
]
.
img_src
==
NULL
)
{
lv_imagebutton.c:178
lv_imagebutton_event()
if
(
src_info
->
img_src
)
{
lv_imagebutton.c:210
draw_main()
img_dsc
.
src
=
src_info
->
img_src
;
lv_imagebutton.c:216
draw_main()
if
(
src_info
->
img_src
)
{
lv_imagebutton.c:221
draw_main()
img_dsc
.
src
=
src_info
->
img_src
;
lv_imagebutton.c:227
draw_main()
if
(
src_info
->
img_src
)
{
lv_imagebutton.c:232
draw_main()
img_dsc
.
src
=
src_info
->
img_src
;
lv_imagebutton.c:242
draw_main()
const
void
*
src
=
imagebutton
->
src_mid
[
state
]
.
img_src
;
lv_imagebutton.c:256
refr_image()
if
(
imagebutton
->
src_mid
[
state
]
.
img_src
==
NULL
)
{
lv_imagebutton.c:275
suggest_state()
if
(
imagebutton
->
src_mid
[
LV_IMAGEBUTTON_STATE_RELEASED
]
.
img_src
)
return
LV_IMAGEBUTTON_STATE_RELEASED
;
lv_imagebutton.c:278
suggest_state()
if
(
imagebutton
->
src_mid
[
LV_IMAGEBUTTON_STATE_RELEASED
]
.
img_src
)
return
LV_IMAGEBUTTON_STATE_RELEASED
;
lv_imagebutton.c:281
suggest_state()
if
(
imagebutton
->
src_mid
[
LV_IMAGEBUTTON_STATE_CHECKED_RELEASED
]
.
img_src
)
return
LV_IMAGEBUTTON_STATE_CHECKED_RELEASED
;
lv_imagebutton.c:284
suggest_state()
if
(
imagebutton
->
src_mid
[
LV_IMAGEBUTTON_STATE_PRESSED
]
.
img_src
)
return
LV_IMAGEBUTTON_STATE_PRESSED
;
lv_imagebutton.c:285
suggest_state()
if
(
imagebutton
->
src_mid
[
LV_IMAGEBUTTON_STATE_RELEASED
]
.
img_src
)
return
LV_IMAGEBUTTON_STATE_RELEASED
;
lv_imagebutton.c:286
suggest_state()
if
(
imagebutton
->
src_mid
[
LV_IMAGEBUTTON_STATE_RELEASED
]
.
img_src
)
return
LV_IMAGEBUTTON_STATE_RELEASED
;
lv_imagebutton.c:289
suggest_state()
if
(
imagebutton
->
src_mid
[
LV_IMAGEBUTTON_STATE_CHECKED_RELEASED
]
.
img_src
)
return
LV_IMAGEBUTTON_STATE_CHECKED_RELEASED
;
lv_imagebutton.c:292
suggest_state()
if
(
imagebutton
->
src_mid
[
LV_IMAGEBUTTON_STATE_RELEASED
]
.
img_src
)
return
LV_IMAGEBUTTON_STATE_RELEASED
;
lv_imagebutton.c:293
suggest_state()
info
->
img_src
=
src
;
lv_imagebutton.c:337
update_src_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_imagebutton_src_info_t::img_src
is written by 1 function and is read by 7 functions:
update_src_info()
All items filtered out
lv_imagebutton_src_info_t::img_src
lv_imagebutton_get_src_left()
lv_imagebutton_get_src_middle()
lv_imagebutton_get_src_right()
lv_imagebutton_event()
draw_main()
refr_image()
suggest_state()
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