summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_focus_parent_provider_gen_eo.h
blob: fdc5a98ab72b40a309decd6ddad4b00ddea7f9d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#ifndef _EFL_UI_FOCUS_PARENT_PROVIDER_GEN_EO_H_
#define _EFL_UI_FOCUS_PARENT_PROVIDER_GEN_EO_H_

#ifndef _EFL_UI_FOCUS_PARENT_PROVIDER_GEN_EO_CLASS_TYPE
#define _EFL_UI_FOCUS_PARENT_PROVIDER_GEN_EO_CLASS_TYPE

typedef Eo Efl_Ui_Focus_Parent_Provider_Gen;

#endif

#ifndef _EFL_UI_FOCUS_PARENT_PROVIDER_GEN_EO_TYPES
#define _EFL_UI_FOCUS_PARENT_PROVIDER_GEN_EO_TYPES


#endif
#ifdef EFL_BETA_API_SUPPORT
/** EFL UI Focus Parent Provider Gen class
 *
 * @ingroup Efl_Ui_Focus_Parent_Provider_Gen
 */
#define EFL_UI_FOCUS_PARENT_PROVIDER_GEN_CLASS efl_ui_focus_parent_provider_gen_class_get()

EWAPI const Efl_Class *efl_ui_focus_parent_provider_gen_class_get(void) EINA_CONST;

/**
 * @brief Content item map property
 *
 * @param[in] obj The object.
 * @param[in] map Item map
 *
 * @ingroup Efl_Ui_Focus_Parent_Provider_Gen
 */
EOAPI void efl_ui_focus_parent_provider_gen_content_item_map_set(Eo *obj, Eina_Hash *map);

/**
 * @brief Content item map property
 *
 * @param[in] obj The object.
 *
 * @return Item map
 *
 * @ingroup Efl_Ui_Focus_Parent_Provider_Gen
 */
EOAPI Eina_Hash *efl_ui_focus_parent_provider_gen_content_item_map_get(const Eo *obj);

/**
 * @brief Container property
 *
 * @param[in] obj The object.
 * @param[in] container Container widget
 *
 * @ingroup Efl_Ui_Focus_Parent_Provider_Gen
 */
EOAPI void efl_ui_focus_parent_provider_gen_container_set(Eo *obj, Efl_Ui_Widget *container);

/**
 * @brief Container property
 *
 * @param[in] obj The object.
 *
 * @return Container widget
 *
 * @ingroup Efl_Ui_Focus_Parent_Provider_Gen
 */
EOAPI Efl_Ui_Widget *efl_ui_focus_parent_provider_gen_container_get(const Eo *obj);

/**
 * @brief Fetch the item where the item is a subchild from
 *
 * @param[in] obj The object.
 * @param[in] widget
 *
 * @ingroup Efl_Ui_Focus_Parent_Provider_Gen
 */
EOAPI Efl_Ui_Widget *efl_ui_focus_parent_provider_gen_item_fetch(Eo *obj, Efl_Ui_Widget *widget);
#endif /* EFL_BETA_API_SUPPORT */

#endif