i80_controller sample
my_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
my_constructor()
my_constructor() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_calendar_header_dropdown.c:28
static
void
my_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_calendar_header_dropdown.c:101
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
my_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_calendar_header_dropdown.c:101
static
void
my_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_calendar_header_dropdown.c:28
.
constructor_cb
=
my_constructor
,
lv_calendar_header_dropdown.c:41
Call Tree
from
examples
my_constructor()
calls 8 functions:
All items filtered out
my_constructor()
lv_obj_move_to_index()
lv_obj_get_parent()
lv_obj_send_event()
lv_obj_add_event_cb()
lv_obj_set_flex_flow()
lv_obj_set_flex_grow()
lv_dropdown_create()
lv_dropdown_set_options()
All items filtered out
Data Use
from
examples
my_constructor()
reads 7 variables:
lv_event_code_t::LV_EVENT_VALUE_CHANGED
lv_flex_flow_t::LV_FLEX_FLOW_ROW
month_event_cb()
year_event_cb()
year_list
month_list
value_changed_event_cb()
All items filtered out
my_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
my_constructor()
is implemented by 1 functions:
All items filtered out
my_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