i80_controller sample
lv_obj_class_t::width_def
is only used within i80_controller 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
i80_controller sample
lv_obj_class_t::width_def
lv_obj_class_t::width_def field
Syntax
Show:
Summary
Declaration
from
lv_obj_class_private.h:55
int32_t
width_def
;
Examples
References
from
examples
Code
Location
Referrer
int32_t
width_def
;
lv_obj_class_private.h:55
.
width_def
=
LV_DPI_DEF
*
2
,
lv_bar.c:68
.
width_def
=
LV_SIZE_CONTENT
,
lv_button.c:33
.
width_def
=
LV_DPI_DEF
*
2
,
lv_buttonmatrix.c:70
.
width_def
=
(
LV_DPI_DEF
*
3
)
/
2
,
lv_calendar.c:53
.
width_def
=
LV_PCT
(
100
)
,
lv_calendar_header_arrow.c:41
.
width_def
=
LV_PCT
(
100
)
,
lv_calendar_header_dropdown.c:39
.
width_def
=
LV_PCT
(
100
)
,
lv_chart.c:56
.
width_def
=
LV_SIZE_CONTENT
,
lv_checkbox.c:44
.
width_def
=
LV_DPI_DEF
,
lv_dropdown.c:119
.
width_def
=
LV_SIZE_CONTENT
,
lv_image.c:109
.
width_def
=
LV_SIZE_CONTENT
,
lv_imagebutton.c:47
.
width_def
=
LV_PCT
(
100
)
,
lv_keyboard.c:67
.
width_def
=
LV_SIZE_CONTENT
,
lv_label.c:96
.
width_def
=
LV_DPI_DEF
/
5
,
lv_led.c:41
.
width_def
=
LV_SIZE_CONTENT
,
lv_line.c:41
.
width_def
=
(
LV_DPI_DEF
*
3
)
/
2
,
lv_list.c:35
.
width_def
=
LV_PCT
(
100
)
,
lv_list.c:42
.
width_def
=
LV_PCT
(
100
)
,
lv_list.c:49
.
width_def
=
(
LV_DPI_DEF
*
3
)
/
2
,
lv_menu.c:44
.
width_def
=
LV_PCT
(
100
)
,
lv_menu.c:53
.
width_def
=
LV_PCT
(
100
)
,
lv_menu.c:62
.
width_def
=
LV_PCT
(
100
)
,
lv_menu.c:70
.
width_def
=
LV_SIZE_CONTENT
,
lv_menu.c:77
.
width_def
=
LV_DPI_DEF
*
2
,
lv_msgbox.c:43
.
width_def
=
LV_PCT
(
100
)
,
lv_msgbox.c:51
.
width_def
=
LV_PCT
(
100
)
,
lv_msgbox.c:59
.
width_def
=
LV_PCT
(
100
)
,
lv_msgbox.c:67
.
width_def
=
LV_SIZE_CONTENT
,
lv_msgbox.c:75
.
width_def
=
LV_DPI_DEF
/
3
,
lv_msgbox.c:84
.
width_def
=
LV_PCT
(
100
)
,
lv_msgbox.c:93
.
width_def
=
LV_DPI_DEF
,
lv_obj.c:184
if
(
cls
->
width_def
!=
0
)
{
lv_obj_style.c:1109
get_selector_style_prop()
value_act
->
num
=
cls
->
width_def
;
lv_obj_style.c:1110
get_selector_style_prop()
.
width_def
=
LV_SIZE_CONTENT
,
lv_roller.c:81
.
width_def
=
LV_SIZE_CONTENT
,
lv_span.c:82
.
width_def
=
LV_DPI_DEF
,
lv_spinbox.c:42
.
width_def
=
(
4
*
LV_DPI_DEF
)
/
10
,
lv_switch.c:59
.
width_def
=
LV_SIZE_CONTENT
,
lv_table.c:63
.
width_def
=
LV_PCT
(
100
)
,
lv_tabview.c:41
.
width_def
=
LV_DPI_DEF
*
2
,
lv_textarea.c:155
.
width_def
=
LV_PCT
(
100
)
,
lv_win.c:32
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_obj_class_t::width_def
is read by 1 function:
All items filtered out
lv_obj_class_t::width_def
get_selector_style_prop()
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