Add:gui_internal:Made more flexible
[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 ATTR(position_sats_signal)
91 ATTR(cps)
92 ATTR(fast)
93 ATTR(osd_configuration)
94 ATTR(columns)
95 ATTR2(0x00028000,type_boolean_begin)
96 /* boolean */
97 ATTR(overwrite)
98 ATTR(active)
99 ATTR(cursor)
100 ATTR(orientation_removeme)
101 ATTR(tracking)
102 ATTR(menubar)
103 ATTR(statusbar)
104 ATTR(toolbar)
105 ATTR(animate)
106 ATTR(lazy)
107 ATTR(mkdir)
108 ATTR(predraw)
109 ATTR(postdraw)
110 ATTR(button)
111 ATTR(ondemand)
112 ATTR(menu_on_map_click)
113 ATTR(direction)
114 ATTR(route_follow_straight_REMOVE) // This is to be removed with the next version
115 ATTR(gui_speech)
116 ATTR(town_id) /* fixme? */
117 ATTR(street_id) /* fixme? */  
118 ATTR(district_id) /* fixme? */
119 ATTR(drag_bitmap)
120 ATTR(use_mousewheel)
121 ATTR(fullscreen)
122 ATTR(position_magnetic_direction)
123 ATTR(use_overlay)
124 ATTR(night_mode)
125 ATTR2(0x0002ffff,type_int_end)
126 ATTR2(0x00030000,type_string_begin)
127 ATTR(type)
128 ATTR(label)
129 ATTR(data)
130 ATTR(charset)
131 ATTR(country_all)
132 ATTR(country_iso3)
133 ATTR(country_iso2)
134 ATTR(country_car)
135 ATTR(country_name)
136 ATTR(town_name)
137 ATTR(town_postal)
138 ATTR(district_name)
139 ATTR(street_name)
140 ATTR(street_name_systematic)
141 ATTR(street_number)
142 ATTR(debug)
143 ATTR(address)
144 ATTR(phone)
145 ATTR(entry_fee)
146 ATTR(open_hours)
147 ATTR(skin)
148 ATTR(fullscreen_removeme)
149 ATTR(view_mode)
150 ATTR(tilt)
151 ATTR(media_window_title)
152 ATTR(media_cmd)
153 ATTR(image_codec)
154 /* poi */
155 ATTR(icono)
156 ATTR(info_html)
157 ATTR(price_html)
158 /* navigation */
159 ATTR(navigation_short)
160 ATTR(navigation_long)
161 ATTR(navigation_long_exact)
162 ATTR(navigation_speech)
163 ATTR(name)
164 ATTR(source)
165 ATTR(description)
166 ATTR(gc_type)
167 ATTR(layout)
168 ATTR(position_nmea)
169 ATTR(gpsd_query)
170 ATTR(on_eof)
171 ATTR(command)
172 ATTR(src)
173 ATTR(path)
174 ATTR(font)
175 ATTR(url_local)
176 ATTR(gc_size)
177 ATTR(gc_difficulty)
178 ATTR(gc_terrain)
179 ATTR(icon_src)
180 ATTR(position_time_iso8601)
181 ATTR(house_number)
182 ATTR2(0x0003ffff,type_string_end)
183 ATTR2(0x00040000,type_special_begin)
184 ATTR(order)
185 ATTR(item_type)
186 ATTR(item_types)
187 ATTR(dash)
188 ATTR(sequence_range)
189 ATTR(angle_range)
190 ATTR(speed_range)
191 ATTR2(0x0004ffff,type_special_end)
192 ATTR2(0x00050000,type_double_begin)
193 ATTR(position_height)
194 ATTR(position_speed)
195 ATTR(position_direction)
196 ATTR(position_hdop)
197 ATTR2(0x0005ffff,type_double_end)
198 ATTR2(0x00060000,type_coord_geo_begin)
199 ATTR(position_coord_geo)
200 ATTR(center)
201 ATTR2(0x0006ffff,type_coord_geo_end)
202 ATTR2(0x00070000,type_color_begin)
203 ATTR(color)
204 ATTR(color2)
205 ATTR(background_color)
206 ATTR(text_color)
207 ATTR(background_color2)
208 ATTR2(0x0007ffff,type_color_end)
209 ATTR2(0x00080000,type_object_begin)
210 ATTR(navit)
211 ATTR(log)
212 ATTR(callback)
213 ATTR(route)
214 ATTR(navigation)
215 ATTR(vehicle)
216 ATTR(map)
217 ATTR(bookmark_map)
218 ATTR(former_destination_map)
219 ATTR(graphics)
220 ATTR(gui)
221 ATTR(trackingo) /* fixme */
222 ATTR(plugins)
223 ATTR(layer)
224 ATTR(itemgra)
225 ATTR(polygon)
226 ATTR(polyline)
227 ATTR(circle)
228 ATTR(text)
229 ATTR(icon)
230 ATTR(image)
231 ATTR(arrows)
232 ATTR(mapset)
233 ATTR(osd)
234 ATTR(plugin)
235 ATTR(speech)
236 ATTR(coord)
237 ATTR(private_data)
238 ATTR2(0x0008ffff,type_object_end)
239 ATTR2(0x00090000,type_coord_begin)
240 ATTR2(0x0009ffff,type_coord_end)
241 ATTR2(0x000a0000,type_pcoord_begin)
242 ATTR(destination)
243 ATTR(position)
244 ATTR2(0x000affff,type_pcoord_end)
245 ATTR2(0x000b0000,type_callback_begin)
246 ATTR(resize)
247 ATTR(motion)
248 ATTR(keypress)
249 ATTR2(0x000bffff,type_callback_end)
250 ATTR2(0x000c0000,type_int64_begin)
251 ATTR(osm_nodeid)
252 ATTR(osm_wayid)
253 ATTR(osm_relationid)
254 ATTR2(0x000cffff,type_int64_end)