/lvgl-latest/examples/widgets/switch/ |
D | lv_example_switch_1.c | 22 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_1() 27 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_1() 31 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_1() 35 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_1()
|
D | lv_example_switch_2.c | 23 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_2() 29 lv_obj_add_event_cb(sw, event_handler, LV_EVENT_ALL, NULL); in lv_example_switch_2()
|
/lvgl-latest/examples/widgets/checkbox/ |
D | lv_example_checkbox_1.c | 26 lv_obj_add_event_cb(cb, event_handler, LV_EVENT_ALL, NULL); in lv_example_checkbox_1() 31 lv_obj_add_event_cb(cb, event_handler, LV_EVENT_ALL, NULL); in lv_example_checkbox_1() 36 lv_obj_add_event_cb(cb, event_handler, LV_EVENT_ALL, NULL); in lv_example_checkbox_1() 41 lv_obj_add_event_cb(cb, event_handler, LV_EVENT_ALL, NULL); in lv_example_checkbox_1()
|
/lvgl-latest/examples/widgets/list/ |
D | lv_example_list_2.c | 142 lv_obj_add_event_cb(btn, event_handler_top, LV_EVENT_ALL, NULL); in lv_example_list_2() 146 lv_obj_add_event_cb(btn, event_handler_up, LV_EVENT_ALL, NULL); in lv_example_list_2() 150 lv_obj_add_event_cb(btn, event_handler_center, LV_EVENT_ALL, NULL); in lv_example_list_2() 154 lv_obj_add_event_cb(btn, event_handler_dn, LV_EVENT_ALL, NULL); in lv_example_list_2() 158 lv_obj_add_event_cb(btn, event_handler_bottom, LV_EVENT_ALL, NULL); in lv_example_list_2() 162 lv_obj_add_event_cb(btn, event_handler_swap, LV_EVENT_ALL, NULL); in lv_example_list_2()
|
/lvgl-latest/examples/widgets/roller/ |
D | lv_example_roller_2.c | 42 lv_obj_add_event_cb(roller, event_handler, LV_EVENT_ALL, NULL); in lv_example_roller_2() 51 lv_obj_add_event_cb(roller, event_handler, LV_EVENT_ALL, NULL); in lv_example_roller_2() 62 lv_obj_add_event_cb(roller, event_handler, LV_EVENT_ALL, NULL); in lv_example_roller_2()
|
D | lv_example_roller_1.c | 38 lv_obj_add_event_cb(roller1, event_handler, LV_EVENT_ALL, NULL); in lv_example_roller_1()
|
/lvgl-latest/examples/widgets/button/ |
D | lv_example_button_1.c | 21 lv_obj_add_event_cb(btn1, event_handler, LV_EVENT_ALL, NULL); in lv_example_button_1() 30 lv_obj_add_event_cb(btn2, event_handler, LV_EVENT_ALL, NULL); in lv_example_button_1()
|
/lvgl-latest/examples/widgets/keyboard/ |
D | lv_example_keyboard_1.c | 29 lv_obj_add_event_cb(ta1, ta_event_cb, LV_EVENT_ALL, kb); in lv_example_keyboard_1() 36 lv_obj_add_event_cb(ta2, ta_event_cb, LV_EVENT_ALL, kb); in lv_example_keyboard_1()
|
/lvgl-latest/examples/widgets/spinbox/ |
D | lv_example_spinbox_1.c | 37 lv_obj_add_event_cb(btn, lv_spinbox_increment_event_cb, LV_EVENT_ALL, NULL); in lv_example_spinbox_1() 43 lv_obj_add_event_cb(btn, lv_spinbox_decrement_event_cb, LV_EVENT_ALL, NULL); in lv_example_spinbox_1()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_control.c | 203 …lv_obj_add_event_cb(control_music_play, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0… in control_screen_create() 204 …lv_obj_add_event_cb(control_music_previous, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr… in control_screen_create() 205 …lv_obj_add_event_cb(control_music_next, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0… in control_screen_create() 206 …lv_obj_add_event_cb(control_volume_up, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0x… in control_screen_create() 207 …lv_obj_add_event_cb(control_volume_down, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)… in control_screen_create()
|
/lvgl-latest/examples/widgets/textarea/ |
D | lv_example_textarea_2.c | 17 lv_obj_add_event_cb(pwd_ta, ta_event_cb, LV_EVENT_ALL, NULL); in lv_example_textarea_2() 29 lv_obj_add_event_cb(text_ta, ta_event_cb, LV_EVENT_ALL, NULL); in lv_example_textarea_2()
|
/lvgl-latest/examples/widgets/dropdown/ |
D | lv_example_dropdown_1.c | 32 lv_obj_add_event_cb(dd, event_handler, LV_EVENT_ALL, NULL); in lv_example_dropdown_1()
|
/lvgl-latest/examples/get_started/ |
D | lv_example_get_started_2.c | 26 …lv_obj_add_event_cb(btn, btn_event_cb, LV_EVENT_ALL, NULL); /*Assign a callback to the b… in lv_example_get_started_2()
|
/lvgl-latest/examples/widgets/buttonmatrix/ |
D | lv_example_buttonmatrix_1.c | 29 lv_obj_add_event_cb(btnm1, event_handler, LV_EVENT_ALL, NULL); in lv_example_buttonmatrix_1()
|
/lvgl-latest/examples/event/ |
D | lv_example_event_button.c | 43 lv_obj_add_event_cb(btn, event_cb, LV_EVENT_ALL, info_label); in lv_example_event_button()
|
/lvgl-latest/examples/widgets/calendar/ |
D | lv_example_calendar_1.c | 22 lv_obj_add_event_cb(calendar, event_handler, LV_EVENT_ALL, NULL); in lv_example_calendar_1()
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_3.c | 43 lv_obj_add_event_cb(float_btn, float_button_event_cb, LV_EVENT_ALL, list); in lv_example_scroll_3()
|
D | lv_example_scroll_2.c | 50 lv_obj_add_event_cb(sw, sw_event_cb, LV_EVENT_ALL, panel); in lv_example_scroll_2()
|
/lvgl-latest/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 159 lv_obj_add_event_cb(ta1, ta_event_cb, LV_EVENT_ALL, kb); in text_input_create() 160 lv_obj_add_event_cb(ta2, ta_event_cb, LV_EVENT_ALL, kb); in text_input_create()
|
/lvgl-latest/examples/others/ime/ |
D | lv_example_ime_pinyin_1.c | 40 lv_obj_add_event_cb(ta1, ta_event_cb, LV_EVENT_ALL, kb); in lv_example_ime_pinyin_1()
|
D | lv_example_ime_pinyin_2.c | 42 lv_obj_add_event_cb(ta1, ta_event_cb, LV_EVENT_ALL, kb); in lv_example_ime_pinyin_2()
|
/lvgl-latest/examples/others/file_explorer/ |
D | lv_example_file_explorer_1.c | 82 lv_obj_add_event_cb(file_explorer, file_explorer_event_handler, LV_EVENT_ALL, NULL); in lv_example_file_explorer_1()
|
/lvgl-latest/examples/widgets/slider/ |
D | lv_example_slider_3.c | 25 lv_obj_add_event_cb(slider, slider_event_cb, LV_EVENT_ALL, NULL); in lv_example_slider_3()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_checkbox.c | 44 lv_obj_add_event_cb(checkbox, event_handler, LV_EVENT_ALL, NULL); in test_checkbox_should_call_event_handler_on_click_when_enabled()
|
/lvgl-latest/src/misc/ |
D | lv_event.h | 35 LV_EVENT_ALL = 0, enumerator
|