i80_controller sample
event_handler()
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
event_handler()
event_handler() function
Syntax
Show:
Summary
Declaration
from
lv_example_checkbox_1.c:4
static
void
event_handler
(
lv_event_t
*
e
)
;
Arguments
Argument
e
Examples
References
from
examples
Code
Location
Referrer
static
void
event_handler
(
lv_event_t
*
e
)
lv_example_checkbox_1.c:4
lv_obj_add_event_cb
(
cb
,
event_handler
,
LV_EVENT_ALL
,
NULL
)
;
lv_example_checkbox_1.c:26
lv_example_checkbox_1()
lv_obj_add_event_cb
(
cb
,
event_handler
,
LV_EVENT_ALL
,
NULL
)
;
lv_example_checkbox_1.c:31
lv_example_checkbox_1()
lv_obj_add_event_cb
(
cb
,
event_handler
,
LV_EVENT_ALL
,
NULL
)
;
lv_example_checkbox_1.c:36
lv_example_checkbox_1()
lv_obj_add_event_cb
(
cb
,
event_handler
,
LV_EVENT_ALL
,
NULL
)
;
lv_example_checkbox_1.c:41
lv_example_checkbox_1()
Call Tree
from
examples
event_handler()
calls 4 functions:
All items filtered out
event_handler()
lv_event_get_target()
lv_event_get_code()
lv_obj_get_state()
lv_checkbox_get_text()
All items filtered out
Data Use
from
examples
event_handler()
reads 2 variables and writes 1 variable:
lv_event_code_t::LV_EVENT_VALUE_CHANGED
::LV_STATE_CHECKED
All items filtered out
event_handler()
lv_example_checkbox_1()
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