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 pathaboutdialog_8cpp_source.html
129 lines (127 loc) · 15.9 KB
/
aboutdialog_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
<!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/aboutdialog.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">aboutdialog.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) 2017 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="aboutdialog_8h.html">aboutdialog.h</a>"</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include "ui_aboutdialog.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="preprocessor">#include "<a class="code" href="guiapplication_8h.html">blackgui/guiapplication.h</a>"</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include "<a class="code" href="guiutility_8h.html">blackgui/guiutility.h</a>"</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>  </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</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="l00011"></a><span class="lineno"> 11</span> {</div>
<div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="class_black_gui_1_1_components_1_1_c_about_dialog.html#a5ed159cfde3eac94fdacb6631e2fd4c4"> 12</a></span>  <a class="code" href="class_black_gui_1_1_components_1_1_c_about_dialog.html#a5ed159cfde3eac94fdacb6631e2fd4c4">CAboutDialog::CAboutDialog</a>(<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/qdialog.html">QDialog</a>(parent), ui(new Ui::<a class="code" href="class_black_gui_1_1_components_1_1_c_about_dialog.html">CAboutDialog</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-><a class="codeRef" href="http://doc.qt.io/qt-5/qwidget.html#windowFlags-prop">setWindowFlags</a>(this-><a class="codeRef" href="http://doc.qt.io/qt-5/qwidget.html#windowFlags-prop">windowFlags</a>() & ~<a class="codeRef" href="http://doc.qt.io/qt-5/qt.html#WindowType-enum">Qt::WindowContextHelpButtonHint</a>);</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  this->init();</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  }</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  </div>
<div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="class_black_gui_1_1_components_1_1_c_about_dialog.html#aec0462f96dd83a9d8d8bc14ba173f788"> 19</a></span>  <a class="code" href="class_black_gui_1_1_components_1_1_c_about_dialog.html#aec0462f96dd83a9d8d8bc14ba173f788">CAboutDialog::~CAboutDialog</a>()</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  {}</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>  <span class="keywordtype">void</span> CAboutDialog::init()</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="keywordflow">if</span> (!<a class="code" href="guiapplication_8h.html#a1dba1c5283e427943e3535790c3d14d0">sGui</a> || <a class="code" href="guiapplication_8h.html#a1dba1c5283e427943e3535790c3d14d0">sGui</a>-><a class="code" href="class_black_core_1_1_c_application.html#af8bb4e59f7bab34dac7f0c18345cd530">isShuttingDown</a>()) { <span class="keywordflow">return</span>; }</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  ui->lbl_VersionValue->setText(<a class="code" href="guiapplication_8h.html#a1dba1c5283e427943e3535790c3d14d0">sGui</a>-><a class="code" href="class_black_core_1_1_c_application.html#a00ec99b8858352f83cf1c4e4b3a4773e">getApplicationNameVersionDetailed</a>());</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  ui->pte_Info->setPlainText(<a class="code" href="guiapplication_8h.html#a1dba1c5283e427943e3535790c3d14d0">sGui</a>-><a class="code" href="class_black_core_1_1_c_application.html#a2382e39c4072f15637200a9fc43d66fd">getInfoString</a>(<span class="stringliteral">"\n"</span>));</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  ui->pte_Info->appendPlainText(<span class="stringliteral">"\nSetup follows:\n----"</span>);</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  ui->pte_Info->appendPlainText(<a class="code" href="guiapplication_8h.html#a1dba1c5283e427943e3535790c3d14d0">sGui</a>-><a class="code" href="class_black_core_1_1_c_application.html#a2fc648e316b31f86b7d50d0cd4356886">getGlobalSetup</a>().<a class="code" href="class_black_core_1_1_data_1_1_c_global_setup.html#a54a9578436fcb509465d8c352f6fa5de">convertToQString</a>(<span class="stringliteral">"\n"</span>, <span class="keyword">true</span>));</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  ui->pte_Info->appendPlainText(<span class="stringliteral">"\nScreen info follows:\n----"</span>);</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  ui->pte_Info->appendPlainText(<a class="code" href="class_black_gui_1_1_c_gui_utility.html#a11a2fddcdd580cf7691e3740f0d09421">CGuiUtility::screenInformation</a>(<span class="stringliteral">"\n"</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"> 32</span> } <span class="comment">// ns</span></div>
<div class="ttc" id="aaboutdialog_8h_html"><div class="ttname"><a href="aboutdialog_8h.html">aboutdialog.h</a></div></div>
<div class="ttc" id="aclass_black_core_1_1_c_application_html_a00ec99b8858352f83cf1c4e4b3a4773e"><div class="ttname"><a href="class_black_core_1_1_c_application.html#a00ec99b8858352f83cf1c4e4b3a4773e">BlackCore::CApplication::getApplicationNameVersionDetailed</a></div><div class="ttdeci">const QString & getApplicationNameVersionDetailed() const</div><div class="ttdoc">Version, name beta and dev info.</div><div class="ttdef"><b>Definition:</b> <a href="application_8cpp_source.html#l00272">application.cpp:272</a></div></div>
<div class="ttc" id="aclass_black_core_1_1_c_application_html_a2382e39c4072f15637200a9fc43d66fd"><div class="ttname"><a href="class_black_core_1_1_c_application.html#a2382e39c4072f15637200a9fc43d66fd">BlackCore::CApplication::getInfoString</a></div><div class="ttdeci">QString getInfoString(const QString &separator) const</div><div class="ttdoc">Comprehensive info.</div><div class="ttdef"><b>Definition:</b> <a href="application_8cpp_source.html#l00597">application.cpp:597</a></div></div>
<div class="ttc" id="aclass_black_core_1_1_c_application_html_a2fc648e316b31f86b7d50d0cd4356886"><div class="ttname"><a href="class_black_core_1_1_c_application.html#a2fc648e316b31f86b7d50d0cd4356886">BlackCore::CApplication::getGlobalSetup</a></div><div class="ttdeci">Data::CGlobalSetup getGlobalSetup() const</div><div class="ttdoc">Global setup.</div><div class="ttdef"><b>Definition:</b> <a href="application_8cpp_source.html#l00323">application.cpp:323</a></div></div>
<div class="ttc" id="aclass_black_core_1_1_c_application_html_af8bb4e59f7bab34dac7f0c18345cd530"><div class="ttname"><a href="class_black_core_1_1_c_application.html#af8bb4e59f7bab34dac7f0c18345cd530">BlackCore::CApplication::isShuttingDown</a></div><div class="ttdeci">bool isShuttingDown() const</div><div class="ttdoc">Is application shutting down?</div><div class="ttdef"><b>Definition:</b> <a href="application_8cpp_source.html#l00246">application.cpp:246</a></div></div>
<div class="ttc" id="aclass_black_core_1_1_data_1_1_c_global_setup_html_a54a9578436fcb509465d8c352f6fa5de"><div class="ttname"><a href="class_black_core_1_1_data_1_1_c_global_setup.html#a54a9578436fcb509465d8c352f6fa5de">BlackCore::Data::CGlobalSetup::convertToQString</a></div><div class="ttdeci">QString convertToQString(bool i18n=false) const</div><div class="ttdoc">Cast as QString.</div><div class="ttdef"><b>Definition:</b> <a href="globalsetup_8cpp_source.html#l00266">globalsetup.cpp:266</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_c_gui_utility_html_a11a2fddcdd580cf7691e3740f0d09421"><div class="ttname"><a href="class_black_gui_1_1_c_gui_utility.html#a11a2fddcdd580cf7691e3740f0d09421">BlackGui::CGuiUtility::screenInformation</a></div><div class="ttdeci">static QString screenInformation(const QString &separator="\n")</div><div class="ttdoc">Info about screens.</div><div class="ttdef"><b>Definition:</b> <a href="guiutility_8cpp_source.html#l00198">guiutility.cpp:198</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_about_dialog_html"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_about_dialog.html">BlackGui::Components::CAboutDialog</a></div><div class="ttdoc">About dialog.</div><div class="ttdef"><b>Definition:</b> <a href="aboutdialog_8h_source.html#l00021">aboutdialog.h:22</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_about_dialog_html_a5ed159cfde3eac94fdacb6631e2fd4c4"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_about_dialog.html#a5ed159cfde3eac94fdacb6631e2fd4c4">BlackGui::Components::CAboutDialog::CAboutDialog</a></div><div class="ttdeci">CAboutDialog(QWidget *parent=nullptr)</div><div class="ttdoc">Constructor.</div><div class="ttdef"><b>Definition:</b> <a href="aboutdialog_8cpp_source.html#l00012">aboutdialog.cpp:12</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_components_1_1_c_about_dialog_html_aec0462f96dd83a9d8d8bc14ba173f788"><div class="ttname"><a href="class_black_gui_1_1_components_1_1_c_about_dialog.html#aec0462f96dd83a9d8d8bc14ba173f788">BlackGui::Components::CAboutDialog::~CAboutDialog</a></div><div class="ttdeci">virtual ~CAboutDialog()</div><div class="ttdoc">Destructor.</div><div class="ttdef"><b>Definition:</b> <a href="aboutdialog_8cpp_source.html#l00019">aboutdialog.cpp:19</a></div></div>
<div class="ttc" id="aguiapplication_8h_html"><div class="ttname"><a href="guiapplication_8h.html">guiapplication.h</a></div></div>
<div class="ttc" id="aguiapplication_8h_html_a1dba1c5283e427943e3535790c3d14d0"><div class="ttname"><a href="guiapplication_8h.html#a1dba1c5283e427943e3535790c3d14d0">sGui</a></div><div class="ttdeci">BLACKGUI_EXPORT BlackGui::CGuiApplication * sGui</div><div class="ttdoc">Single instance of GUI application object.</div><div class="ttdef"><b>Definition:</b> <a href="guiapplication_8cpp_source.html#l00076">guiapplication.cpp:76</a></div></div>
<div class="ttc" id="aguiutility_8h_html"><div class="ttname"><a href="guiutility_8h.html">guiutility.h</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="aqdialog_html"><div class="ttname"><a href="http://doc.qt.io/qt-5/qdialog.html">QDialog</a></div></div>
<div class="ttc" id="aqt_html_WindowType-enum"><div class="ttname"><a href="http://doc.qt.io/qt-5/qt.html#WindowType-enum">Qt::WindowContextHelpButtonHint</a></div><div class="ttdeci">WindowContextHelpButtonHint</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 class="ttc" id="aqwidget_html_windowFlags-prop"><div class="ttname"><a href="http://doc.qt.io/qt-5/qwidget.html#windowFlags-prop">QWidget::setWindowFlags</a></div><div class="ttdeci">void setWindowFlags(Qt::WindowFlags type)</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>