i2c_oled sample
lv_obj_class_t
is only used within i2c_oled 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
i2c_oled sample
lv_obj_class_t
lv_obj_class_t struct
Syntax
Show:
Summary
Declaration
Definition
from
lv_obj_tree.h:29
struct
_lv_obj_class_t
;
Implemented in
lv_obj_class.h:49
Fields
Field
Declared as
Description
_lv_obj_class_t::base_class
const
struct
_lv_obj_class_t
*
_lv_obj_class_t::constructor_cb
void
(
*
)
(
const
struct
_lv_obj_class_t
*
class_p
,
struct
_lv_obj_t
*
obj
)
_lv_obj_class_t::destructor_cb
void
(
*
)
(
const
struct
_lv_obj_class_t
*
class_p
,
struct
_lv_obj_t
*
obj
)
_lv_obj_class_t::user_data
void
*
_lv_obj_class_t::event_cb
void
(
*
)
(
const
struct
_lv_obj_class_t
*
class_p
,
struct
_lv_event_t
*
e
)
Widget type specific event function.
_lv_obj_class_t::width_def
lv_coord_t
_lv_obj_class_t::height_def
lv_coord_t
_lv_obj_class_t::editable
uint32_t
:
2
Value from ::lv_obj_class_editable_t.
_lv_obj_class_t::group_def
uint32_t
:
2
Value from ::lv_obj_class_group_def_t.
_lv_obj_class_t::instance_size
uint32_t
:
16
Examples
References
from
examples
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