|
Tizen Native API
5.0
|
Typedefs | |
| typedef char *(* | Elm_Gen_Item_Text_Get_Cb )(void *data, Evas_Object *obj, const char *part) |
| typedef Evas_Object *(* | Elm_Gen_Item_Content_Get_Cb )(void *data, Evas_Object *obj, const char *part) |
| typedef Eina_Bool(* | Elm_Gen_Item_State_Get_Cb )(void *data, Evas_Object *obj, const char *part) |
| typedef void(* | Elm_Gen_Item_Del_Cb )(void *data, Evas_Object *obj) |
| typedef Eina_Bool(* | Elm_Gen_Item_Filter_Get_Cb )(void *data, Evas_Object *obj, void *key) |
| typedef Evas_Object *(* | Elm_Gen_Item_Reusable_Content_Get_Cb )(void *data, Evas_Object *obj, const char *part, Evas_Object *old) |
| typedef Evas_Object*(* Elm_Gen_Item_Content_Get_Cb)(void *data, Evas_Object *obj, const char *part) |
Content (swallowed object) fetching class function for Elm_Gen_Item_Class.
| data | The data passed in the item creation function |
| obj | The base widget object |
| part | The part name of the swallow |
| typedef void(* Elm_Gen_Item_Del_Cb)(void *data, Evas_Object *obj) |
Deletion class function for Elm_Gen_Item_Class.
| data | The data passed in the item creation function |
| obj | The base widget object Deletion class function for gen item classes. |
| typedef Eina_Bool(* Elm_Gen_Item_Filter_Get_Cb)(void *data, Evas_Object *obj, void *key) |
Filter class function for Elm_Gen_Item_Class.
| data | The data passed in the item creation function |
| obj | The base widget object |
| key | The key needed for item filter to be decided on |
| typedef Evas_Object*(* Elm_Gen_Item_Reusable_Content_Get_Cb)(void *data, Evas_Object *obj, const char *part, Evas_Object *old) |
Reusable content get class function for Elm_Gen_Item_Class.
| data | The data passed in the item creation function |
| obj | The base widget object |
| part | The part name of the swallow |
| old | The old content object for reusing |
| typedef Eina_Bool(* Elm_Gen_Item_State_Get_Cb)(void *data, Evas_Object *obj, const char *part) |
State fetching class function for Elm_Gen_Item_Class.
| data | The data passed in the item creation function |
| obj | The base widget object |
| part | The part name of the swallow |
| typedef char*(* Elm_Gen_Item_Text_Get_Cb)(void *data, Evas_Object *obj, const char *part) |
Text fetching class function for Elm_Gen_Item_Class.
| data | The data passed in the item creation function |
| obj | The base widget object |
| part | The part name of the swallow |
| enum Elm_Glob_Match_Flags |
Glob matching bitfiled flags.