summaryrefslogtreecommitdiff
path: root/functions_vars_p.html
blob: 99ec1da3ea312a167aa00350c509b1abb28b97c0 (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
<!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_p.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_p"></a>- p -</h3><ul>
<li>p
: <a class="el" href="classBackend.html#ad99e7ee99505161e746064e40853e3d4">Backend</a>
, <a class="el" href="structblock.html#a9379915577ca627a21f844b3a31ade31">block</a>
, <a class="el" href="structblock__bt__priv.html#a016914e5b92077456bfcc9a48f095085">block_bt_priv</a>
, <a class="el" href="structblock__index.html#ae8778094da83e29aae687aed6da2a658">block_index</a>
, <a class="el" href="structblock__index__item.html#a7b26d3e75b9bf229990bd836072f1e3e">block_index_item</a>
, <a class="el" href="structblock__offset.html#a40583f6a65ae74460043c46915a6846f">block_offset</a>
, <a class="el" href="structblock__priv.html#a50368e40a3f46136de905eb7d49eb0b1">block_priv</a>
, <a class="el" href="structcallback.html#a087c403c767673613697166d9f64a239">callback</a>
, <a class="el" href="structcontour.html#a2625663b8de506debb1258d621d4ae53">contour</a>
, <a class="el" href="structgraphics__priv.html#a97d6c0519ad60447488c15719cf9bacc">graphics_priv</a>
, <a class="el" href="structgui__priv_1_1gesture__elem.html#ac48d517f22d4237554353eea93062b74">gui_priv::gesture_elem</a>
, <a class="el" href="classNGQPoint.html#a2a6e0d410da6865b691f7b699d851b32">NGQPoint</a>
, <a class="el" href="structosd__item.html#a681dde1eac2736697a6a2718c72a1dae">osd_item</a>
, <a class="el" href="structpoint__data.html#ac0a632de711a61b74f5b28b8e2b3eaf3">point_data</a>
, <a class="el" href="structpoly__priv.html#affdca9cae9a91ec318aac11028294c0e">poly_priv</a>
, <a class="el" href="structroute__graph__point__iterator.html#ac06a831fce5095b540b5c684477876cb">route_graph_point_iterator</a>
, <a class="el" href="structstreet__header.html#a0ea1b0192664a8ea9fe172dd7aa0aa69">street_header</a>
, <a class="el" href="structstreet__priv.html#a6e4850f9677abd49cc93b4501b610a03">street_priv</a>
, <a class="el" href="structstreet__str.html#ad0edf2abbc3504fc5f82453479bd8ce8">street_str</a>
, <a class="el" href="structstreet__type.html#a0baff46bd891bfced184e87b79958769">street_type</a>
, <a class="el" href="structtree__hdr.html#af9ee78863afe9a95fa22d5d97a668e50">tree_hdr</a>
, <a class="el" href="structtree__hdr__h.html#a176f5a1958af6c739de44222f18a695d">tree_hdr_h</a>
, <a class="el" href="structtree__hdr__v.html#ab8391dd2893c2b0b54d19b4f5e61d288">tree_hdr_v</a>
, <a class="el" href="structtree__leaf__h.html#a5f7f9e28dfaff508d30edbf9e243da80">tree_leaf_h</a>
, <a class="el" href="structtree__leaf__v.html#ad0e739b1f1c10641d4eb28e83d411432">tree_leaf_v</a>
, <a class="el" href="structtree__search__node.html#ad8086a652089df996b8b1dd41cc694f0">tree_search_node</a>
, <a class="el" href="structwidget.html#a2138b16a163c4f9137eee534947c565a">widget</a>
</li>
<li>p_rect
: <a class="el" href="structmap__selection.html#a44ee52f47e0e4fa0a0384985b0c0fa7d">map_selection</a>
</li>
<li>p_rewind
: <a class="el" href="structstreet__priv.html#ab283c8ed44753528d7d79506cf80e60c">street_priv</a>
</li>
<li>p_start
: <a class="el" href="structblock__priv.html#ad8613ae1dfb7015789d1bb74869b0c08">block_priv</a>
</li>
<li>packageName
: <a class="el" href="structgraphics__priv.html#a5f0b1446e1799779b91e55e392a6a9dd">graphics_priv</a>
</li>
<li>packed
: <a class="el" href="structwidget.html#aacc6d8f4e194abb1d67c3ce38eda2de4">widget</a>
</li>
<li>padding
: <a class="el" href="structgraphics__priv.html#ab7127340f6f4f7ca909524221a98a251">graphics_priv</a>
</li>
<li>PaddingChangedCallbackID
: <a class="el" href="classorg_1_1navitproject_1_1navit_1_1NavitGraphics.html#ad24067283e71caaff511c8096687a950">org.navitproject.navit.NavitGraphics</a>
</li>
<li>pagenb
: <a class="el" href="structpoi__param.html#a58ce6bbebf39f6492c33d797a52ac4c9">poi_param</a>
</li>
<li>Paint
: <a class="el" href="structgraphics__priv.html#a0abb0f3fb461da38203ce19d101f9ea2">graphics_priv</a>
</li>
<li>Paint_init
: <a class="el" href="structgraphics__priv.html#a99288b497a34d41c3dbf485673bc962b">graphics_priv</a>
</li>
<li>Paint_setARGB
: <a class="el" href="structgraphics__priv.html#aab058e94ebce6dcc8c35b4a2e93d37e7">graphics_priv</a>
</li>
<li>Paint_setStrokeWidth
: <a class="el" href="structgraphics__priv.html#a2eef73251fd8d8b03ab9d294ca63b0f2">graphics_priv</a>
</li>
<li>PaintClass
: <a class="el" href="structgraphics__priv.html#afeac923f3cfedf45769ddec7a3e8b974">graphics_priv</a>
</li>
<li>painter
: <a class="el" href="structgraphics__priv.html#a89051452335d11445f72047168a63104">graphics_priv</a>
</li>
<li>parent
: <a class="el" href="structbookmark__item__priv.html#a5dcb7397d2643f4d4bd22fe43eeca22f">bookmark_item_priv</a>
, <a class="el" href="structbookmarks.html#aef1e74a25057940608894ca101c3ff62">bookmarks</a>
, <a class="el" href="structelement__func.html#a10ba04651de520fcad41f26fbada3af5">element_func</a>
, <a class="el" href="structgraphics.html#a822d09a3cd69b0aa80db3e5214487cf6">graphics</a>
, <a class="el" href="structgraphics__priv.html#aac80d2a23e4e3f889424fe542d081d49">graphics_priv</a>
, <a class="el" href="structgui.html#aae7387104832adb1ca5a85bd009d55b8">gui</a>
, <a class="el" href="structmap__priv.html#a6b968bbb834c8c69218ae34819e2bbec">map_priv</a>
, <a class="el" href="structmap__rect__priv.html#a84bc46be9f6d9e9dc7afb6523b905223">map_rect_priv</a>
, <a class="el" href="structnotify__priv.html#ab69821d13eef928f6b5ea63d446db9b9">notify_priv</a>
, <a class="el" href="structparsedata.html#a68870b3cb0a4eb069068fd634eb2c438">parsedata</a>
, <a class="el" href="structquadtree__node.html#a8efd0aa11a6752878d1d59c3f223bcf1">quadtree_node</a>
, <a class="el" href="structscript.html#a94f8f30acd0a85dbc5650a885f6bd52a">script</a>
, <a class="el" href="structsearch__list__common.html#ade7e9764216b70d1954f9205d4c72769">search_list_common</a>
, <a class="el" href="structsearch__list__level.html#a154f4b4031aad0a3e4b03367d9cea50e">search_list_level</a>
, <a class="el" href="structwidget.html#afd78daaa4f8b798b9891ef5f3cd80495">widget</a>
, <a class="el" href="structxistate.html#a3d59ef6785d26220a3b7fe48345f844a">xistate</a>
, <a class="el" href="structxmlstate.html#a4b20acea34a149a8651ec6ddac1808b7">xmlstate</a>
</li>
<li>parent_graphics
: <a class="el" href="classorg_1_1navitproject_1_1navit_1_1NavitGraphics.html#a20f9b4f237912be9309da3af1433838d">org.navitproject.navit.NavitGraphics</a>
</li>
<li>parent_item
: <a class="el" href="structmap__rect__priv.html#ac75550ee741cf27aca85e8c466bdd15f">map_rect_priv</a>
</li>
<li>parent_name
: <a class="el" href="structmap__search__priv.html#a4f4249c80b43f96ab10b252993be9d33">map_search_priv</a>
</li>
<li>parentptr
: <a class="el" href="structparent.html#a7be880422f61e4460638dac8a2306ab0">parent</a>
</li>
<li>parser
: <a class="el" href="structparsedata.html#a76e56450ddd81cb4658fe8f4b42e5d08">parsedata</a>
</li>
<li>parseRte
: <a class="el" href="structg2sprop.html#a854972b3bb024b253818441130f31722">g2sprop</a>
</li>
<li>parseTrk
: <a class="el" href="structg2sprop.html#ae0e579ea2dfca9697e2902c77056daf8">g2sprop</a>
</li>
<li>parseWpt
: <a class="el" href="structg2sprop.html#ab2afc47732ba05081e4ff5d9b517c1e7">g2sprop</a>
</li>
<li>part
: <a class="el" href="structfat__block.html#a6fefa717783095afb297ab34c16175f9">fat_block</a>
, <a class="el" href="structmap__rect__priv.html#af40eda8ba3a9f8188c0660ce27e72434">map_rect_priv</a>
</li>
<li>part_rewind
: <a class="el" href="structmap__rect__priv.html#a5a8c2995adf0fa5ab96bbf602e9920fd">map_rect_priv</a>
</li>
<li>partial
: <a class="el" href="structandroid__search__priv.html#a1424ba474c65f12e2d8246d32077202b">android_search_priv</a>
, <a class="el" href="structcountry__search.html#ac025c10192228ac2ee436ff546c43f3f">country_search</a>
, <a class="el" href="structmap__search__priv.html#a2c133bf5ddbb9736c22cce0325225944">map_search_priv</a>
, <a class="el" href="structmapset__search.html#a6f0607987b897aad07ae800241754c6d">mapset_search</a>
, <a class="el" href="structsearch__list__level.html#a11481a33570b790a5d7cf448b20690b4">search_list_level</a>
, <a class="el" href="structsearch__param.html#aca7e19363ebb7141f6d874aa2bf5a459">search_param</a>
</li>
<li>path
: <a class="el" href="structdbus__method.html#aaf5d9f7701702a3cd55e5db2517f9ead">dbus_method</a>
, <a class="el" href="structgraphics__image__priv.html#a84a9b192c351ec2a163e8aa9ea0a8129">graphics_image_priv</a>
, <a class="el" href="structmap__rect__priv.html#a855ebc447ec67ff22c2a3666029405c6">map_rect_priv</a>
, <a class="el" href="structmenu__priv.html#a46d1b1342d9430d4d47128d4743e9fce">menu_priv</a>
, <a class="el" href="classorg_1_1navitproject_1_1navit_1_1FileBrowserActivity.html#a758289652d0c0f48551149b4aa72f5f4">org.navitproject.navit.FileBrowserActivity</a>
, <a class="el" href="structroute__path.html#aa5e2462d6a934113c3762a34f8d1d13b">route_path</a>
, <a class="el" href="group__vehicle-gypsy.html#gac44d6c954bf29bec4ab088e60fda709e">vehicle_priv</a>
</li>
<li>path2
: <a class="el" href="structroute.html#ac33676f3d043413871e30bdbbcaeb029">route</a>
</li>
<li>path_hash
: <a class="el" href="structroute__path.html#a0dc7991044416049d5bb286fbc2294ec">route_path</a>
</li>
<li>path_home
: <a class="el" href="structspeech__priv.html#a5408efc14387258ed9d64f7729503a9c">speech_priv</a>
</li>
<li>path_last
: <a class="el" href="structroute__path.html#a0896740d8d2384b742a37821db429bf7">route_path</a>
</li>
<li>path_len
: <a class="el" href="structroute__path.html#acbbbcc3155b9f001cce305e8e7d7e108">route_path</a>
</li>
<li>path_time
: <a class="el" href="structroute__path.html#ade42504229ab0b3aa820dd91f2343f70">route_path</a>
</li>
<li>pathDirsList
: <a class="el" href="classorg_1_1navitproject_1_1navit_1_1FileBrowserActivity.html#ac2ecb9f418ad480690a4105f2127144a">org.navitproject.navit.FileBrowserActivity</a>
</li>
<li>pattern
: <a class="el" href="structfile__wordexp.html#a10131b735a1c89b9bd87ab8af0bec9f7">file_wordexp</a>
</li>
<li>pattr
: <a class="el" href="structparsedata.html#aa8d6e7257c7ee34d69f89d44fcee979f">parsedata</a>
</li>
<li>pb
: <a class="el" href="structosm__protobufdb__context.html#a65610f7b2e8c43336eb97b638cce7c36">osm_protobufdb_context</a>
</li>
<li>pc
: <a class="el" href="structpcoordObject.html#a1860fc117a52cee2fb5a3ed0021a521c">pcoordObject</a>
, <a class="el" href="structroute.html#ac208fc292ca963c4755179702c36e0c5">route</a>
</li>
<li>pcb
: <a class="el" href="structvehicle__priv.html#a40703cfd434cbe5e6d8631c66da220c9">vehicle_priv</a>
</li>
<li>pChangeFilterStruct
: <a class="el" href="structgraphics__priv.html#a9f1b1c3c70f5603d6022e13c38877d72">graphics_priv</a>
</li>
<li>pclean
: <a class="el" href="structgraphics__priv.html#a57e2b3b5b87fa1301482564d00cf1558">graphics_priv</a>
</li>
<li>pcoord
: <a class="el" href="structattr.html#a7f9d730eeaf044058e3bfd09f9291166">attr</a>
</li>
<li>pcount
: <a class="el" href="structcallback.html#a027809e4e79270ccbdabafdb000e7176">callback</a>
</li>
<li>pdk_version
: <a class="el" href="structvehicle__priv.html#ab296faf7bfcd78f06cc7382905bd73a2">vehicle_priv</a>
</li>
<li>pdop
: <a class="el" href="structg2sattr.html#a9e11e9a64cac525ea0963480311ff1ea">g2sattr</a>
, <a class="el" href="structg2scolumns.html#a83c65d379ea19b4c44805f60a391897b">g2scolumns</a>
</li>
<li>pen
: <a class="el" href="structgraphics__gc__priv.html#aeba5d639a5c73b432ca90db389d07cc4">graphics_gc_priv</a>
</li>
<li>percent
: <a class="el" href="structroute__info.html#a82ea161645c27b3903d2361ca88955ee">route_info</a>
</li>
<li>pfd
: <a class="el" href="structevent__watch.html#af58a7990f92607a17c4f46da6044c509">event_watch</a>
</li>
<li>pg
: <a class="el" href="structosm__protobufdb__context.html#a82d38e2a55a7d2d26c5b5f09b5eed0f9">osm_protobufdb_context</a>
</li>
<li>PHI1
: <a class="el" href="structgeodesic.html#a7d62ec97693d26efb597bce7b070f93a">geodesic</a>
</li>
<li>PHI2
: <a class="el" href="structgeodesic.html#a12a99a5dae4aa102cd577610f3486122">geodesic</a>
</li>
<li>phrases
: <a class="el" href="structandroid__search__priv.html#a008752eed997b1e830267fd9c180957e">android_search_priv</a>
, <a class="el" href="structspeech__priv.html#af35628554664222c75209e0f748a6089">speech_priv</a>
</li>
<li>pid
: <a class="el" href="structgraphics__priv.html#a9d6ce20aa1d5bfc40620fd58e1ccc0cd">graphics_priv</a>
, <a class="el" href="structspawn__process__info.html#a0085ee74d437968d534e39154fca5af7">spawn_process_info</a>
</li>
<li>pitch
: <a class="el" href="structgui__priv.html#a75eac814db1cc97f8bfe9ad076b942ca">gui_priv</a>
, <a class="el" href="structnavit.html#ad079cdf7cef1a2de70f8f80a7f4a9338">navit</a>
, <a class="el" href="structtransformation.html#a67cf4f819bcb0f1f6364d5ffb0f77eac">transformation</a>
</li>
<li>pixbuf
: <a class="el" href="structgraphics__image__priv.html#a8aceaf3fd74428d851b0b1b6bf2cfaa6">graphics_image_priv</a>
</li>
<li>pixels
: <a class="el" href="structXPM2BMP__TAG.html#af890374b474dc3ad7a3cb5be4f5385de">XPM2BMP_TAG</a>
</li>
<li>pixmap
: <a class="el" href="structfont__freetype__glyph.html#a975a3b100369b04728d798e38feb6877">font_freetype_glyph</a>
, <a class="el" href="structgraphics__image__priv.html#a95cd010d87bbc425c84415afdfde6ddc">graphics_image_priv</a>
, <a class="el" href="structgraphics__priv.html#a49f9b1cb9dd287e32ce4f807f9da974b">graphics_priv</a>
, <a class="el" href="classRenderArea.html#ad7b724a7905475a96f06c3c82d5416a7">RenderArea</a>
</li>
<li>platform
: <a class="el" href="structgraphics__priv.html#ad529ac7b4217fcade763bdd63be07089">graphics_priv</a>
</li>
<li>platform_methods
: <a class="el" href="structgraphics__priv.html#af25370d5a1a2890c5c1b63d303ab9f5b">graphics_priv</a>
</li>
<li>plugin
: <a class="el" href="structattr.html#a4e20433592bb734a5404f146331737dc">attr</a>
</li>
<li>plugins
: <a class="el" href="structattr.html#a832b752a2cb21b7323d4b7abece81bdc">attr</a>
</li>
<li>ply
: <a class="el" href="structmap__rect__priv.html#ab1aa16254d9144e8a49535d012fd30f6">map_rect_priv</a>
</li>
<li>ply_bitcount
: <a class="el" href="structmap__rect__priv.html#a8a32ae43b35e8897a6d59b4990fef88d">map_rect_priv</a>
</li>
<li>ply_bitpos
: <a class="el" href="structmap__rect__priv.html#ae71e0b472a11d37f69a14be73fcae0db">map_rect_priv</a>
</li>
<li>ply_data
: <a class="el" href="structmap__rect__priv.html#a84a9aa0db38c3728ddf7865066f9371c">map_rect_priv</a>
</li>
<li>ply_lat
: <a class="el" href="structmap__rect__priv.html#a7b594a2ef7f0e3d664f99e9913b768a3">map_rect_priv</a>
</li>
<li>ply_latbits
: <a class="el" href="structmap__rect__priv.html#a1112001134ab19800da9c0c2ecf71a7e">map_rect_priv</a>
</li>
<li>ply_latlimit
: <a class="el" href="structmap__rect__priv.html#aedfdd01a4b23dc20c808dca8d397790e">map_rect_priv</a>
</li>
<li>ply_latsign
: <a class="el" href="structmap__rect__priv.html#a342002d2340ca5b33caf8105eb67edcb">map_rect_priv</a>
</li>
<li>ply_lng
: <a class="el" href="structmap__rect__priv.html#a62ee3d9c5d012ddd3ee41b607612a3d3">map_rect_priv</a>
</li>
<li>ply_lngbits
: <a class="el" href="structmap__rect__priv.html#a8845e87fe828c2781ba0737be867b858">map_rect_priv</a>
</li>
<li>ply_lnglimit
: <a class="el" href="structmap__rect__priv.html#a737dc01fb278216081d36c33531a6768">map_rect_priv</a>
</li>
<li>ply_lngsign
: <a class="el" href="structmap__rect__priv.html#a113befa4d46b02cf8d32d9d943adf441">map_rect_priv</a>
</li>
<li>png_pixels
: <a class="el" href="structgraphics__image__priv.html#a204fb576844e23d94c5bab5e9c45257e">graphics_image_priv</a>
</li>
<li>pnt
: <a class="el" href="structmap__rect__priv.html#a715acf6ef8d8893b3ccec0118242c8a6">map_rect_priv</a>
</li>
<li>poi_index
: <a class="el" href="structlabel__header.html#af0fb987622f16505f3bae7977b1f0aea">label_header</a>
</li>
<li>poi_properties
: <a class="el" href="structlabel__header.html#ad74ceec3f8cfc48ae007772e0b61b4e6">label_header</a>
</li>
<li>poi_types
: <a class="el" href="structlabel__header.html#ab592d915b5f3f0103762851c24f6df7a">label_header</a>
</li>
<li>point
: <a class="el" href="structelement.html#a0a2fba3550eebac67e9fb58da13f56a1">element</a>
, <a class="el" href="structmap__rect__priv.html#aaf45946261cf5515695aec19fc98c8ff">map_rect_priv</a>
, <a class="el" href="structpathattr.html#ac2128c62780bb72549dbac4e5578de04">pathattr</a>
, <a class="el" href="structtree__header.html#a1f2368b8f30e6c22356a09a95ddb2597">tree_header</a>
</li>
<li>points
: <a class="el" href="structg2scolumns.html#a8c9d43c5f6b80c472fd23572f37117c1">g2scolumns</a>
, <a class="el" href="structgar2nav__conv.html#abac6637e63b9db1e90e95dc19de58e41">gar2nav_conv</a>
</li>
<li>pois
: <a class="el" href="classBackend.html#a81eeec800db7df2081694641fed26116">Backend</a>
</li>
<li>poly
: <a class="el" href="structmap__rect__priv.html#aeb0c591a520519f34a25ec6f44687fc0">map_rect_priv</a>
</li>
<li>poly2poi
: <a class="el" href="structmaptool__osm.html#a6a3aa6471a384e1fe6d0a7c0680118ef">maptool_osm</a>
</li>
<li>poly_next
: <a class="el" href="structpoly__priv.html#ad04487a48215219faa40af3472160eb2">poly_priv</a>
</li>
<li>poly_num
: <a class="el" href="structpoly__priv.html#ac64a1620f91a421f48c853885eee5f68">poly_priv</a>
</li>
<li>polygon
: <a class="el" href="structattr.html#afcd101aa3e134cb823191522281de025">attr</a>
, <a class="el" href="structelement.html#acc2cb6cf1ac90817c97e67e41f8e7ca3">element</a>
, <a class="el" href="structtree__header.html#af4e4b0791567e7aaa46983edb9c817b3">tree_header</a>
</li>
<li>polygons
: <a class="el" href="structgar2nav__conv.html#a6d68bd2da571082520269202a55996d8">gar2nav_conv</a>
</li>
<li>polyline
: <a class="el" href="structattr.html#aa8f0b411f378c32c87e11b6d79a6ca71">attr</a>
, <a class="el" href="structelement.html#a46e15e705dc6d15337c70c2af485f89d">element</a>
, <a class="el" href="structtree__header.html#a4a733ec578ff50a93d62dcf17fd2d6f8">tree_header</a>
</li>
<li>polylines
: <a class="el" href="structgar2nav__conv.html#a6ed3797fc8f4c2e5d4bc1baa30b31ef4">gar2nav_conv</a>
</li>
<li>polys
: <a class="el" href="structpoly__priv.html#ad3c2d3b09a708b1c19cfe236a5512548">poly_priv</a>
</li>
<li>popped
: <a class="el" href="structnavit.html#abba25a6de1be9ed3c3918212f5e7b043">navit</a>
</li>
<li>population
: <a class="el" href="structpopulation__table.html#a4540c1ad49c81b959ec488a1d737638e">population_table</a>
</li>
<li>popup
: <a class="el" href="structmenu__methods.html#ac5887776725fa1a7af0345af95aa532a">menu_methods</a>
</li>
<li>popup_callback
: <a class="el" href="structnavit.html#a41e039860ded30639c34ffb642f5db41">navit</a>
</li>
<li>popup_new
: <a class="el" href="structgui__methods.html#a2c03d4c5c2a0a255c912a61d95c5a053">gui_methods</a>
</li>
<li>pos
: <a class="el" href="structmap__rect__priv.html#ae5ade09e5af13b80e50f2eb4687202b9">map_rect_priv</a>
, <a class="el" href="structroute.html#a052d5b83336fae1672ce9514d386fb9e">route</a>
, <a class="el" href="structroute__info.html#a2257f91a0e0fb5758edda3624d725159">route_info</a>
, <a class="el" href="structstring__table.html#a0e1b340e986b3e02e72b8e37e203666c">string_table</a>
, <a class="el" href="structtile.html#a4471b3ee60e3516ce255b79d23e438f6">tile</a>
, <a class="el" href="structtracking.html#a3dd9631d30d719afc71d52881e700ab7">tracking</a>
</li>
<li>pos_attr
: <a class="el" href="structtile.html#a9672b980d62b163e3b3612ef160695a4">tile</a>
</li>
<li>pos_attr_start
: <a class="el" href="structtile.html#a88358f32fe03935fcc828c53ad8cb6bd">tile</a>
</li>
<li>pos_coord
: <a class="el" href="structtile.html#ab503553844667df2adc2a68bd689b05d">tile</a>
</li>
<li>pos_coord_start
: <a class="el" href="structtile.html#a919c1a31086e5949957801a73e60fa20">tile</a>
</li>
<li>pos_hist
: <a class="el" href="structcdf__data.html#a9d6e380da858eb564036147c58501431">cdf_data</a>
</li>
<li>pos_next
: <a class="el" href="structtile.html#a502c97982586fb3c4a6871a82a205507">tile</a>
</li>
<li>pos_wraparound
: <a class="el" href="classorg_1_1navitproject_1_1navit_1_1NavitGraphics.html#ac8421381b571c91fb9caa59d55367f47">org.navitproject.navit.NavitGraphics</a>
</li>
<li>pos_x
: <a class="el" href="classorg_1_1navitproject_1_1navit_1_1NavitGraphics.html#a9b16baeacbda35caff8b6c6a048918de">org.navitproject.navit.NavitGraphics</a>
</li>
<li>pos_y
: <a class="el" href="classorg_1_1navitproject_1_1navit_1_1NavitGraphics.html#a4e26272dddf6653ee78d7ec9213960a5">org.navitproject.navit.NavitGraphics</a>
</li>
<li>poscount
: <a class="el" href="structcdf__data.html#a9743219f4a0547f8eca98e688775ea0e">cdf_data</a>
</li>
<li>position
: <a class="el" href="group__vehicle-gypsy.html#ga77c39f5f45c2ea3a75840b7f4d6f0697">vehicle_priv</a>
</li>
<li>position_attr_get
: <a class="el" href="structvehicle__methods.html#a501719479d64b5230d500cc6e0408df8">vehicle_methods</a>
</li>
<li>position_coord_geo
: <a class="el" href="structgui__priv.html#a6803755033e61a07612d36ce8e8a839c">gui_priv</a>
</li>
<li>position_location
: <a class="el" href="structgraphics__priv.html#a6865e315f1c4d209b8f63015c800fd9a">graphics_priv</a>
</li>
<li>position_set
: <a class="el" href="group__vehicle-iphone.html#gacd5d259b8eb7a4daed4fe3d5e46d0a4b">vehicle_priv</a>
</li>
<li>postal
: <a class="el" href="structsearch__list.html#a3872a8477f2a1244b9e1858f78c7d85c">search_list</a>
, <a class="el" href="structsearch__list__common.html#ae81113b6871dc3fa040c022c37355ade">search_list_common</a>
, <a class="el" href="structtown__priv.html#a80870a2ceb8f306d3fceee9555b72ba3">town_priv</a>
</li>
<li>postal_code1
: <a class="el" href="structtown__priv.html#a6d6b86f9cbd2d8a337d58b8cec99887c">town_priv</a>
</li>
<li>postal_code2
: <a class="el" href="structtown__priv.html#ab68c6f9c8ab0e7f1e8b418a3ed5df74d">town_priv</a>
</li>
<li>postal_len
: <a class="el" href="structcountry__isonum.html#a842076771060c05c2a658b917bef96c6">country_isonum</a>
</li>
<li>postal_mask
: <a class="el" href="structsearch__list__common.html#a7f5e5c5bf202864c2a09ad0b011f2590">search_list_common</a>
</li>
<li>postal_prefix
: <a class="el" href="structcountry__isonum.html#a579a5067bb1d6a5323e1215b37fc057b">country_isonum</a>
</li>
<li>postdraw_cb
: <a class="el" href="structauxmap.html#a85c329f54cb7217837cb7e010c0110ce">auxmap</a>
</li>
<li>PowerState
: <a class="el" href="struct__VIDEO__POWER__MANAGEMENT.html#a8581452edec1f719c78bccc7c7883e6f">_VIDEO_POWER_MANAGEMENT</a>
</li>
<li>pPixelData
: <a class="el" href="structgraphics__priv.html#a34d0971fd1b1c438c54b696bc9989b25">graphics_priv</a>
</li>
<li>ppos
: <a class="el" href="structdraw__polyline__context.html#ad6fd2fc8e1e36847dd06c1235bf71edd">draw_polyline_context</a>
</li>
<li>prec
: <a class="el" href="structdraw__polyline__context.html#a8bcf912ce22a7766e9c3608ff8d1f507">draw_polyline_context</a>
</li>
<li>precise
: <a class="el" href="classorg_1_1navitproject_1_1navit_1_1NavitVehicle_1_1NavitLocationListener.html#adfaa9a7c8e1764bb380bb120d83ae98d">org.navitproject.navit.NavitVehicle.NavitLocationListener</a>
</li>
<li>preciseLocationListener
: <a class="el" href="classorg_1_1navitproject_1_1navit_1_1NavitVehicle.html#a88ac573b2b18c938789d145f879cc85e">org.navitproject.navit.NavitVehicle</a>
</li>
<li>preciseProvider
: <a class="el" href="classorg_1_1navitproject_1_1navit_1_1NavitVehicle.html#a497706b5ecb97b49ca7a7807ebf7f99b">org.navitproject.navit.NavitVehicle</a>
</li>
<li>predraw_callback
: <a class="el" href="structnavit.html#a854f2e1758f8c6a3ba2b5a4c6f755941">navit</a>
</li>
<li>prefix
: <a class="el" href="structwidget.html#a36da5074f23c4bbf603ee6ec6d7c4ff3">widget</a>
</li>
<li>pressed
: <a class="el" href="structgui__priv.html#a2f71dadf27d4c5c98fbb594c8ee49de3">gui_priv</a>
</li>
<li>PRESSED
: <a class="el" href="classorg_1_1navitproject_1_1navit_1_1NavitGraphics_1_1NavitView.html#a28f4745a519087a7f2f8464722891b58">org.navitproject.navit.NavitGraphics.NavitView</a>
</li>
<li>pressed
: <a class="el" href="structosd__item.html#a7267c75370914c43f77f520c39aed315">osd_item</a>
</li>
<li>prev
: <a class="el" href="structcache__entry.html#a4ebaa5209c099d9fb4f32cd575a92621">cache_entry</a>
, <a class="el" href="structcJSON.html#ad521633b2c32126f59d962c5673de362">cJSON</a>
, <a class="el" href="structmalloc__head.html#aa31bda4cbf06cbca080bc8afd7d17ab7">malloc_head</a>
, <a class="el" href="structnavigation__command.html#a26b7ae432b31b380f75510d89413cc11">navigation_command</a>
, <a class="el" href="structnavigation__itm.html#a1d02dca11fc4441dfd81502562f64fab">navigation_itm</a>
, <a class="el" href="structosd__text__item.html#ab3b76b2860bb7f2f565ad0d37c6c83a1">osd_text_item</a>
</li>
<li>prev_button
: <a class="el" href="structscroll__buttons.html#a57abac24ee89dbb89de3134be76f4ba9">scroll_buttons</a>
</li>
<li>prev_shape
: <a class="el" href="structdraw__polyline__context.html#a2220001ba2c97b5cde0831033ead747b">draw_polyline_context</a>
</li>
<li>prevGuiWidget
: <a class="el" href="structgui__priv.html#ab7f3476ea1e021f1f635c5295d8530d5">gui_priv</a>
</li>
<li>prevTs
: <a class="el" href="structnavit.html#a9198f21e48584e519e6350bab70917cd">navit</a>
</li>
<li>priority
: <a class="el" href="structidle__task.html#a987930bfcbcfbd1719d03a6f8b363422">idle_task</a>
</li>
<li>priv
: <a class="el" href="structdatawindow.html#af8e9ffb8e0bb381e977202b842a42cb3">datawindow</a>
, <a class="el" href="structgraphics.html#a4090f615376c0be5d7fbb69beb24deb1">graphics</a>
, <a class="el" href="structgraphics__font.html#aecd8d5067cdf8a1a1501ab844a6ee485">graphics_font</a>
, <a class="el" href="structgraphics__gc.html#acf992080c7fff4738579a432bb536ab5">graphics_gc</a>
, <a class="el" href="structgraphics__image.html#a2ec09215f0d7420811b473b9a2fa890d">graphics_image</a>
, <a class="el" href="structgui.html#a68ddd155b83df454dc16baa89259a27b">gui</a>
, <a class="el" href="structgui__internal__data.html#a73f8b1be5a26ef3428e5e6dcbc77eccb">gui_internal_data</a>
, <a class="el" href="structmap.html#af9de0e4f6b9c614edd2faa4c59b1d587">map</a>
, <a class="el" href="structmap__rect.html#aaee66563c8a5a1fae043efa4f726dfd4">map_rect</a>
, <a class="el" href="structmap__search.html#a8f75b5d5014966abadcf590ebd09fbe9">map_search</a>
, <a class="el" href="structmenu.html#aceb5466020e879eda150acf10f6cb5b5">menu</a>
, <a class="el" href="structosd.html#acd7ef8a4df8731ff5da4df4fbe784164">osd</a>
, <a class="el" href="classQNavitGeoReceiver.html#a887b9c49cec803cecbee6754f5f80fc2">QNavitGeoReceiver</a>
, <a class="el" href="structspeech.html#a3dec345f6c4a3ccdf573a94d3644c767">speech</a>
, <a class="el" href="structtraffic.html#aa3c3ec6409647642eb5b03ab267286a2">traffic</a>
, <a class="el" href="structtraffic__location.html#a407a994447e7515567d5e8e3112b3336">traffic_location</a>
, <a class="el" href="structtraffic__message.html#afdaf3b0e102dd9ce340722f6b24f8a0c">traffic_message</a>
, <a class="el" href="structvehicle.html#a2748222ca616f04388fad2ae81efa093">vehicle</a>
, <a class="el" href="structwindow.html#abd218172bfd214cd0dbf61afc6747f45">window</a>
</li>
<li>priv_cbl
: <a class="el" href="group__vehicle-wince.html#ga6ac4584b7f9839679542d76f1ac4a5ae">vehicle_priv</a>
</li>
<li>priv_data
: <a class="el" href="structitem.html#a2f4abb10408f4c6f272e7f19f6701c22">item</a>
, <a class="el" href="structitem__bin__sink.html#a72019376c43221b63c6e4efc48f1829e">item_bin_sink</a>
, <a class="el" href="structitem__bin__sink__func.html#a006a1f9c303d6694589cf564a7705bfb">item_bin_sink_func</a>
</li>
<li>prn
: <a class="el" href="group__vehicle-file.html#ga76bef5213d49a343fc1f92a1420656a2">gps_sat</a>
</li>
<li>pro
: <a class="el" href="structdisplay__context.html#ac2656b0c2da70e7226a2a7380de6e388">display_context</a>
, <a class="el" href="structmap__methods.html#a22a82fd1148cb3a43d06178dfc8792e4">map_methods</a>
, <a class="el" href="structmap__priv.html#a6e69c32e296cdb367316db2826ea9093">map_priv</a>
, <a class="el" href="structpcoord.html#a3f0d3a1ce2a3798b305b32c2a2c13495">pcoord</a>
, <a class="el" href="structtracking.html#aac37a76ebded88a9aa8fa1e53d009945">tracking</a>
, <a class="el" href="structtransformation.html#a826bd5cb4af97a4f80331b57e04cf6d8">transformation</a>
</li>
<li>process
: <a class="el" href="structtile__head.html#a4e3a1798eb2fc674c6f39b0be4977e35">tile_head</a>
</li>
<li>process_coord_again
: <a class="el" href="structz__clip__result.html#afbf7a0303fd763f66805b51674b8d87d">z_clip_result</a>
</li>
<li>process_nodes
: <a class="el" href="structmaptool__params.html#a98e56026140eb77302a65a27a347f843">maptool_params</a>
</li>
<li>process_relations
: <a class="el" href="structmaptool__params.html#af973b436b7914fd4d3712c7bb9909d66">maptool_params</a>
</li>
<li>process_statefile
: <a class="el" href="group__vehicle-file.html#gab964ff80a205c60e25ebe5b3b6fef623">vehicle_priv</a>
</li>
<li>process_ways
: <a class="el" href="structmaptool__params.html#a7fac5a341d72ac336820759857996410">maptool_params</a>
</li>
<li>profilename
: <a class="el" href="structvehicle__and__profilename.html#a661a69e304df36e4115b644578579231">vehicle_and_profilename</a>
</li>
<li>Prog_name
: <a class="el" href="structEMESS.html#a85a97e62a785717bfa89f12bec294b3c">EMESS</a>
</li>
<li>program
: <a class="el" href="structgraphics__priv.html#a91f391977f081a7478ebec00388753b2">graphics_priv</a>
</li>
<li>progress
: <a class="el" href="structmap__download.html#ac604fc0903ddffcc80d7c73e3b1e81c4">map_download</a>
, <a class="el" href="structmap__priv.html#a5969b541561f4f3c0a4c1cbf961a93f1">map_priv</a>
</li>
<li>progress_cb
: <a class="el" href="structnavit.html#af5a821d2a02beda224952b163fb50e04">navit</a>
</li>
<li>projection
: <a class="el" href="structattr.html#a64b169265cf7d88891b946e72adcf8aa">attr</a>
, <a class="el" href="structprojection__name.html#a712a61fb414d2509e066a1e7369d121a">projection_name</a>
</li>
<li>projection_group
: <a class="el" href="structgui__priv.html#ae70b7d82741f30f03eb76c1cded124fe">gui_priv</a>
</li>
<li>prop
: <a class="el" href="structparsedata.html#a6d2716fd507cbc486d66e11beec9cdd2">parsedata</a>
</li>
<li>protobuf
: <a class="el" href="structmaptool__params.html#a142a6ad43191e0d07dfd9298b3e5244f">maptool_params</a>
</li>
<li>protobufdb
: <a class="el" href="structmaptool__params.html#a8db99fe56a16a740ae27a65505f5282d">maptool_params</a>
</li>
<li>protobufdb_operation
: <a class="el" href="structmaptool__params.html#a8540a3acc750f95a9de7e73985782eb9">maptool_params</a>
</li>
<li>psShape
: <a class="el" href="structmap__rect__priv.html#a9fd34ee4a2b69879555d1eef08015647">map_rect_priv</a>
</li>
<li>pxpm
: <a class="el" href="structgraphics__image__priv.html#a9ff0175029a59a08a7ee367a34d4cd54">graphics_image_priv</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>