i80_controller sample
root_page
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
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
root_page
root_page variable
Syntax
Show:
Summary
Declaration
from
lv_example_menu_5.c:11
lv_obj_t
*
root_page
;
Examples
References
from
examples
Code
Location
Referrer
lv_obj_t
*
root_page
;
lv_example_menu_5.c:11
root_page
=
lv_menu_page_create
(
menu
,
"Settings"
)
;
lv_example_menu_5.c:90
lv_example_menu_5()
lv_obj_set_style_pad_hor
(
root_page
,
lv_obj_get_style_pad_left
(
lv_menu_get_main_header
(
menu
)
,
0
)
,
0
)
;
lv_example_menu_5.c:91
lv_example_menu_5()
section
=
lv_menu_section_create
(
root_page
)
;
lv_example_menu_5.c:92
lv_example_menu_5()
create_text
(
root_page
,
NULL
,
"Others"
,
LV_MENU_ITEM_BUILDER_VARIANT_1
)
;
lv_example_menu_5.c:100
lv_example_menu_5()
section
=
lv_menu_section_create
(
root_page
)
;
lv_example_menu_5.c:101
lv_example_menu_5()
lv_menu_set_sidebar_page
(
menu
,
root_page
)
;
lv_example_menu_5.c:107
lv_example_menu_5()
lv_menu_set_sidebar_page
(
menu
,
root_page
)
;
lv_example_menu_5.c:134
switch_handler()
lv_menu_set_page
(
menu
,
root_page
)
;
lv_example_menu_5.c:141
switch_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
root_page
is written by 1 function and is read by 2 functions:
lv_example_menu_5()
All items filtered out
root_page
lv_example_menu_5()
switch_handler()
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