i80_controller sample
lv_checkbox_destructor()
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_checkbox_destructor()
lv_checkbox_destructor() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_checkbox.c:33
static
void
lv_checkbox_destructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_checkbox.c:154
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_checkbox_destructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_checkbox.c:154
static
void
lv_checkbox_destructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_checkbox.c:33
.
destructor_cb
=
lv_checkbox_destructor
,
lv_checkbox.c:42
Call Tree
from
examples
lv_checkbox_destructor()
calls 1 function:
All items filtered out
lv_checkbox_destructor()
lv_free()
All items filtered out
Data Use
from
examples
lv_checkbox_destructor()
reads 2 variables and writes 1 variable:
lv_checkbox_t::txt
lv_checkbox_t::static_txt
All items filtered out
lv_checkbox_destructor()
lv_checkbox_t::txt
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_checkbox_destructor()
is implemented by 1 functions:
All items filtered out
lv_checkbox_destructor()
lv_obj_class_t::destructor_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out