summaryrefslogtreecommitdiff
path: root/hierarchy.js
blob: cbaae5174aefb91ad74c3d63508e220a386f8b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
var hierarchy =
[
    [ "_ChunkLink", "struct__ChunkLink.html", null ],
    [ "_finddata_t", "struct__finddata__t.html", null ],
    [ "_finddatai64_t", "struct__finddatai64__t.html", null ],
    [ "_GDebugKey", "struct__GDebugKey.html", null ],
    [ "_GDoubleIEEE754", "union__GDoubleIEEE754.html", null ],
    [ "_GError", "struct__GError.html", null ],
    [ "_GFloatIEEE754", "union__GFloatIEEE754.html", null ],
    [ "_GHashNode", "struct__GHashNode.html", null ],
    [ "_GHashTable", "struct__GHashTable.html", null ],
    [ "_GHashTableIter", "struct__GHashTableIter.html", null ],
    [ "_GList", "struct__GList.html", null ],
    [ "_GMemChunk", "struct__GMemChunk.html", null ],
    [ "_GMemVTable", "struct__GMemVTable.html", null ],
    [ "_GSList", "struct__GSList.html", null ],
    [ "_GSystemThread", "union__GSystemThread.html", null ],
    [ "_GTimeVal", "struct__GTimeVal.html", null ],
    [ "_GTrashStack", "struct__GTrashStack.html", null ],
    [ "_OSMPBF__Blob", "struct__OSMPBF____Blob.html", null ],
    [ "_OSMPBF__BlobHeader", "struct__OSMPBF____BlobHeader.html", null ],
    [ "_OSMPBF__ChangeSet", "struct__OSMPBF____ChangeSet.html", null ],
    [ "_OSMPBF__DenseInfo", "struct__OSMPBF____DenseInfo.html", null ],
    [ "_OSMPBF__DenseNodes", "struct__OSMPBF____DenseNodes.html", null ],
    [ "_OSMPBF__HeaderBBox", "struct__OSMPBF____HeaderBBox.html", null ],
    [ "_OSMPBF__HeaderBlock", "struct__OSMPBF____HeaderBlock.html", null ],
    [ "_OSMPBF__Info", "struct__OSMPBF____Info.html", null ],
    [ "_OSMPBF__Node", "struct__OSMPBF____Node.html", null ],
    [ "_OSMPBF__PrimitiveBlock", "struct__OSMPBF____PrimitiveBlock.html", null ],
    [ "_OSMPBF__PrimitiveGroup", "struct__OSMPBF____PrimitiveGroup.html", null ],
    [ "_OSMPBF__Relation", "struct__OSMPBF____Relation.html", null ],
    [ "_OSMPBF__StringTable", "struct__OSMPBF____StringTable.html", null ],
    [ "_OSMPBF__Way", "struct__OSMPBF____Way.html", null ],
    [ "_ProtobufCAllocator", "struct__ProtobufCAllocator.html", null ],
    [ "_ProtobufCBinaryData", "struct__ProtobufCBinaryData.html", null ],
    [ "_ProtobufCBuffer", "struct__ProtobufCBuffer.html", null ],
    [ "_ProtobufCBufferSimple", "struct__ProtobufCBufferSimple.html", null ],
    [ "_ProtobufCEnumDescriptor", "struct__ProtobufCEnumDescriptor.html", null ],
    [ "_ProtobufCEnumValue", "struct__ProtobufCEnumValue.html", null ],
    [ "_ProtobufCEnumValueIndex", "struct__ProtobufCEnumValueIndex.html", null ],
    [ "_ProtobufCFieldDescriptor", "struct__ProtobufCFieldDescriptor.html", null ],
    [ "_ProtobufCIntRange", "struct__ProtobufCIntRange.html", null ],
    [ "_ProtobufCMessage", "struct__ProtobufCMessage.html", null ],
    [ "_ProtobufCMessageDescriptor", "struct__ProtobufCMessageDescriptor.html", null ],
    [ "_ProtobufCMessageUnknownField", "struct__ProtobufCMessageUnknownField.html", null ],
    [ "_ProtobufCMethodDescriptor", "struct__ProtobufCMethodDescriptor.html", null ],
    [ "_ProtobufCService", "struct__ProtobufCService.html", null ],
    [ "_ProtobufCServiceDescriptor", "struct__ProtobufCServiceDescriptor.html", null ],
    [ "_ScannedMember", "struct__ScannedMember.html", null ],
    [ "_SlabInfo", "struct__SlabInfo.html", null ],
    [ "_stat", "struct__stat.html", null ],
    [ "_VIDEO_POWER_MANAGEMENT", "struct__VIDEO__POWER__MANAGEMENT.html", null ],
    [ "_wfinddata_t", "struct__wfinddata__t.html", null ],
    [ "_wfinddatai64_t", "struct__wfinddatai64__t.html", null ],
    [ "ACCENTS", "structACCENTS.html", null ],
    [ "action_cb_data", "structaction__cb__data.html", null ],
    [ "alias_map", "structalias__map.html", null ],
    [ "Allocator", "structAllocator.html", null ],
    [ "android_search_priv", "structandroid__search__priv.html", null ],
    [ "announcement", "structannouncement.html", null ],
    [ "argument", "structargument.html", null ],
    [ "arguments", "structarguments.html", null ],
    [ "associated_street", "structassociated__street.html", null ],
    [ "attr", "structattr.html", null ],
    [ "attr_bin", "structattr__bin.html", null ],
    [ "attr_fixme", "structattr__fixme.html", null ],
    [ "attr_iter", "structattr__iter.html", null ],
    [ "attr_mapping", "structattr__mapping.html", null ],
    [ "attr_name", "structattr__name.html", null ],
    [ "attrObject", "structattrObject.html", null ],
    [ "aux_tile", "structaux__tile.html", null ],
    [ "auxmap", "structauxmap.html", null ],
    [ "binding", "structbinding.html", null ],
    [ "binfile_hash_entry", "structbinfile__hash__entry.html", null ],
    [ "block", "structblock.html", null ],
    [ "block_bt_priv", "structblock__bt__priv.html", null ],
    [ "block_data", "structblock__data.html", null ],
    [ "block_index", "structblock__index.html", null ],
    [ "block_index_item", "structblock__index__item.html", null ],
    [ "block_list", "structblock__list.html", null ],
    [ "block_offset", "structblock__offset.html", null ],
    [ "block_priv", "structblock__priv.html", null ],
    [ "bookmark_item_priv", "structbookmark__item__priv.html", null ],
    [ "bookmarks", "structbookmarks.html", null ],
    [ "boundary", "structboundary.html", null ],
    [ "buffer", "structbuffer.html", null ],
    [ "cache", "structcache.html", null ],
    [ "cache_entry", "structcache__entry.html", null ],
    [ "cache_entry_list", "structcache__entry__list.html", null ],
    [ "Callback", null, [
      [ "org.navitproject.navit.NavitCamera", "classorg_1_1navitproject_1_1navit_1_1NavitCamera.html", null ]
    ] ],
    [ "callback", "structcallback.html", null ],
    [ "callback_list", "structcallback__list.html", null ],
    [ "cb_hw_state_trail", "structcb__hw__state__trail.html", null ],
    [ "cdf_data", "structcdf__data.html", null ],
    [ "cdf_speed", "structcdf__speed.html", null ],
    [ "ch_edge", "structch__edge.html", null ],
    [ "CHANGEPH", "structCHANGEPH.html", null ],
    [ "char_directive", "structchar__directive.html", null ],
    [ "char_directives", "structchar__directives.html", null ],
    [ "circle", "structcircle.html", null ],
    [ "cJSON", "structcJSON.html", null ],
    [ "cJSON_Hooks", "structcJSON__Hooks.html", null ],
    [ "cmd_interface", "structcmd__interface.html", null ],
    [ "coastline_tile", "structcoastline__tile.html", null ],
    [ "coastline_tile_data", "structcoastline__tile__data.html", null ],
    [ "code", "structcode.html", null ],
    [ "color", "structcolor.html", null ],
    [ "t_espeak_command::command", "uniont__espeak__command_1_1command.html", null ],
    [ "command_saved", "structcommand__saved.html", null ],
    [ "command_saved_cb", "structcommand__saved__cb.html", null ],
    [ "command_table", "structcommand__table.html", null ],
    [ "compass", "structcompass.html", null ],
    [ "config", "structconfig.html", null ],
    [ "configObject", "structconfigObject.html", null ],
    [ "context", "structcontext.html", null ],
    [ "contour", "structcontour.html", null ],
    [ "coord", "structcoord.html", null ],
    [ "coord_3d", "structcoord__3d.html", null ],
    [ "coord_d", "structcoord__d.html", null ],
    [ "coord_geo", "structcoord__geo.html", null ],
    [ "coord_geo_cart", "structcoord__geo__cart.html", null ],
    [ "coord_rect", "structcoord__rect.html", null ],
    [ "coord_rectObject", "structcoord__rectObject.html", null ],
    [ "coordObject", "structcoordObject.html", null ],
    [ "corelocation", "classcorelocation.html", null ],
    [ "country", "structcountry.html", null ],
    [ "country_search", "structcountry__search.html", null ],
    [ "country_table", "structcountry__table.html", null ],
    [ "cursor", "structcursor.html", null ],
    [ "data_window", "structdata__window.html", null ],
    [ "datawindow", "structdatawindow.html", null ],
    [ "datawindow_methods", "structdatawindow__methods.html", null ],
    [ "datawindow_priv", "structdatawindow__priv.html", null ],
    [ "db_config", "structdb__config.html", null ],
    [ "DBFInfo", "structDBFInfo.html", null ],
    [ "dbus_callback", "structdbus__callback.html", null ],
    [ "dbus_method", "structdbus__method.html", null ],
    [ "default_flags", "structdefault__flags.html", null ],
    [ "diagram_point", "structdiagram__point.html", null ],
    [ "display_context", "structdisplay__context.html", null ],
    [ "displayitem", "structdisplayitem.html", null ],
    [ "displaylist", "structdisplaylist.html", null ],
    [ "displaylist_handle", "structdisplaylist__handle.html", null ],
    [ "displaylist_icon_cache", "structdisplaylist__icon__cache.html", null ],
    [ "div_flags_map", "structdiv__flags__map.html", null ],
    [ "draw_info", "structdraw__info.html", null ],
    [ "draw_polyline_context", "structdraw__polyline__context.html", null ],
    [ "draw_polyline_shape", "structdraw__polyline__shape.html", null ],
    [ "duplicate", "structduplicate.html", null ],
    [ "edge", "structedge.html", null ],
    [ "edge_hash_item", "structedge__hash__item.html", null ],
    [ "element", "structelement.html", null ],
    [ "element_func", "structelement__func.html", null ],
    [ "EMESS", "structEMESS.html", null ],
    [ "espeak_EVENT", "structespeak__EVENT.html", null ],
    [ "espeak_VOICE", "structespeak__VOICE.html", null ],
    [ "event_idle", "structevent__idle.html", null ],
    [ "event_methods", "structevent__methods.html", null ],
    [ "event_priv", "structevent__priv.html", null ],
    [ "event_timeout", "structevent__timeout.html", null ],
    [ "event_watch", "structevent__watch.html", null ],
    [ "expression", "structexpression.html", null ],
    [ "ezxml", "structezxml.html", null ],
    [ "ezxml_root", "structezxml__root.html", null ],
    [ "fat_block", "structfat__block.html", null ],
    [ "fibheap", "structfibheap.html", null ],
    [ "fibheap_el", "structfibheap__el.html", null ],
    [ "file", "structfile.html", null ],
    [ "file_cache_id", "structfile__cache__id.html", null ],
    [ "file_header", "structfile__header.html", null ],
    [ "file_wordexp", "structfile__wordexp.html", null ],
    [ "files_relation_processing", "structfiles__relation__processing.html", null ],
    [ "filter", "structfilter.html", null ],
    [ "filter_entry", "structfilter__entry.html", null ],
    [ "font_freetype_font", "structfont__freetype__font.html", null ],
    [ "font_freetype_glyph", "structfont__freetype__glyph.html", null ],
    [ "font_freetype_methods", "structfont__freetype__methods.html", null ],
    [ "font_freetype_text", "structfont__freetype__text.html", null ],
    [ "font_priv", "structfont__priv.html", null ],
    [ "form", "structform.html", null ],
    [ "former_destination", "structformer__destination.html", null ],
    [ "frame_t", "structframe__t.html", null ],
    [ "frame_t2", "structframe__t2.html", null ],
    [ "frameref_t", "structframeref__t.html", null ],
    [ "g2sattr", "structg2sattr.html", null ],
    [ "g2scolumns", "structg2scolumns.html", null ],
    [ "g2sprop", "structg2sprop.html", null ],
    [ "g2sstats", "structg2sstats.html", null ],
    [ "gar2nav_conv", "structgar2nav__conv.html", null ],
    [ "gar2navit", "structgar2navit.html", null ],
    [ "geodesic", "structgeodesic.html", null ],
    [ "geom_poly_segment", "structgeom__poly__segment.html", null ],
    [ "gui_priv::gesture_elem", "structgui__priv_1_1gesture__elem.html", null ],
    [ "glob_t", "structglob__t.html", null ],
    [ "gps_sat", "structgps__sat.html", null ],
    [ "gps_status", "structgps__status.html", null ],
    [ "graphics", "structgraphics.html", null ],
    [ "graphics_data_image", "structgraphics__data__image.html", null ],
    [ "graphics_font", "structgraphics__font.html", null ],
    [ "graphics_font_methods", "structgraphics__font__methods.html", null ],
    [ "graphics_font_priv", "structgraphics__font__priv.html", null ],
    [ "graphics_gc", "structgraphics__gc.html", null ],
    [ "graphics_gc_methods", "structgraphics__gc__methods.html", null ],
    [ "graphics_gc_priv", "structgraphics__gc__priv.html", null ],
    [ "graphics_image", "structgraphics__image.html", null ],
    [ "graphics_image_buffer", "structgraphics__image__buffer.html", null ],
    [ "graphics_image_methods", "structgraphics__image__methods.html", null ],
    [ "graphics_image_priv", "structgraphics__image__priv.html", null ],
    [ "graphics_keyboard", "structgraphics__keyboard.html", null ],
    [ "graphics_methods", "structgraphics__methods.html", null ],
    [ "graphics_opengl_platform", "structgraphics__opengl__platform.html", null ],
    [ "graphics_opengl_platform_methods", "structgraphics__opengl__platform__methods.html", null ],
    [ "graphics_opengl_window_system", "structgraphics__opengl__window__system.html", null ],
    [ "graphics_opengl_window_system_methods", "structgraphics__opengl__window__system__methods.html", null ],
    [ "graphics_priv", "structgraphics__priv.html", null ],
    [ "gscale", "structgscale.html", null ],
    [ "gui", "structgui.html", null ],
    [ "gui_config_settings", "structgui__config__settings.html", null ],
    [ "gui_internal_data", "structgui__internal__data.html", null ],
    [ "gui_internal_keyb_mode", "structgui__internal__keyb__mode.html", null ],
    [ "gui_internal_methods", "structgui__internal__methods.html", null ],
    [ "gui_internal_widget_methods", "structgui__internal__widget__methods.html", null ],
    [ "gui_menu_info", "structgui__menu__info.html", null ],
    [ "gui_methods", "structgui__methods.html", null ],
    [ "gui_priv", "structgui__priv.html", null ],
    [ "gz_header_s", "structgz__header__s.html", null ],
    [ "hash_entry", "structhash__entry.html", null ],
    [ "heightline", "structheightline.html", null ],
    [ "hn_interpol_attr", "structhn__interpol__attr.html", null ],
    [ "house_number_interpolation", "structhouse__number__interpolation.html", null ],
    [ "housenumber", "structhousenumber.html", null ],
    [ "gui_priv::html", "structgui__priv_1_1html.html", null ],
    [ "html_tag_map", "structhtml__tag__map.html", null ],
    [ "idle_task", "structidle__task.html", null ],
    [ "img_header", "structimg__header.html", null ],
    [ "inflate_state", "structinflate__state.html", null ],
    [ "InstanceData", "structInstanceData.html", null ],
    [ "internal_state", "structinternal__state.html", null ],
    [ "item", "structitem.html", null ],
    [ "item_bin", "structitem__bin.html", null ],
    [ "item_bin_sink", "structitem__bin__sink.html", null ],
    [ "item_bin_sink_func", "structitem__bin__sink__func.html", null ],
    [ "item_data", "structitem__data.html", null ],
    [ "item_hash", "structitem__hash.html", null ],
    [ "item_id", "structitem__id.html", null ],
    [ "item_methods", "structitem__methods.html", null ],
    [ "item_name", "structitem__name.html", null ],
    [ "item_priv", "structitem__priv.html", null ],
    [ "item_range", "structitem__range.html", null ],
    [ "itemgra", "structitemgra.html", null ],
    [ "j1850", "structj1850.html", null ],
    [ "jni_object", "structjni__object.html", null ],
    [ "keywtab_t", "structkeywtab__t.html", null ],
    [ "klatt_frame_t", "structklatt__frame__t.html", null ],
    [ "klatt_global_t", "structklatt__global__t.html", null ],
    [ "klatt_peaks_t", "structklatt__peaks__t.html", null ],
    [ "known_translation_t", "structknown__translation__t.html", null ],
    [ "label_data", "structlabel__data.html", null ],
    [ "label_data_offset", "structlabel__data__offset.html", null ],
    [ "label_header", "structlabel__header.html", null ],
    [ "LANGUAGE_OPTIONS", "structLANGUAGE__OPTIONS.html", null ],
    [ "layer", "structlayer.html", null ],
    [ "layout", "structlayout.html", null ],
    [ "lconv", "structlconv.html", null ],
    [ "level", "structlevel.html", null ],
    [ "loaded_domain", "structloaded__domain.html", null ],
    [ "loaded_l10nfile", "structloaded__l10nfile.html", null ],
    [ "log", "structlog.html", null ],
    [ "log_data", "structlog__data.html", null ],
    [ "longest_match", "structlongest__match.html", null ],
    [ "longest_match_list", "structlongest__match__list.html", null ],
    [ "longest_match_list_item", "structlongest__match__list__item.html", null ],
    [ "Magazine", "structMagazine.html", null ],
    [ "malloc_head", "structmalloc__head.html", null ],
    [ "malloc_tail", "structmalloc__tail.html", null ],
    [ "map", "structmap.html", null ],
    [ "map_data", "structmap__data.html", null ],
    [ "map_download", "structmap__download.html", null ],
    [ "map_methods", "structmap__methods.html", null ],
    [ "map_priv", "structmap__priv.html", null ],
    [ "map_rect", "structmap__rect.html", null ],
    [ "map_rect_priv", "structmap__rect__priv.html", null ],
    [ "map_rectObject", "structmap__rectObject.html", null ],
    [ "map_search", "structmap__search.html", null ],
    [ "map_search_priv", "structmap__search__priv.html", null ],
    [ "map_selection", "structmap__selection.html", null ],
    [ "mapExtract", "classmapExtract.html", null ],
    [ "mapObject", "structmapObject.html", null ],
    [ "mapset", "structmapset.html", null ],
    [ "mapset_handle", "structmapset__handle.html", null ],
    [ "mapset_search", "structmapset__search.html", null ],
    [ "mapsetObject", "structmapsetObject.html", null ],
    [ "maptool_force_64", "structmaptool__force__64.html", null ],
    [ "maptool_osm", "structmaptool__osm.html", null ],
    [ "maptool_params", "structmaptool__params.html", null ],
    [ "maptype", "structmaptype.html", null ],
    [ "marker", "structmarker.html", null ],
    [ "MatchRecord", "structMatchRecord.html", null ],
    [ "MBROLA_TAB", "structMBROLA__TAB.html", null ],
    [ "mbrolib_parameter", "structmbrolib__parameter.html", null ],
    [ "mbrolib_voice", "structmbrolib__voice.html", null ],
    [ "menu", "structmenu.html", null ],
    [ "menu_data", "structmenu__data.html", null ],
    [ "menu_methods", "structmenu__methods.html", null ],
    [ "menu_priv", "structmenu__priv.html", null ],
    [ "message", "structmessage.html", null ],
    [ "messagelist", "structmessagelist.html", null ],
    [ "MNEM_TAB", "structMNEM__TAB.html", null ],
    [ "mo_file_header", "structmo__file__header.html", null ],
    [ "mouse_event_queue_element", "structmouse__event__queue__element.html", null ],
    [ "nav_next_turn", "structnav__next__turn.html", null ],
    [ "nav_toggle_announcer", "structnav__toggle__announcer.html", null ],
    [ "navigation", "structnavigation.html", null ],
    [ "navigation_command", "structnavigation__command.html", null ],
    [ "navigation_itm", "structnavigation__itm.html", null ],
    [ "navigation_maneuver", "structnavigation__maneuver.html", null ],
    [ "navigation_status", "structnavigation__status.html", null ],
    [ "navigation_way", "structnavigation__way.html", null ],
    [ "navigationObject", "structnavigationObject.html", null ],
    [ "navit", "structnavit.html", null ],
    [ "navit_binding_w32_msg", "structnavit__binding__w32__msg.html", null ],
    [ "navit_object", "structnavit__object.html", null ],
    [ "navit_vehicle", "structnavit__vehicle.html", null ],
    [ "org.navitproject.navit.NavitActivityResult", "interfaceorg_1_1navitproject_1_1navit_1_1NavitActivityResult.html", [
      [ "org.navitproject.navit.NavitSpeech2", "classorg_1_1navitproject_1_1navit_1_1NavitSpeech2.html", null ]
    ] ],
    [ "org.navitproject.navit.NavitGraphics", "classorg_1_1navitproject_1_1navit_1_1NavitGraphics.html", null ],
    [ "org.navitproject.navit.NavitMap", "classorg_1_1navitproject_1_1navit_1_1NavitMap.html", null ],
    [ "NavitObject", "structNavitObject.html", null ],
    [ "navitObject", "structnavitObject.html", null ],
    [ "org.navitproject.navit.NavitTextTranslations", "classorg_1_1navitproject_1_1navit_1_1NavitTextTranslations.html", null ],
    [ "org.navitproject.navit.NavitVehicle", "classorg_1_1navitproject_1_1navit_1_1NavitVehicle.html", null ],
    [ "newnode", "structnewnode.html", null ],
    [ "nl2gl_t", "structnl2gl__t.html", null ],
    [ "node", "structnode.html", null ],
    [ "node_item", "structnode__item.html", null ],
    [ "notify_priv", "structnotify__priv.html", null ],
    [ "NSObject", null, [
      [ "DownloaderAppDelegate", "interfaceDownloaderAppDelegate.html", null ],
      [ "NavitAppDelegate", "interfaceNavitAppDelegate.html", null ],
      [ "NavitTimer", "interfaceNavitTimer.html", null ],
      [ "VSSpeechSynthesizer", "interfaceVSSpeechSynthesizer.html", null ]
    ] ],
    [ "o5m", "structo5m.html", null ],
    [ "object_func", "structobject__func.html", null ],
    [ "odometer", "structodometer.html", null ],
    [ "offset_len", "structoffset__len.html", null ],
    [ "OnInitListener", null, [
      [ "org.navitproject.navit.NavitSpeech2", "classorg_1_1navitproject_1_1navit_1_1NavitSpeech2.html", null ]
    ] ],
    [ "option", "structoption.html", null ],
    [ "osd", "structosd.html", null ],
    [ "osd_button", "structosd__button.html", null ],
    [ "osd_item", "structosd__item.html", null ],
    [ "osd_item_methods", "structosd__item__methods.html", null ],
    [ "osd_methods", "structosd__methods.html", null ],
    [ "osd_priv_common", "structosd__priv__common.html", null ],
    [ "osd_scale", "structosd__scale.html", null ],
    [ "osd_speed_cam", "structosd__speed__cam.html", null ],
    [ "osd_speed_cam_entry", "structosd__speed__cam__entry.html", null ],
    [ "osd_speed_warner", "structosd__speed__warner.html", null ],
    [ "osd_text", "structosd__text.html", null ],
    [ "osd_text_item", "structosd__text__item.html", null ],
    [ "osm_protobufdb_context", "structosm__protobufdb__context.html", null ],
    [ "padding", "structpadding.html", null ],
    [ "PaDeviceInfo", "structPaDeviceInfo.html", null ],
    [ "PaHostApiInfo", "structPaHostApiInfo.html", null ],
    [ "PaHostErrorInfo", "structPaHostErrorInfo.html", null ],
    [ "param_list", "structparam__list.html", null ],
    [ "PARAM_STACK", "structPARAM__STACK.html", null ],
    [ "parent", "structparent.html", null ],
    [ "parse_args", "structparse__args.html", null ],
    [ "parsedata", "structparsedata.html", null ],
    [ "PaStreamCallbackTimeInfo", "structPaStreamCallbackTimeInfo.html", null ],
    [ "PaStreamInfo", "structPaStreamInfo.html", null ],
    [ "PaStreamParameters", "structPaStreamParameters.html", null ],
    [ "pathattr", "structpathattr.html", null ],
    [ "pcoord", "structpcoord.html", null ],
    [ "pcoordObject", "structpcoordObject.html", null ],
    [ "pedestrian", "structpedestrian.html", null ],
    [ "PHONEME_LIST", "structPHONEME__LIST.html", null ],
    [ "PHONEME_LIST2", "structPHONEME__LIST2.html", null ],
    [ "PHONEME_TAB", "structPHONEME__TAB.html", null ],
    [ "PHONEME_TAB_LIST", "structPHONEME__TAB__LIST.html", null ],
    [ "phrase", "structphrase.html", null ],
    [ "plugin", "structplugin.html", null ],
    [ "plugins", "structplugins.html", null ],
    [ "png_color_16_struct", "structpng__color__16__struct.html", null ],
    [ "png_color_8_struct", "structpng__color__8__struct.html", null ],
    [ "png_color_struct", "structpng__color__struct.html", null ],
    [ "png_dsort_struct", "structpng__dsort__struct.html", null ],
    [ "png_info_struct", "structpng__info__struct.html", null ],
    [ "png_row_info_struct", "structpng__row__info__struct.html", null ],
    [ "png_sPLT_entry_struct", "structpng__sPLT__entry__struct.html", null ],
    [ "png_sPLT_struct", "structpng__sPLT__struct.html", null ],
    [ "png_struct_def", "structpng__struct__def.html", null ],
    [ "png_text_struct", "structpng__text__struct.html", null ],
    [ "png_time_struct", "structpng__time__struct.html", null ],
    [ "png_unknown_chunk_t", "structpng__unknown__chunk__t.html", null ],
    [ "poi_param", "structpoi__param.html", null ],
    [ "point", "structpoint.html", null ],
    [ "point_rect", "structpoint__rect.html", null ],
    [ "poly_priv", "structpoly__priv.html", null ],
    [ "population_table", "structpopulation__table.html", null ],
    [ "process_relation_member_func_priv", "structprocess__relation__member__func__priv.html", null ],
    [ "profile_option", "structprofile__option.html", null ],
    [ "projection_name", "structprojection__name.html", null ],
    [ "QObject", null, [
      [ "Backend", "classBackend.html", null ],
      [ "BookmarkObject", "classBookmarkObject.html", null ],
      [ "MapObject", "classMapObject.html", null ],
      [ "NGQPoint", "classNGQPoint.html", null ],
      [ "NGQProxy", "classNGQProxy.html", [
        [ "NGQProxyBookmarks", "classNGQProxyBookmarks.html", null ],
        [ "NGQProxyGui", "classNGQProxyGui.html", null ],
        [ "NGQProxyNavit", "classNGQProxyNavit.html", null ],
        [ "NGQProxyRoute", "classNGQProxyRoute.html", null ],
        [ "NGQProxySearch", "classNGQProxySearch.html", null ],
        [ "NGQProxyVehicle", "classNGQProxyVehicle.html", null ]
      ] ],
      [ "PoiObject", "classPoiObject.html", null ],
      [ "QNavitGeoReceiver", "classQNavitGeoReceiver.html", null ],
      [ "qt5_navit_timer", "classqt5__navit__timer.html", null ],
      [ "Qt5EspeakAudioOut", "classQt5EspeakAudioOut.html", null ],
      [ "SearchObject", "classSearchObject.html", null ],
      [ "VehicleObject", "classVehicleObject.html", null ]
    ] ],
    [ "QQuickPaintedItem", null, [
      [ "QNavitQuick", "classQNavitQuick.html", null ]
    ] ],
    [ "QStandardItemModel", null, [
      [ "NGQStandardItemModel", "classNGQStandardItemModel.html", null ]
    ] ],
    [ "QT_QPAINTER_RENDERAREA_PARENT", null, [
      [ "RenderArea", "classRenderArea.html", null ]
    ] ],
    [ "quadtree_data", "structquadtree__data.html", null ],
    [ "quadtree_item", "structquadtree__item.html", null ],
    [ "quadtree_iter", "structquadtree__iter.html", null ],
    [ "quadtree_iter_node", "structquadtree__iter__node.html", null ],
    [ "quadtree_node", "structquadtree__node.html", null ],
    [ "QWidget", null, [
      [ "NGQMainWindow", "classNGQMainWindow.html", null ],
      [ "QNavitWidget", "classQNavitWidget.html", null ]
    ] ],
    [ "range", "structrange.html", null ],
    [ "RealIter", "structRealIter.html", null ],
    [ "rect", "structrect.html", null ],
    [ "region_header", "structregion__header.html", null ],
    [ "relation_member", "structrelation__member.html", null ],
    [ "relations", "structrelations.html", null ],
    [ "relations_func", "structrelations__func.html", null ],
    [ "relations_member", "structrelations__member.html", null ],
    [ "REPLACE_PHONEMES", "structREPLACE__PHONEMES.html", null ],
    [ "RESONATOR", "structRESONATOR.html", null ],
    [ "resonator_t", "structresonator__t.html", null ],
    [ "result", "structresult.html", null ],
    [ "result_list", "structresult__list.html", null ],
    [ "rgn_point", "structrgn__point.html", null ],
    [ "rgn_poly", "structrgn__poly.html", null ],
    [ "RGROUP", "structRGROUP.html", null ],
    [ "roadprofile", "structroadprofile.html", null ],
    [ "rocket", "structrocket.html", null ],
    [ "route", "structroute.html", null ],
    [ "route_crossing", "structroute__crossing.html", null ],
    [ "route_crossings", "structroute__crossings.html", null ],
    [ "route_data", "structroute__data.html", null ],
    [ "route_graph", "structroute__graph.html", null ],
    [ "route_graph_point", "structroute__graph__point.html", null ],
    [ "route_graph_point_iterator", "structroute__graph__point__iterator.html", null ],
    [ "route_graph_segment", "structroute__graph__segment.html", null ],
    [ "route_graph_segment_data", "structroute__graph__segment__data.html", null ],
    [ "route_guard", "structroute__guard.html", null ],
    [ "route_info", "structroute__info.html", null ],
    [ "route_path", "structroute__path.html", null ],
    [ "route_path_segment", "structroute__path__segment.html", null ],
    [ "route_segment_data", "structroute__segment__data.html", null ],
    [ "route_traffic_distortion", "structroute__traffic__distortion.html", null ],
    [ "routeObject", "structrouteObject.html", null ],
    [ "Runnable", null, [
      [ "org.navitproject.navit.NavitSpeech", "classorg_1_1navitproject_1_1navit_1_1NavitSpeech.html", null ],
      [ "org.navitproject.navit.NavitTimeout", "classorg_1_1navitproject_1_1navit_1_1NavitTimeout.html", null ],
      [ "org.navitproject.navit.NavitWatch", "classorg_1_1navitproject_1_1navit_1_1NavitWatch.html", null ]
    ] ],
    [ "SAHooks", "structSAHooks.html", null ],
    [ "script", "structscript.html", null ],
    [ "scroll_buttons", "structscroll__buttons.html", null ],
    [ "search_list", "structsearch__list.html", null ],
    [ "search_list_common", "structsearch__list__common.html", null ],
    [ "search_list_country", "structsearch__list__country.html", null ],
    [ "search_list_house_number", "structsearch__list__house__number.html", null ],
    [ "search_list_level", "structsearch__list__level.html", null ],
    [ "search_list_result", "structsearch__list__result.html", null ],
    [ "search_list_street", "structsearch__list__street.html", null ],
    [ "search_list_town", "structsearch__list__town.html", null ],
    [ "sysdep_string::segment_pair", "structsysdep__string_1_1segment__pair.html", null ],
    [ "selector", "structselector.html", null ],
    [ "shape_tree_node", "structshape__tree__node.html", null ],
    [ "shmem_header", "structshmem__header.html", null ],
    [ "SHPDiskTreeInfo", "structSHPDiskTreeInfo.html", null ],
    [ "SHPInfo", "structSHPInfo.html", null ],
    [ "SHPTree", "structSHPTree.html", null ],
    [ "size_weight_limit", "structsize__weight__limit.html", null ],
    [ "SliceConfig", "structSliceConfig.html", null ],
    [ "SmcBranch", "structSmcBranch.html", null ],
    [ "SmcEntry", "structSmcEntry.html", null ],
    [ "SOUND_ICON", "structSOUND__ICON.html", null ],
    [ "spawn_process_info", "structspawn__process__info.html", null ],
    [ "SPECT_SEQ", "structSPECT__SEQ.html", null ],
    [ "SPECT_SEQK", "structSPECT__SEQK.html", null ],
    [ "speech", "structspeech.html", null ],
    [ "speech_methods", "structspeech__methods.html", null ],
    [ "speech_priv", "structspeech__priv.html", null ],
    [ "SPEED_FACTORS", "structSPEED__FACTORS.html", null ],
    [ "SSML_STACK", "structSSML__STACK.html", null ],
    [ "stat", "structstat.html", null ],
    [ "stat_file_info_t", "structstat__file__info__t.html", null ],
    [ "statusbar_priv", "structstatusbar__priv.html", null ],
    [ "stopwatch", "structstopwatch.html", null ],
    [ "street_data", "structstreet__data.html", null ],
    [ "street_destination", "structstreet__destination.html", null ],
    [ "street_header", "structstreet__header.html", null ],
    [ "street_header_type", "structstreet__header__type.html", null ],
    [ "street_name", "structstreet__name.html", null ],
    [ "street_name_index", "structstreet__name__index.html", null ],
    [ "street_name_number", "structstreet__name__number.html", null ],
    [ "street_name_numbers", "structstreet__name__numbers.html", null ],
    [ "street_name_segment", "structstreet__name__segment.html", null ],
    [ "street_priv", "structstreet__priv.html", null ],
    [ "street_str", "structstreet__str.html", null ],
    [ "street_type", "structstreet__type.html", null ],
    [ "string_desc", "structstring__desc.html", null ],
    [ "subdivision", "structsubdivision.html", null ],
    [ "suffix", "structsuffix.html", null ],
    [ "SYLLABLE", "structSYLLABLE.html", null ],
    [ "sysdep_segment", "structsysdep__segment.html", null ],
    [ "sysdep_string", "structsysdep__string.html", null ],
    [ "sysdep_string_desc", "structsysdep__string__desc.html", null ],
    [ "t_espeak_character", "structt__espeak__character.html", null ],
    [ "t_espeak_command", "structt__espeak__command.html", null ],
    [ "t_espeak_key", "structt__espeak__key.html", null ],
    [ "t_espeak_mark", "structt__espeak__mark.html", null ],
    [ "t_espeak_parameter", "structt__espeak__parameter.html", null ],
    [ "t_espeak_terminated_msg", "structt__espeak__terminated__msg.html", null ],
    [ "t_espeak_text", "structt__espeak__text.html", null ],
    [ "table_column_desc", "structtable__column__desc.html", null ],
    [ "table_data", "structtable__data.html", null ],
    [ "tagSHPObject", "structtagSHPObject.html", null ],
    [ "tcoord", "structtcoord.html", null ],
    [ "templateObject", "structtemplateObject.html", null ],
    [ "ThreadMemory", "structThreadMemory.html", null ],
    [ "tile", "structtile.html", null ],
    [ "tile_data", "structtile__data.html", null ],
    [ "tile_head", "structtile__head.html", null ],
    [ "tile_info", "structtile__info.html", null ],
    [ "tile_parameter", "structtile__parameter.html", null ],
    [ "tilt_data", "structtilt__data.html", null ],
    [ "timestamp", "structtimestamp.html", null ],
    [ "timeval", "structtimeval.html", null ],
    [ "timezone", "structtimezone.html", null ],
    [ "TONE_HEAD", "structTONE__HEAD.html", null ],
    [ "TONE_NUCLEUS", "structTONE__NUCLEUS.html", null ],
    [ "town_country", "structtown__country.html", null ],
    [ "town_priv", "structtown__priv.html", null ],
    [ "tracking", "structtracking.html", null ],
    [ "tracking_line", "structtracking__line.html", null ],
    [ "transformation", "structtransformation.html", null ],
    [ "Translator", "structTranslator.html", null ],
    [ "tree_hdr", "structtree__hdr.html", null ],
    [ "tree_hdr_h", "structtree__hdr__h.html", null ],
    [ "tree_hdr_v", "structtree__hdr__v.html", null ],
    [ "tree_header", "structtree__header.html", null ],
    [ "tree_leaf_h", "structtree__leaf__h.html", null ],
    [ "tree_leaf_v", "structtree__leaf__v.html", null ],
    [ "tree_search", "structtree__search.html", null ],
    [ "tree_search_node", "structtree__search__node.html", null ],
    [ "triple", "structtriple.html", null ],
    [ "turn_restriction", "structturn__restriction.html", null ],
    [ "<UIApplicationDelegate>", null, [
      [ "DownloaderAppDelegate", "interfaceDownloaderAppDelegate.html", null ],
      [ "NavitAppDelegate", "interfaceNavitAppDelegate.html", null ]
    ] ],
    [ "UITableViewController", null, [
      [ "RootViewController", "interfaceRootViewController.html", null ]
    ] ],
    [ "UIView", null, [
      [ "NavitView", "interfaceNavitView.html", null ]
    ] ],
    [ "UIViewController", null, [
      [ "DownloaderDetailViewController", "interfaceDownloaderDetailViewController.html", null ],
      [ "NavitViewController", "interfaceNavitViewController.html", null ]
    ] ],
    [ "vehicle", "structvehicle.html", null ],
    [ "vehicle_and_profilename", "structvehicle__and__profilename.html", null ],
    [ "vehicle_methods", "structvehicle__methods.html", null ],
    [ "vehicle_priv", "structvehicle__priv.html", null ],
    [ "vehicleprofile", "structvehicleprofile.html", null ],
    [ "voice_t", "structvoice__t.html", null ],
    [ "volume", "structvolume.html", null ],
    [ "wavegen_peaks_t", "structwavegen__peaks__t.html", null ],
    [ "wchar_t_directive", "structwchar__t__directive.html", null ],
    [ "wchar_t_directives", "structwchar__t__directives.html", null ],
    [ "WGEN_DATA", "structWGEN__DATA.html", null ],
    [ "widget", "structwidget.html", null ],
    [ "win32_binding_private", "structwin32__binding__private.html", null ],
    [ "window", "structwindow.html", null ],
    [ "window_data", "structwindow__data.html", null ],
    [ "window_priv", "structwindow__priv.html", null ],
    [ "WORD_TAB", "structWORD__TAB.html", null ],
    [ "wordexp_t", "structwordexp__t.html", null ],
    [ "wpoint", "structwpoint.html", null ],
    [ "xistate", "structxistate.html", null ],
    [ "xmldocument", "structxmldocument.html", null ],
    [ "xmlstate", "structxmlstate.html", null ],
    [ "XPM2BMP_TAG", "structXPM2BMP__TAG.html", null ],
    [ "XPMCOLORENTRY_TAG", "structXPMCOLORENTRY__TAG.html", null ],
    [ "yyalloc", "unionyyalloc.html", null ],
    [ "yystype", "unionyystype.html", null ],
    [ "z_clip_result", "structz__clip__result.html", null ],
    [ "z_stream_s", "structz__stream__s.html", null ],
    [ "zip64_eoc", "structzip64__eoc.html", null ],
    [ "zip64_eocl", "structzip64__eocl.html", null ],
    [ "zip_alignment_check", "structzip__alignment__check.html", null ],
    [ "zip_cd", "structzip__cd.html", null ],
    [ "zip_cd_ext", "structzip__cd__ext.html", null ],
    [ "zip_enc", "structzip__enc.html", null ],
    [ "zip_eoc", "structzip__eoc.html", null ],
    [ "zip_info", "structzip__info.html", null ],
    [ "zip_lfh", "structzip__lfh.html", null ],
    [ "zip_split", "structzip__split.html", null ],
    [ "Activity", null, [
      [ "org.navitproject.navit.FileBrowserActivity", "classorg_1_1navitproject_1_1navit_1_1FileBrowserActivity.html", null ],
      [ "org.navitproject.navit.Navit", "classorg_1_1navitproject_1_1navit_1_1Navit.html", null ],
      [ "org.navitproject.navit.NavitAddressSearchActivity", "classorg_1_1navitproject_1_1navit_1_1NavitAddressSearchActivity.html", null ]
    ] ],
    [ "Application", null, [
      [ "org.navitproject.navit.NavitAppConfig", "classorg_1_1navitproject_1_1navit_1_1NavitAppConfig.html", null ]
    ] ],
    [ "AsyncTask", null, [
      [ "org.navitproject.navit.NavitBackupTask", "classorg_1_1navitproject_1_1navit_1_1NavitBackupTask.html", null ],
      [ "org.navitproject.navit.NavitRestoreTask", "classorg_1_1navitproject_1_1navit_1_1NavitRestoreTask.html", null ]
    ] ],
    [ "ExpandableListActivity", null, [
      [ "org.navitproject.navit.NavitDownloadSelectMapActivity", "classorg_1_1navitproject_1_1navit_1_1NavitDownloadSelectMapActivity.html", null ]
    ] ],
    [ "Handler", null, [
      [ "org.navitproject.navit.NavitDialogs", "classorg_1_1navitproject_1_1navit_1_1NavitDialogs.html", null ]
    ] ],
    [ "SensorEventListener", null, [
      [ "org.navitproject.navit.NavitSensors", "classorg_1_1navitproject_1_1navit_1_1NavitSensors.html", null ]
    ] ],
    [ "SurfaceView", null, [
      [ "org.navitproject.navit.NavitCamera", "classorg_1_1navitproject_1_1navit_1_1NavitCamera.html", null ]
    ] ],
    [ "Thread", null, [
      [ "org.navitproject.navit.NavitMapDownloader", "classorg_1_1navitproject_1_1navit_1_1NavitMapDownloader.html", null ]
    ] ]
];