summaryrefslogtreecommitdiff
path: root/functions_vars_c.html
blob: 92c0164fb6a8d5abf8debed9fe4ad7a53bb37146 (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
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>navit: Data Fields - Variables</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">navit
   &#160;<span id="projectnumber">0.5.3-trunk</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('functions_vars_c.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="contents">
&#160;

<h3><a id="index_c"></a>- c -</h3><ul>
<li>c
: <a class="el" href="classBackend.html#a0119eaf3e955d63bc6bddac0f5849185">Backend</a>
, <a class="el" href="structbookmark__item__priv.html#a43739fc7e90e62be388ba32b009680bb">bookmark_item_priv</a>
, <a class="el" href="structcoordObject.html#a4ea53bde0610cf7348e1983231ece1ec">coordObject</a>
, <a class="el" href="structdiagram__point.html#afe89c571c05bde6c6a70e10e57b449b9">diagram_point</a>
, <a class="el" href="structdisplayitem.html#ac82b2f0884a91a6010618e435faeb426">displayitem</a>
, <a class="el" href="structduplicate.html#af73cdd6437f2d3938b1d950ed2b8deea">duplicate</a>
, <a class="el" href="structentity.html#ae086521915a44ed7174a91f636608ef1">entity</a>
, <a class="el" href="structformer__destination.html#ae6bb6f0030cdc156917bb4b310db4ade">former_destination</a>
, <a class="el" href="structgraphics__gc__priv.html#aecc41ff64327f4d255dac9eca2802153">graphics_gc_priv</a>
, <a class="el" href="structheightline.html#a4ccd983b3a052113e554d4662fbc554d">heightline</a>
, <a class="el" href="structitem__data.html#a72e27a14462db2c54799ed9512d36371">item_data</a>
, <a class="el" href="structlcoord.html#a11b3f0682b23de128e72e41cc773f95d">lcoord</a>
, <a class="el" href="structmap__rect__priv.html#ae2a088b117817e1b26bbf69dca8d7d7d">map_rect_priv</a>
, <a class="el" href="classNGQPoint.html#ab659b13168090b8b3608404a91a14ce4">NGQPoint</a>
, <a class="el" href="structnode__item.html#af626daab130d540d2f24f1b056b320d4">node_item</a>
, <a class="el" href="structpoly__priv.html#af458d414fc9e8495cf241adf1e2eae6e">poly_priv</a>
, <a class="el" href="structroute__graph__point.html#aa84693edd76c369bd42a1d6d4afdbfad">route_graph_point</a>
, <a class="el" href="structroute__info.html#a08424350941a8de98ed325aa5ec6ee88">route_info</a>
, <a class="el" href="structroute__path__segment.html#afa4ba8577e77e6f88f87dea5bcff3c8f">route_path_segment</a>
, <a class="el" href="structsearch__list__common.html#abb67b4af017902d650e91b08e02b1fe0">search_list_common</a>
, <a class="el" href="structsearch__list__result.html#a4ffe9264ddabe06e56df05ccc4147f4c">search_list_result</a>
, <a class="el" href="structstreet__data.html#aa1320249fcb1425f71d076eacb1bdb47">street_data</a>
, <a class="el" href="structstreet__name__number.html#ae5a4d831709588064f2b5e3a5c305701">street_name_number</a>
, <a class="el" href="structstreet__name__numbers.html#a660a203e9055170c32b4b65f034bd0d3">street_name_numbers</a>
, <a class="el" href="structtown__priv.html#a0073646eb87512bee411856044c155d3">town_priv</a>
, <a class="el" href="structturn__restriction.html#ae3e72569f58a1a3b5d244564152c0aa1">turn_restriction</a>
, <a class="el" href="structwidget.html#a7b3ab41921090831e4a11dd7b23305ad">widget</a>
</li>
<li>c0
: <a class="el" href="structmap__rect__priv.html#af236246b14669112b7f7ee9bc07e2ef2">map_rect_priv</a>
</li>
<li>c_base
: <a class="el" href="structmap__rect__priv.html#a770a37ddb33c68b485914a5696d1ecd6">map_rect_priv</a>
</li>
<li>c_count
: <a class="el" href="structturn__restriction.html#ad1cd2d5e224e00229b2a3b4e5a9aac9a">turn_restriction</a>
</li>
<li>c_next
: <a class="el" href="structmap__rect__priv.html#a11ff67112fe9041d9d4cb2dbb076b035">map_rect_priv</a>
</li>
<li>c_next_base
: <a class="el" href="structmap__rect__priv.html#a08ae8f144ef23437ff15e5a070c6309e">map_rect_priv</a>
</li>
<li>c_out
: <a class="el" href="structmap__rect__priv.html#ab70f5191b09f33581af708e8f741c586">map_rect_priv</a>
</li>
<li>c_rect
: <a class="el" href="structmap__selection.html#ae00c4fb58fffa37688d33f864310a7b5">map_selection</a>
</li>
<li>cache
: <a class="el" href="structfile.html#a19862bc9d6935f7b6b806f97c42cfc59">file</a>
</li>
<li>cachedir
: <a class="el" href="structmap__priv.html#a4f316b4379a406db52cc6a0ca3807f71">map_priv</a>
</li>
<li>cairo
: <a class="el" href="structgraphics__priv.html#a10e73366b0d18b13a1ebe48403b1de56">graphics_priv</a>
</li>
<li>call_callback
: <a class="el" href="structevent__methods.html#a426e8004150dd5e6a5fa86f543f5b851">event_methods</a>
</li>
<li>callback
: <a class="el" href="structattr.html#abb1262ecd4987c683edc8b1d1dff8f8a">attr</a>
, <a class="el" href="structdata__window.html#aa3a099a546f85b32ae97ded1a6338f0c">data_window</a>
, <a class="el" href="structdbus__callback.html#a4320f54d83d66e782d2085c3fb8dfaa8">dbus_callback</a>
, <a class="el" href="structj1850.html#a1c280b389a318ce0c544969d046ae487">j1850</a>
, <a class="el" href="structnavigation.html#afa0345b5205e539024c81033eaaeb315">navigation</a>
, <a class="el" href="structnavit__vehicle.html#aa010e02c8fcdff81f830a37299103933">navit_vehicle</a>
, <a class="el" href="structrocket.html#a7db38a780cce335d0eb50d4fab88087a">rocket</a>
, <a class="el" href="structtraffic.html#a6a632b5b50836f69eba7b7b3096280d5">traffic</a>
</li>
<li>callback_list
: <a class="el" href="structattr.html#ab23a65e41997a8b784ca269170bfb561">attr</a>
, <a class="el" href="structtracking.html#a93d64c50f59008432e1ba8d15d39135a">tracking</a>
</li>
<li>callback_speech
: <a class="el" href="structnavigation.html#a41dad16592fa0c25fa9f7cef5a5b1c76">navigation</a>
</li>
<li>callbacks
: <a class="el" href="structgraphics__priv.html#a9ed48b361d05c927270d6bd10ee37a0f">graphics_priv</a>
, <a class="el" href="structgui__priv.html#aa895c7d445c8c4771f5b31b84c7e2bc0">gui_priv</a>
</li>
<li>cam_dir
: <a class="el" href="structosd__speed__cam__entry.html#aba16c26b0816e2206d7080cce505e574">osd_speed_cam_entry</a>
</li>
<li>cam_type
: <a class="el" href="structosd__speed__cam__entry.html#a59284bc45e69991db36e83bfa489570c">osd_speed_cam_entry</a>
</li>
<li>car
: <a class="el" href="structcountry.html#a375e3f880e64f840f3ab996b3be51181">country</a>
, <a class="el" href="structsearch__list__country.html#a31d624342fe6196d351aed9d82a14ed4">search_list_country</a>
</li>
<li>case_mode
: <a class="el" href="structgui__internal__keyb__mode.html#abef62e38088b2f2e4a07d9895ba9b0f5">gui_internal_keyb_mode</a>
</li>
<li>cb
: <a class="el" href="structcommand__saved.html#a1c246cec8c9e0f30d149294964d25318">command_saved</a>
, <a class="el" href="structcommand__saved__cb.html#ae183f8513545bb8c7d846ba862c1df39">command_saved_cb</a>
, <a class="el" href="structdisplaylist.html#a7f622dae021e3cdef6e8cf3693f2953c">displaylist</a>
, <a class="el" href="structevent__idle.html#abe70c2fd366b5228ade6ae79aa26606f">event_idle</a>
, <a class="el" href="structevent__timeout.html#a99f042b0b72b1555d1cf0f13812ac0fa">event_timeout</a>
, <a class="el" href="structevent__watch.html#ace71f4cea6ff3e7f8e0592c2e970d4c4">event_watch</a>
, <a class="el" href="structgraphics__opengl__window__system.html#a45f66d3a0cca9c764c80700f9eee87a2">graphics_opengl_window_system</a>
, <a class="el" href="structgraphics__priv.html#a229e9a47dd75a95dd673ba71193f586a">graphics_priv</a>
, <a class="el" href="structidle__task.html#a07f1c47c812f933005cc40cf96593e16">idle_task</a>
, <a class="el" href="structmenu__priv.html#aa2247a95c523f5a311234666f43e0a9d">menu_priv</a>
, <a class="el" href="interfaceNavitTimer.html#a5b0a569c9d6b2fb1c1c13bd31ce0021f">NavitTimer</a>
, <a class="el" href="structosd__item.html#a8f50e03d1fa9ac8a6843c8926635b986">osd_item</a>
, <a class="el" href="structscript.html#a5628217bc9e4b9605f31b8da04e592fe">script</a>
, <a class="el" href="group__vehicle-file.html#ga499f0690262451eafb3bed2dabc1b01d">vehicle_priv</a>
, <a class="el" href="structwidget.html#af2c08a652cdb6c790fe782c460b98915">widget</a>
</li>
<li>cb_fix_timeout
: <a class="el" href="group__vehicle-file.html#ga39f38bfb31af0137fb94dfe15ccef92a">vehicle_priv</a>
</li>
<li>cbid
: <a class="el" href="structtraffic__priv.html#a848844f2d0d1f73326e09603514a3bd9">traffic_priv</a>
</li>
<li>cbl
: <a class="el" href="structgraphics.html#aaf66540f2b383129de87e003dfd97187">graphics</a>
, <a class="el" href="structgraphics__priv.html#a2d42fa46e9dcc636f66a651e0f17327f">graphics_priv</a>
, <a class="el" href="structgui__priv.html#a40dcfa074f810f872a35d660787c29d9">gui_priv</a>
, <a class="el" href="structmap__priv.html#aef41da172cbb703e29c14dcc09d6dbd5">map_priv</a>
, <a class="el" href="classRenderArea.html#a546193dbe523f89959fc0842f2b817b2">RenderArea</a>
, <a class="el" href="structvehicle.html#af3243f2942d89bd2e28769e56a8f6fe8">vehicle</a>
, <a class="el" href="group__vehicle-file.html#gac3c348720e206fd4f832570048756830">vehicle_priv</a>
</li>
<li>cbl2
: <a class="el" href="structroute.html#a5f456183d2312e96607cfab6239e7818">route</a>
</li>
<li>cbs
: <a class="el" href="structcommand__saved.html#a0a97887f86d850f2923f8ff8fa71a2ab">command_saved</a>
</li>
<li>cbt
: <a class="el" href="group__vehicle-file.html#ga32355cb7fc884d2724db069731be31ab">vehicle_priv</a>
</li>
<li>ccount
: <a class="el" href="structdisplayitem__poly__holes.html#a37cead239b260fb468f08776437f4edf">displayitem_poly_holes</a>
, <a class="el" href="structitembin__loop__combiner__context.html#a8716477275794226430d7600338a24dd">itembin_loop_combiner_context</a>
, <a class="el" href="structmap__rect__priv.html#a6031590064b34d6d6708fadf1f803ef9">map_rect_priv</a>
, <a class="el" href="structslice__result.html#a6c115cbc3b06f2ff85fcc4aeb9b99d33">slice_result</a>
, <a class="el" href="structslicerpolygon.html#ad68b623211b1d962df841c4960bee4b8">slicerpolygon</a>
</li>
<li>cd
: <a class="el" href="structmap__download.html#ad183adac939fed060a397192751d7456">map_download</a>
</li>
<li>cd1offset
: <a class="el" href="structmap__download.html#a20d1a8c3363a1c002ce371047d82989e">map_download</a>
</li>
<li>cd_copy
: <a class="el" href="structmap__download.html#a7ee4a258fb666ecf4c7555dc433e9e9e">map_download</a>
</li>
<li>cde_size
: <a class="el" href="structmap__priv.html#a5f953d19596fb6dcaef5d7f0e5411c21">map_priv</a>
</li>
<li>cdf
: <a class="el" href="structtracking.html#a6af3481f4dfaef60e5940a4253644290">tracking</a>
</li>
<li>cend
: <a class="el" href="structitem__priv.html#aa4272ee7a9e2db0caf0989e9e85e629d">item_priv</a>
</li>
<li>center
: <a class="el" href="structnavit.html#aa8285a332f1066d4419a7e061623fa6c">navit</a>
, <a class="el" href="structsubdivision.html#aa93d3e6b07268fa7b7fc2ccca9882722">subdivision</a>
</li>
<li>center_timeout
: <a class="el" href="structnavit.html#aae71af449614afe63fff336214a9b291">navit</a>
</li>
<li>changes
: <a class="el" href="structmap__priv.html#a66e90c02f982e066f72cc36805a03562">map_priv</a>
</li>
<li>changeset
: <a class="el" href="structo5m.html#a317de9cf1b525634b07f8885b8d8e444">o5m</a>
</li>
<li>channels
: <a class="el" href="structgraphics__image__priv.html#a36118dcbe5bce6edbdf5696206ea873b">graphics_image_priv</a>
</li>
<li>charmap_index
: <a class="el" href="structfont__freetype__font.html#a63c3914c8246500769be5a93f712e21a">font_freetype_font</a>
</li>
<li>chars_per_pixel
: <a class="el" href="structXPM2BMP__TAG.html#a77ea7a6095304c1c4271bf136545d7d0">XPM2BMP_TAG</a>
</li>
<li>charset
: <a class="el" href="structmap__methods.html#af1b08a1287899114eba4a47645799da6">map_methods</a>
, <a class="el" href="structmap__priv.html#adbc8803857348b8e9fe16048f6deec4c">map_priv</a>
</li>
<li>check_version
: <a class="el" href="structmap__priv.html#a204bdacb585daa1e4d7652af44b1a8ee">map_priv</a>
</li>
<li>checked
: <a class="el" href="structmap__rect__priv.html#a8925c397415779ef381465e4eb72af59">map_rect_priv</a>
</li>
<li>checksum
: <a class="el" href="structimg__header.html#a0160bcb4ae8bb40ce22ae422b080981c">img_header</a>
</li>
<li>checksum_ignore
: <a class="el" href="group__vehicle-file.html#gae87c80db413d5ec1f436ad768dbfa3a8">vehicle_priv</a>
</li>
<li>child
: <a class="el" href="structcJSON.html#a401b274c2da358dac5c23ab8b2c71f85">cJSON</a>
, <a class="el" href="structmenu__priv.html#a362cf3f4779ba152d8b9c3282eee46f6">menu_priv</a>
, <a class="el" href="structxistate.html#a7bcfae17652167399b2832200d38dcdc">xistate</a>
</li>
<li>children
: <a class="el" href="structbookmark__item__priv.html#a326a3383cb882af980f534e60344fb7e">bookmark_item_priv</a>
, <a class="el" href="structboundary.html#a159276704fbb1f561be4fa0f599f1b90">boundary</a>
, <a class="el" href="structwidget.html#ae7b8f2b859c2e95c9a6b1439a3cbba3f">widget</a>
</li>
<li>cidx
: <a class="el" href="structitem__priv.html#adc5616539c5322424b968b0343961bc1">item_priv</a>
, <a class="el" href="structmap__rect__priv.html#afff575700bf13efba5d6d61f1f86e0b7">map_rect_priv</a>
, <a class="el" href="structstreet__priv.html#a9490b3ed3d63767536d7d06c0d0192cd">street_priv</a>
, <a class="el" href="structtown__priv.html#a0557490aaaeebe9b3fc1becdab10c679">town_priv</a>
</li>
<li>cidx_rewind
: <a class="el" href="structmap__rect__priv.html#ae3e74e4dd5ea2df1e85f269ac51055d7">map_rect_priv</a>
</li>
<li>circle
: <a class="el" href="structattr.html#aba688a22aaadfc246060f580f9ad44a7">attr</a>
, <a class="el" href="structelement.html#a318135011ba4c007d1f046b8f65a952a">element</a>
</li>
<li>city
: <a class="el" href="structlabel__header.html#a793c1af4995b7e7e103644c52d7b5121">label_header</a>
</li>
<li>class
: <a class="el" href="structgui__priv_1_1html.html#ab1e5077e323d23aac90768326426c05b">gui_priv::html</a>
, <a class="el" href="structNavitObject.html#a23054fa6cdf8d8f7bc3a8b0cd446ae8b">NavitObject</a>
</li>
<li>CLB_CALL_CMD
: <a class="el" href="enumorg_1_1navitproject_1_1navit_1_1NavitCallbackHandler_1_1MsgType.html#a2c01e7f1821eacabb667901ec25ed036">org.navitproject.navit.NavitCallbackHandler.MsgType</a>
</li>
<li>CLB_DELETE_MAP
: <a class="el" href="enumorg_1_1navitproject_1_1navit_1_1NavitCallbackHandler_1_1MsgType.html#a2f4dc00f7f4f23f08a85789c8082452a">org.navitproject.navit.NavitCallbackHandler.MsgType</a>
</li>
<li>CLB_LOAD_MAP
: <a class="el" href="enumorg_1_1navitproject_1_1navit_1_1NavitCallbackHandler_1_1MsgType.html#a971d3b3827782f5b2094cc125f57be14">org.navitproject.navit.NavitCallbackHandler.MsgType</a>
</li>
<li>CLB_SET_DESTINATION
: <a class="el" href="enumorg_1_1navitproject_1_1navit_1_1NavitCallbackHandler_1_1MsgType.html#a801ff2e8538ea72c5bea425053698b5d">org.navitproject.navit.NavitCallbackHandler.MsgType</a>
</li>
<li>CLB_SET_DISPLAY_DESTINATION
: <a class="el" href="enumorg_1_1navitproject_1_1navit_1_1NavitCallbackHandler_1_1MsgType.html#a0fc13814762f24e4669d99d6719bb6c5">org.navitproject.navit.NavitCallbackHandler.MsgType</a>
</li>
<li>CLB_UNLOAD_MAP
: <a class="el" href="enumorg_1_1navitproject_1_1navit_1_1NavitCallbackHandler_1_1MsgType.html#a957e2658d28d6c25ea6318ccfdea37be">org.navitproject.navit.NavitCallbackHandler.MsgType</a>
</li>
<li>cleanup
: <a class="el" href="structgraphics__priv.html#ad2f818b58216d74f1f95b981e59399eb">graphics_priv</a>
</li>
<li>clen
: <a class="el" href="structitem__bin.html#a3a82ee0325b7fd5862193ac5479c428d">item_bin</a>
</li>
<li>click
: <a class="el" href="structdatawindow__priv.html#a7e84fd9b6eb4ec03eeb8480acf8eafbc">datawindow_priv</a>
</li>
<li>click_cb
: <a class="el" href="structcompass.html#adffd85b4d7e8169563cd80287c0b8dc9">compass</a>
, <a class="el" href="structj1850.html#a0b73d5e8d58b9030ce9e33aaedc9cb96">j1850</a>
, <a class="el" href="structodometer.html#aabc26afeb2af4f2942f82d313ba6cc0d">odometer</a>
, <a class="el" href="structosd__speed__warner.html#a083422050037fce7f1fa309334c9fc56">osd_speed_warner</a>
, <a class="el" href="structstopwatch.html#aaec564d133e23c1be3e9ac07900efceb">stopwatch</a>
, <a class="el" href="structvolume.html#ac192555c68c9b2fe3784f7f1e0340167">volume</a>
</li>
<li>click_coord_geo
: <a class="el" href="structgui__priv.html#a725280352ff86727211ac3a01f145152">gui_priv</a>
</li>
<li>clipboard
: <a class="el" href="structbookmarks.html#a2a44e8a8d13f347d65af5ea80a7637aa">bookmarks</a>
</li>
<li>clipped_coord
: <a class="el" href="structz__clip__result.html#a8587074ae8345599aa5d8afa78fd3730">z_clip_result</a>
</li>
<li>close
: <a class="el" href="structdatawindow__priv.html#aa7e450c6576acbb161ab1792f279b15b">datawindow_priv</a>
</li>
<li>cmd
: <a class="el" href="structmap__rect__priv.html#a012f0a096dc65e6ac93580b59449eca2">map_rect_priv</a>
</li>
<li>CMD_BLOCK
: <a class="el" href="enumorg_1_1navitproject_1_1navit_1_1NavitCallbackHandler_1_1CmdType.html#ad414447fe0f0f7b695b690514ac13a5e">org.navitproject.navit.NavitCallbackHandler.CmdType</a>
</li>
<li>CMD_CANCEL_ROUTE
: <a class="el" href="enumorg_1_1navitproject_1_1navit_1_1NavitCallbackHandler_1_1CmdType.html#adb0437be8e010fe07af0e49aaccc25ba">org.navitproject.navit.NavitCallbackHandler.CmdType</a>
</li>
<li>cmd_first
: <a class="el" href="structnavigation.html#ac0b9fcda5bf5b6b505fde45cdd14e046">navigation</a>
</li>
<li>cmd_itm
: <a class="el" href="structmap__rect__priv.html#a39778f29b98097aef48ab2379115347c">map_rect_priv</a>
</li>
<li>cmd_itm_next
: <a class="el" href="structmap__rect__priv.html#a46ddc7d22146396bd654bbda73b4e9ef">map_rect_priv</a>
</li>
<li>cmd_last
: <a class="el" href="structnavigation.html#a3eaa836a6a8770c71e016ce16091902b">navigation</a>
</li>
<li>cmd_next
: <a class="el" href="structmap__rect__priv.html#a5e284a34c8822a5006efc2c9807ab2cf">map_rect_priv</a>
</li>
<li>CMD_UNBLOCK
: <a class="el" href="enumorg_1_1navitproject_1_1navit_1_1NavitCallbackHandler_1_1CmdType.html#a297fa37446234bbb9e8e08620b4b48fc">org.navitproject.navit.NavitCallbackHandler.CmdType</a>
</li>
<li>CMD_ZOOM_IN
: <a class="el" href="enumorg_1_1navitproject_1_1navit_1_1NavitCallbackHandler_1_1CmdType.html#a983f7799f8235f8bf7314245a1ff0c8b">org.navitproject.navit.NavitCallbackHandler.CmdType</a>
</li>
<li>CMD_ZOOM_OUT
: <a class="el" href="enumorg_1_1navitproject_1_1navit_1_1NavitCallbackHandler_1_1CmdType.html#adee81a1c744a36ea47b6a5691b859ed4">org.navitproject.navit.NavitCallbackHandler.CmdType</a>
</li>
<li>cmdline
: <a class="el" href="structspeech__priv.html#a61beeca400a0b1bf8b628e1b4d066e78">speech_priv</a>
</li>
<li>cmt
: <a class="el" href="structg2sattr.html#a9679ba09a8f6998b91ec1290bbcc57e7">g2sattr</a>
, <a class="el" href="structg2scolumns.html#aa29e420f400262cfd25054250204e342">g2scolumns</a>
, <a class="el" href="structpathattr.html#a63dd3cc95357c4dbd48d7a300ce35e22">pathattr</a>
</li>
<li>co
: <a class="el" href="structdraw__info.html#a37b0cc1eb7b4ca1e4532365d2221cdb4">draw_info</a>
, <a class="el" href="classNGQPoint.html#afa8721c4cdd2d8484005dfb28eae75b5">NGQPoint</a>
</li>
<li>cobj
: <a class="el" href="structmap__rect__priv.html#a8e07839c8e65869122123d627acea9d0">map_rect_priv</a>
</li>
<li>color
: <a class="el" href="structattr.html#a58dd03447f7532a9a264ff3a38e6d1ec">attr</a>
, <a class="el" href="structelement.html#ad157e2bf31faa11ff3784b602ef9f88f">element</a>
, <a class="el" href="structgraphics__gc__priv.html#aec7ea1a69fd85563f9db775604eb8103">graphics_gc_priv</a>
, <a class="el" href="structlayout.html#aa8c5f62d63bf75db7512a9ce1fbd9dc8">layout</a>
</li>
<li>color2
: <a class="el" href="structgraphics__gc__priv.html#a2ccf058c401576b5afb26911633b7f7b">graphics_gc_priv</a>
</li>
<li>color_entires
: <a class="el" href="structXPM2BMP__TAG.html#a1c849addadf3b8709b60e740415292c2">XPM2BMP_TAG</a>
</li>
<li>color_entires_size
: <a class="el" href="structXPM2BMP__TAG.html#a8eb8946b69ad949cffacb96abeb07614">XPM2BMP_TAG</a>
</li>
<li>color_location
: <a class="el" href="structgraphics__priv.html#a206ae5b240e4e87c5344d6184ffb8ed0">graphics_priv</a>
</li>
<li>color_str
: <a class="el" href="structXPMCOLORENTRY__TAG.html#a96a18a6f67c6230c07afdb5a4f1e4816">XPMCOLORENTRY_TAG</a>
</li>
<li>colormap
: <a class="el" href="structgraphics__opengl__window__system.html#a85fbfae4fdf5be2430b30b80d4fe8937">graphics_opengl_window_system</a>
</li>
<li>colormgmt
: <a class="el" href="structgraphics.html#acfd274a792520fbcd3e4b8b9cbb37488">graphics</a>
</li>
<li>colors
: <a class="el" href="structXPM2BMP__TAG.html#aeafbde7121157b8fd24ec10079c233de">XPM2BMP_TAG</a>
</li>
<li>cols
: <a class="el" href="structg2sprop.html#a8b2c77f65926b5e497952a342a7d983a">g2sprop</a>
, <a class="el" href="structgui__priv.html#acb7f3e6e6aef2f4f684898dea1bfce26">gui_priv</a>
, <a class="el" href="structwidget.html#ac0d98ade451f1d533c111ce752753149">widget</a>
</li>
<li>command
: <a class="el" href="structcmd__interface.html#ab9a8c2e9ba74ba111aac6e640af08d82">cmd_interface</a>
, <a class="el" href="structcommand__saved.html#afd34e8a3c50031342f8cd447b83a8a55">command_saved</a>
, <a class="el" href="structcommand__table.html#a35ae2e637995ddfbb9c22fef5a7565dc">command_table</a>
, <a class="el" href="structgui__priv_1_1html.html#a2a10339b80e876cb4514e56f4f8a88a1">gui_priv::html</a>
, <a class="el" href="structosd__item.html#aa7fe754bae06b98fd165fe6936280203">osd_item</a>
, <a class="el" href="structwidget.html#a69e6d1984ee8a5afdb94c646654f521b">widget</a>
</li>
<li>common
: <a class="el" href="structsearch__list__country.html#a7a0c663d08d59ce4d0e8ef7ae91bf1d8">search_list_country</a>
, <a class="el" href="structsearch__list__house__number.html#ac23ed7c3ae6ba52d073743a5aad78269">search_list_house_number</a>
, <a class="el" href="structsearch__list__street.html#a35ca2470f706b8f0c6477cc8ad5418e8">search_list_street</a>
, <a class="el" href="structsearch__list__town.html#affdc1adfcdcc2714cc06d66fccefc900">search_list_town</a>
</li>
<li>compass
: <a class="el" href="structnavit.html#ae5088936f94b0a104e18e482c2d0a8d2">navit</a>
</li>
<li>compress_method
: <a class="el" href="structzip__enc.html#a0e9713ddd5017d321c06f14bf340c76d">zip_enc</a>
</li>
<li>compression_level
: <a class="el" href="structmaptool__params.html#ab446733a3ad3305674124805b08e837f">maptool_params</a>
, <a class="el" href="structzip__info.html#a690749411202ae0e631eeb40ca308d46">zip_info</a>
</li>
<li>cond_attr
: <a class="el" href="structfilter__entry.html#ae93cdff46b6447dbf3596fa7dd25f5d3">filter_entry</a>
</li>
<li>cond_str
: <a class="el" href="structfilter__entry.html#a96023d4254c30c2deeb4b22333e5b112">filter_entry</a>
</li>
<li>config
: <a class="el" href="structattr.html#a01ceae1640de61b230328298671db012">attr</a>
, <a class="el" href="structgraphics__opengl__platform.html#ae01219a2220936d1b648253da2d6c346">graphics_opengl_platform</a>
, <a class="el" href="structgui__priv.html#aec77daf3b3ae633cf6c164031eeb2980">gui_priv</a>
</li>
<li>config_speed
: <a class="el" href="group__vehicle-iphone.html#gaedd9815c562caef1a5d38a2a7f181bb9">vehicle_priv</a>
</li>
<li>configured
: <a class="el" href="structosd__item.html#ac4e67029f05e227ee5e24556262881a6">osd_item</a>
</li>
<li>conn
: <a class="el" href="structspeech__priv.html#a7e66e740726a719225ba2a6fef251245">speech_priv</a>
</li>
<li>connected_pref
: <a class="el" href="structtracking.html#a7e4a60d135f0a60906b5514921b80e7b">tracking</a>
</li>
<li>connection
: <a class="el" href="group__vehicle-gpsd-dbus.html#ga4e860bdaa83fe722540ecc5b6c06afd1">vehicle_priv</a>
</li>
<li>container
: <a class="el" href="structgui__priv_1_1html.html#a998478c605c0c52615b5aac3dbce1ef8">gui_priv::html</a>
</li>
<li>context
: <a class="el" href="structgraphics__opengl__platform.html#ab1b80dfe005154e6e814d88158e5c72e">graphics_opengl_platform</a>
</li>
<li>context_attr
: <a class="el" href="structcommand__saved.html#a54041b75229784aa4a81686208365dee">command_saved</a>
</li>
<li>Context_getResources
: <a class="el" href="structgraphics__priv.html#a5d607be93ae6ffc503b72d6165dd7fae">graphics_priv</a>
</li>
<li>ContextClass
: <a class="el" href="structgraphics__priv.html#ab2fc12b75321349a1112cf0079621bb1">graphics_priv</a>
</li>
<li>contrast
: <a class="el" href="structgraphics.html#acc13d5472a5b9e8dd95029dcaa190709">graphics</a>
</li>
<li>control
: <a class="el" href="group__vehicle-iphone.html#ga234c36cb18e3b5be28b5691f3c04c07f">vehicle_priv</a>
</li>
<li>conv
: <a class="el" href="structdisplaylist.html#a51425a894be69fbdb34f30dea21b7a88">displaylist</a>
, <a class="el" href="structmap__priv.html#a7d950f3424f78702e03b5b7838571aa3">map_priv</a>
</li>
<li>coord
: <a class="el" href="structattr.html#a90834771c803ddb4b96f83ed5e5a28c0">attr</a>
, <a class="el" href="structelement.html#acc618d178997357592c3cd0e8643a036">element</a>
, <a class="el" href="structmap__rect__priv.html#a532cb52c48623d861807bc78c0dad3fa">map_rect_priv</a>
, <a class="el" href="structnavit__vehicle.html#a291cacdf916aabaaf6aa4b9082031de8">navit_vehicle</a>
, <a class="el" href="classNGQPoint.html#a29ece446e1394efa434c2ede3a3f29d6">NGQPoint</a>
, <a class="el" href="structpoly__hole.html#a3ab401934664067753fc61165d2ba1fa">poly_hole</a>
, <a class="el" href="structslice__result.html#a2b324bcd7d948305acef5ae7b5fd14eb">slice_result</a>
, <a class="el" href="structtraffic__point.html#ac9885609c0364cc9c4bd7c446864be00">traffic_point</a>
</li>
<li>coord_begin
: <a class="el" href="structstreet__priv.html#ab3f891a4d115170d449d4548b66b2dfe">street_priv</a>
</li>
<li>coord_count
: <a class="el" href="structelement.html#ac1be4286ef670b00973a9d7bec9e48be">element</a>
, <a class="el" href="structitem__priv.html#a478a06262e9a186650d001994f24816f">item_priv</a>
, <a class="el" href="structparsed__item.html#ada4b25d587e96ba2fd62a27961b7f7e3">parsed_item</a>
, <a class="el" href="structpoly__hole.html#a5e8a12b49d01116c86df4daf8072ded9">poly_hole</a>
</li>
<li>coord_geo
: <a class="el" href="structattr.html#a439b17886c791f6d9b6873f3ec354353">attr</a>
, <a class="el" href="structtracking.html#a6c1c012ddf04abc0c2b2a4b35618194c">tracking</a>
</li>
<li>coord_geo_valid
: <a class="el" href="structtracking.html#a0939a4cee31508ce1bf3385703a80179">tracking</a>
</li>
<li>coord_num
: <a class="el" href="structroute__guard.html#ab880d5b53d6d78e732fb217958702af9">route_guard</a>
</li>
<li>coord_sel
: <a class="el" href="structmap__rect__priv.html#a51d716448a1ca3662a3122a810726312">map_rect_priv</a>
</li>
<li>coords
: <a class="el" href="structdisplayitem__poly__holes.html#a4f270bfd9ad722eb1180edf289ddaa1a">displayitem_poly_holes</a>
, <a class="el" href="structitem__priv.html#ae5e0839dfd842faca59d5eab533ff50b">item_priv</a>
, <a class="el" href="structparsed__item.html#ac157166ad3540fa1d3dd36afe569b0e9">parsed_item</a>
, <a class="el" href="structroute__guard.html#aecf4d9ce5840b15d4c7cfc71fe54c9b8">route_guard</a>
</li>
<li>copyright
: <a class="el" href="structg2sattr.html#abdca7185a3b5e45a959ea126ad4ae489">g2sattr</a>
, <a class="el" href="structtree__header.html#a483596a6bde3b5934771ca8b17a43d5d">tree_header</a>
</li>
<li>count
: <a class="el" href="structcontour.html#a69bccb64a803bceef4576942fb3f8535">contour</a>
, <a class="el" href="structcountry__search.html#acd8b20f3f0fa9e2fdc2b6307d49ea92a">country_search</a>
, <a class="el" href="structdisplayitem.html#a439b2dac1557feb2d5f4a5afd68cd8a9">displayitem</a>
, <a class="el" href="structdisplayitem__poly__holes.html#afc684eb7e65b2ffa1d3d01425f748a7b">displayitem_poly_holes</a>
, <a class="el" href="structheightline.html#a140794ca079b2bdf4843cf72a639c474">heightline</a>
, <a class="el" href="structitembin__loop__combiner__context.html#a9f82075290cdc6bc6483edeb4e9db7e2">itembin_loop_combiner_context</a>
, <a class="el" href="structmap__rect__priv.html#a55aa2ec893826868339b14446b41a489">map_rect_priv</a>
, <a class="el" href="structpathattr.html#ae633a6e5f09eb406d554c7d2054b3bed">pathattr</a>
, <a class="el" href="structpoi__param.html#ae7ef481778597e62f8ba32d53d2cdb44">poi_param</a>
, <a class="el" href="structpoly__priv.html#a48c70f571f012292bed2b450b64e73e8">poly_priv</a>
, <a class="el" href="structroute__crossings.html#a6a1a2d8c86d8af8eac756f71412fe003">route_crossings</a>
, <a class="el" href="structslice__result.html#a9f482bcd45968c4b37f5df0cf453d77f">slice_result</a>
, <a class="el" href="structslicerpolygon.html#a20ebf36080ba132e44e1b624fe24cce8">slicerpolygon</a>
, <a class="el" href="structstreet__data.html#aae566cd82e377cec86f6c98672e1cf19">street_data</a>
</li>
<li>count_sum
: <a class="el" href="structpoly__priv.html#a7d1646cda093af1aa93957973909fe3f">poly_priv</a>
</li>
<li>countries_loaded
: <a class="el" href="structmaptool__params.html#a91a4351c0b2917d7907d676f3038e8bd">maptool_params</a>
</li>
<li>country
: <a class="el" href="structboundary.html#a88a3ec46eee4c1ac6c127372aac6da9c">boundary</a>
, <a class="el" href="structcountry__isonum.html#acb074ba9ebbecb4390707229d1bc8ed9">country_isonum</a>
, <a class="el" href="structcountry__search.html#a74f61805080023cbe721526676c0cbe2">country_search</a>
, <a class="el" href="structlabel__header.html#ad891b8f9f76e44f81297546fcdcb43dc">label_header</a>
, <a class="el" href="structsearch__list__result.html#a6e22252aaf420d05ffc78025bdc9ac71">search_list_result</a>
, <a class="el" href="structstreet__name.html#a5acb0004833c4a4613d2360a9f93fa58">street_name</a>
, <a class="el" href="structstreet__name__index.html#a611a28d6d69a6bb501621962bb74e2e6">street_name_index</a>
, <a class="el" href="structstreet__name__numbers.html#ae782bcafa00989272102dfa344f3ac01">street_name_numbers</a>
, <a class="el" href="structstreet__name__segment.html#a86ec04e051acce5fe12e0e866abd6179">street_name_segment</a>
, <a class="el" href="structtown__country.html#ad5ffb656e4ad06396417cd347d3ca02a">town_country</a>
, <a class="el" href="structtown__priv.html#a51981917412354afe402e4f57266f4e5">town_priv</a>
</li>
<li>country_id
: <a class="el" href="structmap__rect__priv.html#a753a9345aacab234724d29b3b42809f0">map_rect_priv</a>
</li>
<li>country_iso2
: <a class="el" href="structgui__priv.html#a15cd6edc54affcf474f5a0880dbd35d4">gui_priv</a>
, <a class="el" href="classNGQProxySearch.html#a74c3967e1db249d854e21cffaa812ef7">NGQProxySearch</a>
</li>
<li>country_name
: <a class="el" href="classNGQProxySearch.html#a912e925220e2f82abe7ea011f2ae529d">NGQProxySearch</a>
</li>
<li>countryid
: <a class="el" href="structcountry__table.html#ab655fbd971efb06be9c77d9052e1ab2e">country_table</a>
</li>
<li>county
: <a class="el" href="structsearch__list__town.html#a13dab0b9f9dc5f11fe0699e158706bd4">search_list_town</a>
</li>
<li>county_name
: <a class="el" href="structsearch__list__common.html#a352d3819420610358765916392e03f14">search_list_common</a>
</li>
<li>course
: <a class="el" href="group__vehicle-gypsy.html#ga28612008cd67d5e87df610503121f15e">vehicle_priv</a>
</li>
<li>cp
: <a class="el" href="structitem__priv.html#a73fabb9932dde6bfe3c1c80cc09fde1e">item_priv</a>
</li>
<li>create
: <a class="el" href="structobject__func.html#a1a2c233d8835f819fe1304b8c7b64a4d">object_func</a>
</li>
<li>creation_day
: <a class="el" href="structtimestamp.html#ad50509edf58267501a9dad91ce97f7fa">timestamp</a>
</li>
<li>creation_hour
: <a class="el" href="structtimestamp.html#af73d67025ff887974dd6097c775f0346">timestamp</a>
</li>
<li>creation_minute
: <a class="el" href="structtimestamp.html#a00b9c1d79e84ba465f88ba2558fd9556">timestamp</a>
</li>
<li>creation_month
: <a class="el" href="structtimestamp.html#a1a424c0f519b164cec07912f8d40c25d">timestamp</a>
</li>
<li>creation_second
: <a class="el" href="structtimestamp.html#a074d70761af2f2f17f693921a0e541de">timestamp</a>
</li>
<li>creation_year
: <a class="el" href="structtimestamp.html#ae63b3e33bffcdc5066de0610d6c99c34">timestamp</a>
</li>
<li>crossing
: <a class="el" href="structroute__crossings.html#a961bc8047916e650a4dbead7e3fd52e9">route_crossings</a>
</li>
<li>cs
: <a class="el" href="structscript.html#a885dd30aed5fc240ebce237901ced9ea">script</a>
</li>
<li>cstart
: <a class="el" href="structitem__priv.html#ade3e917bab148e65cc8c52dc0bab4513">item_priv</a>
</li>
<li>ctime
: <a class="el" href="structfile.html#ac02e899522de9895238f0a6e1216eac7">file</a>
</li>
<li>ctx
: <a class="el" href="structcommand__saved.html#adc00977c3967d44680912cf070a6d562">command_saved</a>
</li>
<li>cur_sel
: <a class="el" href="structmap__rect__priv.html#ab7acb0380315bb010fd3537281f95be9">map_rect_priv</a>
</li>
<li>curr
: <a class="el" href="structhouse__number__interpolation.html#aaaefb87ea002713299ef28671f74af22">house_number_interpolation</a>
, <a class="el" href="structmap__rect__priv.html#a81db133600da16b6782a7efb9648a619">map_rect_priv</a>
, <a class="el" href="structsearch__list__level.html#ad25c94a9e453d0bf1dbeed25c25aed3d">search_list_level</a>
, <a class="el" href="structtracking.html#a41a6a683ecaf1e378130a7076fa99380">tracking</a>
</li>
<li>curr_angle
: <a class="el" href="structtracking.html#aa180b6c3f32b3741a057c00471167dac">tracking</a>
</li>
<li>curr_delay
: <a class="el" href="structnavigation.html#a559a865433f3963b0c3ce6614328457e">navigation</a>
</li>
<li>curr_in
: <a class="el" href="structtracking.html#ad96f791b2a54434beba94146b0efe0e4">tracking</a>
</li>
<li>curr_interpol_attr_idx
: <a class="el" href="structhouse__number__interpolation.html#a1b23738f0c6207c77e5aaf7058b52a18">house_number_interpolation</a>
</li>
<li>curr_line
: <a class="el" href="structtracking.html#adaa9ddfdb837b35492857152319bad7a">tracking</a>
</li>
<li>curr_node
: <a class="el" href="structtree__search.html#a702945319135879d1a0924a1bb203e25">tree_search</a>
</li>
<li>curr_out
: <a class="el" href="structtracking.html#aee833499c0dd2e050bb1dfdc12769ebf">tracking</a>
</li>
<li>current
: <a class="el" href="structbookmarks.html#a72d59531e1f61d7cacf8678b68af340d">bookmarks</a>
, <a class="el" href="structgui__priv.html#a3bfeb4b34059f913b2f8356e533e7cea">gui_priv</a>
, <a class="el" href="structnavit.html#a8b10e0230d405de025c670efc82cebc6">navit</a>
, <a class="el" href="structparsedata.html#af5a8f145440ff6d9ec60096d515cbfac">parsedata</a>
, <a class="el" href="group__vehicle-file.html#ga726c689d4855991ddda1ac6018652de2">vehicle_priv</a>
</li>
<li>current_base_time
: <a class="el" href="structstopwatch.html#a1cefd53374d6fbe4e65c1ae4f2e08259">stopwatch</a>
</li>
<li>current_block
: <a class="el" href="structosm__protobufdb__context.html#a47b1cff8336bfa5b893f922d452143ea">osm_protobufdb_context</a>
</li>
<li>current_count
: <a class="el" href="group__vehicle-file.html#ga35f75c9b4fad8574fff7cab56ff466a0">vehicle_priv</a>
</li>
<li>current_dst
: <a class="el" href="structroute.html#abfd6a4d81afe836eb189123b7914c68c">route</a>
</li>
<li>current_file
: <a class="el" href="structmap__rect__priv.html#a401f0ec36883251833fe20c94c432f22">map_rect_priv</a>
, <a class="el" href="structosm__protobufdb__context.html#a4a467f03766e4a6e8cab95ee6588807b">osm_protobufdb_context</a>
</li>
<li>current_number
: <a class="el" href="structstreet__priv.html#ad0e8416f06f3e50dcf72e05092c95af7">street_priv</a>
</li>
<li>current_phrase_per_level
: <a class="el" href="structandroid__search__priv.html#a086af4c9c9ad06ff07d02f04fafd84ea">android_search_priv</a>
</li>
<li>current_z_order
: <a class="el" href="structgraphics.html#aa6fda1593495b84abfe6d023d3b0bf50">graphics</a>
</li>
<li>currentPoint
: <a class="el" href="structgui__priv.html#a0244c9e52decb190f5c39ae1d11adda8">gui_priv</a>
</li>
<li>currentSearchState
: <a class="el" href="structdatawindow__priv.html#a3d96e1ebc18cdf58362bb1e412f1199c">datawindow_priv</a>
</li>
<li>currVehicle
: <a class="el" href="structgui__priv.html#ad6665901bb3933a7997ecb60ff2e97f3">gui_priv</a>
</li>
<li>cursor
: <a class="el" href="structattr.html#a2bb62b7465a8926951b3662ad62ae6e2">attr</a>
, <a class="el" href="structmarker.html#a70fd6a6814ef2d36c7620937b9543f69">marker</a>
, <a class="el" href="structvehicle.html#a2fe95c2c7b1cda72b17f6ccb1e1b31c2">vehicle</a>
</li>
<li>cursor_fixed
: <a class="el" href="structvehicle.html#af499043966318e480220805e716f227e">vehicle</a>
</li>
<li>cursor_pnt
: <a class="el" href="structvehicle.html#aef589c87006024feb522ae6d5e767707">vehicle</a>
</li>
<li>cursors
: <a class="el" href="structlayout.html#a0275b603d006c4dd06a7f24abe7ab283">layout</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
  </ul>
</div>
</body>
</html>