i80_controller sample
lv_obj_class_t::theme_inheritable
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_obj_class_t::theme_inheritable
lv_obj_class_t::theme_inheritable field
Value from ::lv_obj_class_theme_inheritable_t
Syntax
Show:
Summary
Declaration
from
lv_obj_class_private.h:60
uint32_t
theme_inheritable
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
theme_inheritable
:
1
;
/**< Value from ::lv_obj_class_theme_inheritable_t*/
lv_obj_class_private.h:60
if
(
obj
->
class_p
->
base_class
&&
obj
->
class_p
->
theme_inheritable
==
LV_OBJ_CLASS_THEME_INHERITABLE_TRUE
)
{
lv_theme.c:110
apply_theme_recursion()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_obj_class_t::theme_inheritable
is read by 1 function:
All items filtered out
lv_obj_class_t::theme_inheritable
apply_theme_recursion()
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