rgb_panel sample
lv_obj_t
is only used within rgb_panel 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
rgb_panel sample
lv_obj_t
lv_obj_t struct
Typedefs from various lvgl modules. They are defined here to avoid circular dependencies.
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:89
typedef
struct
lv_obj_t
lv_obj_t
;
Implemented in
lv_obj_private.h:49
Fields
Field
Declared as
lv_obj_t::class_p
const
lv_obj_class_t
*
lv_obj_t::parent
lv_obj_t
*
lv_obj_t::spec_attr
lv_obj_spec_attr_t
*
lv_obj_t::styles
lv_obj_style_t
*
lv_obj_t::user_data
void
*
lv_obj_t::coords
lv_area_t
lv_obj_t::flags
lv_obj_flag_t
lv_obj_t::state
lv_state_t
lv_obj_t::layout_inv
uint16_t
:
1
lv_obj_t::readjust_scroll_after_layout
uint16_t
:
1
lv_obj_t::scr_layout_inv
uint16_t
:
1
lv_obj_t::skip_trans
uint16_t
:
1
lv_obj_t::style_cnt
uint16_t
:
6
lv_obj_t::h_layout
uint16_t
:
1
lv_obj_t::w_layout
uint16_t
:
1
lv_obj_t::is_deleting
uint16_t
:
1
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