Fix:SDL:Fixes image codec problems, thanks Matt Callow for the patch
[navit-package] / src / attr_def.h
1 /* prototypes */
2
3 /* common */
4 ATTR2(0x00000000,none)
5 ATTR(any)
6
7 ATTR2(0x00010000,type_item_begin)
8 ATTR(town_streets_item)
9 ATTR(street_name_item)
10 ATTR(street_name_numbers_item)
11 ATTR(street_item)
12 ATTR(street_number_item)
13 ATTR(item_type) /* fixme */
14 ATTR2(0x0001ffff,type_item_end)
15
16 ATTR2(0x00020000,type_int_begin)
17 ATTR(h)
18 ATTR(id)
19 ATTR(flags)
20 ATTR(w)
21 ATTR(x)
22 ATTR(y)
23 ATTR(flush_size)
24 ATTR(flush_time)
25 ATTR(zipfile_ref)
26 ATTR(country_id)
27 ATTR(position_sats)
28 ATTR(position_sats_used)
29 ATTR(update)
30 ATTR(follow)
31 ATTR(length)
32 ATTR(time)
33 ATTR(destination_length)
34 ATTR(destination_time)
35 ATTR(speed)
36 ATTR(interval)
37 ATTR(position_qual)
38 ATTR(zoom)
39 ATTR2(0x00028000,type_boolean_begin)
40 /* boolean */
41 ATTR(overwrite)
42 ATTR(active)
43 ATTR(cursor)
44 ATTR(orientation)
45 ATTR(tracking)
46 ATTR(menubar)
47 ATTR(statusbar)
48 ATTR(toolbar)
49 ATTR2(0x0002ffff,type_int_end)
50 ATTR2(0x00030000,type_string_begin)
51 ATTR(type)
52 ATTR(label)
53 ATTR(data)
54 ATTR(charset)
55 ATTR(country_all)
56 ATTR(country_iso3)
57 ATTR(country_iso2)
58 ATTR(country_car)
59 ATTR(country_name)
60 ATTR(town_name)
61 ATTR(town_postal)
62 ATTR(district_name)
63 ATTR(street_name)
64 ATTR(street_name_systematic)
65 ATTR(street_number)
66 ATTR(debug)
67 ATTR(address)
68 ATTR(phone)
69 ATTR(entry_fee)
70 ATTR(open_hours)
71 ATTR(skin)
72 ATTR(fullscreen)
73 ATTR(view_mode)
74 ATTR(tilt)
75 ATTR(media_window_title)
76 ATTR(media_cmd)
77 ATTR(image_codec)
78 /* poi */
79 ATTR(icon)
80 ATTR(info_html)
81 ATTR(price_html)
82 /* navigation */
83 ATTR(navigation_short)
84 ATTR(navigation_long)
85 ATTR(navigation_long_exact)
86 ATTR(navigation_speech)
87 ATTR(name)
88 ATTR(source)
89 ATTR(description)
90 ATTR(gc_type)
91 ATTR(layout)
92 ATTR2(0x0003ffff,type_string_end)
93 ATTR(order_limit)
94 ATTR2(0x00050000,type_double_start)
95 ATTR(position_height)
96 ATTR(position_speed)
97 ATTR(position_direction)
98 ATTR2(0x0005ffff,type_double_end)
99 ATTR2(0x00060000,type_coord_geo_start)
100 ATTR(position_coord_geo)
101 ATTR(center)
102 ATTR2(0x0006ffff,type_coord_geo_end)
103 ATTR2(0x00070000,type_color_begin)
104 ATTR(color)
105 ATTR2(0x0007ffff,type_color_end)
106 ATTR2(0x00080000,type_object_begin)
107 ATTR(navit)
108 ATTR(log)
109 ATTR(callback)
110 ATTR(route)
111 ATTR(navigation)
112 ATTR2(0x0008ffff,type_object_end)