i80_controller sample
lv_arc_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_arc_constructor()
lv_arc_constructor() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_arc.c:41
static
void
lv_arc_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_arc.c:412
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_arc_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_arc.c:412
static
void
lv_arc_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_arc.c:41
.
constructor_cb
=
lv_arc_constructor
,
lv_arc.c:58
Call Tree
from
examples
lv_arc_constructor()
calls 4 functions:
All items filtered out
lv_arc_constructor()
lv_obj_add_flag()
lv_obj_remove_flag()
lv_tick_get()
lv_obj_set_ext_click_area()
All items filtered out
Data Use
from
examples
lv_arc_constructor()
reads 5 variables and writes 15 variables:
lv_obj_flag_t::LV_OBJ_FLAG_CLICKABLE
lv_obj_flag_t::LV_OBJ_FLAG_SCROLLABLE
lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_CHAIN
lv_arc_mode_t::LV_ARC_MODE_NORMAL
lv_arc_t::indic_angle_end
All items filtered out
lv_arc_constructor()
lv_arc_t::rotation
lv_arc_t::indic_angle_start
lv_arc_t::indic_angle_end
lv_arc_t::bg_angle_start
lv_arc_t::bg_angle_end
lv_arc_t::value
lv_arc_t::min_value
lv_arc_t::max_value
lv_arc_t::dragging
lv_arc_t::type
lv_arc_t::min_close
lv_arc_t::in_out
lv_arc_t::chg_rate
lv_arc_t::last_tick
lv_arc_t::last_angle
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_arc_constructor()
is implemented by 1 functions:
All items filtered out
lv_arc_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