i80_controller sample
lv_obj_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_obj_constructor()
lv_obj_constructor() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_obj.c:45
static
void
lv_obj_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_obj.c:479
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_obj_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_obj.c:479
static
void
lv_obj_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_obj.c:45
.
constructor_cb
=
lv_obj_constructor
,
lv_obj.c:181
Call Tree
from
examples
lv_obj_constructor()
calls 4 functions:
All items filtered out
lv_obj_constructor()
lv_obj_get_style_pad_top()
lv_obj_get_style_pad_left()
lv_obj_get_scroll_top()
lv_obj_get_scroll_left()
All items filtered out
Data Use
from
examples
lv_obj_constructor()
reads 16 variables and writes 5 variables:
lv_area_t::x1
lv_area_t::y1
::LV_PART_MAIN
lv_obj_flag_t::LV_OBJ_FLAG_CLICKABLE
lv_obj_flag_t::LV_OBJ_FLAG_CLICK_FOCUSABLE
lv_obj_flag_t::LV_OBJ_FLAG_SCROLLABLE
lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_ELASTIC
lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_MOMENTUM
lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_CHAIN
lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_WITH_ARROW
lv_obj_flag_t::LV_OBJ_FLAG_SNAPPABLE
lv_obj_flag_t::LV_OBJ_FLAG_PRESS_LOCK
lv_obj_flag_t::LV_OBJ_FLAG_GESTURE_BUBBLE
lv_obj_t::parent
lv_obj_t::coords
lv_obj_t::flags
All items filtered out
lv_obj_constructor()
lv_area_t::x1
lv_area_t::y1
lv_area_t::x2
lv_area_t::y2
lv_obj_t::flags
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_obj_constructor()
is implemented by 1 functions:
All items filtered out
lv_obj_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