32 ATTR2(0x00000000,none)
36 ATTR2(0x00010000,type_item_begin)
37 ATTR(town_streets_item)
42 ATTR(position_sat_item)
44 ATTR2(0x0001ffff,type_item_end)
46 ATTR2(0x00020000,type_int_begin)
58 ATTR(position_sats_used)
63 ATTR(destination_length)
64 ATTR(destination_time)
73 ATTR(vocabulary_name_systematic)
74 ATTR(vocabulary_distances)
85 ATTR(destination_distance)
98 ATTR(position_fix_type)
102 ATTR(position_sats_signal)
105 ATTR(osd_configuration)
127 ATTR(flags_forward_mask)
128 ATTR(flags_reverse_mask)
138 ATTR(flags_house_number)
155 ATTR(vehicle_axle_weight)
156 ATTR(vehicle_dangerous_goods)
161 ATTR(static_distance)
162 ATTR(through_traffic_penalty)
163 ATTR(through_traffic_flags)
164 ATTR(speed_exceed_limit_offset)
165 ATTR(speed_exceed_limit_percent)
170 ATTR(offroad_limit_pref)
173 ATTR(overspeed_percent_pref)
174 ATTR(autosave_period)
180 ATTR(tunnel_extrapolation)
191 ATTR(hide_impossible_next_keys)
192 ATTR(turn_around_count)
193 ATTR(turn_around_penalty)
194 ATTR(turn_around_penalty2)
197 ATTR2(0x00027500,type_rel_abs_begin)
207 ATTR2(0x00028000,type_boolean_begin)
224 ATTR(menu_on_map_click)
234 ATTR(position_magnetic_direction)
237 ATTR(autozoom_active)
240 ATTR(tell_street_name)
242 ATTR(signal_on_map_click)
254 ATTR(no_warning_if_map_file_missing)
256 ATTR(has_menu_button)
257 ATTR2(0x0002ffff,type_int_end)
258 ATTR2(0x00030000,type_string_begin)
272 ATTR(street_name_systematic)
291 ATTR(navigation_short)
292 ATTR(navigation_long)
293 ATTR(navigation_long_exact)
294 ATTR(navigation_speech)
313 ATTR(position_time_iso8601)
317 ATTR(municipality_name)
322 ATTR(enable_expression)
328 ATTR(town_or_district_name)
337 ATTR(town_name_match)
338 ATTR(district_name_match)
339 ATTR(street_name_match)
356 ATTR(house_number_left)
357 ATTR(house_number_left_odd)
358 ATTR(house_number_left_even)
359 ATTR(house_number_right)
360 ATTR(house_number_right_odd)
361 ATTR(house_number_right_even)
369 ATTR(dbus_destination)
374 ATTR(event_loop_system)
388 ATTR(house_number_interpolation_no_ends_incrmt_1)
389 ATTR(house_number_interpolation_no_ends_incrmt_2)
391 ATTR(street_name_systematic_nat)
392 ATTR(street_name_systematic_int)
395 ATTR(street_destination_forward)
396 ATTR(street_destination_backward)
397 ATTR2(0x0003ffff,type_string_end)
398 ATTR2(0x00040000,type_special_begin)
408 ATTR(zipfile_ref_block)
411 ATTR2(0x0004ffff,type_special_end)
412 ATTR2(0x00050000,type_double_begin)
413 ATTR(position_height)
415 ATTR(position_direction)
417 ATTR(position_radius)
418 ATTR(position_longitude)
419 ATTR(position_latitude)
420 ATTR(position_direction_matched)
421 ATTR2(0x0005ffff,type_double_end)
422 ATTR2(0x00060000,type_coord_geo_begin)
423 ATTR(position_coord_geo)
425 ATTR(click_coord_geo)
426 ATTR2(0x0006ffff,type_coord_geo_end)
427 ATTR2(0x00070000,type_color_begin)
430 ATTR(background_color)
431 ATTR(foreground_color)
434 ATTR(background_color2)
435 ATTR(text_background)
436 ATTR(destination_dir_color)
438 ATTR2(0x0007ffff,type_color_end)
439 ATTR2(0x00080000,type_object_begin)
449 ATTR(former_destination_map)
481 ATTR2(0x0008ffff,type_object_end)
482 ATTR2(0x00090000,type_coord_begin)
483 ATTR2(0x0009ffff,type_coord_end)
484 ATTR2(0x000a0000,type_pcoord_begin)
488 ATTR2(0x000affff,type_pcoord_end)
489 ATTR2(0x000b0000,type_callback_begin)
499 ATTR2(0x000bffff,type_callback_end)
500 ATTR2(0x000c0000,type_int64_begin)
504 ATTR(osm_nodeid_first_node)
505 ATTR(osm_nodeid_last_node)
506 ATTR2(0x000cffff,type_int64_end)
507 ATTR2(0x000d0000,type_group_begin)
508 ATTR2(0x000dffff,type_group_end)
509 ATTR2(0x000e0000,type_item_type_begin)
510 ATTR2(0x000effff,type_item_type_end)
int orientation
Definition: pedestrian.c:61
Definition: navigation.c:161
int length
Definition: garmin_img.c:70
struct polyline * polyline
Definition: attr.h:188
struct attr active
Definition: speech.c:82
GList * maps
Definition: map.c:29
Definition: messages.h:25
enum attr_type * attr_types
Definition: attr.h:208
static char * description(struct search_param *search, GtkTreeIter *iter)
Definition: destination.c:71
int offset
Definition: garmin_img.c:69
Definition: binding_dbus.c:1938
struct icon * icon
Definition: attr.h:191
Definition: graphics.c:1352
A mapset.
Definition: mapset.c:44
struct image * image
Definition: attr.h:192
enum item_type * item_types
Definition: attr.h:207
unsigned char subtype
Definition: garmin_img.c:543
Definition: garmin_img.c:513
unsigned short height
Definition: garmin_img.c:525
#define ATTR2(x, y)
Definition: attr.h:35
item_type
Definition: item.h:29
unsigned char zoom
Definition: garmin_img.c:509
Definition: roadprofile.h:24
Definition: vehicleprofile.h:33
route_status
Definition: route.h:41
A complete route.
Definition: route.c:243
Definition: bookmarks.c:54
dbg_level
Definition: debug.h:42
projection
Definition: projection.h:23
struct tcoord center
Definition: garmin_img.c:523
graphics object A graphics object serves as the target for drawing operations. It encapsulates variou...
Definition: graphics.c:70
static const int zoom_max
Definition: csv.c:180
struct polygon * polygon
Definition: attr.h:187
Definition: callback.c:36
char data
Definition: garmin_img.c:354
static gint keypress(GtkWidget *widget, GdkEventKey *event, gpointer user_data)
Definition: graphics_gtk_drawing_area.c:764
Definition: callback.c:26
int * dash
Definition: attr.h:206
maxspeed_handling
Definition: vehicleprofile.h:26
Definition: announcement.c:25
Holds information about a map.
Definition: map.c:60
struct text * text
Definition: attr.h:190
FILE * debug
Definition: pedestrian.c:385
struct arrows * arrows
Definition: attr.h:193
char * version
Definition: main.c:31
Definition: graphics.c:116
Definition: binfile.c:2149
nav_status
Definition: navigation.h:45
struct label_data_offset label
Definition: garmin_img.c:409
char type[3]
Definition: garmin_img.c:130
#define ATTR_UNUSED
Definition: attr.h:40
static int fullscreen(struct window *win, int on)
Definition: graphics_qt_qpainter.cpp:538
char name[0]
Definition: street.c:521
Definition: profile_option.c:25
void command(struct attr *attr, char *expr)
Definition: command.c:1269
flags
Definition: gui_internal.h:26
unsigned short width
Definition: garmin_img.c:524
A linked list containing the destination of the road.
Definition: navigation.c:352