i80_controller sample
lv_msgbox_t::header
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::header
lv_msgbox_t::header field
Syntax
Show:
Summary
Declaration
from
lv_msgbox_private.h:36
lv_obj_t
*
header
;
Examples
References
from
examples
Code
Location
Referrer
lv_obj_t
*
header
;
lv_msgbox_private.h:36
if
(
mbox
->
header
==
NULL
)
{
lv_msgbox.c:143
lv_msgbox_add_title()
mbox
->
header
=
lv_obj_class_create_obj
(
&
lv_msgbox_header_class
,
obj
)
;
lv_msgbox.c:144
lv_msgbox_add_title()
if
(
mbox
->
header
==
NULL
)
return
NULL
;
lv_msgbox.c:146
lv_msgbox_add_title()
lv_obj_class_init_obj
(
mbox
->
header
)
;
lv_msgbox.c:147
lv_msgbox_add_title()
lv_obj_set_size
(
mbox
->
header
,
lv_pct
(
100
)
,
lv_display_get_dpi
(
lv_obj_get_display
(
obj
)
)
/
3
)
;
lv_msgbox.c:149
lv_msgbox_add_title()
lv_obj_set_flex_flow
(
mbox
->
header
,
LV_FLEX_FLOW_ROW
)
;
lv_msgbox.c:150
lv_msgbox_add_title()
lv_obj_set_flex_align
(
mbox
->
header
,
LV_FLEX_ALIGN_START
,
LV_FLEX_ALIGN_CENTER
,
LV_FLEX_ALIGN_CENTER
)
;
lv_msgbox.c:151
lv_msgbox_add_title()
lv_obj_remove_flag
(
mbox
->
header
,
LV_OBJ_FLAG_SCROLLABLE
)
;
lv_msgbox.c:152
lv_msgbox_add_title()
lv_obj_move_to_index
(
mbox
->
header
,
0
)
;
lv_msgbox.c:153
lv_msgbox_add_title()
mbox
->
title
=
lv_label_create
(
mbox
->
header
)
;
lv_msgbox.c:157
lv_msgbox_add_title()
if
(
mbox
->
header
==
NULL
)
{
lv_msgbox.c:169
lv_msgbox_add_header_button()
lv_obj_t
*
btn
=
lv_obj_class_create_obj
(
&
lv_msgbox_header_button_class
,
mbox
->
header
)
;
lv_msgbox.c:173
lv_msgbox_add_header_button()
return
mbox
->
header
;
lv_msgbox.c:239
lv_msgbox_get_header()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_msgbox_t::header
is written by 1 function and is read by 3 functions:
lv_msgbox_add_title()
All items filtered out
lv_msgbox_t::header
lv_msgbox_add_title()
lv_msgbox_add_header_button()
lv_msgbox_get_header()
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