Add:Core:Initial support for house numbers
[navit-package] / 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 ATTR2(0x0001ffff,type_item_end)
33
34 ATTR2(0x00020000,type_int_begin)
35 ATTR(h)
36 ATTR(id)
37 ATTR(flags)
38 ATTR(w)
39 ATTR(x)
40 ATTR(y)
41 ATTR(flush_size)
42 ATTR(flush_time)
43 ATTR(zipfile_ref)
44 ATTR(country_id)
45 ATTR(position_sats)
46 ATTR(position_sats_used)
47 ATTR(update)
48 ATTR(follow)
49 ATTR(length)
50 ATTR(time)
51 ATTR(destination_length)
52 ATTR(destination_time)
53 ATTR(speed)
54 ATTR(interval)
55 ATTR(position_qual)
56 ATTR(zoom)
57 ATTR(retry_interval)
58 ATTR(projection)
59 ATTR(offroad)
60 ATTR(vocabulary_name)
61 ATTR(vocabulary_name_systematic)
62 ATTR(vocabulary_distances)
63 ATTR(announce_name_systematic_first)
64 ATTR(antialias)
65 ATTR(order_delta)
66 ATTR(baudrate)
67 ATTR(font_size)
68 ATTR(icon_xs)
69 ATTR(icon_l)
70 ATTR(icon_s)
71 ATTR(spacing)
72 ATTR(recent_dest)
73 ATTR(destination_distance)
74 ATTR(check_version)
75 ATTR(details)
76 ATTR(width)
77 ATTR(offset)
78 ATTR(directed)
79 ATTR(radius)
80 ATTR(text_size)
81 ATTR(level)
82 ATTR(icon_w)
83 ATTR(icon_h)
84 ATTR(rotation)
85 ATTR(checksum_ignore)
86 ATTR(position_fix_type)
87 ATTR(timeout)
88 ATTR(orientation)
89 ATTR(keyboard)
90 ATTR2(0x00028000,type_boolean_begin)
91 /* boolean */
92 ATTR(overwrite)
93 ATTR(active)
94 ATTR(cursor)
95 ATTR(orientation_removeme)
96 ATTR(tracking)
97 ATTR(menubar)
98 ATTR(statusbar)
99 ATTR(toolbar)
100 ATTR(animate)
101 ATTR(lazy)
102 ATTR(mkdir)
103 ATTR(predraw)
104 ATTR(postdraw)
105 ATTR(button)
106 ATTR(ondemand)
107 ATTR(menu_on_map_click)
108 ATTR(direction)
109 ATTR(route_follow_straight)
110 ATTR(gui_speech)
111 ATTR(town_id) /* fixme? */
112 ATTR(street_id) /* fixme? */  
113 ATTR(district_id) /* fixme? */
114 ATTR(drag_bitmap)
115 ATTR(use_mousewheel)
116 ATTR2(0x0002ffff,type_int_end)
117 ATTR2(0x00030000,type_string_begin)
118 ATTR(type)
119 ATTR(label)
120 ATTR(data)
121 ATTR(charset)
122 ATTR(country_all)
123 ATTR(country_iso3)
124 ATTR(country_iso2)
125 ATTR(country_car)
126 ATTR(country_name)
127 ATTR(town_name)
128 ATTR(town_postal)
129 ATTR(district_name)
130 ATTR(street_name)
131 ATTR(street_name_systematic)
132 ATTR(street_number)
133 ATTR(debug)
134 ATTR(address)
135 ATTR(phone)
136 ATTR(entry_fee)
137 ATTR(open_hours)
138 ATTR(skin)
139 ATTR(fullscreen)
140 ATTR(view_mode)
141 ATTR(tilt)
142 ATTR(media_window_title)
143 ATTR(media_cmd)
144 ATTR(image_codec)
145 /* poi */
146 ATTR(icono)
147 ATTR(info_html)
148 ATTR(price_html)
149 /* navigation */
150 ATTR(navigation_short)
151 ATTR(navigation_long)
152 ATTR(navigation_long_exact)
153 ATTR(navigation_speech)
154 ATTR(name)
155 ATTR(source)
156 ATTR(description)
157 ATTR(gc_type)
158 ATTR(layout)
159 ATTR(position_nmea)
160 ATTR(gpsd_query)
161 ATTR(on_eof)
162 ATTR(command)
163 ATTR(src)
164 ATTR(path)
165 ATTR(font)
166 ATTR(url_local)
167 ATTR(gc_size)
168 ATTR(gc_difficulty)
169 ATTR(gc_terrain)
170 ATTR(icon_src)
171 ATTR(position_time_iso8601)
172 ATTR(house_number)
173 ATTR2(0x0003ffff,type_string_end)
174 ATTR2(0x00040000,type_special_begin)
175 ATTR(order)
176 ATTR(item_type)
177 ATTR(item_types)
178 ATTR(dash)
179 ATTR(sequence_range)
180 ATTR(angle_range)
181 ATTR(speed_range)
182 ATTR2(0x0004ffff,type_special_end)
183 ATTR2(0x00050000,type_double_begin)
184 ATTR(position_height)
185 ATTR(position_speed)
186 ATTR(position_direction)
187 ATTR(position_hdop)
188 ATTR2(0x0005ffff,type_double_end)
189 ATTR2(0x00060000,type_coord_geo_begin)
190 ATTR(position_coord_geo)
191 ATTR(center)
192 ATTR2(0x0006ffff,type_coord_geo_end)
193 ATTR2(0x00070000,type_color_begin)
194 ATTR(color)
195 ATTR(color2)
196 ATTR2(0x0007ffff,type_color_end)
197 ATTR2(0x00080000,type_object_begin)
198 ATTR(navit)
199 ATTR(log)
200 ATTR(callback)
201 ATTR(route)
202 ATTR(navigation)
203 ATTR(vehicle)
204 ATTR(map)
205 ATTR(bookmark_map)
206 ATTR(former_destination_map)
207 ATTR(graphics)
208 ATTR(gui)
209 ATTR(trackingo) /* fixme */
210 ATTR(plugins)
211 ATTR(layer)
212 ATTR(itemgra)
213 ATTR(polygon)
214 ATTR(polyline)
215 ATTR(circle)
216 ATTR(text)
217 ATTR(icon)
218 ATTR(image)
219 ATTR(arrows)
220 ATTR(mapset)
221 ATTR(osd)
222 ATTR(plugin)
223 ATTR(speech)
224 ATTR(coord)
225 ATTR2(0x0008ffff,type_object_end)
226 ATTR2(0x00090000,type_coord_begin)
227 ATTR2(0x0009ffff,type_coord_end)
228 ATTR2(0x000a0000,type_pcoord_begin)
229 ATTR(destination)
230 ATTR(position)
231 ATTR2(0x000affff,type_pcoord_end)
232 ATTR2(0x000b0000,type_callback_begin)
233 ATTR(resize)
234 ATTR(motion)
235 ATTR(keypress)
236 ATTR2(0x000bffff,type_callback_end)
237 ATTR2(0x000c0000,type_int64_begin)
238 ATTR(osm_nodeid)
239 ATTR(osm_wayid)
240 ATTR(osm_relationid)
241 ATTR2(0x000cffff,type_int64_end)