i80_controller sample
lv_checkbox_event()
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
lv_checkbox_event()
lv_checkbox_event() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_checkbox.c:34
static
void
lv_checkbox_event
(
const
lv_obj_class_t
*
class_p
,
lv_event_t
*
e
)
;
Implemented in
lv_checkbox.c:167
Arguments
Argument
class_p
e
Examples
References
from
examples
Code
Location
static
void
lv_checkbox_event
(
const
lv_obj_class_t
*
class_p
,
lv_event_t
*
e
)
lv_checkbox.c:167
static
void
lv_checkbox_event
(
const
lv_obj_class_t
*
class_p
,
lv_event_t
*
e
)
;
lv_checkbox.c:34
.
event_cb
=
lv_checkbox_event
,
lv_checkbox.c:43
Call Tree
from
examples
lv_checkbox_event()
calls 16 functions:
All items filtered out
lv_checkbox_event()
lv_obj_get_style_pad_top()
lv_obj_get_style_pad_bottom()
lv_obj_get_style_pad_left()
lv_obj_get_style_pad_right()
lv_obj_get_style_pad_column()
lv_obj_get_style_text_font()
lv_obj_get_style_text_letter_space()
lv_obj_get_style_text_line_space()
lv_event_get_current_target()
lv_event_get_code()
lv_event_get_param()
lv_obj_calculate_ext_draw_size()
lv_obj_event_base()
lv_font_get_line_height()
lv_text_get_size()
lv_checkbox_draw()
All items filtered out
Data Use
from
examples
lv_checkbox_event()
reads 10 variables and writes 2 variables:
lv_event_code_t::LV_EVENT_GET_SELF_SIZE
lv_event_code_t::LV_EVENT_REFR_EXT_DRAW_SIZE
lv_event_code_t::LV_EVENT_DRAW_MAIN
lv_point_t::x
lv_point_t::y
::LV_PART_MAIN
::LV_PART_INDICATOR
lv_text_flag_t::LV_TEXT_FLAG_NONE
lv_result_t::LV_RESULT_OK
lv_checkbox_t::txt
All items filtered out
lv_checkbox_event()
lv_point_t::x
lv_point_t::y
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
lv_checkbox_event()
is implemented by 1 functions:
All items filtered out
lv_checkbox_event()
lv_obj_class_t::event_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out