ffi-efl 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/efl/elementary_all.rb +3 -3
- data/lib/efl/elm/{elm_factory.rb → elm_datetime.rb} +4 -4
- data/lib/efl/elm/{elm_anchorblock.rb → elm_dayselector.rb} +4 -4
- data/lib/efl/elm/elm_popup.rb +26 -0
- data/lib/efl/native/ecore_evas.rb +6 -4
- data/lib/efl/native/edje.rb +8 -5
- data/lib/efl/native/eet.rb +3 -2
- data/lib/efl/native/elm/elm_bg.rb +3 -3
- data/lib/efl/native/elm/elm_box.rb +6 -4
- data/lib/efl/native/elm/elm_cache.rb +0 -24
- data/lib/efl/native/elm/elm_calendar.rb +13 -7
- data/lib/efl/native/elm/elm_clock.rb +12 -11
- data/lib/efl/native/elm/elm_colorselector.rb +20 -0
- data/lib/efl/native/elm/elm_config.rb +144 -62
- data/lib/efl/native/elm/elm_conform.rb +0 -2
- data/lib/efl/native/elm/elm_ctxpopup.rb +2 -0
- data/lib/efl/native/elm/elm_cursor.rb +4 -8
- data/lib/efl/native/elm/elm_datetime.rb +64 -0
- data/lib/efl/native/elm/elm_dayselector.rb +56 -0
- data/lib/efl/native/elm/elm_diskselector.rb +8 -8
- data/lib/efl/native/elm/elm_entry.rb +30 -12
- data/lib/efl/native/elm/elm_finger.rb +0 -4
- data/lib/efl/native/elm/elm_flipselector.rb +4 -4
- data/lib/efl/native/elm/elm_focus.rb +6 -14
- data/lib/efl/native/elm/elm_fonts.rb +0 -16
- data/lib/efl/native/elm/elm_frame.rb +2 -2
- data/lib/efl/native/elm/elm_gen.rb +49 -0
- data/lib/efl/native/elm/elm_general.rb +4 -1
- data/lib/efl/native/elm/elm_gengrid.rb +52 -40
- data/lib/efl/native/elm/elm_genlist.rb +82 -87
- data/lib/efl/native/elm/elm_icon.rb +6 -6
- data/lib/efl/native/elm/elm_image.rb +6 -4
- data/lib/efl/native/elm/elm_index.rb +29 -19
- data/lib/efl/native/elm/elm_label.rb +0 -4
- data/lib/efl/native/elm/elm_layout.rb +16 -16
- data/lib/efl/native/elm/elm_list.rb +4 -4
- data/lib/efl/native/elm/elm_map.rb +130 -137
- data/lib/efl/native/elm/elm_menu.rb +4 -6
- data/lib/efl/native/elm/elm_mirroring.rb +0 -4
- data/lib/efl/native/elm/elm_multibuttonentry.rb +24 -28
- data/lib/efl/native/elm/elm_naviframe.rb +6 -8
- data/lib/efl/native/elm/elm_notify.rb +4 -4
- data/lib/efl/native/elm/elm_object.rb +2 -2
- data/lib/efl/native/elm/elm_photocam.rb +4 -4
- data/lib/efl/native/elm/elm_popup.rb +60 -0
- data/lib/efl/native/elm/elm_scale.rb +0 -4
- data/lib/efl/native/elm/elm_slider.rb +2 -2
- data/lib/efl/native/elm/elm_slideshow.rb +2 -2
- data/lib/efl/native/elm/elm_spinner.rb +1 -1
- data/lib/efl/native/elm/elm_store.rb +4 -8
- data/lib/efl/native/elm/elm_theme.rb +4 -2
- data/lib/efl/native/elm/elm_toolbar.rb +5 -9
- data/lib/efl/native/elm/elm_video.rb +2 -2
- data/lib/efl/native/elm/elm_web.rb +15 -15
- data/lib/efl/native/elm/elm_win.rb +7 -4
- data/lib/efl/native/evas.rb +7 -5
- data/lib/efl.rb +1 -1
- metadata +15 -16
- data/lib/efl/elm/elm_anchorview.rb +0 -22
- data/lib/efl/native/elm/elm_anchorblock.rb +0 -55
- data/lib/efl/native/elm/elm_anchorview.rb +0 -59
- data/lib/efl/native/elm/elm_engine.rb +0 -41
- data/lib/efl/native/elm/elm_factory.rb +0 -41
- data/lib/efl/native/elm/elm_password.rb +0 -41
@@ -25,17 +25,17 @@ module Efl
|
|
25
25
|
# ENUMS
|
26
26
|
# typedef enum {...} Elm_Map_Zoom_Mode;
|
27
27
|
enum :elm_map_zoom_mode, [ :elm_map_zoom_mode_manual, :elm_map_zoom_mode_auto_fit, :elm_map_zoom_mode_auto_fill, :elm_map_zoom_mode_last ]
|
28
|
-
# typedef enum {...}
|
29
|
-
enum :
|
30
|
-
]
|
31
|
-
# typedef enum {...} Elm_Map_Name_Sources;
|
32
|
-
enum :elm_map_name_sources, [ :elm_map_name_source_nominatim, :elm_map_name_source_last ]
|
28
|
+
# typedef enum {...} Elm_Map_Source_Type;
|
29
|
+
enum :elm_map_source_type, [ :elm_map_source_type_tile, :elm_map_source_type_route, :elm_map_source_type_name, :elm_map_source_type_last ]
|
33
30
|
# typedef enum {...} Elm_Map_Route_Type;
|
34
31
|
enum :elm_map_route_type, [ :elm_map_route_type_motocar, :elm_map_route_type_bicycle, :elm_map_route_type_foot, :elm_map_route_type_last ]
|
35
32
|
# typedef enum {...} Elm_Map_Route_Method;
|
36
33
|
enum :elm_map_route_method, [ :elm_map_route_method_fastest, :elm_map_route_method_shortest, :elm_map_route_method_last ]
|
37
34
|
# typedef enum {...} Elm_Map_Name_Method;
|
38
35
|
enum :elm_map_name_method, [ :elm_map_name_method_search, :elm_map_name_method_reverse, :elm_map_name_method_last ]
|
36
|
+
# typedef enum _Elm_Map_Overlay_Type {...} Elm_Map_Overlay_Type;
|
37
|
+
enum :elm_map_overlay_type, [ :elm_map_overlay_type_none, 0, :elm_map_overlay_type_default, 1, :elm_map_overlay_type_class, 2,
|
38
|
+
:elm_map_overlay_type_bubble, 3, :elm_map_overlay_type_route, 4 ]
|
39
39
|
#
|
40
40
|
# TYPEDEFS
|
41
41
|
# typedef struct _Elm_Map_Marker Elm_Map_Marker;
|
@@ -48,36 +48,24 @@ module Efl
|
|
48
48
|
typedef :pointer, :elm_map_route
|
49
49
|
# typedef struct _Elm_Map_Name Elm_Map_Name;
|
50
50
|
typedef :pointer, :elm_map_name
|
51
|
-
# typedef struct
|
52
|
-
typedef :pointer, :
|
51
|
+
# typedef struct _Elm_Map_Overlay Elm_Map_Overlay;
|
52
|
+
typedef :pointer, :elm_map_overlay
|
53
53
|
#
|
54
54
|
# CALLBACKS
|
55
|
-
# typedef Evas_Object *(*
|
56
|
-
callback :
|
57
|
-
# typedef void (*
|
58
|
-
callback :
|
59
|
-
# typedef Evas_Object *(*
|
60
|
-
callback :
|
61
|
-
# typedef Evas_Object *(*
|
62
|
-
callback :
|
63
|
-
# typedef
|
64
|
-
callback :
|
65
|
-
# typedef
|
66
|
-
callback :
|
67
|
-
# typedef
|
68
|
-
callback :
|
69
|
-
# typedef char *(*ElmMapModuleUrlFunc) (Evas_Object *obj, int x, int y, int zoom);
|
70
|
-
callback :elmmapmoduleurlfunc_cb, [ :evas_object, :int, :int, :int ], :string
|
71
|
-
# typedef int (*ElmMapModuleRouteSourceFunc) (void);
|
72
|
-
callback :elmmapmoduleroutesourcefunc_cb, [ ], :int
|
73
|
-
# typedef char *(*ElmMapModuleRouteUrlFunc) (Evas_Object *obj, char *type_name, int method, double flon, double flat, double tlon, double tlat);
|
74
|
-
callback :elmmapmodulerouteurlfunc_cb, [ :evas_object, :string, :int, :double, :double, :double, :double ], :string
|
75
|
-
# typedef char *(*ElmMapModuleNameUrlFunc) (Evas_Object *obj, int method, char *name, double lon, double lat);
|
76
|
-
callback :elmmapmodulenameurlfunc_cb, [ :evas_object, :int, :string, :double, :double ], :string
|
77
|
-
# typedef Eina_Bool (*ElmMapModuleGeoIntoCoordFunc) (const Evas_Object *obj, int zoom, double lon, double lat, int size, int *x, int *y);
|
78
|
-
callback :elmmapmodulegeointocoordfunc_cb, [ :evas_object, :int, :double, :double, :int, :pointer, :pointer ], :bool
|
79
|
-
# typedef Eina_Bool (*ElmMapModuleCoordIntoGeoFunc) (const Evas_Object *obj, int zoom, int x, int y, int size, double *lon, double *lat);
|
80
|
-
callback :elmmapmodulecoordintogeofunc_cb, [ :evas_object, :int, :int, :int, :int, :pointer, :pointer ], :bool
|
55
|
+
# typedef Evas_Object *(*Elm_Map_Marker_Get_Func) (Evas_Object *obj, Elm_Map_Marker *marker, void *data);
|
56
|
+
callback :elm_map_marker_get_func_cb, [ :evas_object, :elm_map_marker, :pointer ], :evas_object
|
57
|
+
# typedef void (*Elm_Map_Marker_Del_Func) (Evas_Object *obj, Elm_Map_Marker *marker, void *data, Evas_Object *o);
|
58
|
+
callback :elm_map_marker_del_func_cb, [ :evas_object, :elm_map_marker, :pointer, :evas_object ], :void
|
59
|
+
# typedef Evas_Object *(*Elm_Map_Marker_Icon_Get_Func) (Evas_Object *obj, Elm_Map_Marker *marker, void *data);
|
60
|
+
callback :elm_map_marker_icon_get_func_cb, [ :evas_object, :elm_map_marker, :pointer ], :evas_object
|
61
|
+
# typedef Evas_Object *(*Elm_Map_Group_Icon_Get_Func) (Evas_Object *obj, void *data);
|
62
|
+
callback :elm_map_group_icon_get_func_cb, [ :evas_object, :pointer ], :evas_object
|
63
|
+
# typedef void (*Elm_Map_Overlay_Get_Cb) (void *data, Evas_Object *map, const Elm_Map_Overlay *overlay);
|
64
|
+
callback :elm_map_overlay_get_cb, [ :pointer, :evas_object, :elm_map_overlay ], :void
|
65
|
+
# typedef void (*Elm_Map_Name_Cb) (void *data, Evas_Object *map, const Elm_Map_Name *name);
|
66
|
+
callback :elm_map_name_cb, [ :pointer, :evas_object, :elm_map_name ], :void
|
67
|
+
# typedef void (*Elm_Map_Route_Cb) (void *data, Evas_Object *map, const Elm_Map_Route *route);
|
68
|
+
callback :elm_map_route_cb, [ :pointer, :evas_object, :elm_map_route ], :void
|
81
69
|
#
|
82
70
|
# FUNCTIONS
|
83
71
|
fcts = [
|
@@ -91,128 +79,133 @@ module Efl
|
|
91
79
|
[ :elm_map_zoom_mode_set, [ :evas_object, :elm_map_zoom_mode ], :void ],
|
92
80
|
# EAPI Elm_Map_Zoom_Mode elm_map_zoom_mode_get(const Evas_Object *obj);
|
93
81
|
[ :elm_map_zoom_mode_get, [ :evas_object ], :elm_map_zoom_mode ],
|
94
|
-
# EAPI void
|
95
|
-
[ :
|
96
|
-
# EAPI
|
97
|
-
[ :
|
98
|
-
# EAPI void
|
99
|
-
[ :
|
82
|
+
# EAPI void elm_map_zoom_min_set(Evas_Object *obj, int zoom);
|
83
|
+
[ :elm_map_zoom_min_set, [ :evas_object, :int ], :void ],
|
84
|
+
# EAPI int elm_map_zoom_min_get(const Evas_Object *obj);
|
85
|
+
[ :elm_map_zoom_min_get, [ :evas_object ], :int ],
|
86
|
+
# EAPI void elm_map_zoom_max_set(Evas_Object *obj, int zoom);
|
87
|
+
[ :elm_map_zoom_max_set, [ :evas_object, :int ], :void ],
|
88
|
+
# EAPI int elm_map_zoom_max_get(const Evas_Object *obj);
|
89
|
+
[ :elm_map_zoom_max_get, [ :evas_object ], :int ],
|
90
|
+
# EAPI void elm_map_region_get(const Evas_Object *obj, double *lon, double *lat);
|
91
|
+
[ :elm_map_region_get, [ :evas_object, :pointer, :pointer ], :void ],
|
92
|
+
# EAPI void elm_map_region_bring_in(Evas_Object *obj, double lon, double lat);
|
93
|
+
[ :elm_map_region_bring_in, [ :evas_object, :double, :double ], :void ],
|
94
|
+
# EAPI void elm_map_region_show(Evas_Object *obj, double lon, double lat);
|
95
|
+
[ :elm_map_region_show, [ :evas_object, :double, :double ], :void ],
|
96
|
+
# EAPI void elm_map_canvas_to_region_convert(const Evas_Object *obj, const Evas_Coord x, const Evas_Coord y, double *lon, double *lat);
|
97
|
+
[ :elm_map_canvas_to_region_convert, [ :evas_object, :int, :int, :pointer, :pointer ], :void ],
|
98
|
+
# EAPI void elm_map_region_to_canvas_convert(const Evas_Object *obj, double lon, double lat, Evas_Coord *x, Evas_Coord *y);
|
99
|
+
[ :elm_map_region_to_canvas_convert, [ :evas_object, :double, :double, :pointer, :pointer ], :void ],
|
100
100
|
# EAPI void elm_map_paused_set(Evas_Object *obj, Eina_Bool paused);
|
101
101
|
[ :elm_map_paused_set, [ :evas_object, :bool ], :void ],
|
102
102
|
# EAPI Eina_Bool elm_map_paused_get(const Evas_Object *obj);
|
103
103
|
[ :elm_map_paused_get, [ :evas_object ], :bool ],
|
104
|
-
# EAPI void
|
105
|
-
[ :
|
106
|
-
# EAPI
|
107
|
-
[ :
|
108
|
-
# EAPI void
|
109
|
-
[ :
|
110
|
-
# EAPI
|
111
|
-
[ :
|
112
|
-
# EAPI void elm_map_utils_convert_geo_into_coord(const Evas_Object *obj, double lon, double lat, int size, int *x, int *y);
|
113
|
-
[ :elm_map_utils_convert_geo_into_coord, [ :evas_object, :double, :double, :int, :pointer, :pointer ], :void ],
|
114
|
-
# EAPI Elm_Map_Name *elm_map_utils_convert_coord_into_name(const Evas_Object *obj, double lon, double lat);
|
115
|
-
[ :elm_map_utils_convert_coord_into_name, [ :evas_object, :double, :double ], :elm_map_name ],
|
116
|
-
# EAPI Elm_Map_Name *elm_map_utils_convert_name_into_coord(const Evas_Object *obj, char *address);
|
117
|
-
[ :elm_map_utils_convert_name_into_coord, [ :evas_object, :string ], :elm_map_name ],
|
118
|
-
# EAPI void elm_map_canvas_to_geo_convert(const Evas_Object *obj, const Evas_Coord x, const Evas_Coord y, double *lon, double *lat);
|
119
|
-
[ :elm_map_canvas_to_geo_convert, [ :evas_object, :int, :int, :pointer, :pointer ], :void ],
|
120
|
-
# EAPI Elm_Map_Marker *elm_map_marker_add(Evas_Object *obj, double lon, double lat, Elm_Map_Marker_Class *clas, Elm_Map_Group_Class *clas_group, void *data);
|
121
|
-
[ :elm_map_marker_add, [ :evas_object, :double, :double, :elm_map_marker_class, :elm_map_group_class, :pointer ], :elm_map_marker ],
|
122
|
-
# EAPI void elm_map_max_marker_per_group_set(Evas_Object *obj, int max);
|
123
|
-
[ :elm_map_max_marker_per_group_set, [ :evas_object, :int ], :void ],
|
124
|
-
# EAPI void elm_map_marker_remove(Elm_Map_Marker *marker);
|
125
|
-
[ :elm_map_marker_remove, [ :elm_map_marker ], :void ],
|
126
|
-
# EAPI void elm_map_marker_region_get(const Elm_Map_Marker *marker, double *lon, double *lat);
|
127
|
-
[ :elm_map_marker_region_get, [ :elm_map_marker, :pointer, :pointer ], :void ],
|
128
|
-
# EAPI void elm_map_marker_bring_in(Elm_Map_Marker *marker);
|
129
|
-
[ :elm_map_marker_bring_in, [ :elm_map_marker ], :void ],
|
130
|
-
# EAPI void elm_map_marker_show(Elm_Map_Marker *marker);
|
131
|
-
[ :elm_map_marker_show, [ :elm_map_marker ], :void ],
|
132
|
-
# EAPI void elm_map_markers_list_show(Eina_List *markers);
|
133
|
-
[ :elm_map_markers_list_show, [ :eina_list ], :void ],
|
134
|
-
# EAPI Evas_Object *elm_map_marker_object_get(const Elm_Map_Marker *marker);
|
135
|
-
[ :elm_map_marker_object_get, [ :elm_map_marker ], :evas_object ],
|
136
|
-
# EAPI void elm_map_marker_update(Elm_Map_Marker *marker);
|
137
|
-
[ :elm_map_marker_update, [ :elm_map_marker ], :void ],
|
138
|
-
# EAPI void elm_map_bubbles_close(Evas_Object *obj);
|
139
|
-
[ :elm_map_bubbles_close, [ :evas_object ], :void ],
|
140
|
-
# EAPI Elm_Map_Group_Class *elm_map_group_class_new(Evas_Object *obj);
|
141
|
-
[ :elm_map_group_class_new, [ :evas_object ], :elm_map_group_class ],
|
142
|
-
# EAPI void elm_map_group_class_style_set(Elm_Map_Group_Class *clas, const char *style);
|
143
|
-
[ :elm_map_group_class_style_set, [ :elm_map_group_class, :string ], :void ],
|
144
|
-
# EAPI void elm_map_group_class_icon_cb_set(Elm_Map_Group_Class *clas, ElmMapGroupIconGetFunc icon_get);
|
145
|
-
[ :elm_map_group_class_icon_cb_set, [ :elm_map_group_class, :elmmapgroupicongetfunc_cb ], :void ],
|
146
|
-
# EAPI void elm_map_group_class_data_set(Elm_Map_Group_Class *clas, void *data);
|
147
|
-
[ :elm_map_group_class_data_set, [ :elm_map_group_class, :pointer ], :void ],
|
148
|
-
# EAPI void elm_map_group_class_zoom_displayed_set(Elm_Map_Group_Class *clas, int zoom);
|
149
|
-
[ :elm_map_group_class_zoom_displayed_set, [ :elm_map_group_class, :int ], :void ],
|
150
|
-
# EAPI void elm_map_group_class_zoom_grouped_set(Elm_Map_Group_Class *clas, int zoom);
|
151
|
-
[ :elm_map_group_class_zoom_grouped_set, [ :elm_map_group_class, :int ], :void ],
|
152
|
-
# EAPI void elm_map_group_class_hide_set(Evas_Object *obj, Elm_Map_Group_Class *clas, Eina_Bool hide);
|
153
|
-
[ :elm_map_group_class_hide_set, [ :evas_object, :elm_map_group_class, :bool ], :void ],
|
154
|
-
# EAPI Elm_Map_Marker_Class *elm_map_marker_class_new(Evas_Object *obj);
|
155
|
-
[ :elm_map_marker_class_new, [ :evas_object ], :elm_map_marker_class ],
|
156
|
-
# EAPI void elm_map_marker_class_style_set(Elm_Map_Marker_Class *clas, const char *style);
|
157
|
-
[ :elm_map_marker_class_style_set, [ :elm_map_marker_class, :string ], :void ],
|
158
|
-
# EAPI void elm_map_marker_class_icon_cb_set(Elm_Map_Marker_Class *clas, ElmMapMarkerIconGetFunc icon_get);
|
159
|
-
[ :elm_map_marker_class_icon_cb_set, [ :elm_map_marker_class, :elmmapmarkericongetfunc_cb ], :void ],
|
160
|
-
# EAPI void elm_map_marker_class_get_cb_set(Elm_Map_Marker_Class *clas, ElmMapMarkerGetFunc get);
|
161
|
-
[ :elm_map_marker_class_get_cb_set, [ :elm_map_marker_class, :elmmapmarkergetfunc_cb ], :void ],
|
162
|
-
# EAPI void elm_map_marker_class_del_cb_set(Elm_Map_Marker_Class *clas, ElmMapMarkerDelFunc del);
|
163
|
-
[ :elm_map_marker_class_del_cb_set, [ :elm_map_marker_class, :elmmapmarkerdelfunc_cb ], :void ],
|
164
|
-
# EAPI const char **elm_map_source_names_get(const Evas_Object *obj);
|
165
|
-
[ :elm_map_source_names_get, [ :evas_object ], :pointer ],
|
166
|
-
# EAPI void elm_map_source_name_set(Evas_Object *obj, const char *source_name);
|
167
|
-
[ :elm_map_source_name_set, [ :evas_object, :string ], :void ],
|
168
|
-
# EAPI const char *elm_map_source_name_get(const Evas_Object *obj);
|
169
|
-
[ :elm_map_source_name_get, [ :evas_object ], :string ],
|
170
|
-
# EAPI void elm_map_route_source_set(Evas_Object *obj, Elm_Map_Route_Sources source);
|
171
|
-
[ :elm_map_route_source_set, [ :evas_object, :elm_map_route_sources ], :void ],
|
172
|
-
# EAPI Elm_Map_Route_Sources elm_map_route_source_get(const Evas_Object *obj);
|
173
|
-
[ :elm_map_route_source_get, [ :evas_object ], :elm_map_route_sources ],
|
174
|
-
# EAPI void elm_map_source_zoom_min_set(Evas_Object *obj, int zoom);
|
175
|
-
[ :elm_map_source_zoom_min_set, [ :evas_object, :int ], :void ],
|
176
|
-
# EAPI int elm_map_source_zoom_min_get(const Evas_Object *obj);
|
177
|
-
[ :elm_map_source_zoom_min_get, [ :evas_object ], :int ],
|
178
|
-
# EAPI void elm_map_source_zoom_max_set(Evas_Object *obj, int zoom);
|
179
|
-
[ :elm_map_source_zoom_max_set, [ :evas_object, :int ], :void ],
|
180
|
-
# EAPI int elm_map_source_zoom_max_get(const Evas_Object *obj);
|
181
|
-
[ :elm_map_source_zoom_max_get, [ :evas_object ], :int ],
|
104
|
+
# EAPI void elm_map_rotate_set(Evas_Object *obj, double degree, Evas_Coord cx, Evas_Coord cy);
|
105
|
+
[ :elm_map_rotate_set, [ :evas_object, :double, :int, :int ], :void ],
|
106
|
+
# EAPI void elm_map_rotate_get(const Evas_Object *obj, double *degree, Evas_Coord *cx, Evas_Coord *cy);
|
107
|
+
[ :elm_map_rotate_get, [ :evas_object, :pointer, :pointer, :pointer ], :void ],
|
108
|
+
# EAPI void elm_map_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled);
|
109
|
+
[ :elm_map_wheel_disabled_set, [ :evas_object, :bool ], :void ],
|
110
|
+
# EAPI Eina_Bool elm_map_wheel_disabled_get(const Evas_Object *obj);
|
111
|
+
[ :elm_map_wheel_disabled_get, [ :evas_object ], :bool ],
|
182
112
|
# EAPI void elm_map_user_agent_set(Evas_Object *obj, const char *user_agent);
|
183
113
|
[ :elm_map_user_agent_set, [ :evas_object, :string ], :void ],
|
184
114
|
# EAPI const char *elm_map_user_agent_get(const Evas_Object *obj);
|
185
115
|
[ :elm_map_user_agent_get, [ :evas_object ], :string ],
|
186
|
-
# EAPI
|
187
|
-
[ :
|
188
|
-
# EAPI void
|
189
|
-
[ :
|
190
|
-
# EAPI
|
191
|
-
[ :
|
192
|
-
# EAPI void
|
193
|
-
[ :
|
116
|
+
# EAPI Elm_Map_Overlay * elm_map_overlay_add(Evas_Object *obj, double lon, double lat);
|
117
|
+
[ :elm_map_overlay_add, [ :evas_object, :double, :double ], :elm_map_overlay ],
|
118
|
+
# EAPI void elm_map_overlay_del(Elm_Map_Overlay *overlay);
|
119
|
+
[ :elm_map_overlay_del, [ :elm_map_overlay ], :void ],
|
120
|
+
# EAPI Elm_Map_Overlay_Type elm_map_overlay_type_get(const Elm_Map_Overlay *overlay);
|
121
|
+
[ :elm_map_overlay_type_get, [ :elm_map_overlay ], :elm_map_overlay_type ],
|
122
|
+
# EAPI void elm_map_overlay_data_set(Elm_Map_Overlay *overlay, void *data);
|
123
|
+
[ :elm_map_overlay_data_set, [ :elm_map_overlay, :pointer ], :void ],
|
124
|
+
# EAPI void * elm_map_overlay_data_get(const Elm_Map_Overlay *overlay);
|
125
|
+
[ :elm_map_overlay_data_get, [ :elm_map_overlay ], :pointer ],
|
126
|
+
# EAPI void elm_map_overlay_hide_set(Elm_Map_Overlay *overlay, Eina_Bool hide);
|
127
|
+
[ :elm_map_overlay_hide_set, [ :elm_map_overlay, :bool ], :void ],
|
128
|
+
# EAPI Eina_Bool elm_map_overlay_hide_get(const Elm_Map_Overlay *overlay);
|
129
|
+
[ :elm_map_overlay_hide_get, [ :elm_map_overlay ], :bool ],
|
130
|
+
# EAPI void elm_map_overlay_displayed_zoom_min_set(Elm_Map_Overlay *overlay, int zoom);
|
131
|
+
[ :elm_map_overlay_displayed_zoom_min_set, [ :elm_map_overlay, :int ], :void ],
|
132
|
+
# EAPI int elm_map_overlay_displayed_zoom_min_get(const Elm_Map_Overlay *overlay);
|
133
|
+
[ :elm_map_overlay_displayed_zoom_min_get, [ :elm_map_overlay ], :int ],
|
134
|
+
# EAPI void elm_map_overlay_paused_set(Elm_Map_Overlay *overlay, Eina_Bool paused);
|
135
|
+
[ :elm_map_overlay_paused_set, [ :elm_map_overlay, :bool ], :void ],
|
136
|
+
# EAPI Eina_Bool elm_map_overlay_paused_get(const Elm_Map_Overlay *overlay);
|
137
|
+
[ :elm_map_overlay_paused_get, [ :elm_map_overlay ], :bool ],
|
138
|
+
# EAPI void elm_map_overlay_content_set(Elm_Map_Overlay *overlay, Evas_Object *obj);
|
139
|
+
[ :elm_map_overlay_content_set, [ :elm_map_overlay, :evas_object ], :void ],
|
140
|
+
# EAPI const Evas_Object * elm_map_overlay_content_get(const Elm_Map_Overlay *overlay);
|
141
|
+
[ :elm_map_overlay_content_get, [ :elm_map_overlay ], :evas_object ],
|
142
|
+
# EAPI void elm_map_overlay_icon_set(Elm_Map_Overlay *overlay, Evas_Object *icon);
|
143
|
+
[ :elm_map_overlay_icon_set, [ :elm_map_overlay, :evas_object ], :void ],
|
144
|
+
# EAPI const Evas_Object * elm_map_overlay_icon_get(const Elm_Map_Overlay *overlay);
|
145
|
+
[ :elm_map_overlay_icon_get, [ :elm_map_overlay ], :evas_object ],
|
146
|
+
# EAPI void elm_map_overlay_region_set(Elm_Map_Overlay *overlay, double lon, double lat);
|
147
|
+
[ :elm_map_overlay_region_set, [ :elm_map_overlay, :double, :double ], :void ],
|
148
|
+
# EAPI void elm_map_overlay_region_get(const Elm_Map_Overlay *overlay, double *lon, double *lat);
|
149
|
+
[ :elm_map_overlay_region_get, [ :elm_map_overlay, :pointer, :pointer ], :void ],
|
150
|
+
# EAPI void elm_map_overlay_color_set(Elm_Map_Overlay *overlay, int r, int g, int b, int a);
|
151
|
+
[ :elm_map_overlay_color_set, [ :elm_map_overlay, :int, :int, :int, :int ], :void ],
|
152
|
+
# EAPI void elm_map_overlay_color_get(const Elm_Map_Overlay *overlay, int *r, int *g, int *b, int *a);
|
153
|
+
[ :elm_map_overlay_color_get, [ :elm_map_overlay, :pointer, :pointer, :pointer, :pointer ], :void ],
|
154
|
+
# EAPI void elm_map_overlay_show(Elm_Map_Overlay *overlay);
|
155
|
+
[ :elm_map_overlay_show, [ :elm_map_overlay ], :void ],
|
156
|
+
# EAPI void elm_map_overlays_show(Eina_List *overlays);
|
157
|
+
[ :elm_map_overlays_show, [ :eina_list ], :void ],
|
158
|
+
# EAPI void elm_map_overlay_get_cb_set(Elm_Map_Overlay *overlay, Elm_Map_Overlay_Get_Cb get_cb, void *data);
|
159
|
+
[ :elm_map_overlay_get_cb_set, [ :elm_map_overlay, :elm_map_overlay_get_cb, :pointer ], :void ],
|
160
|
+
# EAPI Elm_Map_Overlay * elm_map_overlay_class_add(Evas_Object *obj);
|
161
|
+
[ :elm_map_overlay_class_add, [ :evas_object ], :elm_map_overlay ],
|
162
|
+
# EAPI void elm_map_overlay_class_append(Elm_Map_Overlay *clas, Elm_Map_Overlay *overlay);
|
163
|
+
[ :elm_map_overlay_class_append, [ :elm_map_overlay, :elm_map_overlay ], :void ],
|
164
|
+
# EAPI void elm_map_overlay_class_remove(Elm_Map_Overlay *clas, Elm_Map_Overlay *overlay);
|
165
|
+
[ :elm_map_overlay_class_remove, [ :elm_map_overlay, :elm_map_overlay ], :void ],
|
166
|
+
# EAPI void elm_map_overlay_class_zoom_max_set(Elm_Map_Overlay *clas, int zoom);
|
167
|
+
[ :elm_map_overlay_class_zoom_max_set, [ :elm_map_overlay, :int ], :void ],
|
168
|
+
# EAPI int elm_map_overlay_class_zoom_max_get(const Elm_Map_Overlay *clas);
|
169
|
+
[ :elm_map_overlay_class_zoom_max_get, [ :elm_map_overlay ], :int ],
|
170
|
+
# EAPI Elm_Map_Overlay * elm_map_overlay_bubble_add(Evas_Object *obj);
|
171
|
+
[ :elm_map_overlay_bubble_add, [ :evas_object ], :elm_map_overlay ],
|
172
|
+
# EAPI void elm_map_overlay_bubble_follow(Elm_Map_Overlay *bubble, Elm_Map_Overlay *parent);
|
173
|
+
[ :elm_map_overlay_bubble_follow, [ :elm_map_overlay, :elm_map_overlay ], :void ],
|
174
|
+
# EAPI void elm_map_overlay_bubble_content_append(Elm_Map_Overlay *bubble, Evas_Object *content);
|
175
|
+
[ :elm_map_overlay_bubble_content_append, [ :elm_map_overlay, :evas_object ], :void ],
|
176
|
+
# EAPI void elm_map_overlay_bubble_content_clear(Elm_Map_Overlay *bubble);
|
177
|
+
[ :elm_map_overlay_bubble_content_clear, [ :elm_map_overlay ], :void ],
|
178
|
+
# EAPI Elm_Map_Overlay * elm_map_overlay_route_add(Evas_Object *obj, const Elm_Map_Route *route);
|
179
|
+
[ :elm_map_overlay_route_add, [ :evas_object, :elm_map_route ], :elm_map_overlay ],
|
180
|
+
# EAPI void elm_map_tile_load_status_get(const Evas_Object *obj, int *try_num, int *finish_num);
|
181
|
+
[ :elm_map_tile_load_status_get, [ :evas_object, :pointer, :pointer ], :void ],
|
182
|
+
# EAPI const char **elm_map_sources_get(const Evas_Object *obj, Elm_Map_Source_Type type);
|
183
|
+
[ :elm_map_sources_get, [ :evas_object, :elm_map_source_type ], :pointer ],
|
184
|
+
# EAPI void elm_map_source_set(Evas_Object *obj, Elm_Map_Source_Type type, const char *source_name);
|
185
|
+
[ :elm_map_source_set, [ :evas_object, :elm_map_source_type, :string ], :void ],
|
186
|
+
# EAPI const char *elm_map_source_get(const Evas_Object *obj, Elm_Map_Source_Type type);
|
187
|
+
[ :elm_map_source_get, [ :evas_object, :elm_map_source_type ], :string ],
|
188
|
+
# EAPI Elm_Map_Route *elm_map_route_add(Evas_Object *obj, Elm_Map_Route_Type type, Elm_Map_Route_Method method, double flon, double flat, double tlon, double tlat, Elm_Map_Route_Cb route_cb, void *data);
|
189
|
+
[ :elm_map_route_add, [ :evas_object, :elm_map_route_type, :elm_map_route_method, :double, :double, :double, :double, :elm_map_route_cb,
|
190
|
+
:pointer ], :elm_map_route ],
|
191
|
+
# EAPI void elm_map_route_del(Elm_Map_Route *route);
|
192
|
+
[ :elm_map_route_del, [ :elm_map_route ], :void ],
|
194
193
|
# EAPI double elm_map_route_distance_get(const Elm_Map_Route *route);
|
195
194
|
[ :elm_map_route_distance_get, [ :elm_map_route ], :double ],
|
196
195
|
# EAPI const char *elm_map_route_node_get(const Elm_Map_Route *route);
|
197
196
|
[ :elm_map_route_node_get, [ :elm_map_route ], :string ],
|
198
197
|
# EAPI const char *elm_map_route_waypoint_get(const Elm_Map_Route *route);
|
199
198
|
[ :elm_map_route_waypoint_get, [ :elm_map_route ], :string ],
|
199
|
+
# EAPI Elm_Map_Name *elm_map_name_add(const Evas_Object *obj, const char *address, double lon, double lat, Elm_Map_Name_Cb name_cb, void *data);
|
200
|
+
[ :elm_map_name_add, [ :evas_object, :string, :double, :double, :elm_map_name_cb, :pointer ], :elm_map_name ],
|
200
201
|
# EAPI const char *elm_map_name_address_get(const Elm_Map_Name *name);
|
201
202
|
[ :elm_map_name_address_get, [ :elm_map_name ], :string ],
|
202
203
|
# EAPI void elm_map_name_region_get(const Elm_Map_Name *name, double *lon, double *lat);
|
203
204
|
[ :elm_map_name_region_get, [ :elm_map_name, :pointer, :pointer ], :void ],
|
204
|
-
# EAPI void
|
205
|
-
[ :
|
206
|
-
# EAPI
|
207
|
-
[ :
|
208
|
-
# EAPI void elm_map_rotate_get(const Evas_Object *obj, double *degree, Evas_Coord *cx, Evas_Coord *cy);
|
209
|
-
[ :elm_map_rotate_get, [ :evas_object, :pointer, :pointer, :pointer ], :void ],
|
210
|
-
# EAPI void elm_map_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled);
|
211
|
-
[ :elm_map_wheel_disabled_set, [ :evas_object, :bool ], :void ],
|
212
|
-
# EAPI Eina_Bool elm_map_wheel_disabled_get(const Evas_Object *obj);
|
213
|
-
[ :elm_map_wheel_disabled_get, [ :evas_object ], :bool ],
|
214
|
-
# EAPI Evas_Object *elm_map_track_add(Evas_Object *obj, EMap_Route *emap);
|
215
|
-
[ :elm_map_track_add, [ :evas_object, :emap_route ], :evas_object ],
|
205
|
+
# EAPI void elm_map_name_del(Elm_Map_Name *name);
|
206
|
+
[ :elm_map_name_del, [ :elm_map_name ], :void ],
|
207
|
+
# EAPI Evas_Object *elm_map_track_add(Evas_Object *obj, void *emap);
|
208
|
+
[ :elm_map_track_add, [ :evas_object, :pointer ], :evas_object ],
|
216
209
|
# EAPI void elm_map_track_remove(Evas_Object *obj, Evas_Object *route);
|
217
210
|
[ :elm_map_track_remove, [ :evas_object, :evas_object ], :void ],
|
218
211
|
]
|
@@ -39,12 +39,10 @@ module Efl
|
|
39
39
|
[ :elm_menu_item_object_get, [ :elm_object_item ], :evas_object ],
|
40
40
|
# EAPI Elm_Object_Item *elm_menu_item_add(Evas_Object *obj, Elm_Object_Item *parent, const char *icon, const char *label, Evas_Smart_Cb func, const void *data);
|
41
41
|
[ :elm_menu_item_add, [ :evas_object, :elm_object_item, :string, :string, :evas_smart_cb, :pointer ], :elm_object_item ],
|
42
|
-
# EAPI
|
43
|
-
[ :
|
44
|
-
# EAPI
|
45
|
-
[ :
|
46
|
-
# EAPI const char *elm_menu_item_object_icon_name_get(const Elm_Object_Item *it);
|
47
|
-
[ :elm_menu_item_object_icon_name_get, [ :elm_object_item ], :string ],
|
42
|
+
# EAPI void elm_menu_item_icon_name_set(Elm_Object_Item *it, const char *icon);
|
43
|
+
[ :elm_menu_item_icon_name_set, [ :elm_object_item, :string ], :void ],
|
44
|
+
# EAPI const char *elm_menu_item_icon_name_get(const Elm_Object_Item *it);
|
45
|
+
[ :elm_menu_item_icon_name_get, [ :elm_object_item ], :string ],
|
48
46
|
# EAPI void elm_menu_item_selected_set(Elm_Object_Item *it, Eina_Bool selected);
|
49
47
|
[ :elm_menu_item_selected_set, [ :elm_object_item, :bool ], :void ],
|
50
48
|
# EAPI Eina_Bool elm_menu_item_selected_get(const Elm_Object_Item *it);
|
@@ -23,10 +23,6 @@ module Efl
|
|
23
23
|
#
|
24
24
|
# FUNCTIONS
|
25
25
|
fcts = [
|
26
|
-
# EAPI Eina_Bool elm_mirrored_get(void);
|
27
|
-
[ :elm_mirrored_get, [ ], :bool ],
|
28
|
-
# EAPI void elm_mirrored_set(Eina_Bool mirrored);
|
29
|
-
[ :elm_mirrored_set, [ :bool ], :void ],
|
30
26
|
# EAPI Eina_Bool elm_object_mirrored_get(const Evas_Object *obj);
|
31
27
|
[ :elm_object_mirrored_get, [ :evas_object ], :bool ],
|
32
28
|
# EAPI void elm_object_mirrored_set(Evas_Object *obj, Eina_Bool mirrored);
|
@@ -22,8 +22,8 @@ module Efl
|
|
22
22
|
ffi_lib 'elementary-ver-pre-svn-09.so.0'
|
23
23
|
#
|
24
24
|
# CALLBACKS
|
25
|
-
# typedef Eina_Bool (*
|
26
|
-
callback :
|
25
|
+
# typedef Eina_Bool (*Elm_Multibuttonentry_Item_Filter_Cb) (Evas_Object *obj, const char *item_label, void *item_data, void *data);
|
26
|
+
callback :elm_multibuttonentry_item_filter_cb, [ :evas_object, :string, :pointer, :pointer ], :bool
|
27
27
|
#
|
28
28
|
# FUNCTIONS
|
29
29
|
fcts = [
|
@@ -31,22 +31,18 @@ module Efl
|
|
31
31
|
[ :elm_multibuttonentry_add, [ :evas_object ], :evas_object ],
|
32
32
|
# EAPI Evas_Object *elm_multibuttonentry_entry_get(const Evas_Object *obj);
|
33
33
|
[ :elm_multibuttonentry_entry_get, [ :evas_object ], :evas_object ],
|
34
|
-
# EAPI
|
35
|
-
[ :
|
36
|
-
# EAPI void
|
37
|
-
[ :
|
38
|
-
# EAPI
|
39
|
-
[ :
|
40
|
-
# EAPI
|
41
|
-
[ :
|
42
|
-
# EAPI Elm_Object_Item *
|
43
|
-
[ :
|
44
|
-
# EAPI Elm_Object_Item *
|
45
|
-
[ :
|
46
|
-
# EAPI Elm_Object_Item *elm_multibuttonentry_item_insert_before(Evas_Object *obj, Elm_Object_Item *before, const char *label, void *data);
|
47
|
-
[ :elm_multibuttonentry_item_insert_before, [ :evas_object, :elm_object_item, :string, :pointer ], :elm_object_item ],
|
48
|
-
# EAPI Elm_Object_Item *elm_multibuttonentry_item_insert_after(Evas_Object *obj, Elm_Object_Item *after, const char *label, void *data);
|
49
|
-
[ :elm_multibuttonentry_item_insert_after, [ :evas_object, :elm_object_item, :string, :pointer ], :elm_object_item ],
|
34
|
+
# EAPI Eina_Bool elm_multibuttonentry_expanded_get(const Evas_Object *obj);
|
35
|
+
[ :elm_multibuttonentry_expanded_get, [ :evas_object ], :bool ],
|
36
|
+
# EAPI void elm_multibuttonentry_expanded_set(Evas_Object *obj, Eina_Bool expanded);
|
37
|
+
[ :elm_multibuttonentry_expanded_set, [ :evas_object, :bool ], :void ],
|
38
|
+
# EAPI Elm_Object_Item *elm_multibuttonentry_item_prepend(Evas_Object *obj, const char *label, Evas_Smart_Cb func, void *data);
|
39
|
+
[ :elm_multibuttonentry_item_prepend, [ :evas_object, :string, :evas_smart_cb, :pointer ], :elm_object_item ],
|
40
|
+
# EAPI Elm_Object_Item *elm_multibuttonentry_item_append(Evas_Object *obj, const char *label, Evas_Smart_Cb func, void *data);
|
41
|
+
[ :elm_multibuttonentry_item_append, [ :evas_object, :string, :evas_smart_cb, :pointer ], :elm_object_item ],
|
42
|
+
# EAPI Elm_Object_Item *elm_multibuttonentry_item_insert_before(Evas_Object *obj, Elm_Object_Item *before, const char *label, Evas_Smart_Cb func, void *data);
|
43
|
+
[ :elm_multibuttonentry_item_insert_before, [ :evas_object, :elm_object_item, :string, :evas_smart_cb, :pointer ], :elm_object_item ],
|
44
|
+
# EAPI Elm_Object_Item *elm_multibuttonentry_item_insert_after(Evas_Object *obj, Elm_Object_Item *after, const char *label, Evas_Smart_Cb func, void *data);
|
45
|
+
[ :elm_multibuttonentry_item_insert_after, [ :evas_object, :elm_object_item, :string, :evas_smart_cb, :pointer ], :elm_object_item ],
|
50
46
|
# EAPI const Eina_List *elm_multibuttonentry_items_get(const Evas_Object *obj);
|
51
47
|
[ :elm_multibuttonentry_items_get, [ :evas_object ], :eina_list ],
|
52
48
|
# EAPI Elm_Object_Item *elm_multibuttonentry_first_item_get(const Evas_Object *obj);
|
@@ -55,22 +51,22 @@ module Efl
|
|
55
51
|
[ :elm_multibuttonentry_last_item_get, [ :evas_object ], :elm_object_item ],
|
56
52
|
# EAPI Elm_Object_Item *elm_multibuttonentry_selected_item_get(const Evas_Object *obj);
|
57
53
|
[ :elm_multibuttonentry_selected_item_get, [ :evas_object ], :elm_object_item ],
|
58
|
-
# EAPI void
|
59
|
-
[ :
|
60
|
-
# EAPI
|
61
|
-
[ :
|
54
|
+
# EAPI void elm_multibuttonentry_item_selected_set(Elm_Object_Item *it, Eina_Bool selected);
|
55
|
+
[ :elm_multibuttonentry_item_selected_set, [ :elm_object_item, :bool ], :void ],
|
56
|
+
# EAPI Eina_Bool elm_multibuttonentry_item_selected_get(const Elm_Object_Item *it);
|
57
|
+
[ :elm_multibuttonentry_item_selected_get, [ :elm_object_item ], :bool ],
|
62
58
|
# EAPI void elm_multibuttonentry_clear(Evas_Object *obj);
|
63
59
|
[ :elm_multibuttonentry_clear, [ :evas_object ], :void ],
|
64
60
|
# EAPI Elm_Object_Item *elm_multibuttonentry_item_prev_get(const Elm_Object_Item *it);
|
65
61
|
[ :elm_multibuttonentry_item_prev_get, [ :elm_object_item ], :elm_object_item ],
|
66
62
|
# EAPI Elm_Object_Item *elm_multibuttonentry_item_next_get(const Elm_Object_Item *it);
|
67
63
|
[ :elm_multibuttonentry_item_next_get, [ :elm_object_item ], :elm_object_item ],
|
68
|
-
# EAPI void elm_multibuttonentry_item_filter_append(Evas_Object *obj,
|
69
|
-
[ :elm_multibuttonentry_item_filter_append, [ :evas_object, :
|
70
|
-
# EAPI void elm_multibuttonentry_item_filter_prepend(Evas_Object *obj,
|
71
|
-
[ :elm_multibuttonentry_item_filter_prepend, [ :evas_object, :
|
72
|
-
# EAPI void elm_multibuttonentry_item_filter_remove(Evas_Object *obj,
|
73
|
-
[ :elm_multibuttonentry_item_filter_remove, [ :evas_object, :
|
64
|
+
# EAPI void elm_multibuttonentry_item_filter_append(Evas_Object *obj, Elm_Multibuttonentry_Item_Filter_Cb func, void *data);
|
65
|
+
[ :elm_multibuttonentry_item_filter_append, [ :evas_object, :elm_multibuttonentry_item_filter_cb, :pointer ], :void ],
|
66
|
+
# EAPI void elm_multibuttonentry_item_filter_prepend(Evas_Object *obj, Elm_Multibuttonentry_Item_Filter_Cb func, void *data);
|
67
|
+
[ :elm_multibuttonentry_item_filter_prepend, [ :evas_object, :elm_multibuttonentry_item_filter_cb, :pointer ], :void ],
|
68
|
+
# EAPI void elm_multibuttonentry_item_filter_remove(Evas_Object *obj, Elm_Multibuttonentry_Item_Filter_Cb func, void *data);
|
69
|
+
[ :elm_multibuttonentry_item_filter_remove, [ :evas_object, :elm_multibuttonentry_item_filter_cb, :pointer ], :void ],
|
74
70
|
]
|
75
71
|
#
|
76
72
|
attach_fcts fcts
|
@@ -27,10 +27,12 @@ module Efl
|
|
27
27
|
[ :elm_naviframe_add, [ :evas_object ], :evas_object ],
|
28
28
|
# EAPI Elm_Object_Item *elm_naviframe_item_push(Evas_Object *obj, const char *title_label, Evas_Object *prev_btn, Evas_Object *next_btn, Evas_Object *content, const char *item_style);
|
29
29
|
[ :elm_naviframe_item_push, [ :evas_object, :string, :evas_object, :evas_object, :evas_object, :string ], :elm_object_item ],
|
30
|
-
# EAPI Elm_Object_Item *elm_naviframe_item_insert_before(Elm_Object_Item *before, const char *title_label, Evas_Object *prev_btn, Evas_Object *next_btn, Evas_Object *content, const char *item_style);
|
31
|
-
[ :elm_naviframe_item_insert_before, [ :elm_object_item, :string, :evas_object, :evas_object, :evas_object, :string ],
|
32
|
-
|
33
|
-
|
30
|
+
# EAPI Elm_Object_Item *elm_naviframe_item_insert_before(Evas_Object *obj, Elm_Object_Item *before, const char *title_label, Evas_Object *prev_btn, Evas_Object *next_btn, Evas_Object *content, const char *item_style);
|
31
|
+
[ :elm_naviframe_item_insert_before, [ :evas_object, :elm_object_item, :string, :evas_object, :evas_object, :evas_object, :string ],
|
32
|
+
:elm_object_item ],
|
33
|
+
# EAPI Elm_Object_Item *elm_naviframe_item_insert_after(Evas_Object *obj, Elm_Object_Item *after, const char *title_label, Evas_Object *prev_btn, Evas_Object *next_btn, Evas_Object *content, const char *item_style);
|
34
|
+
[ :elm_naviframe_item_insert_after, [ :evas_object, :elm_object_item, :string, :evas_object, :evas_object, :evas_object, :string ],
|
35
|
+
:elm_object_item ],
|
34
36
|
# EAPI Evas_Object *elm_naviframe_item_pop(Evas_Object *obj);
|
35
37
|
[ :elm_naviframe_item_pop, [ :evas_object ], :evas_object ],
|
36
38
|
# EAPI void elm_naviframe_item_pop_to(Elm_Object_Item *it);
|
@@ -63,10 +65,6 @@ module Efl
|
|
63
65
|
[ :elm_naviframe_event_enabled_set, [ :evas_object, :bool ], :void ],
|
64
66
|
# EAPI Eina_Bool elm_naviframe_event_enabled_get(const Evas_Object *obj);
|
65
67
|
[ :elm_naviframe_event_enabled_get, [ :evas_object ], :bool ],
|
66
|
-
# EAPI void elm_naviframe_item_style_default_set(Evas_Object *obj, const char *style);
|
67
|
-
[ :elm_naviframe_item_style_default_set, [ :evas_object, :string ], :void ],
|
68
|
-
# EAPI const char *elm_naviframe_item_style_default_get(const Evas_Object *obj);
|
69
|
-
[ :elm_naviframe_item_style_default_get, [ :evas_object ], :string ],
|
70
68
|
# EAPI void elm_naviframe_item_simple_promote(Evas_Object *obj, Evas_Object *content);
|
71
69
|
[ :elm_naviframe_item_simple_promote, [ :evas_object, :evas_object ], :void ],
|
72
70
|
]
|
@@ -43,10 +43,10 @@ module Efl
|
|
43
43
|
[ :elm_notify_timeout_set, [ :evas_object, :double ], :void ],
|
44
44
|
# EAPI double elm_notify_timeout_get(const Evas_Object *obj);
|
45
45
|
[ :elm_notify_timeout_get, [ :evas_object ], :double ],
|
46
|
-
# EAPI void
|
47
|
-
[ :
|
48
|
-
# EAPI Eina_Bool
|
49
|
-
[ :
|
46
|
+
# EAPI void elm_notify_allow_events_set(Evas_Object *obj, Eina_Bool allow);
|
47
|
+
[ :elm_notify_allow_events_set, [ :evas_object, :bool ], :void ],
|
48
|
+
# EAPI Eina_Bool elm_notify_allow_events_get(const Evas_Object *obj);
|
49
|
+
[ :elm_notify_allow_events_get, [ :evas_object ], :bool ],
|
50
50
|
]
|
51
51
|
#
|
52
52
|
attach_fcts fcts
|
@@ -38,8 +38,8 @@ module Efl
|
|
38
38
|
[ :elm_object_access_info_set, [ :evas_object, :string ], :void ],
|
39
39
|
# EAPI Evas_Object *elm_object_name_find(const Evas_Object *obj, const char *name, int recurse);
|
40
40
|
[ :elm_object_name_find, [ :evas_object, :string, :int ], :evas_object ],
|
41
|
-
# EAPI
|
42
|
-
[ :elm_object_style_set, [ :evas_object, :string ], :
|
41
|
+
# EAPI Eina_Bool elm_object_style_set(Evas_Object *obj, const char *style);
|
42
|
+
[ :elm_object_style_set, [ :evas_object, :string ], :bool ],
|
43
43
|
# EAPI const char *elm_object_style_get(const Evas_Object *obj);
|
44
44
|
[ :elm_object_style_get, [ :evas_object ], :string ],
|
45
45
|
# EAPI void elm_object_disabled_set(Evas_Object *obj, Eina_Bool disabled);
|
@@ -60,10 +60,10 @@ module Efl
|
|
60
60
|
[ :elm_photocam_bounce_set, [ :evas_object, :bool, :bool ], :void ],
|
61
61
|
# EAPI void elm_photocam_bounce_get(const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce);
|
62
62
|
[ :elm_photocam_bounce_get, [ :evas_object, :pointer, :pointer ], :void ],
|
63
|
-
# EAPI void
|
64
|
-
|
65
|
-
# EAPI Eina_Bool
|
66
|
-
|
63
|
+
# EAPI void elm_photocam_gesture_enabled_set(Evas_Object *obj, Eina_Bool gesture);
|
64
|
+
[ :elm_photocam_gesture_enabled_set, [ :evas_object, :bool ], :void ],
|
65
|
+
# EAPI Eina_Bool elm_photocam_gesture_enabled_get(const Evas_Object *obj);
|
66
|
+
[ :elm_photocam_gesture_enabled_get, [ :evas_object ], :bool ],
|
67
67
|
]
|
68
68
|
#
|
69
69
|
attach_fcts fcts
|
@@ -0,0 +1,60 @@
|
|
1
|
+
#! /usr/bin/env ruby
|
2
|
+
# -*- coding: UTF-8 -*-
|
3
|
+
#
|
4
|
+
require 'efl/native'
|
5
|
+
require 'efl/native/elementary'
|
6
|
+
require 'efl/native/elm/elm_entry'
|
7
|
+
#
|
8
|
+
module Efl
|
9
|
+
#
|
10
|
+
module ElmPopup
|
11
|
+
#
|
12
|
+
FCT_PREFIX = 'elm_popup_' unless const_defined? :FCT_PREFIX
|
13
|
+
#
|
14
|
+
def self.method_missing meth, *args, &block
|
15
|
+
sym = Efl::MethodResolver.resolve self, meth, FCT_PREFIX
|
16
|
+
self.send sym, *args, &block
|
17
|
+
end
|
18
|
+
#
|
19
|
+
end
|
20
|
+
#
|
21
|
+
module Native
|
22
|
+
#
|
23
|
+
ffi_lib 'elementary-ver-pre-svn-09.so.0'
|
24
|
+
#
|
25
|
+
# ENUMS
|
26
|
+
# typedef enum {...} Elm_Popup_Orient;
|
27
|
+
enum :elm_popup_orient, [ :elm_popup_orient_top, 0, :elm_popup_orient_center, 1, :elm_popup_orient_bottom, 2, :elm_popup_orient_left, 3,
|
28
|
+
:elm_popup_orient_right, 4, :elm_popup_orient_top_left, 5, :elm_popup_orient_top_right, 6, :elm_popup_orient_bottom_left, 7,
|
29
|
+
:elm_popup_orient_bottom_right, 8, :elm_popup_orient_last, 9 ]
|
30
|
+
#
|
31
|
+
# FUNCTIONS
|
32
|
+
fcts = [
|
33
|
+
# EAPI Evas_Object *elm_popup_add(Evas_Object *parent);
|
34
|
+
[ :elm_popup_add, [ :evas_object ], :evas_object ],
|
35
|
+
# EAPI Elm_Object_Item *elm_popup_item_append(Evas_Object *obj, const char *label, Evas_Object *icon, Evas_Smart_Cb func, const void *data);
|
36
|
+
[ :elm_popup_item_append, [ :evas_object, :string, :evas_object, :evas_smart_cb, :pointer ], :elm_object_item ],
|
37
|
+
# EAPI void elm_popup_content_text_wrap_type_set(Evas_Object *obj, Elm_Wrap_Type wrap);
|
38
|
+
[ :elm_popup_content_text_wrap_type_set, [ :evas_object, :elm_wrap_type ], :void ],
|
39
|
+
# EAPI Elm_Wrap_Type elm_popup_content_text_wrap_type_get(const Evas_Object *obj);
|
40
|
+
[ :elm_popup_content_text_wrap_type_get, [ :evas_object ], :elm_wrap_type ],
|
41
|
+
# EAPI void elm_popup_orient_set(Evas_Object *obj, Elm_Popup_Orient orient);
|
42
|
+
[ :elm_popup_orient_set, [ :evas_object, :elm_popup_orient ], :void ],
|
43
|
+
# EAPI Elm_Popup_Orient elm_popup_orient_get(const Evas_Object *obj);
|
44
|
+
[ :elm_popup_orient_get, [ :evas_object ], :elm_popup_orient ],
|
45
|
+
# EAPI void elm_popup_timeout_set(Evas_Object *obj, double timeout);
|
46
|
+
[ :elm_popup_timeout_set, [ :evas_object, :double ], :void ],
|
47
|
+
# EAPI double elm_popup_timeout_get(const Evas_Object *obj);
|
48
|
+
[ :elm_popup_timeout_get, [ :evas_object ], :double ],
|
49
|
+
# EAPI void elm_popup_allow_events_set(Evas_Object *obj, Eina_Bool allow);
|
50
|
+
[ :elm_popup_allow_events_set, [ :evas_object, :bool ], :void ],
|
51
|
+
# EAPI Eina_Bool elm_popup_allow_events_get(const Evas_Object *obj);
|
52
|
+
[ :elm_popup_allow_events_get, [ :evas_object ], :bool ],
|
53
|
+
]
|
54
|
+
#
|
55
|
+
attach_fcts fcts
|
56
|
+
#
|
57
|
+
end
|
58
|
+
end
|
59
|
+
#
|
60
|
+
# EOF
|
@@ -23,10 +23,6 @@ module Efl
|
|
23
23
|
#
|
24
24
|
# FUNCTIONS
|
25
25
|
fcts = [
|
26
|
-
# EAPI double elm_scale_get(void);
|
27
|
-
[ :elm_scale_get, [ ], :double ],
|
28
|
-
# EAPI void elm_scale_set(double scale);
|
29
|
-
[ :elm_scale_set, [ :double ], :void ],
|
30
26
|
# EAPI void elm_object_scale_set(Evas_Object *obj, double scale);
|
31
27
|
[ :elm_object_scale_set, [ :evas_object, :double ], :void ],
|
32
28
|
# EAPI double elm_object_scale_get(const Evas_Object *obj);
|
@@ -38,9 +38,9 @@ module Efl
|
|
38
38
|
# EAPI const char *elm_slider_indicator_format_get(const Evas_Object *obj);
|
39
39
|
[ :elm_slider_indicator_format_get, [ :evas_object ], :string ],
|
40
40
|
# EAPI void elm_slider_indicator_format_function_set(Evas_Object *obj, const char *(*func)(double val), void (*free_func)(const char *str));
|
41
|
-
|
41
|
+
[ :elm_slider_indicator_format_function_set, [ :evas_object, ( callback [:double], :string ), (callback [:string], :void) ], :void ],
|
42
42
|
# EAPI void elm_slider_units_format_function_set(Evas_Object *obj, const char *(*func)(double val), void (*free_func)(const char *str));
|
43
|
-
|
43
|
+
[ :elm_slider_units_format_function_set, [ :evas_object, (callback [:double], :string), (callback [:string], :void) ], :void ],
|
44
44
|
# EAPI void elm_slider_horizontal_set(Evas_Object *obj, Eina_Bool horizontal);
|
45
45
|
[ :elm_slider_horizontal_set, [ :evas_object, :bool ], :void ],
|
46
46
|
# EAPI Eina_Bool elm_slider_horizontal_get(const Evas_Object *obj);
|
@@ -41,8 +41,8 @@ module Efl
|
|
41
41
|
[ :elm_slideshow_item_add, [ :evas_object, :elm_slideshow_item_class, :pointer ], :elm_object_item ],
|
42
42
|
# EAPI Elm_Object_Item *elm_slideshow_item_sorted_insert(Evas_Object *obj, const Elm_Slideshow_Item_Class *itc, const void *data, Eina_Compare_Cb func);
|
43
43
|
[ :elm_slideshow_item_sorted_insert, [ :evas_object, :elm_slideshow_item_class, :pointer, :eina_compare_cb ], :elm_object_item ],
|
44
|
-
# EAPI void
|
45
|
-
[ :
|
44
|
+
# EAPI void elm_slideshow_item_show(Elm_Object_Item *it);
|
45
|
+
[ :elm_slideshow_item_show, [ :elm_object_item ], :void ],
|
46
46
|
# EAPI void elm_slideshow_next(Evas_Object *obj);
|
47
47
|
[ :elm_slideshow_next, [ :evas_object ], :void ],
|
48
48
|
# EAPI void elm_slideshow_previous(Evas_Object *obj);
|
@@ -59,7 +59,7 @@ module Efl
|
|
59
59
|
[ :elm_spinner_base_set, [ :evas_object, :double ], :void ],
|
60
60
|
# EAPI double elm_spinner_base_get(const Evas_Object *obj);
|
61
61
|
[ :elm_spinner_base_get, [ :evas_object ], :double ],
|
62
|
-
# EAPI void elm_spinner_round_set(Evas_Object *obj, int
|
62
|
+
# EAPI void elm_spinner_round_set(Evas_Object *obj, int rnd);
|
63
63
|
[ :elm_spinner_round_set, [ :evas_object, :int ], :void ],
|
64
64
|
# EAPI int elm_spinner_round_get(const Evas_Object *obj);
|
65
65
|
[ :elm_spinner_round_get, [ :evas_object ], :int ],
|