i80_controller sample
lv_obj_get_style_max_width()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/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
lv_obj_get_style_max_width()
lv_obj_get_style_max_width() function
Syntax
Show:
Summary
Declaration
from
lv_obj_style_gen.h:34
static
inline
int32_t
lv_obj_get_style_max_width
(
const
lv_obj_t
*
obj
,
lv_part_t
part
)
;
Arguments
Argument
obj
part
Examples
References
from
examples
Code
Location
Referrer
static
inline
int32_t
lv_obj_get_style_max_width
(
const
lv_obj_t
*
obj
,
lv_part_t
part
)
lv_obj_style_gen.h:34
new_dsc
[
t
->
grow_item_cnt
-
1
]
.
max_size
=
f
->
row
?
lv_obj_get_style_max_width
(
item
,
LV_PART_MAIN
)
lv_flex.c:273
find_track_end()
w
=
LV_MIN
(
w
,
lv_obj_get_style_max_width
(
obj
,
0
)
)
;
lv_label.c:757
lv_label_event()
lv_obj_get_style_max_width
(
obj
,
LV_PART_MAIN
)
==
LV_COORD_MAX
&&
lv_label.c:1308
get_label_flags()
int32_t
maxw
=
lv_obj_get_style_max_width
(
obj
,
LV_PART_MAIN
)
;
lv_obj_pos.c:124
lv_obj_refr_size()
Call Tree
from
examples
lv_obj_get_style_max_width()
is called by 4 functions and calls 1 function:
lv_obj_refr_size()
find_track_end()
lv_label_event()
get_label_flags()
All items filtered out
lv_obj_get_style_max_width()
lv_obj_get_style_prop()
All items filtered out
Data Use
from
examples
lv_obj_get_style_max_width()
reads 2 variables:
lv_style_value_t::num
::LV_STYLE_MAX_WIDTH
All items filtered out
lv_obj_get_style_max_width()
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