lv_obj_class_t is only used within rgb_panel sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
const lv_obj_class_t *
void (*)(const lv_obj_class_t * class_p, lv_obj_t * obj)
class_p is the final class while obj->class_p is the class currently being [de]constructed.
void (*)(const lv_obj_class_t * class_p, lv_obj_t * obj)
void (*)(const lv_obj_class_t * class_p, lv_event_t * e)
class_p is the class in which event is being processed. Widget type specific event function.
void *
const char *
int32_t
int32_t
uint32_t : 2
Value from ::lv_obj_class_editable_t.
uint32_t : 2
Value from ::lv_obj_class_group_def_t.
uint32_t : 16
uint32_t : 1
Value from ::lv_obj_class_theme_inheritable_t.

References

from examples