i2c_oled sample
LV_OBJ_FLAG_IGNORE_LAYOUT
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_FLAG_IGNORE_LAYOUT
LV_OBJ_FLAG_IGNORE_LAYOUT value
Make the object position-able by the layouts
Syntax
Show:
Summary
Declaration
from
lv_obj.h:108
LV_OBJ_FLAG_IGNORE_LAYOUT
=
(
1L
<
<
17
)
;
Examples
References
from
examples
Code
Location
Referrer
LV_OBJ_FLAG_IGNORE_LAYOUT
=
(
1L
<
<
17
)
,
/**< Make the object position-able by the layouts*/
lv_obj.h:108
lv_obj_add_flag
(
obj
,
LV_OBJ_FLAG_IGNORE_LAYOUT
)
;
lv_dropdown.c:630
lv_dropdownlist_constructor()
if
(
!
lv_obj_has_flag_any
(
item
,
LV_OBJ_FLAG_IGNORE_LAYOUT
|
LV_OBJ_FLAG_HIDDEN
|
LV_OBJ_FLAG_FLOATING
)
)
{
lv_flex.c:343
find_track_end()
if
(
lv_obj_has_flag_any
(
item
,
LV_OBJ_FLAG_IGNORE_LAYOUT
|
LV_OBJ_FLAG_HIDDEN
|
LV_OBJ_FLAG_FLOATING
)
)
{
lv_flex.c:459
children_repos()
if
(
lv_obj_has_flag_any
(
item
,
LV_OBJ_FLAG_IGNORE_LAYOUT
|
LV_OBJ_FLAG_HIDDEN
|
LV_OBJ_FLAG_FLOATING
)
)
continue
;
lv_grid.c:451
calc_cols()
if
(
lv_obj_has_flag_any
(
item
,
LV_OBJ_FLAG_IGNORE_LAYOUT
|
LV_OBJ_FLAG_HIDDEN
|
LV_OBJ_FLAG_FLOATING
)
)
continue
;
lv_grid.c:520
calc_rows()
if
(
lv_obj_has_flag_any
(
item
,
LV_OBJ_FLAG_IGNORE_LAYOUT
|
LV_OBJ_FLAG_HIDDEN
|
LV_OBJ_FLAG_FLOATING
)
)
return
;
lv_grid.c:584
item_repos()
lv_obj_add_flag
(
indev
->
cursor
,
LV_OBJ_FLAG_IGNORE_LAYOUT
|
LV_OBJ_FLAG_FLOATING
)
;
lv_indev.c:204
lv_indev_set_cursor()
lv_obj_clear_flag
(
parent
,
LV_OBJ_FLAG_IGNORE_LAYOUT
)
;
lv_msgbox.c:71
lv_msgbox_create()
if
(
lv_obj_has_flag_any
(
obj
,
LV_OBJ_FLAG_HIDDEN
|
LV_OBJ_FLAG_IGNORE_LAYOUT
|
LV_OBJ_FLAG_FLOATING
)
)
return
false
;
lv_obj_pos.c:278
lv_obj_is_layout_positioned()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_OBJ_FLAG_IGNORE_LAYOUT
is read by 9 functions:
All items filtered out
LV_OBJ_FLAG_IGNORE_LAYOUT
lv_indev_set_cursor()
lv_obj_is_layout_positioned()
find_track_end()
children_repos()
calc_cols()
calc_rows()
item_repos()
lv_msgbox_create()
lv_dropdownlist_constructor()
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