i80_controller sample
apply_theme_recursion()
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
apply_theme_recursion()
apply_theme_recursion() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_theme.c:26
static
void
apply_theme_recursion
(
lv_theme_t
*
th
,
lv_obj_t
*
obj
)
;
Implemented in
lv_theme.c:106
Arguments
Argument
th
obj
Examples
References
from
examples
Code
Location
Referrer
static
void
apply_theme_recursion
(
lv_theme_t
*
th
,
lv_obj_t
*
obj
)
lv_theme.c:106
static
void
apply_theme_recursion
(
lv_theme_t
*
th
,
lv_obj_t
*
obj
)
;
lv_theme.c:26
apply_theme_recursion
(
th
,
obj
)
;
/*Apply the theme including the base theme(s)*/
lv_theme.c:53
lv_theme_apply()
apply_theme_recursion
(
th
,
obj
)
;
lv_theme.c:115
apply_theme_recursion()
Call Tree
from
examples
apply_theme_recursion()
is called by 2 functions and calls 2 functions:
lv_theme_apply()
apply_theme_recursion()
All items filtered out
apply_theme_recursion()
apply_theme()
apply_theme_recursion()
All items filtered out
Data Use
from
examples
apply_theme_recursion()
reads 4 variables and writes 1 variable:
lv_obj_class_theme_inheritable_t::LV_OBJ_CLASS_THEME_INHERITABLE_TRUE
lv_obj_t::class_p
lv_obj_class_t::base_class
lv_obj_class_t::theme_inheritable
All items filtered out
apply_theme_recursion()
lv_obj_t::class_p
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out