i80_controller sample
lv_roller_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_roller_constructor()
lv_roller_constructor() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_roller.c:40
static
void
lv_roller_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_roller.c:307
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_roller_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_roller.c:307
static
void
lv_roller_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_roller.c:40
.
constructor_cb
=
lv_roller_constructor
,
lv_roller.c:79
Call Tree
from
examples
lv_roller_constructor()
calls 4 functions:
All items filtered out
lv_roller_constructor()
lv_obj_class_create_obj()
lv_obj_class_init_obj()
lv_obj_remove_flag()
lv_roller_set_options()
All items filtered out
Data Use
from
examples
lv_roller_constructor()
reads 3 variables and writes 4 variables:
lv_obj_flag_t::LV_OBJ_FLAG_SCROLLABLE
lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_CHAIN_VER
lv_roller_mode_t::LV_ROLLER_MODE_NORMAL
All items filtered out
lv_roller_constructor()
lv_roller_t::option_cnt
lv_roller_t::sel_opt_id
lv_roller_t::sel_opt_id_ori
lv_roller_t::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_roller_constructor()
is implemented by 1 functions:
All items filtered out
lv_roller_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