Evas_Object_Finders (3) - Linux Manuals
Evas_Object_Finders: Functions that determine what evas objects are at a given location or within a given region of an evas.
NAME
Object Finder Functions - Functions that determine what evas objects are at a given location or within a given region of an evas.
Functions
EAPI Evas_Object * evas_object_top_at_xy_get (const Evas *e, Evas_Coord x, Evas_Coord y, Evas_Bool include_pass_events_objects, Evas_Bool include_hidden_objects)
To be documented.
EAPI Evas_Object * evas_object_top_at_pointer_get (const Evas *e)
To be documented.
EAPI Evas_Object * evas_object_top_in_rectangle_get (const Evas *e, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, Evas_Bool include_pass_events_objects, Evas_Bool include_hidden_objects)
To be documented.
EAPI Evas_List * evas_objects_at_xy_get (const Evas *e, Evas_Coord x, Evas_Coord y, Evas_Bool include_pass_events_objects, Evas_Bool include_hidden_objects)
To be documented.
EAPI Evas_List * evas_objects_in_rectangle_get (const Evas *e, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, Evas_Bool include_pass_events_objects, Evas_Bool include_hidden_objects)
To be documented.
Detailed Description
Functions that determine what evas objects are at a given location or within a given region of an evas.
Function Documentation
EAPI Evas_Object* evas_object_top_at_pointer_get (const Evas * e)
To be documented.
FIXME: To be fixed.
References evas_object_top_at_xy_get().
EAPI Evas_Object* evas_object_top_at_xy_get (const Evas * e, Evas_Coord x, Evas_Coord y, Evas_Bool include_pass_events_objects, Evas_Bool include_hidden_objects)
To be documented.
FIXME: To be fixed.
Referenced by evas_object_top_at_pointer_get().
EAPI Evas_Object* evas_object_top_in_rectangle_get (const Evas * e, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, Evas_Bool include_pass_events_objects, Evas_Bool include_hidden_objects)
To be documented.
EAPI Evas_List* evas_objects_at_xy_get (const Evas * e, Evas_Coord x, Evas_Coord y, Evas_Bool include_pass_events_objects, Evas_Bool include_hidden_objects)
To be documented.
FIXME: To be fixed.
References evas_list_prepend().
EAPI Evas_List* evas_objects_in_rectangle_get (const Evas * e, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, Evas_Bool include_pass_events_objects, Evas_Bool include_hidden_objects)
To be documented.
FIXME: To be fixed.
References evas_list_prepend().
Author
Generated automatically by Doxygen for Evas from the source code.