i80_controller sample
lv_dropdown_t::dir
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/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_dropdown_t::dir
lv_dropdown_t::dir field
Direction in which the list should open
Syntax
Show:
Summary
Declaration
from
lv_dropdown_private.h:44
uint8_t
dir
:
4
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
dir
:
4
;
/**< Direction in which the list should open*/
lv_dropdown_private.h:44
if
(
dropdown
->
dir
==
dir
)
return
;
lv_dropdown.c:361
lv_dropdown_set_dir()
dropdown
->
dir
=
dir
;
lv_dropdown.c:363
lv_dropdown_set_dir()
return
dropdown
->
dir
;
lv_dropdown.c:508
lv_dropdown_get_dir()
(
dropdown
->
dir
==
LV_DIR_TOP
||
dropdown
->
dir
==
LV_DIR_BOTTOM
)
)
{
lv_dropdown.c:536
lv_dropdown_open()
lv_dir_t
dir
=
dropdown
->
dir
;
lv_dropdown.c:548
lv_dropdown_open()
if
(
dropdown
->
dir
==
LV_DIR_BOTTOM
)
{
lv_dropdown.c:550
lv_dropdown_open()
else
if
(
dropdown
->
dir
==
LV_DIR_TOP
)
{
lv_dropdown.c:563
lv_dropdown_open()
if
(
dropdown
->
dir
==
LV_DIR_LEFT
||
dropdown
->
dir
==
LV_DIR_RIGHT
)
{
lv_dropdown.c:588
lv_dropdown_open()
dropdown
->
dir
=
LV_DIR_BOTTOM
;
lv_dropdown.c:664
lv_dropdown_constructor()
if
(
dropdown
->
dir
==
LV_DIR_LEFT
)
symbol_to_left
=
true
;
lv_dropdown.c:880
draw_main()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_dropdown_t::dir
is written by 2 functions and is read by 4 functions:
lv_dropdown_set_dir()
lv_dropdown_constructor()
All items filtered out
lv_dropdown_t::dir
lv_dropdown_set_dir()
lv_dropdown_get_dir()
lv_dropdown_open()
draw_main()
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