i80_controller sample
lv_chart_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_chart_constructor()
lv_chart_constructor() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_chart.c:35
static
void
lv_chart_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_chart.c:602
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_chart_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_chart.c:602
static
void
lv_chart_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_chart.c:35
.
constructor_cb
=
lv_chart_constructor
,
lv_chart.c:53
Call Tree
from
examples
lv_chart_constructor()
calls 1 function:
All items filtered out
lv_chart_constructor()
lv_ll_init()
All items filtered out
Data Use
from
examples
lv_chart_constructor()
reads 6 variables and writes 6 variables:
lv_chart_type_t::LV_CHART_TYPE_LINE
lv_chart_update_mode_t::LV_CHART_UPDATE_MODE_SHIFT
lv_chart_t::ymin
lv_chart_t::ymax
lv_chart_t::xmin
lv_chart_t::xmax
All items filtered out
lv_chart_constructor()
lv_chart_t::pressed_point_id
lv_chart_t::hdiv_cnt
lv_chart_t::vdiv_cnt
lv_chart_t::point_cnt
lv_chart_t::type
lv_chart_t::update_mode
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_chart_constructor()
is implemented by 1 functions:
All items filtered out
lv_chart_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