summaryrefslogtreecommitdiff
path: root/data__window_8h_source.html
blob: d5667034776ac1e47442721f2fb66bde39461307 (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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>navit: data_window.h Source File</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>
<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.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('data__window_8h_source.html',''); initResizable(); });
/* @license-end */
</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="header">
  <div class="headertitle">
<div class="title">data_window.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="data__window_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#ifndef NAVIT_DATA_WINDOW_H</span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#define NAVIT_DATA_WINDOW_H</span></div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160; </div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="keyword">struct </span><a class="code" href="structdatawindow.html">datawindow</a>;</div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="keyword">struct </span><a class="code" href="structparam__list.html">param_list</a>;</div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="keyword">struct </span><a class="code" href="structdatawindow__priv.html">datawindow_priv</a>;</div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160; </div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="structdatawindow__methods.html">   27</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structdatawindow__methods.html">datawindow_methods</a> {</div>
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="structdatawindow__methods.html#aba01f242815d324f528d88ec77695390">   28</a></span>&#160;        void (*<a class="code" href="structdatawindow__methods.html#aba01f242815d324f528d88ec77695390">destroy</a>)(<span class="keyword">struct </span><a class="code" href="structdatawindow__priv.html">datawindow_priv</a> *win);</div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="structdatawindow__methods.html#ac9aef4b183c4233aaafc12c04ee4e238">   29</a></span>&#160;        void (*<a class="code" href="structdatawindow__methods.html#ac9aef4b183c4233aaafc12c04ee4e238">add</a>)(<span class="keyword">struct </span><a class="code" href="structdatawindow__priv.html">datawindow_priv</a> *win, <span class="keyword">struct </span><a class="code" href="structparam__list.html">param_list</a> *param, <span class="keywordtype">int</span> count);</div>
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="structdatawindow__methods.html#ad9ca8f02dee621dff2648e54d439f170">   30</a></span>&#160;        void (*<a class="code" href="structdatawindow__methods.html#ad9ca8f02dee621dff2648e54d439f170">mode</a>)(<span class="keyword">struct </span><a class="code" href="structdatawindow__priv.html">datawindow_priv</a> *win, <span class="keywordtype">int</span> start);</div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;};</div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160; </div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="structdatawindow.html">   33</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structdatawindow.html">datawindow</a> {</div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="structdatawindow.html#a6f1b23c19c118b3e1a8d96f6b7ef035e">   34</a></span>&#160;        <span class="keyword">struct </span><a class="code" href="structdatawindow__priv.html">datawindow_priv</a> *<a class="code" href="structdatawindow.html#af8e9ffb8e0bb381e977202b842a42cb3">priv</a>;</div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;        <span class="keyword">struct </span><a class="code" href="structdatawindow__methods.html">datawindow_methods</a> <a class="code" href="structdatawindow.html#a6f1b23c19c118b3e1a8d96f6b7ef035e">meth</a>;</div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;};</div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160; </div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160; </div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keywordtype">void</span> <a class="code" href="data__window_8h.html#adb599387a5b90ea7e892f06f1556d6db">datawindow_destroy</a>(<span class="keyword">struct</span> <a class="code" href="structdatawindow.html">datawindow</a> *win);</div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="keywordtype">void</span> <a class="code" href="data__window_8h.html#aec08334bdf22553b75e1ce46f3f9765f">datawindow_add</a>(<span class="keyword">struct</span> <a class="code" href="structdatawindow.html">datawindow</a> *win, <span class="keyword">struct</span> <a class="code" href="structparam__list.html">param_list</a> *param, <span class="keywordtype">int</span> count);</div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="keywordtype">void</span> <a class="code" href="data__window_8h.html#af5ac97bfa83d8114fed191283d1d0941">datawindow_mode</a>(<span class="keyword">struct</span> <a class="code" href="structdatawindow.html">datawindow</a> *win, <span class="keywordtype">int</span> start);</div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160; </div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160; </div>
<div class="ttc" id="adata__window_8h_html_adb599387a5b90ea7e892f06f1556d6db"><div class="ttname"><a href="data__window_8h.html#adb599387a5b90ea7e892f06f1556d6db">datawindow_destroy</a></div><div class="ttdeci">void datawindow_destroy(struct datawindow *win)</div><div class="ttdef"><b>Definition:</b> data_window.c:31</div></div>
<div class="ttc" id="adata__window_8h_html_aec08334bdf22553b75e1ce46f3f9765f"><div class="ttname"><a href="data__window_8h.html#aec08334bdf22553b75e1ce46f3f9765f">datawindow_add</a></div><div class="ttdeci">void datawindow_add(struct datawindow *win, struct param_list *param, int count)</div><div class="ttdef"><b>Definition:</b> data_window.c:27</div></div>
<div class="ttc" id="adata__window_8h_html_af5ac97bfa83d8114fed191283d1d0941"><div class="ttname"><a href="data__window_8h.html#af5ac97bfa83d8114fed191283d1d0941">datawindow_mode</a></div><div class="ttdeci">void datawindow_mode(struct datawindow *win, int start)</div><div class="ttdef"><b>Definition:</b> data_window.c:23</div></div>
<div class="ttc" id="astructdatawindow__methods_html"><div class="ttname"><a href="structdatawindow__methods.html">datawindow_methods</a></div><div class="ttdef"><b>Definition:</b> data_window.h:27</div></div>
<div class="ttc" id="astructdatawindow__methods_html_aba01f242815d324f528d88ec77695390"><div class="ttname"><a href="structdatawindow__methods.html#aba01f242815d324f528d88ec77695390">datawindow_methods::destroy</a></div><div class="ttdeci">void(* destroy)(struct datawindow_priv *win)</div><div class="ttdef"><b>Definition:</b> data_window.h:28</div></div>
<div class="ttc" id="astructdatawindow__methods_html_ac9aef4b183c4233aaafc12c04ee4e238"><div class="ttname"><a href="structdatawindow__methods.html#ac9aef4b183c4233aaafc12c04ee4e238">datawindow_methods::add</a></div><div class="ttdeci">void(* add)(struct datawindow_priv *win, struct param_list *param, int count)</div><div class="ttdef"><b>Definition:</b> data_window.h:29</div></div>
<div class="ttc" id="astructdatawindow__methods_html_ad9ca8f02dee621dff2648e54d439f170"><div class="ttname"><a href="structdatawindow__methods.html#ad9ca8f02dee621dff2648e54d439f170">datawindow_methods::mode</a></div><div class="ttdeci">void(* mode)(struct datawindow_priv *win, int start)</div><div class="ttdef"><b>Definition:</b> data_window.h:30</div></div>
<div class="ttc" id="astructdatawindow__priv_html"><div class="ttname"><a href="structdatawindow__priv.html">datawindow_priv</a></div><div class="ttdef"><b>Definition:</b> datawindow.c:31</div></div>
<div class="ttc" id="astructdatawindow_html"><div class="ttname"><a href="structdatawindow.html">datawindow</a></div><div class="ttdef"><b>Definition:</b> data_window.h:33</div></div>
<div class="ttc" id="astructdatawindow_html_a6f1b23c19c118b3e1a8d96f6b7ef035e"><div class="ttname"><a href="structdatawindow.html#a6f1b23c19c118b3e1a8d96f6b7ef035e">datawindow::meth</a></div><div class="ttdeci">struct datawindow_methods meth</div><div class="ttdef"><b>Definition:</b> data_window.h:35</div></div>
<div class="ttc" id="astructdatawindow_html_af8e9ffb8e0bb381e977202b842a42cb3"><div class="ttname"><a href="structdatawindow.html#af8e9ffb8e0bb381e977202b842a42cb3">datawindow::priv</a></div><div class="ttdeci">struct datawindow_priv * priv</div><div class="ttdef"><b>Definition:</b> data_window.h:34</div></div>
<div class="ttc" id="astructparam__list_html"><div class="ttname"><a href="structparam__list.html">param_list</a></div><div class="ttdef"><b>Definition:</b> param.h:23</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="data__window_8h.html">data_window.h</a></li>
    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
  </ul>
</div>
</body>
</html>