i80_controller sample
lv_imagebutton_src_info_t
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_src_info_t
lv_imagebutton_src_info_t struct
DEFINES TYPEDEFS
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:202
typedef
struct
lv_imagebutton_src_info_t
lv_imagebutton_src_info_t
;
Implemented in
lv_imagebutton_private.h:30
Fields
Field
Declared as
lv_imagebutton_src_info_t::img_src
const
void
*
lv_imagebutton_src_info_t::header
lv_image_header_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
lv_imagebutton_src_info_t
{
lv_imagebutton_private.h:30
typedef
struct
lv_imagebutton_src_info_t
lv_imagebutton_src_info_t
;
lv_types.h:202
static
void
update_src_info
(
lv_imagebutton_src_info_t
*
info
,
const
void
*
src
)
;
lv_imagebutton.c:39
update_src_info()
update_src_info()::info
lv_imagebutton_src_info_t
*
src_info
=
&
imagebutton
->
src_left
[
state
]
;
lv_imagebutton.c:194
draw_main()
static
void
update_src_info
(
lv_imagebutton_src_info_t
*
info
,
const
void
*
src
)
lv_imagebutton.c:324
update_src_info()
update_src_info()::info
lv_memzero
(
info
,
sizeof
(
lv_imagebutton_src_info_t
)
)
;
lv_imagebutton.c:327
update_src_info()
lv_imagebutton_src_info_t
src_mid
[
LV_IMAGEBUTTON_STATE_NUM
]
;
/**< Store center images to each state */
lv_imagebutton_private.h:38
lv_imagebutton_t
lv_imagebutton_t::src_mid
lv_imagebutton_src_info_t
src_left
[
LV_IMAGEBUTTON_STATE_NUM
]
;
/**< Store left side images to each state */
lv_imagebutton_private.h:39
lv_imagebutton_t
lv_imagebutton_t::src_left
lv_imagebutton_src_info_t
src_right
[
LV_IMAGEBUTTON_STATE_NUM
]
;
/**< Store right side images to each state */
lv_imagebutton_private.h:40
lv_imagebutton_t
lv_imagebutton_t::src_right
typedef
struct
lv_imagebutton_src_info_t
lv_imagebutton_src_info_t
;
lv_types.h:202
lv_imagebutton_src_info_t
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
lv_imagebutton_t::src_mid
lv_imagebutton_t
lv_imagebutton_private.h:38
lv_imagebutton_t::src_left
lv_imagebutton_t
lv_imagebutton_private.h:39
lv_imagebutton_t::src_right
lv_imagebutton_t
lv_imagebutton_private.h:40
update_src_info()::info
update_src_info()
lv_imagebutton.c:39
update_src_info()::info
update_src_info()
lv_imagebutton.c:324
Lifecycle
from
examples
All items filtered out
All items filtered out