i80_controller sample
lv_obj_get_style_layout()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_layout()
lv_obj_get_style_layout() function
Syntax
Show:
Summary
Declaration
from
lv_obj_style_gen.h:634
static
inline
uint16_t
lv_obj_get_style_layout
(
const
lv_obj_t
*
obj
,
lv_part_t
part
)
;
Arguments
Argument
obj
part
Examples
References
from
examples
Code
Location
Referrer
static
inline
uint16_t
lv_obj_get_style_layout
(
const
lv_obj_t
*
obj
,
lv_part_t
part
)
lv_obj_style_gen.h:634
lv_layout_t
layout_id
=
lv_obj_get_style_layout
(
obj
,
LV_PART_MAIN
)
;
lv_layout.c:70
lv_layout_apply()
uint16_t
layout
=
lv_obj_get_style_layout
(
obj
,
LV_PART_MAIN
)
;
lv_obj.c:842
lv_obj_event()
uint16_t
layout
=
lv_obj_get_style_layout
(
obj
,
LV_PART_MAIN
)
;
lv_obj.c:858
lv_obj_event()
uint32_t
layout
=
lv_obj_get_style_layout
(
parent
,
LV_PART_MAIN
)
;
lv_obj_pos.c:275
lv_obj_is_layout_positioned()
Call Tree
from
examples
lv_obj_get_style_layout()
is called by 3 functions and calls 1 function:
lv_obj_event()
lv_obj_is_layout_positioned()
lv_layout_apply()
All items filtered out
lv_obj_get_style_layout()
lv_obj_get_style_prop()
All items filtered out
Data Use
from
examples
lv_obj_get_style_layout()
reads 2 variables:
lv_style_value_t::num
::LV_STYLE_LAYOUT
All items filtered out
lv_obj_get_style_layout()
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