i80_controller sample
get_state()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
get_state()
get_state() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_imagebutton.c:38
static
lv_imagebutton_state_t
get_state
(
const
lv_obj_t
*
imagebutton
)
;
Implemented in
lv_imagebutton.c:303
Arguments
Argument
imagebutton
Examples
References
from
examples
Code
Location
Referrer
static
lv_imagebutton_state_t
get_state
(
const
lv_obj_t
*
imagebutton
)
lv_imagebutton.c:303
static
lv_imagebutton_state_t
get_state
(
const
lv_obj_t
*
imagebutton
)
;
lv_imagebutton.c:38
lv_imagebutton_state_t
state
=
suggest_state
(
obj
,
get_state
(
obj
)
)
;
lv_imagebutton.c:175
lv_imagebutton_event()
lv_imagebutton_state_t
state
=
suggest_state
(
obj
,
get_state
(
obj
)
)
;
lv_imagebutton.c:191
draw_main()
lv_imagebutton_state_t
state
=
suggest_state
(
obj
,
get_state
(
obj
)
)
;
lv_imagebutton.c:254
refr_image()
Call Tree
from
examples
get_state()
is called by 3 functions and calls 1 function:
lv_imagebutton_event()
draw_main()
refr_image()
All items filtered out
get_state()
lv_obj_get_state()
All items filtered out
Data Use
from
examples
get_state()
reads 9 variables:
::LV_STATE_CHECKED
::LV_STATE_PRESSED
::LV_STATE_DISABLED
lv_imagebutton_state_t::LV_IMAGEBUTTON_STATE_RELEASED
lv_imagebutton_state_t::LV_IMAGEBUTTON_STATE_PRESSED
lv_imagebutton_state_t::LV_IMAGEBUTTON_STATE_DISABLED
lv_imagebutton_state_t::LV_IMAGEBUTTON_STATE_CHECKED_RELEASED
lv_imagebutton_state_t::LV_IMAGEBUTTON_STATE_CHECKED_PRESSED
lv_imagebutton_state_t::LV_IMAGEBUTTON_STATE_CHECKED_DISABLED
All items filtered out
get_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