GpgFrontend-Doxygen/docs/html/AboutDialog_8h_source.html
2022-05-09 03:59:26 +08:00

176 lines
19 KiB
HTML

<!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=11"/>
<meta name="generator" content="Doxygen 1.9.3"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GpgFrontend Project: src/ui/help/AboutDialog.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 id="projectrow">
<td id="projectalign">
<div id="projectname">GpgFrontend Project
</div>
<div id="projectbrief">A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'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:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(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:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('AboutDialog_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">AboutDialog.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span> </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="preprocessor">#ifndef __ABOUTDIALOG_H__</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#define __ABOUTDIALOG_H__</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#include &quot;core/GpgContext.h&quot;</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#include &quot;ui/GpgFrontendUI.h&quot;</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="preprocessor">#include &quot;ui/struct/SoftwareVersion.h&quot;</span></div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1InfoTab.html"> 42</a></span><span class="keyword">class </span><a class="code hl_class" href="classGpgFrontend_1_1UI_1_1InfoTab.html">InfoTab</a> : <span class="keyword">public</span> QWidget {</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> Q_OBJECT</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keyword">explicit</span> <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc">InfoTab</a>(QWidget* parent = <span class="keyword">nullptr</span>);</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span>};</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1TranslatorsTab.html"> 58</a></span><span class="keyword">class </span><a class="code hl_class" href="classGpgFrontend_1_1UI_1_1TranslatorsTab.html">TranslatorsTab</a> : <span class="keyword">public</span> QWidget {</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> Q_OBJECT</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="keyword">explicit</span> <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e">TranslatorsTab</a>(QWidget* parent = <span class="keyword">nullptr</span>);</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span>};</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> </div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1UpdateTab.html"> 74</a></span><span class="keyword">class </span><a class="code hl_class" href="classGpgFrontend_1_1UI_1_1UpdateTab.html">UpdateTab</a> : <span class="keyword">public</span> QWidget {</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> Q_OBJECT</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> QLabel* current_version_label_; </div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> QLabel* latest_version_label_; </div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> QLabel* upgrade_label_; </div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> QProgressBar* pb_; </div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> QString current_version_; </div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> QPushButton* download_button_; </div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="keyword">explicit</span> <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117">UpdateTab</a>(QWidget* parent = <span class="keyword">nullptr</span>);</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> </div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe">getLatestVersion</a>();</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <span class="keyword">private</span> slots:</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <span class="keywordtype">void</span> <a class="code hl_slot" href="classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4">slot_show_version_status</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structGpgFrontend_1_1UI_1_1SoftwareVersion.html">SoftwareVersion</a>&amp; version);</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> </div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> signals:</div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95"> 112</a></span> <span class="keywordtype">void</span> <a class="code hl_signal" href="classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95">SignalReplyFromUpdateServer</a>(QByteArray data);</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span>};</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> </div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1AboutDialog.html"> 119</a></span><span class="keyword">class </span><a class="code hl_class" href="classGpgFrontend_1_1UI_1_1AboutDialog.html">AboutDialog</a> : <span class="keyword">public</span> QDialog {</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> Q_OBJECT</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> </div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <span class="keyword">explicit</span> <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a">AboutDialog</a>(<span class="keywordtype">int</span> defaultIndex, QWidget* parent);</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> </div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <span class="keyword">protected</span>:</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083">showEvent</a>(QShowEvent* ev) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> </div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <a class="code hl_class" href="classGpgFrontend_1_1UI_1_1UpdateTab.html">UpdateTab</a>* update_tab_; </div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span>};</div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> </div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span>} <span class="comment">// namespace GpgFrontend::UI</span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span><span class="preprocessor">#endif </span><span class="comment">// __ABOUTDIALOG_H__</span></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1AboutDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1AboutDialog.html">GpgFrontend::UI::AboutDialog</a></div><div class="ttdoc">Class for handling the about dialog.</div><div class="ttdef"><b>Definition:</b> AboutDialog.h:119</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1AboutDialog_html_ab04683ab4c4d682af1e259705c60d85a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a">GpgFrontend::UI::AboutDialog::AboutDialog</a></div><div class="ttdeci">AboutDialog(int defaultIndex, QWidget *parent)</div><div class="ttdoc">Construct a new About Dialog object.</div><div class="ttdef"><b>Definition:</b> AboutDialog.cpp:37</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1AboutDialog_html_ab799cd5e07b06a8e953d72105c0a1083"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083">GpgFrontend::UI::AboutDialog::showEvent</a></div><div class="ttdeci">void showEvent(QShowEvent *ev) override</div><div class="ttdef"><b>Definition:</b> AboutDialog.cpp:69</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1InfoTab_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1InfoTab.html">GpgFrontend::UI::InfoTab</a></div><div class="ttdoc">Class containing the main tab of about dialog.</div><div class="ttdef"><b>Definition:</b> AboutDialog.h:42</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1InfoTab_html_a99d8b059ee28ea257981892e0b35d4cc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc">GpgFrontend::UI::InfoTab::InfoTab</a></div><div class="ttdeci">InfoTab(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Info Tab object.</div><div class="ttdef"><b>Definition:</b> AboutDialog.cpp:74</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TranslatorsTab_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TranslatorsTab.html">GpgFrontend::UI::TranslatorsTab</a></div><div class="ttdoc">Class containing the translator tab of about dialog.</div><div class="ttdef"><b>Definition:</b> AboutDialog.h:58</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TranslatorsTab_html_a89e5c7b9c17fb41b7c7bf461fb8ad99e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e">GpgFrontend::UI::TranslatorsTab::TranslatorsTab</a></div><div class="ttdeci">TranslatorsTab(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Translators Tab object.</div><div class="ttdef"><b>Definition:</b> AboutDialog.cpp:112</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1UpdateTab_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1UpdateTab.html">GpgFrontend::UI::UpdateTab</a></div><div class="ttdoc">Class containing the main tab of about dialog.</div><div class="ttdef"><b>Definition:</b> AboutDialog.h:74</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1UpdateTab_html_a1003bd969ecbc5deba940e39436968f4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4">GpgFrontend::UI::UpdateTab::slot_show_version_status</a></div><div class="ttdeci">void slot_show_version_status(const SoftwareVersion &amp;version)</div><div class="ttdef"><b>Definition:</b> AboutDialog.cpp:211</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1UpdateTab_html_a5e752e01539ccfdc6bbe41a404ddaa95"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95">GpgFrontend::UI::UpdateTab::SignalReplyFromUpdateServer</a></div><div class="ttdeci">void SignalReplyFromUpdateServer(QByteArray data)</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1UpdateTab_html_a7329657135624fc42ad80d821e11befe"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe">GpgFrontend::UI::UpdateTab::getLatestVersion</a></div><div class="ttdeci">void getLatestVersion()</div><div class="ttdoc">Get the Latest Version object.</div><div class="ttdef"><b>Definition:</b> AboutDialog.cpp:196</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1UpdateTab_html_a833c5f709607032bac530aacf389a117"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117">GpgFrontend::UI::UpdateTab::UpdateTab</a></div><div class="ttdeci">UpdateTab(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Update Tab object.</div><div class="ttdef"><b>Definition:</b> AboutDialog.cpp:144</div></div>
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a></div><div class="ttdef"><b>Definition:</b> VerifyDetailsDialog.cpp:33</div></div>
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1SoftwareVersion_html"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1SoftwareVersion.html">GpgFrontend::UI::SoftwareVersion</a></div><div class="ttdef"><b>Definition:</b> SoftwareVersion.h:39</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="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_da5c6b39c0a2f54e57df6799511cd3ab.html">ui</a></li><li class="navelem"><a class="el" href="dir_339e756bd7e594063a4f371b962f549a.html">help</a></li><li class="navelem"><b>AboutDialog.h</b></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.3 </li>
</ul>
</div>
</body>
</html>