This repository was archived by the owner on Dec 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathairportcompleter_8h_source.html
151 lines (149 loc) · 18.5 KB
/
airportcompleter_8h_source.html
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
<!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>swift: src/blackgui/components/airportcompleter.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="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" />
<link href="doxygen-awesome.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">swift
</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&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&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>
<!-- 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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_6b2000c826b43a25622ed520506b10d9.html">blackgui</a></li><li class="navelem"><a class="el" href="dir_8b7a929d5fcbc959eff6b1aa42174d95.html">components</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">airportcompleter.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="airportcompleter_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> <span class="comment">// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>  </div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>  </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#ifndef BLACKGUI_COMPONENTS_AIRPORTCOMPLETER_H</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#define BLACKGUI_COMPONENTS_AIRPORTCOMPLETER_H</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>  </div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include "<a class="code" href="airport_8h.html">blackmisc/aviation/airport.h</a>"</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include <QFrame></span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include <QScopedPointer></span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>  </div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">namespace </span>Ui</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> {</div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  <span class="keyword">class </span>CAirportCompleter;</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> }</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="keyword">namespace </span><a class="code" href="namespace_black_gui_1_1_components.html">BlackGui::Components</a></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> {</div>
<div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="class_black_gui_1_1_components_1_1_c_airport_completer.html"> 20</a></span>  <span class="keyword">class </span><a class="code" href="class_black_gui_1_1_components_1_1_c_airport_completer.html">CAirportCompleter</a> : <span class="keyword">public</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qframe.html">QFrame</a></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  {</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <a class="codeRef" href="http://doc.qt.io/qt-5/qobject.html#Q_OBJECT">Q_OBJECT</a></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <span class="keyword">explicit</span> <a class="code" href="class_black_gui_1_1_components_1_1_c_airport_completer.html#ab5612b1661e630e83bd00f6105bd37a1">CAirportCompleter</a>(<a class="codeRef" href="http://doc.qt.io/qt-5/qwidget.html">QWidget</a> *<a class="codeRef" href="http://doc.qt.io/qt-5/qobject.html#parent">parent</a> = <span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <span class="keyword">virtual</span> <a class="code" href="class_black_gui_1_1_components_1_1_c_airport_completer.html#a1faf03750d8af55a0eede57dde6c9d3b">~CAirportCompleter</a>();</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keywordtype">void</span> <a class="code" href="class_black_gui_1_1_components_1_1_c_airport_completer.html#a757e14ea6216f99c704aabacf14fc49a">setAirport</a>(<span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">BlackMisc::Aviation::CAirport</a> &airport);</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  </div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="class_black_gui_1_1_components_1_1_c_airport_completer.html#af6e6d990702c9c8c79660e4546eb3860"> 35</a></span>  <span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">BlackMisc::Aviation::CAirport</a> &<a class="code" href="class_black_gui_1_1_components_1_1_c_airport_completer.html#af6e6d990702c9c8c79660e4546eb3860">getAirport</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_current; }</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> <a class="code" href="class_black_gui_1_1_components_1_1_c_airport_completer.html#aeca8a3ff0cfc4f0ca0acf57fc18b6c7b">getIcaoText</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keywordtype">void</span> <a class="code" href="class_black_gui_1_1_components_1_1_c_airport_completer.html#af6236cc91f1e360bea11d149ca309c0a">setReadOnly</a>(<span class="keywordtype">bool</span> readOnly);</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <span class="keywordtype">void</span> <a class="code" href="class_black_gui_1_1_components_1_1_c_airport_completer.html#a097e34a6ccc5c1a42153ff0573205679">clear</a>();</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  signals:</div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="class_black_gui_1_1_components_1_1_c_airport_completer.html#aec188ff785cf34560ab23af86917ee47"> 48</a></span>  <span class="keywordtype">void</span> <a class="code" href="class_black_gui_1_1_components_1_1_c_airport_completer.html#aec188ff785cf34560ab23af86917ee47">changedAirport</a>(<span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">BlackMisc::Aviation::CAirport</a> &airport);</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="keywordtype">void</span> onIcaoChanged();</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordtype">void</span> onNameChanged();</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keywordtype">void</span> onLocationChanged();</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keywordtype">void</span> onAirportsChanged();</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  </div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <a class="codeRef" href="http://doc.qt.io/qt-5/qscopedpointer.html">QScopedPointer<Ui::CAirportCompleter></a> ui;</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">BlackMisc::Aviation::CAirport</a> m_current; </div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  };</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> } <span class="comment">// ns</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  </div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="preprocessor">#endif </span><span class="comment">// guard</span></div>
<div class="ttc" id="aairport_8h_html"><div class="ttname"><a href="airport_8h.html">airport.h</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_airport_completer_html"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_airport_completer.html">BlackGui::Components::CAirportCompleter</a></div><div class="ttdoc">Airport completer, UI element so select by ICAO, name or location.</div><div class="ttdef"><b>Definition:</b> <a href="airportcompleter_8h_source.html#l00020">airportcompleter.h:21</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_airport_completer_html_a097e34a6ccc5c1a42153ff0573205679"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_airport_completer.html#a097e34a6ccc5c1a42153ff0573205679">BlackGui::Components::CAirportCompleter::clear</a></div><div class="ttdeci">void clear()</div><div class="ttdoc">Clear the form.</div><div class="ttdef"><b>Definition:</b> <a href="airportcompleter_8cpp_source.html#l00055">airportcompleter.cpp:55</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_airport_completer_html_a1faf03750d8af55a0eede57dde6c9d3b"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_airport_completer.html#a1faf03750d8af55a0eede57dde6c9d3b">BlackGui::Components::CAirportCompleter::~CAirportCompleter</a></div><div class="ttdeci">virtual ~CAirportCompleter()</div><div class="ttdoc">Destructor.</div><div class="ttdef"><b>Definition:</b> <a href="airportcompleter_8cpp_source.html#l00030">airportcompleter.cpp:30</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_airport_completer_html_a757e14ea6216f99c704aabacf14fc49a"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_airport_completer.html#a757e14ea6216f99c704aabacf14fc49a">BlackGui::Components::CAirportCompleter::setAirport</a></div><div class="ttdeci">void setAirport(const BlackMisc::Aviation::CAirport &airport)</div><div class="ttdoc">Set airport.</div><div class="ttdef"><b>Definition:</b> <a href="airportcompleter_8cpp_source.html#l00033">airportcompleter.cpp:33</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_airport_completer_html_ab5612b1661e630e83bd00f6105bd37a1"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_airport_completer.html#ab5612b1661e630e83bd00f6105bd37a1">BlackGui::Components::CAirportCompleter::CAirportCompleter</a></div><div class="ttdeci">CAirportCompleter(QWidget *parent=nullptr)</div><div class="ttdoc">Get the correct airport.</div><div class="ttdef"><b>Definition:</b> <a href="airportcompleter_8cpp_source.html#l00017">airportcompleter.cpp:17</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_airport_completer_html_aec188ff785cf34560ab23af86917ee47"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_airport_completer.html#aec188ff785cf34560ab23af86917ee47">BlackGui::Components::CAirportCompleter::changedAirport</a></div><div class="ttdeci">void changedAirport(const BlackMisc::Aviation::CAirport &airport)</div><div class="ttdoc">Airport has been changed.</div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_airport_completer_html_aeca8a3ff0cfc4f0ca0acf57fc18b6c7b"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_airport_completer.html#aeca8a3ff0cfc4f0ca0acf57fc18b6c7b">BlackGui::Components::CAirportCompleter::getIcaoText</a></div><div class="ttdeci">QString getIcaoText() const</div><div class="ttdoc">The raw ICAO code text.</div><div class="ttdef"><b>Definition:</b> <a href="airportcompleter_8cpp_source.html#l00043">airportcompleter.cpp:43</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_airport_completer_html_af6236cc91f1e360bea11d149ca309c0a"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_airport_completer.html#af6236cc91f1e360bea11d149ca309c0a">BlackGui::Components::CAirportCompleter::setReadOnly</a></div><div class="ttdeci">void setReadOnly(bool readOnly)</div><div class="ttdoc">Read only.</div><div class="ttdef"><b>Definition:</b> <a href="airportcompleter_8cpp_source.html#l00048">airportcompleter.cpp:48</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_airport_completer_html_af6e6d990702c9c8c79660e4546eb3860"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_airport_completer.html#af6e6d990702c9c8c79660e4546eb3860">BlackGui::Components::CAirportCompleter::getAirport</a></div><div class="ttdeci">const BlackMisc::Aviation::CAirport & getAirport() const</div><div class="ttdoc">Get airport.</div><div class="ttdef"><b>Definition:</b> <a href="airportcompleter_8h_source.html#l00035">airportcompleter.h:35</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html">BlackMisc::Aviation::CAirport</a></div><div class="ttdoc">Value object encapsulating information about an airpot.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00031">airport.h:35</a></div></div>
<div class="ttc" id="anamespace_black_gui_1_1_components_html"><div class="ttname"><a href="namespace_black_gui_1_1_components.html">BlackGui::Components</a></div><div class="ttdoc">High level reusable GUI components.</div></div>
<div class="ttc" id="aqframe_html"><div class="ttname"><a href="http://doc.qt.io/qt-5/qframe.html">QFrame</a></div></div>
<div class="ttc" id="aqobject_html_Q_OBJECT"><div class="ttname"><a href="http://doc.qt.io/qt-5/qobject.html#Q_OBJECT">QObject::Q_OBJECT</a></div><div class="ttdeci">Q_OBJECTQ_OBJECT</div></div>
<div class="ttc" id="aqobject_html_parent"><div class="ttname"><a href="http://doc.qt.io/qt-5/qobject.html#parent">QObject::parent</a></div><div class="ttdeci">QObject * parent() const const</div></div>
<div class="ttc" id="aqscopedpointer_html"><div class="ttname"><a href="http://doc.qt.io/qt-5/qscopedpointer.html">QScopedPointer< Ui::CAirportCompleter ></a></div></div>
<div class="ttc" id="aqstring_html"><div class="ttname"><a href="http://doc.qt.io/qt-5/qstring.html">QString</a></div></div>
<div class="ttc" id="aqwidget_html"><div class="ttname"><a href="http://doc.qt.io/qt-5/qwidget.html">QWidget</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Dec 3 2023 18:38:37 for swift 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
</small></address>
</body>
</html>