i80_controller sample
lv_msgbox_t::content
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_msgbox_t::content
lv_msgbox_t::content field
Syntax
Show:
Summary
Declaration
from
lv_msgbox_private.h:37
lv_obj_t
*
content
;
Examples
References
from
examples
Code
Location
Referrer
lv_obj_t
*
content
;
lv_msgbox_private.h:37
mbox
->
content
=
lv_obj_class_create_obj
(
&
lv_msgbox_content_class
,
obj
)
;
lv_msgbox.c:129
lv_msgbox_create()
if
(
mbox
->
content
==
NULL
)
return
NULL
;
lv_msgbox.c:131
lv_msgbox_create()
lv_obj_class_init_obj
(
mbox
->
content
)
;
lv_msgbox.c:132
lv_msgbox_create()
lv_obj_set_flex_flow
(
mbox
->
content
,
LV_FLEX_FLOW_COLUMN
)
;
lv_msgbox.c:133
lv_msgbox_create()
lv_obj_t
*
label
=
lv_label_create
(
mbox
->
content
)
;
lv_msgbox.c:192
lv_msgbox_add_text()
return
mbox
->
content
;
lv_msgbox.c:253
lv_msgbox_get_content()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_msgbox_t::content
is written by 1 function and is read by 3 functions:
lv_msgbox_create()
All items filtered out
lv_msgbox_t::content
lv_msgbox_create()
lv_msgbox_add_text()
lv_msgbox_get_content()
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