i80_controller sample
lv_menu_section_constructor()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
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_section_constructor()
lv_menu_section_constructor() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_menu.c:38
static
void
lv_menu_section_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_menu.c:632
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_menu_section_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_menu.c:632
static
void
lv_menu_section_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_menu.c:38
.
constructor_cb
=
lv_menu_section_constructor
,
lv_menu.c:68
Call Tree
from
examples
lv_menu_section_constructor()
calls 2 functions:
All items filtered out
lv_menu_section_constructor()
lv_obj_remove_flag()
lv_obj_set_flex_flow()
All items filtered out
Data Use
from
examples
lv_menu_section_constructor()
reads 2 variables:
lv_obj_flag_t::LV_OBJ_FLAG_CLICKABLE
lv_flex_flow_t::LV_FLEX_FLOW_COLUMN
All items filtered out
lv_menu_section_constructor()
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_section_constructor()
is implemented by 1 functions:
All items filtered out
lv_menu_section_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