Home
last modified time | relevance | path

Searched refs:GX_EVENT_CLICKED (Results 1 – 25 of 210) sorted by relevance

123456789

/GUIX-v6.2.1/samples/demo_guix_calculator/
Ddemo_guix_calculator.c36 … { "0", 0, 0, ID_CALCULATOR_ZERO, GX_SIGNAL(ID_CALCULATOR_ZERO, GX_EVENT_CLICKED), TYPE_OPERAND },
37 { "1", 0, 0, ID_CALCULATOR_ONE, GX_SIGNAL(ID_CALCULATOR_ONE, GX_EVENT_CLICKED), TYPE_OPERAND },
38 { "2", 0, 0, ID_CALCULATOR_TWO, GX_SIGNAL(ID_CALCULATOR_TWO, GX_EVENT_CLICKED), TYPE_OPERAND },
39 …{ "3", 0, 0, ID_CALCULATOR_THREE, GX_SIGNAL(ID_CALCULATOR_THREE, GX_EVENT_CLICKED), TYPE_OPERAND },
40 … { "4", 0, 0, ID_CALCULATOR_FOUR, GX_SIGNAL(ID_CALCULATOR_FOUR, GX_EVENT_CLICKED), TYPE_OPERAND },
41 … { "5", 0, 0, ID_CALCULATOR_FIVE, GX_SIGNAL(ID_CALCULATOR_FIVE, GX_EVENT_CLICKED), TYPE_OPERAND },
42 { "6", 0, 0, ID_CALCULATOR_SIX, GX_SIGNAL(ID_CALCULATOR_SIX, GX_EVENT_CLICKED), TYPE_OPERAND },
43 …{ "7", 0, 0, ID_CALCULATOR_SEVEN, GX_SIGNAL(ID_CALCULATOR_SEVEN, GX_EVENT_CLICKED), TYPE_OPERAND },
44 …{ "8", 0, 0, ID_CALCULATOR_EIGHT, GX_SIGNAL(ID_CALCULATOR_EIGHT, GX_EVENT_CLICKED), TYPE_OPERAND },
45 … { "9", 0, 0, ID_CALCULATOR_NINE, GX_SIGNAL(ID_CALCULATOR_NINE, GX_EVENT_CLICKED), TYPE_OPERAND },
[all …]
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dpasscode_screen.c129 case GX_SIGNAL(ID_NUM_0, GX_EVENT_CLICKED): in passcode_screen_event_process()
130 case GX_SIGNAL(ID_NUM_1, GX_EVENT_CLICKED): in passcode_screen_event_process()
131 case GX_SIGNAL(ID_NUM_2, GX_EVENT_CLICKED): in passcode_screen_event_process()
132 case GX_SIGNAL(ID_NUM_3, GX_EVENT_CLICKED): in passcode_screen_event_process()
133 case GX_SIGNAL(ID_NUM_4, GX_EVENT_CLICKED): in passcode_screen_event_process()
134 case GX_SIGNAL(ID_NUM_5, GX_EVENT_CLICKED): in passcode_screen_event_process()
135 case GX_SIGNAL(ID_NUM_6, GX_EVENT_CLICKED): in passcode_screen_event_process()
136 case GX_SIGNAL(ID_NUM_7, GX_EVENT_CLICKED): in passcode_screen_event_process()
137 case GX_SIGNAL(ID_NUM_8, GX_EVENT_CLICKED): in passcode_screen_event_process()
138 case GX_SIGNAL(ID_NUM_9, GX_EVENT_CLICKED): in passcode_screen_event_process()
[all …]
Dlocks.c356 case GX_SIGNAL(ID_BUTTON_ENABLE_DISABLE, GX_EVENT_CLICKED): in locks_page_1_event_process()
360 case GX_SIGNAL(ID_BUTTON_LOCK_UNLOCK_ALL, GX_EVENT_CLICKED): in locks_page_1_event_process()
379 case GX_SIGNAL(ID_LOCK_BUTTON, GX_EVENT_CLICKED): in locks_door_base_event_process()
383 case GX_SIGNAL(ID_CLOSE, GX_EVENT_CLICKED): in locks_door_base_event_process()
387 case GX_SIGNAL(ID_OPEN, GX_EVENT_CLICKED): in locks_door_base_event_process()
/GUIX-v6.2.1/test/example_internal/dynamic_menu/
Ddemo_guix_menu.c110 case GX_SIGNAL(ID_ALBUMS, GX_EVENT_CLICKED): in top_menu_event()
114 case GX_SIGNAL(ID_ARTISTS, GX_EVENT_CLICKED): in top_menu_event()
118 case GX_SIGNAL(ID_GENRES, GX_EVENT_CLICKED): in top_menu_event()
122 case GX_SIGNAL(ID_PLAYLISTS, GX_EVENT_CLICKED): in top_menu_event()
126 case GX_SIGNAL(ID_SONGS, GX_EVENT_CLICKED): in top_menu_event()
130 case GX_SIGNAL(ID_SETTINGS, GX_EVENT_CLICKED): in top_menu_event()
153 case GX_SIGNAL(IDB_BACK, GX_EVENT_CLICKED): in sub_menu_event()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_scrollbar_16bpp.c85 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
91 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_DOWN_RIGHT, GX_EVENT_CLICKED); in control_thread_entry()
97 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
120 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
126 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_DOWN_RIGHT, GX_EVENT_CLICKED); in control_thread_entry()
132 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
Dvalidation_guix_all_widgets_scrollbar_8bpp.c92 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
98 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_DOWN_RIGHT, GX_EVENT_CLICKED); in control_thread_entry()
104 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
127 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
133 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_DOWN_RIGHT, GX_EVENT_CLICKED); in control_thread_entry()
139 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
Dvalidation_guix_scrollbar_24xrgb.c130 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
136 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_DOWN_RIGHT, GX_EVENT_CLICKED); in control_thread_entry()
142 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
165 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
171 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_DOWN_RIGHT, GX_EVENT_CLICKED); in control_thread_entry()
177 my_event.gx_event_type = GX_SIGNAL(GX_ID_SCROLL_UP_LEFT, GX_EVENT_CLICKED); in control_thread_entry()
Dvalidation_guix_all_widgets_execute.c105 my_event.gx_event_type = GX_SIGNAL(ID_TEXT_BUTTON, GX_EVENT_CLICKED); in control_thread_entry()
118 my_event.gx_event_type = GX_SIGNAL(IDB_OK, GX_EVENT_CLICKED); in control_thread_entry()
126 my_event.gx_event_type = GX_SIGNAL(IDB_NEXT, GX_EVENT_CLICKED); in control_thread_entry()
Dvalidation_guix_template.c70 my_event.gx_event_type = GX_SIGNAL(IDB_NEXT, GX_EVENT_CLICKED); in control_thread_entry()
77 my_event.gx_event_type = GX_SIGNAL(IDB_NEXT, GX_EVENT_CLICKED); in control_thread_entry()
/GUIX-v6.2.1/samples/demo_guix_washing_machine/
Dmode_select.c208 case GX_SIGNAL(ID_BTN_QUICK, GX_EVENT_CLICKED): in mode_select_window_event_process()
209 case GX_SIGNAL(ID_BTN_QUICK_SMALL, GX_EVENT_CLICKED): in mode_select_window_event_process()
210 case GX_SIGNAL(ID_BTN_ECO, GX_EVENT_CLICKED): in mode_select_window_event_process()
211 case GX_SIGNAL(ID_BTN_ECO_SMALL, GX_EVENT_CLICKED): in mode_select_window_event_process()
212 case GX_SIGNAL(ID_BTN_DEEP, GX_EVENT_CLICKED): in mode_select_window_event_process()
213 case GX_SIGNAL(ID_BTN_DEEP_SMALL, GX_EVENT_CLICKED): in mode_select_window_event_process()
/GUIX-v6.2.1/test/example_internal/menu/
Ddemo_guix_menu.c101 case GX_SIGNAL(ID_BTN_BOOKSHELF, GX_EVENT_CLICKED): in sub_menu_event()
105 case GX_SIGNAL(ID_PROMPT_BOOK, GX_EVENT_CLICKED): in sub_menu_event()
109 case GX_SIGNAL(ID_BACK, GX_EVENT_CLICKED): in sub_menu_event()
117 case GX_SIGNAL(ID_HOME_BUTTON,GX_EVENT_CLICKED): in sub_menu_event()
/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_1_weather_screen.c111 case GX_SIGNAL(ID_CALORIE_BUTTON, GX_EVENT_CLICKED): in weather_screen_event_process()
115 case GX_SIGNAL(ID_RUNNING_BUTTON, GX_EVENT_CLICKED): in weather_screen_event_process()
119 case GX_SIGNAL(ID_EKG_BUTTON, GX_EVENT_CLICKED): in weather_screen_event_process()
123 case GX_SIGNAL(ID_BELL_BUTTON, GX_EVENT_CLICKED): in weather_screen_event_process()
/GUIX-v6.2.1/test/example_internal/multi_line_text_view_font_16bpp/
Ddemo_guix_multi_line_text_view_font_16bpp.c65 case GX_SIGNAL(ID_BUTTON_1BPP, GX_EVENT_CLICKED): in main_screen_event_handler()
69 case GX_SIGNAL(ID_BUTTON_4BPP, GX_EVENT_CLICKED): in main_screen_event_handler()
73 case GX_SIGNAL(ID_BUTTON_8BPP, GX_EVENT_CLICKED): in main_screen_event_handler()
/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Dclimate.c134 case GX_SIGNAL(ID_LEFT_FAN_BUTTON, GX_EVENT_CLICKED): in climate_screen_event_process()
139 case GX_SIGNAL(ID_LEFT_SMALL_FAN_BUTTON, GX_EVENT_CLICKED): in climate_screen_event_process()
144 case GX_SIGNAL(ID_RIGHT_FAN_BUTTON, GX_EVENT_CLICKED): in climate_screen_event_process()
149 case GX_SIGNAL(ID_RIGHT_SMALL_FAN_BUTTON, GX_EVENT_CLICKED): in climate_screen_event_process()
Daudio.c107 case GX_SIGNAL(ID_PREVIOUS, GX_EVENT_CLICKED): in audio_screen_event_process()
108 case GX_SIGNAL(ID_NEXT, GX_EVENT_CLICKED): in audio_screen_event_process()
/GUIX-v6.2.1/samples/demo_guix_industrial/
Ddemo_guix_industrial.c225 case GX_SIGNAL(ID_START, GX_EVENT_CLICKED): in main_screen_event_process()
231 case GX_SIGNAL(ID_ON_OFF, GX_EVENT_CLICKED): in main_screen_event_process()
244 case GX_SIGNAL(ID_INSPECTING, GX_EVENT_CLICKED): in main_screen_event_process()
245 case GX_SIGNAL(ID_ASSEMBLING, GX_EVENT_CLICKED): in main_screen_event_process()
246 case GX_SIGNAL(ID_WELDING, GX_EVENT_CLICKED): in main_screen_event_process()
247 case GX_SIGNAL(ID_PALLETIZING, GX_EVENT_CLICKED): in main_screen_event_process()
/GUIX-v6.2.1/test/example_internal/vertical_list_32bpp/
Ddemo_guix_vertical_list_32bpp.c104 case GX_SIGNAL(ID_BUTTON_PAGE_INDEX_SET, GX_EVENT_CLICKED): in main_event_handler()
115 case GX_SIGNAL(ID_BUTTON_SELECTED_SET, GX_EVENT_CLICKED): in main_event_handler()
126 case GX_SIGNAL(ID_REMOVE_LAST_INDEX, GX_EVENT_CLICKED): in main_event_handler()
130 case GX_SIGNAL(ID_BUTTON_SET_TOTAL_ROWS, GX_EVENT_CLICKED): in main_event_handler()
/GUIX-v6.2.1/test/example_internal/horizontal_list_32bpp/
Ddemo_guix_horizontal_list_32bpp.c103 case GX_SIGNAL(ID_BUTTON_PAGE_INDEX_SET, GX_EVENT_CLICKED): in main_event_handler()
114 case GX_SIGNAL(ID_BUTTON_SELECTED_SET, GX_EVENT_CLICKED): in main_event_handler()
125 case GX_SIGNAL(ID_BUTTON_SET_TOTAL_COLS, GX_EVENT_CLICKED): in main_event_handler()
136 case GX_SIGNAL(ID_REMOVE_LAST_INDEX, GX_EVENT_CLICKED): in main_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_3_0/
Ddemo_guix_all_widgets_5_3_0.c144 case GX_SIGNAL(ID_TEXT_BUTTON, GX_EVENT_CLICKED): in buttons_handler()
159 case GX_SIGNAL(IDB_NEXT, GX_EVENT_CLICKED): in next_button_handler()
198 case GX_SIGNAL(IDB_CANCEL, GX_EVENT_CLICKED): in ModalWinEvent()
199 case GX_SIGNAL(IDB_OK, GX_EVENT_CLICKED): in ModalWinEvent()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_3_3/
Ddemo_guix_all_widgets_5_3_3.c144 case GX_SIGNAL(ID_TEXT_BUTTON, GX_EVENT_CLICKED): in buttons_handler()
159 case GX_SIGNAL(IDB_NEXT, GX_EVENT_CLICKED): in next_button_handler()
198 case GX_SIGNAL(IDB_CANCEL, GX_EVENT_CLICKED): in ModalWinEvent()
199 case GX_SIGNAL(IDB_OK, GX_EVENT_CLICKED): in ModalWinEvent()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_3_2/
Ddemo_guix_all_widgets_5_3_2.c144 case GX_SIGNAL(ID_TEXT_BUTTON, GX_EVENT_CLICKED): in buttons_handler()
159 case GX_SIGNAL(IDB_NEXT, GX_EVENT_CLICKED): in next_button_handler()
198 case GX_SIGNAL(IDB_CANCEL, GX_EVENT_CLICKED): in ModalWinEvent()
199 case GX_SIGNAL(IDB_OK, GX_EVENT_CLICKED): in ModalWinEvent()
/GUIX-v6.2.1/test/example_internal/multi_line_text_view_font_8bpp/
Ddemo_guix_multi_line_text_view_font_8bpp.c60 case GX_SIGNAL(ID_1BPP_FONT, GX_EVENT_CLICKED): in main_screen_event_handler()
64 case GX_SIGNAL(ID_4BPP_FONT, GX_EVENT_CLICKED): in main_screen_event_handler()
/GUIX-v6.2.1/test/example_internal/synergy_text_rotation/
Ddemo_synergy_text_rotation.c192 case GX_SIGNAL(ID_BUTTON1, GX_EVENT_CLICKED): in background_win_event_process()
200 case GX_SIGNAL(ID_BUTTON2, GX_EVENT_CLICKED): in background_win_event_process()
208 case GX_SIGNAL(ID_BUTTON3, GX_EVENT_CLICKED): in background_win_event_process()
216 case GX_SIGNAL(ID_HOME, GX_EVENT_CLICKED): in background_win_event_process()
/GUIX-v6.2.1/test/example_internal/text_rotation/
Ddemo_text_rotation.c192 case GX_SIGNAL(ID_BUTTON1, GX_EVENT_CLICKED): in background_win_event_process()
200 case GX_SIGNAL(ID_BUTTON2, GX_EVENT_CLICKED): in background_win_event_process()
208 case GX_SIGNAL(ID_BUTTON3, GX_EVENT_CLICKED): in background_win_event_process()
216 case GX_SIGNAL(ID_HOME, GX_EVENT_CLICKED): in background_win_event_process()
/GUIX-v6.2.1/test/example_internal/z_order_overlap_test/
Doverlap_app.c72 case GX_SIGNAL(ID_BTN_1, GX_EVENT_CLICKED): in w_main_event()
86 if (p_event->gx_event_type == GX_SIGNAL(IDB_CLOSE, GX_EVENT_CLICKED)) in popup_events()

123456789