i80_controller sample
lv_obj_spec_attr_t::scroll
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_obj_spec_attr_t::scroll
lv_obj_spec_attr_t::scroll field
The current X/Y scroll offset
Syntax
Show:
Summary
Declaration
from
lv_obj_private.h:36
lv_point_t
scroll
;
Examples
References
from
examples
Code
Location
Referrer
lv_point_t
scroll
;
/**< The current X/Y scroll offset*/
lv_obj_private.h:36
if
(
obj
->
spec_attr
)
obj
->
spec_attr
->
scroll
.
x
=
0
;
lv_obj_pos.c:982
calc_content_width()
if
(
obj
->
spec_attr
)
obj
->
spec_attr
->
scroll
.
x
=
-
scroll_x_tmp
;
lv_obj_pos.c:1068
calc_content_width()
if
(
obj
->
spec_attr
)
obj
->
spec_attr
->
scroll
.
y
=
0
;
lv_obj_pos.c:1077
calc_content_height()
if
(
obj
->
spec_attr
)
obj
->
spec_attr
->
scroll
.
y
=
-
scroll_y_tmp
;
lv_obj_pos.c:1120
calc_content_height()
return
-
obj
->
spec_attr
->
scroll
.
x
;
lv_obj_scroll.c:121
lv_obj_get_scroll_x()
return
-
obj
->
spec_attr
->
scroll
.
y
;
lv_obj_scroll.c:127
lv_obj_get_scroll_y()
return
-
obj
->
spec_attr
->
scroll
.
y
;
lv_obj_scroll.c:133
lv_obj_get_scroll_top()
return
-
obj
->
spec_attr
->
scroll
.
x
;
lv_obj_scroll.c:172
lv_obj_get_scroll_left()
return
obj
->
spec_attr
->
scroll
.
x
;
lv_obj_scroll.c:215
lv_obj_get_scroll_right()
obj
->
spec_attr
->
scroll
.
x
+=
x
;
lv_obj_scroll.c:419
lv_obj_scroll_by_raw()
obj
->
spec_attr
->
scroll
.
y
+=
y
;
lv_obj_scroll.c:420
lv_obj_scroll_by_raw()
obj
->
spec_attr
->
scroll
.
x
=
0
;
lv_obj_tree.c:106
lv_obj_clean()
obj
->
spec_attr
->
scroll
.
y
=
0
;
lv_obj_tree.c:107
lv_obj_clean()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_obj_spec_attr_t::scroll
is read by 9 functions:
All items filtered out
lv_obj_spec_attr_t::scroll
calc_content_width()
calc_content_height()
lv_obj_get_scroll_x()
lv_obj_get_scroll_y()
lv_obj_get_scroll_top()
lv_obj_get_scroll_left()
lv_obj_get_scroll_right()
lv_obj_scroll_by_raw()
lv_obj_clean()
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