i80_controller sample
lv_win_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_win_constructor()
lv_win_constructor() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_win.c:25
static
void
lv_win_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_win.c:93
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_win_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_win.c:93
static
void
lv_win_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_win.c:25
.
constructor_cb
=
lv_win_constructor
,
lv_win.c:31
Call Tree
from
examples
lv_win_constructor()
calls 11 functions:
All items filtered out
lv_win_constructor()
lv_display_get_dpi()
lv_obj_get_display()
lv_obj_get_parent()
lv_obj_set_size()
lv_obj_set_width()
lv_obj_get_width()
lv_obj_get_height()
lv_obj_create()
lv_obj_set_flex_flow()
lv_obj_set_flex_align()
lv_obj_set_flex_grow()
All items filtered out
Data Use
from
examples
lv_win_constructor()
reads 4 variables:
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
All items filtered out
lv_win_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_win_constructor()
is implemented by 1 functions:
All items filtered out
lv_win_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