i80_controller sample
lv_chart_t::cursor_ll
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/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_chart_t::cursor_ll
lv_chart_t::cursor_ll field
Linked list for the cursors (stores lv_chart_cursor_t)
Syntax
Show:
Summary
Declaration
from
lv_chart_private.h:57
lv_ll_t
cursor_ll
;
Examples
References
from
examples
Code
Location
Referrer
lv_ll_t
cursor_ll
;
/**< Linked list for the cursors (stores lv_chart_cursor_t)*/
lv_chart_private.h:57
lv_chart_cursor_t
*
cursor
=
lv_ll_ins_head
(
&
chart
->
cursor_ll
)
;
lv_chart.c:416
lv_chart_add_cursor()
lv_ll_init
(
&
chart
->
cursor_ll
,
sizeof
(
lv_chart_cursor_t
)
)
;
lv_chart.c:610
lv_chart_constructor()
while
(
chart
->
cursor_ll
.
head
)
{
lv_chart.c:651
lv_chart_destructor()
cur
=
lv_ll_get_head
(
&
chart
->
cursor_ll
)
;
lv_chart.c:652
lv_chart_destructor()
lv_ll_remove
(
&
chart
->
cursor_ll
,
cur
)
;
lv_chart.c:653
lv_chart_destructor()
lv_ll_clear
(
&
chart
->
cursor_ll
)
;
lv_chart.c:656
lv_chart_destructor()
if
(
lv_ll_is_empty
(
&
chart
->
cursor_ll
)
)
return
;
lv_chart.c:1138
draw_cursors()
LV_LL_READ_BACK
(
&
chart
->
cursor_ll
,
cursor
)
{
lv_chart.c:1163
draw_cursors()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_chart_t::cursor_ll
is read by 1 function:
All items filtered out
lv_chart_t::cursor_ll
lv_chart_destructor()
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