i80_controller sample
lv_obj_spec_attr_t::scroll_dir
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
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_spec_attr_t::scroll_dir
lv_obj_spec_attr_t::scroll_dir field
The allowed scroll direction(s), see `lv_dir_t`
Syntax
Show:
Summary
Declaration
from
lv_obj_private.h:45
uint16_t
scroll_dir
:
4
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
scroll_dir
:
4
;
/**< The allowed scroll direction(s), see `lv_dir_t`*/
lv_obj_private.h:45
obj
->
spec_attr
->
scroll_dir
=
LV_DIR_ALL
;
lv_obj.c:386
lv_obj_allocate_spec_attr()
if
(
dir
!=
obj
->
spec_attr
->
scroll_dir
)
{
lv_obj_scroll.c:73
lv_obj_set_scroll_dir()
obj
->
spec_attr
->
scroll_dir
=
dir
;
lv_obj_scroll.c:74
lv_obj_set_scroll_dir()
if
(
obj
->
spec_attr
)
return
(
lv_dir_t
)
obj
->
spec_attr
->
scroll_dir
;
lv_obj_scroll.c:102
lv_obj_get_scroll_dir()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_obj_spec_attr_t::scroll_dir
is written by 2 functions and is read by 2 functions:
lv_obj_allocate_spec_attr()
lv_obj_set_scroll_dir()
All items filtered out
lv_obj_spec_attr_t::scroll_dir
lv_obj_set_scroll_dir()
lv_obj_get_scroll_dir()
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