i80_controller sample
lv_event_t::stop_processing
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (1/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_event_t::stop_processing
lv_event_t::stop_processing field
Syntax
Show:
Summary
Declaration
from
lv_event_private.h:41
uint8_t
stop_processing
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
stop_processing
:
1
;
lv_event_private.h:41
if
(
e
->
stop_processing
)
return
LV_RESULT_OK
;
lv_event.c:78
lv_event_send()
e
->
stop_processing
=
1
;
lv_event.c:203
lv_event_stop_processing()
e
.
stop_processing
=
0
;
lv_obj_event.c:62
lv_obj_send_event()
if
(
e
->
stop_processing
)
return
LV_RESULT_OK
;
lv_obj_event.c:353
event_send_core()
if
(
res
!=
LV_RESULT_OK
||
e
->
stop_processing
)
return
res
;
lv_obj_event.c:362
event_send_core()
if
(
res
!=
LV_RESULT_OK
||
e
->
stop_processing
)
return
res
;
lv_obj_event.c:365
event_send_core()
if
(
res
!=
LV_RESULT_OK
||
e
->
stop_processing
)
return
res
;
lv_obj_event.c:368
event_send_core()
if
(
res
!=
LV_RESULT_OK
||
e
->
stop_processing
||
e
->
stop_bubbling
)
return
res
;
lv_obj_event.c:374
event_send_core()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_event_t::stop_processing
is written by 2 functions and is read by 2 functions:
lv_obj_send_event()
lv_event_stop_processing()
All items filtered out
lv_event_t::stop_processing
event_send_core()
lv_event_send()
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