i80_controller sample
lv_obj_get_scroll_dir()
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_scroll_dir()
lv_obj_get_scroll_dir() function
Get the object in which directions can be scrolled
Syntax
Show:
Summary
Declaration
Definition
from
lv_obj_scroll.h:97
lv_dir_t
lv_obj_get_scroll_dir
(
const
lv_obj_t
*
obj
)
;
Implemented in
lv_obj_scroll.c:100
Arguments
Argument
Description
obj
pointer to an object
Examples
References
from
examples
Code
Location
Referrer
lv_dir_t
lv_obj_get_scroll_dir
(
const
lv_obj_t
*
obj
)
lv_obj_scroll.c:100
lv_dir_t
lv_obj_get_scroll_dir
(
const
lv_obj_t
*
obj
)
;
lv_obj_scroll.h:97
lv_dir_t
scroll_dir
=
lv_obj_get_scroll_dir
(
scroll_obj
)
;
lv_indev_scroll.c:100
lv_indev_scroll_handler()
lv_dir_t
scroll_dir
=
lv_obj_get_scroll_dir
(
obj_act
)
;
lv_indev_scroll.c:326
lv_indev_find_scroll_obj()
if
(
!
(
(
lv_obj_get_scroll_dir
(
obj
)
&
LV_DIR_HOR
)
&&
(
sl
>
0
||
sr
>
0
)
)
)
lv_obj.c:785
lv_obj_event()
if
(
!
(
(
lv_obj_get_scroll_dir
(
obj
)
&
LV_DIR_HOR
)
&&
(
sl
>
0
||
sr
>
0
)
)
)
lv_obj.c:792
lv_obj_event()
lv_dir_t
dir
=
lv_obj_get_scroll_dir
(
obj
)
;
lv_obj_scroll.c:475
lv_obj_get_scrollbar_area()
lv_dir_t
scroll_dir
=
lv_obj_get_scroll_dir
(
parent
)
;
lv_obj_scroll.c:694
scroll_area_into_view()
Call Tree
from
examples
lv_obj_get_scroll_dir()
is called by 5 functions:
lv_obj_get_scrollbar_area()
scroll_area_into_view()
lv_obj_event()
lv_indev_scroll_handler()
lv_indev_find_scroll_obj()
All items filtered out
lv_obj_get_scroll_dir()
All items filtered out
Data Use
from
examples
lv_obj_get_scroll_dir()
reads 3 variables:
lv_dir_t::LV_DIR_ALL
lv_obj_spec_attr_t::scroll_dir
lv_obj_t::spec_attr
All items filtered out
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