1 #include <Elementary.h>
2 #include <Elementary_Cursor.h>
5 #ifdef HAVE_ELEMENTARY_X
7 #include <Ecore_X_Cursor.h>
10 #define _cursor_key "_elm_cursor"
15 #ifdef HAVE_ELEMENTARY_X
20 #ifdef HAVE_ELEMENTARY_X
21 #define CURSOR(_name, _xid) \
24 #define CURSOR(_name, _xid) \
28 /* Please keep order in sync with Ecore_X_Cursor.h values! */
29 struct _Cursor_Id _cursors[] =
31 CURSOR(ELM_CURSOR_X , ECORE_X_CURSOR_X ),
32 CURSOR(ELM_CURSOR_ARROW , ECORE_X_CURSOR_ARROW ),
33 CURSOR(ELM_CURSOR_BASED_ARROW_DOWN , ECORE_X_CURSOR_BASED_ARROW_DOWN ),
34 CURSOR(ELM_CURSOR_BASED_ARROW_UP , ECORE_X_CURSOR_UP ),
35 CURSOR(ELM_CURSOR_BOAT , ECORE_X_CURSOR_BOAT ),
36 CURSOR(ELM_CURSOR_BOGOSITY , ECORE_X_CURSOR_BOGOSITY ),
37 CURSOR(ELM_CURSOR_BOTTOM_LEFT_CORNER , ECORE_X_CURSOR_BOTTOM_LEFT_CORNER ),
38 CURSOR(ELM_CURSOR_BOTTOM_RIGHT_CORNER, ECORE_X_CURSOR_BOTTOM_RIGHT_CORNER),
39 CURSOR(ELM_CURSOR_BOTTOM_SIDE , ECORE_X_CURSOR_BOTTOM_SIDE ),
40 CURSOR(ELM_CURSOR_BOTTOM_TEE , ECORE_X_CURSOR_BOTTOM_TEE ),
41 CURSOR(ELM_CURSOR_BOX_SPIRAL , ECORE_X_CURSOR_BOX_SPIRAL ),
42 CURSOR(ELM_CURSOR_CENTER_PTR , ECORE_X_CURSOR_CENTER_PTR ),
43 CURSOR(ELM_CURSOR_CIRCLE , ECORE_X_CURSOR_CIRCLE ),
44 CURSOR(ELM_CURSOR_CLOCK , ECORE_X_CURSOR_CLOCK ),
45 CURSOR(ELM_CURSOR_COFFEE_MUG , ECORE_X_CURSOR_COFFEE_MUG ),
46 CURSOR(ELM_CURSOR_CROSS , ECORE_X_CURSOR_CROSS ),
47 CURSOR(ELM_CURSOR_CROSS_REVERSE , ECORE_X_CURSOR_CROSS_REVERSE ),
48 CURSOR(ELM_CURSOR_CROSSHAIR , ECORE_X_CURSOR_CROSSHAIR ),
49 CURSOR(ELM_CURSOR_DIAMOND_CROSS , ECORE_X_CURSOR_DIAMOND_CROSS ),
50 CURSOR(ELM_CURSOR_DOT , ECORE_X_CURSOR_DOT ),
51 CURSOR(ELM_CURSOR_DOT_BOX_MASK , ECORE_X_CURSOR_DOT_BOX_MASK ),
52 CURSOR(ELM_CURSOR_DOUBLE_ARROW , ECORE_X_CURSOR_DOUBLE_ARROW ),
53 CURSOR(ELM_CURSOR_DRAFT_LARGE , ECORE_X_CURSOR_DRAFT_LARGE ),
54 CURSOR(ELM_CURSOR_DRAFT_SMALL , ECORE_X_CURSOR_DRAFT_SMALL ),
55 CURSOR(ELM_CURSOR_DRAPED_BOX , ECORE_X_CURSOR_DRAPED_BOX ),
56 CURSOR(ELM_CURSOR_EXCHANGE , ECORE_X_CURSOR_EXCHANGE ),
57 CURSOR(ELM_CURSOR_FLEUR , ECORE_X_CURSOR_FLEUR ),
58 CURSOR(ELM_CURSOR_GOBBLER , ECORE_X_CURSOR_GOBBLER ),
59 CURSOR(ELM_CURSOR_GUMBY , ECORE_X_CURSOR_GUMBY ),
60 CURSOR(ELM_CURSOR_HAND1 , ECORE_X_CURSOR_HAND1 ),
61 CURSOR(ELM_CURSOR_HAND2 , ECORE_X_CURSOR_HAND2 ),
62 CURSOR(ELM_CURSOR_HEART , ECORE_X_CURSOR_HEART ),
63 CURSOR(ELM_CURSOR_ICON , ECORE_X_CURSOR_ICON ),
64 CURSOR(ELM_CURSOR_IRON_CROSS , ECORE_X_CURSOR_IRON_CROSS ),
65 CURSOR(ELM_CURSOR_LEFT_PTR , ECORE_X_CURSOR_LEFT_PTR ),
66 CURSOR(ELM_CURSOR_LEFT_SIDE , ECORE_X_CURSOR_LEFT_SIDE ),
67 CURSOR(ELM_CURSOR_LEFT_TEE , ECORE_X_CURSOR_LEFT_TEE ),
68 CURSOR(ELM_CURSOR_LEFTBUTTON , ECORE_X_CURSOR_LEFTBUTTON ),
69 CURSOR(ELM_CURSOR_LL_ANGLE , ECORE_X_CURSOR_LL_ANGLE ),
70 CURSOR(ELM_CURSOR_LR_ANGLE , ECORE_X_CURSOR_LR_ANGLE ),
71 CURSOR(ELM_CURSOR_MAN , ECORE_X_CURSOR_MAN ),
72 CURSOR(ELM_CURSOR_MIDDLEBUTTON , ECORE_X_CURSOR_MIDDLEBUTTON ),
73 CURSOR(ELM_CURSOR_MOUSE , ECORE_X_CURSOR_MOUSE ),
74 CURSOR(ELM_CURSOR_PENCIL , ECORE_X_CURSOR_PENCIL ),
75 CURSOR(ELM_CURSOR_PIRATE , ECORE_X_CURSOR_PIRATE ),
76 CURSOR(ELM_CURSOR_PLUS , ECORE_X_CURSOR_PLUS ),
77 CURSOR(ELM_CURSOR_QUESTION_ARROW , ECORE_X_CURSOR_QUESTION_ARROW ),
78 CURSOR(ELM_CURSOR_RIGHT_PTR , ECORE_X_CURSOR_RIGHT_PTR ),
79 CURSOR(ELM_CURSOR_RIGHT_SIDE , ECORE_X_CURSOR_RIGHT_SIDE ),
80 CURSOR(ELM_CURSOR_RIGHT_TEE , ECORE_X_CURSOR_RIGHT_TEE ),
81 CURSOR(ELM_CURSOR_RIGHTBUTTON , ECORE_X_CURSOR_RIGHTBUTTON ),
82 CURSOR(ELM_CURSOR_RTL_LOGO , ECORE_X_CURSOR_RTL_LOGO ),
83 CURSOR(ELM_CURSOR_SAILBOAT , ECORE_X_CURSOR_SAILBOAT ),
84 CURSOR(ELM_CURSOR_SB_DOWN_ARROW , ECORE_X_CURSOR_SB_DOWN_ARROW ),
85 CURSOR(ELM_CURSOR_SB_H_DOUBLE_ARROW , ECORE_X_CURSOR_SB_H_DOUBLE_ARROW ),
86 CURSOR(ELM_CURSOR_SB_LEFT_ARROW , ECORE_X_CURSOR_SB_LEFT_ARROW ),
87 CURSOR(ELM_CURSOR_SB_RIGHT_ARROW , ECORE_X_CURSOR_SB_RIGHT_ARROW ),
88 CURSOR(ELM_CURSOR_SB_UP_ARROW , ECORE_X_CURSOR_SB_UP_ARROW ),
89 CURSOR(ELM_CURSOR_SB_V_DOUBLE_ARROW , ECORE_X_CURSOR_SB_V_DOUBLE_ARROW ),
90 CURSOR(ELM_CURSOR_SHUTTLE , ECORE_X_CURSOR_SHUTTLE ),
91 CURSOR(ELM_CURSOR_SIZING , ECORE_X_CURSOR_SIZING ),
92 CURSOR(ELM_CURSOR_SPIDER , ECORE_X_CURSOR_SPIDER ),
93 CURSOR(ELM_CURSOR_SPRAYCAN , ECORE_X_CURSOR_SPRAYCAN ),
94 CURSOR(ELM_CURSOR_STAR , ECORE_X_CURSOR_STAR ),
95 CURSOR(ELM_CURSOR_TARGET , ECORE_X_CURSOR_TARGET ),
96 CURSOR(ELM_CURSOR_TCROSS , ECORE_X_CURSOR_TCROSS ),
97 CURSOR(ELM_CURSOR_TOP_LEFT_ARROW , ECORE_X_CURSOR_TOP_LEFT_ARROW ),
98 CURSOR(ELM_CURSOR_TOP_LEFT_CORNER , ECORE_X_CURSOR_TOP_LEFT_CORNER ),
99 CURSOR(ELM_CURSOR_TOP_RIGHT_CORNER , ECORE_X_CURSOR_TOP_RIGHT_CORNER ),
100 CURSOR(ELM_CURSOR_TOP_SIDE , ECORE_X_CURSOR_TOP_SIDE ),
101 CURSOR(ELM_CURSOR_TOP_TEE , ECORE_X_CURSOR_TOP_TEE ),
102 CURSOR(ELM_CURSOR_TREK , ECORE_X_CURSOR_TREK ),
103 CURSOR(ELM_CURSOR_UL_ANGLE , ECORE_X_CURSOR_UL_ANGLE ),
104 CURSOR(ELM_CURSOR_UMBRELLA , ECORE_X_CURSOR_UMBRELLA ),
105 CURSOR(ELM_CURSOR_UR_ANGLE , ECORE_X_CURSOR_UR_ANGLE ),
106 CURSOR(ELM_CURSOR_WATCH , ECORE_X_CURSOR_WATCH ),
107 CURSOR(ELM_CURSOR_XTERM , ECORE_X_CURSOR_XTERM )
109 static const int _cursors_count = sizeof(_cursors)/sizeof(struct _Cursor_Id);
111 #define ELM_CURSOR_GET_OR_RETURN(cur, obj, ...) \
117 CRITICAL("Null pointer: " #obj); \
118 return __VA_ARGS__; \
120 cur = evas_object_data_get((obj), _cursor_key); \
123 ERR("Object does not have cursor: " #obj); \
124 return __VA_ARGS__; \
132 Evas_Object *eventarea, *owner;
133 const char *style, *cursor_name;
137 #ifdef HAVE_ELEMENTARY_X
138 Ecore_X_Cursor cursor;
142 Eina_Bool use_engine:1;
143 Eina_Bool engine_only:1;
147 _elm_cursor_obj_del(void *data, Evas *evas __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
149 Elm_Cursor *cur = data;
153 evas_object_event_callback_del_full(cur->obj, EVAS_CALLBACK_DEL,
154 _elm_cursor_obj_del, cur);
160 _elm_cursor_obj_add(Evas_Object *obj, Elm_Cursor *cur)
164 cur->obj = edje_object_add(cur->evas);
169 if (!_elm_theme_object_set(obj, cur->obj, "cursor", cur->cursor_name,
170 cur->style ? cur->style : "default"))
172 evas_object_del(cur->obj);
177 evas_object_event_callback_add(cur->obj, EVAS_CALLBACK_DEL,
178 _elm_cursor_obj_del, cur);
180 edje_object_size_min_get(cur->obj, &x, &y);
181 evas_object_resize(cur->obj, x, y);
186 _elm_cursor_set_hot_spots(Elm_Cursor *cur)
190 str = edje_object_data_get(cur->obj, "hot_x");
191 if (str) cur->hot_x = atoi(str);
194 str = edje_object_data_get(cur->obj, "hot_y");
195 if (str) cur->hot_y = atoi(str);
200 _elm_cursor_mouse_in(void *data, Evas *evas __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
202 Elm_Cursor *cur = data;
204 if (cur->visible) return;
205 evas_event_freeze(cur->evas);
206 cur->visible = EINA_TRUE;
207 if ((!cur->engine_only) && (!cur->use_engine))
210 _elm_cursor_obj_add(cur->eventarea, cur);
211 ecore_evas_object_cursor_set(cur->ee, cur->obj,
212 ELM_OBJECT_LAYER_CURSOR, cur->hot_x,
217 #ifdef HAVE_ELEMENTARY_X
219 ecore_x_window_cursor_set(cur->win, cur->cursor);
222 evas_event_thaw(cur->evas);
226 _elm_cursor_mouse_out(void *data, Evas *evas __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
228 Evas_Object *sobj_parent;
229 Elm_Cursor *pcur = NULL;
230 Elm_Cursor *cur = data;
232 if (!cur->visible) return;
233 evas_event_freeze(cur->evas);
234 cur->visible = EINA_FALSE;
236 sobj_parent = evas_object_data_get(cur->eventarea, "elm-parent");
239 pcur = evas_object_data_get((sobj_parent), _cursor_key);
240 if ((pcur) && (pcur->visible)) break;
241 sobj_parent = evas_object_data_get(sobj_parent, "elm-parent");
246 pcur->visible = EINA_FALSE;
247 evas_event_thaw(cur->evas);
248 _elm_cursor_mouse_in(pcur, NULL, NULL, NULL);
252 if ((!cur->engine_only) || (!cur->use_engine))
253 ecore_evas_object_cursor_set(cur->ee, NULL, ELM_OBJECT_LAYER_CURSOR,
254 cur->hot_x, cur->hot_y);
257 #ifdef HAVE_ELEMENTARY_X
259 ecore_x_window_cursor_set(cur->win, ECORE_X_CURSOR_X);
262 evas_event_thaw(cur->evas);
266 _elm_cursor_del(void *data __UNUSED__, Evas *evas __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)
268 elm_object_cursor_unset(obj);
271 #ifdef HAVE_ELEMENTARY_X
273 _elm_cursor_strcmp(const void *data1, const void *data2)
275 const struct _Cursor_Id *c1 = data1;
276 const struct _Cursor_Id *c2 = data2;
277 return strcmp (c1->name, c2->name);
282 _elm_cursor_cur_set(Elm_Cursor *cur)
284 if (cur->engine_only)
286 INF("Using only engine cursors");
287 cur->use_engine = EINA_TRUE;
289 else if (_elm_cursor_obj_add(cur->eventarea, cur))
291 _elm_cursor_set_hot_spots(cur);
292 cur->use_engine = EINA_FALSE;
293 elm_widget_cursor_add(cur->owner, cur);
297 INF("Cursor couldn't be found on theme: %s", cur->cursor_name);
298 cur->use_engine = EINA_TRUE;
303 #ifdef HAVE_ELEMENTARY_X
304 struct _Cursor_Id *cur_id;
306 cur_id = bsearch(&(cur->cursor_name), _cursors, _cursors_count,
307 sizeof(struct _Cursor_Id), _elm_cursor_strcmp);
309 cur->win = elm_win_xwindow_get(cur->eventarea);
314 INF("X cursor couldn't be found: %s. Using default.",
316 cur->cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_X);
319 cur->cursor = ecore_x_cursor_shape_get(cur_id->id);
326 * Set the cursor to be shown when mouse is over the object
328 * Set the cursor that will be displayed when mouse is over the
329 * object. The object can have only one cursor set to it, so if
330 * this function is called twice for an object, the previous set
332 * If using X cursors, a definition of all the valid cursor names
333 * is listed on Elementary_Cursors.h. If an invalid name is set
334 * the default cursor will be used.
336 * This is an internal function that is used by objects with sub-items
337 * that want to provide different cursors for each of them. The @a
338 * owner object should be an elm_widget and will be used to track
339 * theme changes and to feed @a func and @a del_cb. The @a eventarea
340 * may be any object and is the one that should be used later on with
341 * elm_object_cursor apis, such as elm_object_cursor_unset().
343 * @param eventarea the object being attached a cursor.
344 * @param owner the elm_widget that owns this object, will be used to
345 * track theme changes and to be used in @a func or @a del_cb.
346 * @param cursor the cursor name to be used.
352 elm_object_sub_cursor_set(Evas_Object *eventarea, Evas_Object *owner, const char *cursor)
354 Elm_Cursor *cur = NULL;
356 cur = evas_object_data_get(eventarea, _cursor_key);
358 elm_object_cursor_unset(eventarea);
362 cur = ELM_NEW(Elm_Cursor);
366 cur->eventarea = eventarea;
367 cur->engine_only = _elm_config->cursor_engine_only;
368 cur->visible = EINA_FALSE;
370 cur->cursor_name = eina_stringshare_add(cursor);
371 if (!cur->cursor_name)
372 ERR("Could not store cursor name %s", cursor);
374 cur->evas = evas_object_evas_get(eventarea);
375 cur->ee = ecore_evas_ecore_evas_get(cur->evas);
377 _elm_cursor_cur_set(cur);
379 evas_object_data_set(eventarea, _cursor_key, cur);
381 evas_object_event_callback_add(eventarea, EVAS_CALLBACK_MOUSE_IN,
382 _elm_cursor_mouse_in, cur);
383 evas_object_event_callback_add(eventarea, EVAS_CALLBACK_MOUSE_OUT,
384 _elm_cursor_mouse_out, cur);
385 evas_object_event_callback_add(eventarea, EVAS_CALLBACK_DEL,
386 _elm_cursor_del, cur);
390 elm_object_cursor_set(Evas_Object *obj, const char *cursor)
392 EINA_SAFETY_ON_NULL_RETURN(obj);
393 elm_object_sub_cursor_set(obj, obj, cursor);
397 elm_object_cursor_get(const Evas_Object *obj)
399 ELM_CURSOR_GET_OR_RETURN(cur, obj, NULL);
400 return cur->cursor_name;
404 elm_object_cursor_unset(Evas_Object *obj)
406 ELM_CURSOR_GET_OR_RETURN(cur, obj);
408 eina_stringshare_del(cur->cursor_name);
409 eina_stringshare_del(cur->style);
412 elm_widget_cursor_del(cur->owner, cur);
416 evas_object_event_callback_del_full(cur->obj, EVAS_CALLBACK_DEL,
417 _elm_cursor_obj_del, cur);
418 evas_object_del(cur->obj);
424 if (!cur->use_engine)
425 ecore_evas_object_cursor_set(cur->ee, NULL, ELM_OBJECT_LAYER_CURSOR,
426 cur->hot_x, cur->hot_y);
427 #ifdef HAVE_ELEMENTARY_X
429 ecore_x_window_cursor_set(cur->win, ECORE_X_CURSOR_X);
433 evas_object_event_callback_del_full(obj, EVAS_CALLBACK_MOUSE_IN,
434 _elm_cursor_mouse_in, cur);
435 evas_object_event_callback_del_full(obj, EVAS_CALLBACK_MOUSE_OUT,
436 _elm_cursor_mouse_out, cur);
437 evas_object_event_callback_del_full(obj, EVAS_CALLBACK_DEL,
438 _elm_cursor_del, cur);
439 evas_object_data_del(obj, _cursor_key);
444 elm_object_cursor_style_set(Evas_Object *obj, const char *style)
446 ELM_CURSOR_GET_OR_RETURN(cur, obj);
448 if (!eina_stringshare_replace(&cur->style, style))
449 ERR("Could not set current style=%s", style);
451 if (cur->use_engine) return;
455 if (!_elm_cursor_obj_add(obj, cur))
456 ERR("Could not create cursor object");
458 _elm_cursor_set_hot_spots(cur);
462 if (!_elm_theme_object_set(obj, cur->obj, "cursor", cur->cursor_name,
464 ERR("Could not apply the theme to the cursor style=%s", style);
466 _elm_cursor_set_hot_spots(cur);
471 elm_object_cursor_style_get(const Evas_Object *obj)
473 ELM_CURSOR_GET_OR_RETURN(cur, obj, NULL);
474 return cur->style ? cur->style : "default";
478 * Notify cursor should recalculate its theme.
482 elm_cursor_theme(Elm_Cursor *cur)
484 if ((!cur) || (!cur->obj)) return;
485 if (!_elm_theme_object_set(cur->eventarea, cur->obj, "cursor",
486 cur->cursor_name, cur->style))
487 ERR("Could not apply the theme to the cursor style=%s", cur->style);
489 _elm_cursor_set_hot_spots(cur);
493 elm_object_cursor_theme_search_enabled_set(Evas_Object *obj, Eina_Bool theme_search)
495 ELM_CURSOR_GET_OR_RETURN(cur, obj);
496 cur->engine_only = theme_search;
499 evas_object_del(cur->obj);
502 _elm_cursor_cur_set(cur);
507 elm_object_cursor_theme_search_enabled_get(const Evas_Object *obj)
509 ELM_CURSOR_GET_OR_RETURN(cur, obj, EINA_FALSE);
510 return cur->engine_only;