Add:Core:Improved commands
[profile/ivi/navit.git] / navit / navit / attr_def.h
1 /**
2  * Navit, a modular navigation system.
3  * Copyright (C) 2005-2008 Navit Team
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Library General Public License
7  * version 2 as published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this program; if not, write to the
16  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17  * Boston, MA  02110-1301, USA.
18  */
19
20 /* prototypes */
21
22 /* common */
23 ATTR2(0x00000000,none)
24 ATTR(any)
25
26 ATTR2(0x00010000,type_item_begin)
27 ATTR(town_streets_item)
28 ATTR(street_name_item)
29 ATTR(street_name_numbers_item)
30 ATTR(street_item)
31 ATTR(street_number_item)
32 ATTR(position_sat_item)
33 ATTR2(0x0001ffff,type_item_end)
34
35 ATTR2(0x00020000,type_int_begin)
36 ATTR(h)
37 ATTR(id)
38 ATTR(flags)
39 ATTR(w)
40 ATTR(x)
41 ATTR(y)
42 ATTR(flush_size)
43 ATTR(flush_time)
44 ATTR(zipfile_ref)
45 ATTR(country_id)
46 ATTR(position_sats)
47 ATTR(position_sats_used)
48 ATTR(update)
49 ATTR(follow)
50 ATTR(length)
51 ATTR(time)
52 ATTR(destination_length)
53 ATTR(destination_time)
54 ATTR(speed)
55 ATTR(interval)
56 ATTR(position_qual)
57 ATTR(zoom)
58 ATTR(retry_interval)
59 ATTR(projection)
60 ATTR(offroad)
61 ATTR(vocabulary_name)
62 ATTR(vocabulary_name_systematic)
63 ATTR(vocabulary_distances)
64 ATTR(announce_name_systematic_first)
65 ATTR(antialias)
66 ATTR(order_delta)
67 ATTR(baudrate)
68 ATTR(font_size)
69 ATTR(icon_xs)
70 ATTR(icon_l)
71 ATTR(icon_s)
72 ATTR(spacing)
73 ATTR(recent_dest)
74 ATTR(destination_distance)
75 ATTR(check_version)
76 ATTR(details)
77 ATTR(width)
78 ATTR(offset)
79 ATTR(directed)
80 ATTR(radius)
81 ATTR(text_size)
82 ATTR(level)
83 ATTR(icon_w)
84 ATTR(icon_h)
85 ATTR(rotation)
86 ATTR(checksum_ignore)
87 ATTR(position_fix_type)
88 ATTR(timeout)
89 ATTR(orientation)
90 ATTR(keyboard)
91 ATTR(position_sats_signal)
92 ATTR(cps)
93 ATTR(fast)
94 ATTR(osd_configuration)
95 ATTR(columns)
96 ATTR(align)
97 ATTR(sat_prn)
98 ATTR(sat_elevation)
99 ATTR(sat_azimuth)
100 ATTR(sat_snr)
101 ATTR(autozoom)
102 ATTR(version)
103 ATTR(autozoom_min)
104 ATTR(maxspeed)
105 ATTR(cdf_histsize)
106 ATTR(message_maxage)
107 ATTR(message_maxnum)
108 ATTR(pitch)
109 ATTR(roll)
110 ATTR(yaw)
111 ATTR(route_status)
112 ATTR2(0x00028000,type_boolean_begin)
113 /* boolean */
114 ATTR(overwrite)
115 ATTR(active)
116 ATTR(cursor)
117 ATTR(orientation_removeme)
118 ATTR(tracking)
119 ATTR(menubar)
120 ATTR(statusbar)
121 ATTR(toolbar)
122 ATTR(animate)
123 ATTR(lazy)
124 ATTR(mkdir)
125 ATTR(predraw)
126 ATTR(postdraw)
127 ATTR(button)
128 ATTR(ondemand)
129 ATTR(menu_on_map_click)
130 ATTR(direction)
131 ATTR(route_follow_straight_REMOVE) // This is to be removed with the next version
132 ATTR(gui_speech)
133 ATTR(town_id) /* fixme? */
134 ATTR(street_id) /* fixme? */  
135 ATTR(district_id) /* fixme? */
136 ATTR(drag_bitmap)
137 ATTR(use_mousewheel)
138 ATTR(fullscreen)
139 ATTR(position_magnetic_direction)
140 ATTR(use_overlay)
141 ATTR(night_mode)
142 ATTR(autozoom_active)
143 ATTR2(0x0002ffff,type_int_end)
144 ATTR2(0x00030000,type_string_begin)
145 ATTR(type)
146 ATTR(label)
147 ATTR(data)
148 ATTR(charset)
149 ATTR(country_all)
150 ATTR(country_iso3)
151 ATTR(country_iso2)
152 ATTR(country_car)
153 ATTR(country_name)
154 ATTR(town_name)
155 ATTR(town_postal)
156 ATTR(district_name)
157 ATTR(street_name)
158 ATTR(street_name_systematic)
159 ATTR(street_number)
160 ATTR(debug)
161 ATTR(address)
162 ATTR(phone)
163 ATTR(entry_fee)
164 ATTR(open_hours)
165 ATTR(skin)
166 ATTR(fullscreen_removeme)
167 ATTR(view_mode)
168 ATTR(tilt)
169 ATTR(media_window_title)
170 ATTR(media_cmd)
171 ATTR(image_codec)
172 /* poi */
173 ATTR(icono)
174 ATTR(info_html)
175 ATTR(price_html)
176 /* navigation */
177 ATTR(navigation_short)
178 ATTR(navigation_long)
179 ATTR(navigation_long_exact)
180 ATTR(navigation_speech)
181 ATTR(name)
182 ATTR(source)
183 ATTR(description)
184 ATTR(gc_type)
185 ATTR(layout)
186 ATTR(position_nmea)
187 ATTR(gpsd_query)
188 ATTR(on_eof)
189 ATTR(command)
190 ATTR(src)
191 ATTR(path)
192 ATTR(font)
193 ATTR(url_local)
194 ATTR(gc_size)
195 ATTR(gc_difficulty)
196 ATTR(gc_terrain)
197 ATTR(icon_src)
198 ATTR(position_time_iso8601)
199 ATTR(house_number)
200 ATTR(osm_member)
201 ATTR(osm_tag)
202 ATTR(municipality_name)
203 ATTR(county_name)
204 ATTR(state_name)
205 ATTR(message)
206 ATTR(callbacks)
207 ATTR(enable_expression)
208 ATTR2(0x0003ffff,type_string_end)
209 ATTR2(0x00040000,type_special_begin)
210 ATTR(order)
211 ATTR(item_type)
212 ATTR(item_types)
213 ATTR(dash)
214 ATTR(sequence_range)
215 ATTR(angle_range)
216 ATTR(speed_range)
217 ATTR2(0x0004ffff,type_special_end)
218 ATTR2(0x00050000,type_double_begin)
219 ATTR(position_height)
220 ATTR(position_speed)
221 ATTR(position_direction)
222 ATTR(position_hdop)
223 ATTR2(0x0005ffff,type_double_end)
224 ATTR2(0x00060000,type_coord_geo_begin)
225 ATTR(position_coord_geo)
226 ATTR(center)
227 ATTR2(0x0006ffff,type_coord_geo_end)
228 ATTR2(0x00070000,type_color_begin)
229 ATTR(color)
230 ATTR(color2)
231 ATTR(background_color)
232 ATTR(text_color)
233 ATTR(background_color2)
234 ATTR2(0x0007ffff,type_color_end)
235 ATTR2(0x00080000,type_object_begin)
236 ATTR(navit)
237 ATTR(log)
238 ATTR(callback)
239 ATTR(route)
240 ATTR(navigation)
241 ATTR(vehicle)
242 ATTR(map)
243 ATTR(bookmark_map)
244 ATTR(former_destination_map)
245 ATTR(graphics)
246 ATTR(gui)
247 ATTR(trackingo) /* fixme */
248 ATTR(plugins)
249 ATTR(layer)
250 ATTR(itemgra)
251 ATTR(polygon)
252 ATTR(polyline)
253 ATTR(circle)
254 ATTR(text)
255 ATTR(icon)
256 ATTR(image)
257 ATTR(arrows)
258 ATTR(mapset)
259 ATTR(osd)
260 ATTR(plugin)
261 ATTR(speech)
262 ATTR(coord)
263 ATTR(private_data)
264 ATTR(callback_list)
265 ATTR(displaylist)
266 ATTR(transformation)
267 ATTR2(0x0008ffff,type_object_end)
268 ATTR2(0x00090000,type_coord_begin)
269 ATTR2(0x0009ffff,type_coord_end)
270 ATTR2(0x000a0000,type_pcoord_begin)
271 ATTR(destination)
272 ATTR(position)
273 ATTR2(0x000affff,type_pcoord_end)
274 ATTR2(0x000b0000,type_callback_begin)
275 ATTR(resize)
276 ATTR(motion)
277 ATTR(keypress)
278 ATTR2(0x000bffff,type_callback_end)
279 ATTR2(0x000c0000,type_int64_begin)
280 ATTR(osm_nodeid)
281 ATTR(osm_wayid)
282 ATTR(osm_relationid)
283 ATTR2(0x000cffff,type_int64_end)