i80_controller sample
insert_handler()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
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
insert_handler()
insert_handler() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_textarea.c:60
static
lv_result_t
insert_handler
(
lv_obj_t
*
obj
,
const
char
*
txt
)
;
Implemented in
lv_textarea.c:1370
Arguments
Argument
obj
txt
Examples
References
from
examples
Code
Location
Referrer
static
lv_result_t
insert_handler
(
lv_obj_t
*
obj
,
const
char
*
txt
)
lv_textarea.c:1370
static
lv_result_t
insert_handler
(
lv_obj_t
*
obj
,
const
char
*
txt
)
;
lv_textarea.c:60
lv_result_t
res
=
insert_handler
(
obj
,
letter_buf
)
;
lv_textarea.c:229
lv_textarea_add_char()
lv_result_t
res
=
insert_handler
(
obj
,
txt
)
;
lv_textarea.c:288
lv_textarea_add_text()
lv_result_t
res
=
insert_handler
(
obj
,
del_buf
)
;
lv_textarea.c:330
lv_textarea_delete_char()
Call Tree
from
examples
insert_handler()
is called by 3 functions and calls 3 functions:
lv_textarea_add_char()
lv_textarea_add_text()
lv_textarea_delete_char()
All items filtered out
insert_handler()
lv_strcmp()
lv_obj_send_event()
lv_textarea_add_text()
All items filtered out
Data Use
from
examples
insert_handler()
reads 4 variables and writes 1 variable:
lv_event_code_t::LV_EVENT_INSERT
lv_result_t::LV_RESULT_INVALID
lv_result_t::LV_RESULT_OK
ta_insert_replace
All items filtered out
insert_handler()
ta_insert_replace
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