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 pathcgsourceselector_8cpp_source.html
136 lines (134 loc) · 16.2 KB
/
cgsourceselector_8cpp_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
<!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/cgsourceselector.cpp 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">cgsourceselector.cpp</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// SPDX-FileCopyrightText: Copyright (C) 2019 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="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include "<a class="code" href="cgsourceselector_8h.html">cgsourceselector.h</a>"</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include "ui_cgsourceselector.h"</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>  </div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="keyword">using namespace </span>BlackMisc::Simulation::Settings;</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="keyword">namespace </span><a class="code" href="namespace_black_gui_1_1_components.html">BlackGui::Components</a></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> {</div>
<div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a0e192340e68ca2fd36aad24818b28dac"> 11</a></span>  CCGSourceSelector::CCGSourceSelector(<a class="codeRef" href="http://doc.qt.io/qt-5/qwidget.html">QWidget</a> *parent) : <a class="codeRef" href="http://doc.qt.io/qt-5/qframe.html">QFrame</a>(parent),</div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>  ui(new Ui::<a class="code" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html">CCGSourceSelector</a>)</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  {</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  ui->setupUi(<span class="keyword">this</span>);</div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  this->initComboBox();</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>  </div>
<div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a596ba78faeb4fad66a5e4656c6074de4"> 18</a></span>  <a class="code" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a596ba78faeb4fad66a5e4656c6074de4">CCGSourceSelector::~CCGSourceSelector</a>()</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  {}</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  </div>
<div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a4cd08defb5097bef82609e467e7799d0"> 21</a></span>  <a class="code" href="class_black_misc_1_1_simulation_1_1_settings_1_1_c_simulator_settings.html#a91e199b01b9699562b96a5ae88085863">CSimulatorSettings::CGSource</a> <a class="code" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a4cd08defb5097bef82609e467e7799d0">CCGSourceSelector::getValue</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  <span class="keyword">const</span> <span class="keywordtype">int</span> d = ui->cb_CGSourceSelector->currentData().toInt();</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><a class="code" href="class_black_misc_1_1_simulation_1_1_settings_1_1_c_simulator_settings.html#a91e199b01b9699562b96a5ae88085863">CSimulatorSettings::CGSource</a><span class="keyword">></span>(d);</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  }</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  </div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a21e14af48c500ef3709c79dfbb6e2845"> 27</a></span>  <span class="keywordtype">void</span> <a class="code" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a21e14af48c500ef3709c79dfbb6e2845">CCGSourceSelector::setValue</a>(<span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_simulation_1_1_settings_1_1_c_simulator_settings.html">CSimulatorSettings</a> &settings)</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  {</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  this-><a class="code" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a21e14af48c500ef3709c79dfbb6e2845">setValue</a>(settings.<a class="code" href="class_black_misc_1_1_simulation_1_1_settings_1_1_c_simulator_settings.html#a754020509593f20553d644f3938cee13">getCGSource</a>());</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  }</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  </div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#aa1722db418d7a0db506d5bda49b3a195"> 32</a></span>  <span class="keywordtype">void</span> <a class="code" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a21e14af48c500ef3709c79dfbb6e2845">CCGSourceSelector::setValue</a>(<a class="code" href="class_black_misc_1_1_simulation_1_1_settings_1_1_c_simulator_settings.html#a91e199b01b9699562b96a5ae88085863">CSimulatorSettings::CGSource</a> source)</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  {</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  ui->cb_CGSourceSelector->setCurrentText(CSimulatorSettings::cgSourceAsString(source));</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  }</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keywordtype">void</span> CCGSourceSelector::initComboBox()</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  {</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  ui->cb_CGSourceSelector->clear();</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  ui->cb_CGSourceSelector->addItem(CSimulatorSettings::cgSourceAsString(CSimulatorSettings::CGFromSimulatorFirst), CSimulatorSettings::CGFromSimulatorFirst);</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  ui->cb_CGSourceSelector->addItem(CSimulatorSettings::cgSourceAsString(CSimulatorSettings::CGFromDBFirst), CSimulatorSettings::CGFromDBFirst);</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  ui->cb_CGSourceSelector->addItem(CSimulatorSettings::cgSourceAsString(CSimulatorSettings::CGFromSimulatorOnly), CSimulatorSettings::CGFromSimulatorOnly);</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  ui->cb_CGSourceSelector->addItem(CSimulatorSettings::cgSourceAsString(CSimulatorSettings::CGFromDBOnly), CSimulatorSettings::CGFromDBOnly);</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  this-><a class="code" href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a21e14af48c500ef3709c79dfbb6e2845">setValue</a>(CSimulatorSettings::CGFromSimulatorFirst);</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> } <span class="comment">// ns</span></div>
<div class="ttc" id="acgsourceselector_8h_html"><div class="ttname"><a href="cgsourceselector_8h.html">cgsourceselector.h</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_c_g_source_selector_html"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html">BlackGui::Components::CCGSourceSelector</a></div><div class="ttdoc">CG (aka vertical offset) selector.</div><div class="ttdef"><b>Definition:</b> <a href="cgsourceselector_8h_source.html#l00020">cgsourceselector.h:21</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_c_g_source_selector_html_a21e14af48c500ef3709c79dfbb6e2845"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a21e14af48c500ef3709c79dfbb6e2845">BlackGui::Components::CCGSourceSelector::setValue</a></div><div class="ttdeci">void setValue(const BlackMisc::Simulation::Settings::CSimulatorSettings &settings)</div><div class="ttdoc">Get/set value.</div><div class="ttdef"><b>Definition:</b> <a href="cgsourceselector_8cpp_source.html#l00027">cgsourceselector.cpp:27</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_c_g_source_selector_html_a4cd08defb5097bef82609e467e7799d0"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a4cd08defb5097bef82609e467e7799d0">BlackGui::Components::CCGSourceSelector::getValue</a></div><div class="ttdeci">BlackMisc::Simulation::Settings::CSimulatorSettings::CGSource getValue() const</div><div class="ttdoc">Get/set value.</div><div class="ttdef"><b>Definition:</b> <a href="cgsourceselector_8cpp_source.html#l00021">cgsourceselector.cpp:21</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_c_g_source_selector_html_a596ba78faeb4fad66a5e4656c6074de4"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_c_g_source_selector.html#a596ba78faeb4fad66a5e4656c6074de4">BlackGui::Components::CCGSourceSelector::~CCGSourceSelector</a></div><div class="ttdeci">virtual ~CCGSourceSelector()</div><div class="ttdoc">Dtor.</div><div class="ttdef"><b>Definition:</b> <a href="cgsourceselector_8cpp_source.html#l00018">cgsourceselector.cpp:18</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_simulation_1_1_settings_1_1_c_simulator_settings_html"><div class="ttname"><a href="class_black_misc_1_1_simulation_1_1_settings_1_1_c_simulator_settings.html">BlackMisc::Simulation::Settings::CSimulatorSettings</a></div><div class="ttdoc">Settings for simulator Driver independent parts (such as directories), also used in model loaders.</div><div class="ttdef"><b>Definition:</b> <a href="simulatorsettings_8h_source.html#l00031">simulatorsettings.h:32</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_simulation_1_1_settings_1_1_c_simulator_settings_html_a754020509593f20553d644f3938cee13"><div class="ttname"><a href="class_black_misc_1_1_simulation_1_1_settings_1_1_c_simulator_settings.html#a754020509593f20553d644f3938cee13">BlackMisc::Simulation::Settings::CSimulatorSettings::getCGSource</a></div><div class="ttdeci">CGSource getCGSource() const</div><div class="ttdoc">CG source.</div><div class="ttdef"><b>Definition:</b> <a href="simulatorsettings_8h_source.html#l00107">simulatorsettings.h:107</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_simulation_1_1_settings_1_1_c_simulator_settings_html_a91e199b01b9699562b96a5ae88085863"><div class="ttname"><a href="class_black_misc_1_1_simulation_1_1_settings_1_1_c_simulator_settings.html#a91e199b01b9699562b96a5ae88085863">BlackMisc::Simulation::Settings::CSimulatorSettings::CGSource</a></div><div class="ttdeci">CGSource</div><div class="ttdoc">Where we get the CG (aka vertical offset) from.</div><div class="ttdef"><b>Definition:</b> <a href="simulatorsettings_8h_source.html#l00047">simulatorsettings.h:48</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="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>