i80_controller sample
LV_DIR_ALL
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_DIR_ALL
LV_DIR_ALL value
Syntax
Show:
Summary
Declaration
from
lv_area.h:85
LV_DIR_ALL
=
LV_DIR_HOR
|
LV_DIR_VER
;
Examples
References
from
examples
Code
Location
Referrer
LV_DIR_ALL
=
LV_DIR_HOR
|
LV_DIR_VER
,
lv_area.h:85
obj
->
spec_attr
->
scroll_dir
=
LV_DIR_ALL
;
lv_obj.c:386
lv_obj_allocate_spec_attr()
else
return
LV_DIR_ALL
;
lv_obj_scroll.c:103
lv_obj_get_scroll_dir()
case
LV_DIR_ALL
:
lv_tabview.c:175
lv_tabview_set_tab_bar_position()
case
LV_DIR_ALL
:
lv_tabview.c:204
lv_tabview_set_tab_bar_position()
lv_dir_t
dir
=
LV_DIR_ALL
;
lv_tileview.c:174
tileview_event_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LV_DIR_ALL
is read by 4 functions:
All items filtered out
LV_DIR_ALL
lv_obj_allocate_spec_attr()
lv_obj_get_scroll_dir()
lv_tabview_set_tab_bar_position()
tileview_event_cb()
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