i80_controller sample
lv_obj_t::h_layout
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_t::h_layout
lv_obj_t::h_layout field
Syntax
Show:
Summary
Declaration
from
lv_obj_private.h:70
uint16_t
h_layout
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
h_layout
:
1
;
lv_obj_private.h:70
if
(
(
f
.
row
&&
h_set
==
LV_SIZE_CONTENT
&&
cont
->
h_layout
==
0
)
||
lv_flex.c:158
flex_update()
item
->
h_layout
=
0
;
lv_flex.c:392
children_repos()
item
->
h_layout
=
1
;
lv_flex.c:395
children_repos()
item
->
h_layout
=
0
;
lv_flex.c:412
children_repos()
bool
auto_h
=
h_set
==
LV_SIZE_CONTENT
&&
!
cont
->
h_layout
;
lv_grid.c:255
calc()
item
->
h_layout
=
0
;
lv_grid.c:521
item_repos()
item
->
h_layout
=
1
;
lv_grid.c:526
item_repos()
item
->
h_layout
=
0
;
lv_grid.c:531
item_repos()
item
->
h_layout
=
0
;
lv_grid.c:535
item_repos()
if
(
obj
->
w_layout
&&
obj
->
h_layout
)
return
false
;
lv_obj_pos.c:90
lv_obj_refr_size()
if
(
obj
->
h_layout
)
{
lv_obj_pos.c:131
lv_obj_refr_size()
if
(
parent
->
h_layout
==
0
&&
lv_obj_get_style_height
(
parent
,
0
)
==
LV_SIZE_CONTENT
)
{
lv_obj_pos.c:146
lv_obj_refr_size()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_obj_t::h_layout
is written by 2 functions and is read by 3 functions:
children_repos()
item_repos()
All items filtered out
lv_obj_t::h_layout
lv_obj_refr_size()
flex_update()
calc()
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