Download

Support

Object Finder Functions

Functions that determine what evas objects are at a given location or within a given region of an evas. More...

Functions

EAPI Evas_Objectevas_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_Objectevas_object_top_at_pointer_get (const Evas *e)
 To be documented.
EAPI Evas_Objectevas_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_Listevas_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_Listevas_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.

FIXME: To be fixed.

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().


Copyright © Enlightenment.org

Evas Documentation Generated: Thu Sep 25 12:23:33 2008