i80_controller sample
lv_table_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_table_constructor()
lv_table_constructor() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_table.c:36
static
void
lv_table_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_table.c:509
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_table_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_table.c:509
static
void
lv_table_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_table.c:36
.
constructor_cb
=
lv_table_constructor
,
lv_table.c:60
Call Tree
from
examples
lv_table_constructor()
calls 2 functions:
All items filtered out
lv_table_constructor()
lv_malloc()
lv_realloc()
All items filtered out
Data Use
from
examples
lv_table_constructor()
reads 5 variables and writes 5 variables:
lv_table_t::col_cnt
lv_table_t::row_cnt
lv_table_t::cell_data
lv_table_t::row_h
lv_table_t::col_w
All items filtered out
lv_table_constructor()
lv_table_t::col_cnt
lv_table_t::row_cnt
lv_table_t::cell_data
lv_table_t::row_h
lv_table_t::col_w
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_table_constructor()
is implemented by 1 functions:
All items filtered out
lv_table_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