Home
last modified time | relevance | path

Searched refs:lv_obj_event_base (Results 1 – 23 of 23) sorted by relevance

/lvgl-latest/src/widgets/objx_templ/
Dlv_objx_templ.c131 res = lv_obj_event_base(MY_CLASS, e); in lv_templ_event()
/lvgl-latest/src/core/
Dlv_obj_event.h54 lv_result_t lv_obj_event_base(const lv_obj_class_t * class_p, lv_event_t * e);
Dlv_obj_event.c75 lv_result_t lv_obj_event_base(const lv_obj_class_t * class_p, lv_event_t * e) in lv_obj_event_base() function
366 res = lv_obj_event_base(NULL, e); in event_send_core()
/lvgl-latest/src/widgets/led/
Dlv_led.c142 res = lv_obj_event_base(MY_CLASS, e); in lv_led_event()
/lvgl-latest/src/widgets/line/
Dlv_line.c191 res = lv_obj_event_base(MY_CLASS, e); in lv_line_event()
/lvgl-latest/src/widgets/switch/
Dlv_switch.c145 res = lv_obj_event_base(MY_CLASS, e); in lv_switch_event()
/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.c173 res = lv_obj_event_base(MY_CLASS, e); in lv_checkbox_event()
/lvgl-latest/src/widgets/imagebutton/
Dlv_imagebutton.c161 lv_result_t res = lv_obj_event_base(&lv_imagebutton_class, e); in lv_imagebutton_event()
/lvgl-latest/src/widgets/tabview/
Dlv_tabview.c291 lv_result_t res = lv_obj_event_base(&lv_tabview_class, e); in lv_tabview_event()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c725 res = lv_obj_event_base(MY_CLASS, e); in lv_dropdown_event()
830 res = lv_obj_event_base(MY_CLASS_LIST, e); in lv_dropdown_list_event()
851 res = lv_obj_event_base(MY_CLASS_LIST, e); in lv_dropdown_list_event()
/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox.c303 res = lv_obj_event_base(MY_CLASS, e); in lv_spinbox_event()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c363 res = lv_obj_event_base(MY_CLASS, e); in lv_roller_event()
490 res = lv_obj_event_base(MY_CLASS_LABEL, e); in lv_roller_label_event()
/lvgl-latest/src/widgets/slider/
Dlv_slider.c236 res = lv_obj_event_base(MY_CLASS, e); in lv_slider_event()
/lvgl-latest/src/widgets/bar/
Dlv_bar.c596 res = lv_obj_event_base(MY_CLASS, e); in lv_bar_event()
/lvgl-latest/src/widgets/image/
Dlv_image.c618 lv_result_t res = lv_obj_event_base(MY_CLASS, e); in lv_image_event()
/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c402 res = lv_obj_event_base(MY_CLASS, e); in lv_buttonmatrix_event()
/lvgl-latest/src/widgets/span/
Dlv_span.c661 if(lv_obj_event_base(MY_CLASS, e) != LV_RESULT_OK) return; in lv_spangroup_event()
/lvgl-latest/src/widgets/arc/
Dlv_arc.c450 res = lv_obj_event_base(MY_CLASS, e); in lv_arc_event()
/lvgl-latest/src/widgets/label/
Dlv_label.c755 const lv_result_t res = lv_obj_event_base(MY_CLASS, e); in lv_label_event()
/lvgl-latest/src/widgets/table/
Dlv_table.c559 res = lv_obj_event_base(MY_CLASS, e); in lv_table_event()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c987 res = lv_obj_event_base(MY_CLASS, e); in lv_textarea_event()
/lvgl-latest/src/widgets/scale/
Dlv_scale.c492 lv_result_t res = lv_obj_event_base(MY_CLASS, event); in lv_scale_event()
/lvgl-latest/src/widgets/chart/
Dlv_chart.c682 res = lv_obj_event_base(MY_CLASS, e); in lv_chart_event()