i80_controller sample
lv_dropdown_constructor()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
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_dropdown_constructor()
lv_dropdown_constructor() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_dropdown.c:43
static
void
lv_dropdown_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_dropdown.c:646
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_dropdown_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_dropdown.c:646
static
void
lv_dropdown_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_dropdown.c:43
.
constructor_cb
=
lv_dropdown_constructor
,
lv_dropdown.c:116
Call Tree
from
examples
lv_dropdown_constructor()
calls 4 functions:
All items filtered out
lv_dropdown_constructor()
lv_obj_get_screen()
lv_obj_add_flag()
lv_dropdown_set_options_static()
lv_dropdown_list_create()
All items filtered out
Data Use
from
examples
lv_dropdown_constructor()
reads 3 variables and writes 12 variables:
lv_dir_t::LV_DIR_BOTTOM
lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_ON_FOCUS
lv_dropdown_t::list
All items filtered out
lv_dropdown_constructor()
lv_dropdown_t::list
lv_dropdown_t::text
lv_dropdown_t::symbol
lv_dropdown_t::options
lv_dropdown_t::option_cnt
lv_dropdown_t::sel_opt_id
lv_dropdown_t::sel_opt_id_orig
lv_dropdown_t::pr_opt_id
lv_dropdown_t::dir
lv_dropdown_t::static_txt
lv_dropdown_t::selected_highlight
lv_dropdown_list_t::dropdown
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_dropdown_constructor()
is implemented by 1 functions:
All items filtered out
lv_dropdown_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