i80_controller sample
lv_buttonmatrix_t::map_p
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
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_buttonmatrix_t::map_p
lv_buttonmatrix_t::map_p field
Pointer to the current map
Syntax
Show:
Summary
Declaration
from
lv_buttonmatrix_private.h:33
const
char
*
const
*
map_p
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
const
*
map_p
;
/**< Pointer to the current map */
lv_buttonmatrix_private.h:33
btnm
->
map_p
=
map
;
lv_buttonmatrix.c:108
lv_buttonmatrix_set_map()
lv_buttonmatrix_set_map
(
obj
,
btnm
->
map_p
)
;
lv_buttonmatrix.c:197
lv_buttonmatrix_set_ctrl_map()
lv_buttonmatrix_set_map
(
obj
,
btnm
->
map_p
)
;
lv_buttonmatrix.c:280
lv_buttonmatrix_set_button_width()
return
btnm
->
map_p
;
lv_buttonmatrix.c:303
lv_buttonmatrix_get_map()
if
(
lv_strcmp
(
btnm
->
map_p
[
txt_i
]
,
"\n"
)
==
0
)
txt_i
++
;
lv_buttonmatrix.c:331
lv_buttonmatrix_get_button_text()
return
btnm
->
map_p
[
txt_i
]
;
lv_buttonmatrix.c:336
lv_buttonmatrix_get_button_text()
btnm
->
map_p
=
NULL
;
lv_buttonmatrix.c:372
lv_buttonmatrix_constructor()
lv_buttonmatrix_set_map
(
obj
,
btnm
->
map_p
)
;
lv_buttonmatrix.c:417
lv_buttonmatrix_event()
lv_buttonmatrix_set_map
(
obj
,
btnm
->
map_p
)
;
lv_buttonmatrix.c:420
lv_buttonmatrix_event()
while
(
lv_strcmp
(
btnm
->
map_p
[
txt_i
]
,
"\n"
)
==
0
)
{
lv_buttonmatrix.c:709
draw_main()
const
char
*
txt
=
btnm
->
map_p
[
txt_i
]
;
lv_buttonmatrix.c:777
draw_main()
const
char
*
const
*
map_row
=
btnm
->
map_p
;
lv_buttonmatrix.c:1032
has_popovers_in_top_row()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_buttonmatrix_t::map_p
is written by 2 functions and is read by 7 functions:
lv_buttonmatrix_set_map()
lv_buttonmatrix_constructor()
All items filtered out
lv_buttonmatrix_t::map_p
lv_buttonmatrix_set_ctrl_map()
lv_buttonmatrix_set_button_width()
lv_buttonmatrix_get_map()
lv_buttonmatrix_get_button_text()
lv_buttonmatrix_event()
draw_main()
has_popovers_in_top_row()
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