i2c_oled sample
lv_obj_draw_part_dsc_t::id
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lv_obj_draw_part_dsc_t::id
lv_obj_draw_part_dsc_t::id field
The index of the part. E.g. a button's index on button matrix or table cell index.
Syntax
Show:
Summary
Declaration
from
lv_obj_draw.h:63
uint32_t
id
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
id
;
/**< The index of the part. E.g. a button's index on button matrix or table cell index.*/
lv_obj_draw.h:63
part_draw_dsc
.
id
=
btn_i
;
lv_btnmatrix.c:748
draw_main()
if
(
dsc
->
id
<
7
)
{
lv_calendar.c:297
draw_part_begin_event_cb()
else
if
(
lv_btnmatrix_has_btn_ctrl
(
obj
,
dsc
->
id
,
LV_BTNMATRIX_CTRL_DISABLED
)
)
{
lv_calendar.c:301
draw_part_begin_event_cb()
if
(
lv_btnmatrix_has_btn_ctrl
(
obj
,
dsc
->
id
,
LV_CALENDAR_CTRL_HIGHLIGHT
)
)
{
lv_calendar.c:307
draw_part_begin_event_cb()
if
(
lv_btnmatrix_get_selected_btn
(
obj
)
==
dsc
->
id
)
{
lv_calendar.c:310
draw_part_begin_event_cb()
if
(
lv_btnmatrix_has_btn_ctrl
(
obj
,
dsc
->
id
,
LV_CALENDAR_CTRL_TODAY
)
)
{
lv_calendar.c:315
draw_part_begin_event_cb()
part_draw_dsc
.
id
=
0xFFFFFFFF
;
lv_chart.c:789
draw_div_lines()
part_draw_dsc
.
id
=
i
;
lv_chart.c:821
draw_div_lines()
part_draw_dsc
.
id
=
i
;
lv_chart.c:849
draw_div_lines()
part_draw_dsc
.
id
=
0xFFFFFFFF
;
lv_chart.c:857
draw_div_lines()
part_draw_dsc
.
id
=
i
-
1
;
lv_chart.c:985
draw_series_line()
part_draw_dsc
.
id
=
i
-
1
;
lv_chart.c:1018
draw_series_line()
part_draw_dsc
.
id
=
i
-
1
;
lv_chart.c:1133
draw_series_scatter()
part_draw_dsc
.
id
=
i
-
1
;
lv_chart.c:1163
draw_series_scatter()
part_draw_dsc
.
id
=
i
;
lv_chart.c:1227
draw_series_bar()
part_draw_dsc
.
id
=
axis
;
lv_chart.c:1431
draw_y_ticks()
part_draw_dsc
.
id
=
LV_CHART_AXIS_PRIMARY_X
;
lv_chart.c:1556
draw_x_ticks()
part_draw_dsc
.
id
=
i
;
lv_meter.c:490
draw_ticks_and_labels()
part_draw_dsc
.
id
=
LV_METER_DRAW_PART_NEEDLE_LINE
;
lv_meter.c:588
draw_needles()
part_draw_dsc
.
id
=
0
;
lv_slider.c:367
draw_knob()
part_draw_dsc
.
id
=
1
;
lv_slider.c:400
draw_knob()
part_draw_dsc
.
id
=
row
*
table
->
col_cnt
+
col
;
lv_table.c:716
draw_main()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_obj_draw_part_dsc_t::id
is written by 11 functions and is read by 1 function:
draw_div_lines()
draw_series_line()
draw_series_scatter()
draw_series_bar()
draw_y_ticks()
draw_x_ticks()
draw_ticks_and_labels()
draw_needles()
draw_main()
draw_knob()
draw_main()
All items filtered out
lv_obj_draw_part_dsc_t::id
draw_part_begin_event_cb()
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