i80_controller sample
lv_checkbox_t
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_checkbox_t
lv_checkbox_t struct
DEFINES TYPEDEFS TYPEDEFS
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:196
typedef
struct
lv_checkbox_t
lv_checkbox_t
;
Implemented in
lv_checkbox_private.h:34
Fields
Field
Declared as
lv_checkbox_t::obj
lv_obj_t
lv_checkbox_t::txt
char
*
lv_checkbox_t::static_txt
uint32_t
:
1
Examples
References
from
examples
Code
Location
Referrer
struct
lv_checkbox_t
{
lv_checkbox_private.h:34
typedef
struct
lv_checkbox_t
lv_checkbox_t
;
lv_types.h:196
.
instance_size
=
sizeof
(
lv_checkbox_t
)
,
lv_checkbox.c:47
lv_checkbox_t
*
cb
=
(
lv_checkbox_t
*
)
obj
;
lv_checkbox.c:74
lv_checkbox_set_text()
lv_checkbox_t
*
cb
=
(
lv_checkbox_t
*
)
obj
;
lv_checkbox.c:106
lv_checkbox_set_text_static()
lv_checkbox_t
*
cb
=
(
lv_checkbox_t
*
)
obj
;
lv_checkbox.c:123
lv_checkbox_get_text()
lv_checkbox_t
*
cb
=
(
lv_checkbox_t
*
)
obj
;
lv_checkbox.c:136
lv_checkbox_constructor()
lv_checkbox_t
*
cb
=
(
lv_checkbox_t
*
)
obj
;
lv_checkbox.c:159
lv_checkbox_destructor()
lv_checkbox_t
*
cb
=
(
lv_checkbox_t
*
)
obj
;
lv_checkbox.c:181
lv_checkbox_event()
lv_checkbox_t
*
cb
=
(
lv_checkbox_t
*
)
obj
;
lv_checkbox.c:216
lv_checkbox_draw()
typedef
struct
lv_checkbox_t
lv_checkbox_t
;
lv_types.h:196
lv_checkbox_t
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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