i80_controller sample
lv_menu_constructor()
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_menu_constructor()
lv_menu_constructor() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_menu.c:33
static
void
lv_menu_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_menu.c:519
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_menu_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_menu.c:519
static
void
lv_menu_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_menu.c:33
.
constructor_cb
=
lv_menu_constructor
,
lv_menu.c:41
Call Tree
from
examples
lv_menu_constructor()
calls 17 functions:
All items filtered out
lv_menu_constructor()
lv_obj_set_size()
lv_obj_set_height()
lv_obj_set_layout()
lv_obj_class_create_obj()
lv_obj_class_init_obj()
lv_obj_create()
lv_obj_add_flag()
lv_obj_remove_flag()
lv_obj_add_event_cb()
lv_obj_set_flex_flow()
lv_obj_set_flex_align()
lv_obj_set_flex_grow()
lv_ll_init()
lv_image_create()
lv_image_set_src()
lv_label_create()
lv_button_create()
All items filtered out
Data Use
from
examples
lv_menu_constructor()
reads 18 variables and writes 17 variables:
lv_event_code_t::LV_EVENT_CLICKED
lv_event_code_t::LV_EVENT_VALUE_CHANGED
lv_obj_flag_t::LV_OBJ_FLAG_HIDDEN
lv_obj_flag_t::LV_OBJ_FLAG_CLICKABLE
lv_obj_flag_t::LV_OBJ_FLAG_EVENT_BUBBLE
lv_layout_t::LV_LAYOUT_FLEX
lv_flex_align_t::LV_FLEX_ALIGN_START
lv_flex_align_t::LV_FLEX_ALIGN_CENTER
lv_flex_flow_t::LV_FLEX_FLOW_ROW
lv_flex_flow_t::LV_FLEX_FLOW_COLUMN
lv_menu_mode_header_t::LV_MENU_HEADER_TOP_FIXED
lv_menu_mode_root_back_button_t::LV_MENU_ROOT_BACK_BUTTON_DISABLED
lv_menu_t::storage
lv_menu_t::main_header
lv_menu_t::main_header_back_btn
lv_menu_t::history_ll
lv_menu_value_changed_event_cb()
lv_menu_back_event_cb()
All items filtered out
lv_menu_constructor()
lv_menu_t::storage
lv_menu_t::main
lv_menu_t::main_page
lv_menu_t::main_header
lv_menu_t::main_header_back_btn
lv_menu_t::main_header_title
lv_menu_t::sidebar
lv_menu_t::sidebar_page
lv_menu_t::sidebar_header
lv_menu_t::sidebar_header_back_btn
lv_menu_t::sidebar_header_title
lv_menu_t::selected_tab
lv_menu_t::cur_depth
lv_menu_t::prev_depth
lv_menu_t::sidebar_generated
lv_menu_t::mode_header
lv_menu_t::mode_root_back_btn
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
lv_menu_constructor()
is implemented by 1 functions:
All items filtered out
lv_menu_constructor()
lv_obj_class_t::constructor_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out