Functions | |
| EOAPI Evas_Object * | elm_obj_plug_image_object_get (void) |
| Get the basic Evas_Image object from this object (widget). More... | |
| EOAPI Eina_Bool | elm_obj_plug_connect (const char *svcname, int svcnum, Eina_Bool svcsys) |
| Connect a plug widget to service provided by socket image. More... | |
| Evas_Object * | elm_plug_image_object_get (const Elm_Plug *obj) |
| Get the basic Evas_Image object from this object (widget). More... | |
| Eina_Bool | elm_plug_connect (Elm_Plug *obj, const char *svcname, int svcnum, Eina_Bool svcsys) |
| Connect a plug widget to service provided by socket image. More... | |
| Evas_Object * | elm_plug_add (Evas_Object *parent) |
| Add a new plug image to the parent. More... | |
An object that allows one to show an image which other process created. It can be used anywhere like any other elementary widget.
This widget emits the following signals:
event parameter of the callback will be NULL. event parameter of the callback will be NULL. event parameter of the callback will be Evas_Coord_Size (two integers).| EOAPI Eina_Bool elm_obj_plug_connect | ( | const char * | svcname, |
| int | svcnum, | ||
| Eina_Bool | svcsys | ||
| ) |
Connect a plug widget to service provided by socket image.
EINA_TRUE = success, EINA_FALSE = error)| [in] | svcname | The service name to connect to set up by the socket. |
| [in] | svcnum | The service number to connect to (set up by socket). |
| [in] | svcsys | Boolean to set if the service is a system one or not (set up by socket). |
Referenced by elm_plug_connect().
| EOAPI Evas_Object* elm_obj_plug_image_object_get | ( | void | ) |
Get the basic Evas_Image object from this object (widget).
This function allows one to get the underlying Evas_Object of type Image from this elementary widget. It can be useful to do things like get the pixel data, save the image to a file, etc.
Referenced by elm_plug_image_object_get().
| Evas_Object* elm_plug_add | ( | Evas_Object * | parent | ) |
Add a new plug image to the parent.
| parent | The parent object |
| Eina_Bool elm_plug_connect | ( | Elm_Plug * | obj, |
| const char * | svcname, | ||
| int | svcnum, | ||
| Eina_Bool | svcsys | ||
| ) |
Connect a plug widget to service provided by socket image.
EINA_TRUE = success, EINA_FALSE = error)| [in] | svcname | The service name to connect to set up by the socket. |
| [in] | svcnum | The service number to connect to (set up by socket). |
| [in] | svcsys | Boolean to set if the service is a system one or not (set up by socket). |
References elm_obj_plug_connect().
| Evas_Object* elm_plug_image_object_get | ( | const Elm_Plug * | obj | ) |
Get the basic Evas_Image object from this object (widget).
This function allows one to get the underlying Evas_Object of type Image from this elementary widget. It can be useful to do things like get the pixel data, save the image to a file, etc.
References elm_obj_plug_image_object_get().