Home
last modified time | relevance | path

Searched defs:_lv_obj_class_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_class_private.h31 struct _lv_obj_class_t { struct
32 const lv_obj_class_t * base_class;
34 void (*constructor_cb)(const lv_obj_class_t * class_p, lv_obj_t * obj);
35 void (*destructor_cb)(const lv_obj_class_t * class_p, lv_obj_t * obj);
38 …nt_cb)(const lv_obj_class_t * class_p, lv_event_t * e); /**< Widget type specific event function*/
41 uint32_t prop_index_start;
42 uint32_t prop_index_end;
43 const lv_property_ops_t * properties;
44 uint32_t properties_count;
48 const lv_property_name_t * property_names;
[all …]