Update Doxygen ref refs/heads/develop-2.0.7 on 2022-05-12 16:39:12

This commit is contained in:
stehu 2022-05-12 16:39:12 +00:00
parent 2cd63f1f0f
commit d495489448
449 changed files with 3210 additions and 2531 deletions

View File

@ -0,0 +1,126 @@
<!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.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GpgFrontend Project: src/core/function/CharsetOperator.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">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.8.17 -->
<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');
/* @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('CharsetOperator_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">CharsetOperator.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160; </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#ifndef GPGFRONTEND_CHARSETDETECTOR_H</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#define GPGFRONTEND_CHARSETDETECTOR_H</span></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;<span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &quot;core/GpgFrontendCore.h&quot;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; </div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend.html">GpgFrontend</a> {</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"><a class="line" href="classGpgFrontend_1_1CharsetOperator.html"> 38</a></span>&#160;<span class="keyword">class </span>GPGFRONTEND_CORE_EXPORT <a class="code" href="classGpgFrontend_1_1CharsetOperator.html">CharsetOperator</a> {</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <span class="keyword">using</span> CharsetInfo = std::tuple&lt;std::string, std::string, int&gt;;</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; </div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="keyword">static</span> CharsetInfo Detect(<span class="keyword">const</span> std::string &amp;buffer);</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> Convert2Utf8(<span class="keyword">const</span> std::string &amp;buffer, std::string &amp;out_buffer,</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; std::string from_charset_name);</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;};</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;} <span class="comment">// namespace GpgFrontend</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; </div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#endif // GPGFRONTEND_CHARSETDETECTOR_H</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="anamespaceGpgFrontend_html"><div class="ttname"><a href="namespaceGpgFrontend.html">GpgFrontend</a></div><div class="ttdef"><b>Definition:</b> CoreCommonUtil.cpp:29</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1CharsetOperator_html_a5a444a0fbd508f6af6a56f4151c21c1f"><div class="ttname"><a href="classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f">GpgFrontend::CharsetOperator::Detect</a></div><div class="ttdeci">static CharsetInfo Detect(const std::string &amp;buffer)</div><div class="ttdef"><b>Definition:</b> CharsetOperator.cpp:42</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1CharsetOperator_html"><div class="ttname"><a href="classGpgFrontend_1_1CharsetOperator.html">GpgFrontend::CharsetOperator</a></div><div class="ttdef"><b>Definition:</b> CharsetOperator.h:38</div></div>
<!-- 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_aebb8dcc11953d78e620bbef0b9e2183.html">core</a></li><li class="navelem"><a class="el" href="dir_f8a0abd6d3586538a5b71803e0ab7ffa.html">function</a></li><li class="navelem"><b>CharsetOperator.h</b></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
</html>

View File

@ -129,9 +129,9 @@ $(document).ready(function(){initNavTree('FindWidget_8h_source.html',''); initRe
</div><!-- doc-content -->
<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="aclassGpgFrontend_1_1UI_1_1FindWidget_html_af420832720942dd1e7cb3f3841c7cbfe"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe">GpgFrontend::UI::FindWidget::find_edit_</a></div><div class="ttdeci">QLineEdit * find_edit_</div><div class="ttdoc">Label holding the text shown in infoBoard.</div><div class="ttdef"><b>Definition:</b> FindWidget.h:68</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></div><div class="ttdoc">Class for handling a single tab of the tabwidget.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:43</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></div><div class="ttdoc">Class for handling a single tab of the tabwidget.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:45</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1FindWidget_html_a6e2264a989c2bb2db6bc8980b43e65f0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0">GpgFrontend::UI::FindWidget::keyPressEvent</a></div><div class="ttdeci">void keyPressEvent(QKeyEvent *e) override</div><div class="ttdef"><b>Definition:</b> FindWidget.cpp:145</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a6218e6e12bdba0228e4ab4276f7fed7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GpgFrontend::UI::PlainTextEditorPage::GetTextPage</a></div><div class="ttdeci">QPlainTextEdit * GetTextPage()</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:76</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a6218e6e12bdba0228e4ab4276f7fed7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GpgFrontend::UI::PlainTextEditorPage::GetTextPage</a></div><div class="ttdeci">QPlainTextEdit * GetTextPage()</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:79</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1FindWidget_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FindWidget.html">GpgFrontend::UI::FindWidget</a></div><div class="ttdoc">Class for handling the find widget shown at buttom of a textedit-page.</div><div class="ttdef"><b>Definition:</b> FindWidget.h:40</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1FindWidget_html_a495f281e72e5ddc10c8e944183b96dd9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9">GpgFrontend::UI::FindWidget::FindWidget</a></div><div class="ttdeci">FindWidget(QWidget *parent, PlainTextEditorPage *edit)</div><div class="ttdef"><b>Definition:</b> FindWidget.cpp:33</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1FindWidget_html_a0c531f2c673caed29225a323e750205f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f">GpgFrontend::UI::FindWidget::set_background</a></div><div class="ttdeci">void set_background()</div><div class="ttdef"><b>Definition:</b> FindWidget.cpp:61</div></div>

View File

@ -319,8 +319,8 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9ec699536a35a37961a8c6da1e231ae3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3">GpgFrontend::UI::MainWindow::SlotFileEncrypt</a></div><div class="ttdeci">void SlotFileEncrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:151</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a29a811d4d440c79c1bd2cc2bb40cdf7e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e">GpgFrontend::UI::MainWindow::slot_open_file_tab</a></div><div class="ttdeci">void slot_open_file_tab()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:58</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_abe38474d4e81726147f9df8a9721ce6e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e">GpgFrontend::UI::MainWindow::redo_act_</a></div><div class="ttdeci">QAction * redo_act_</div><div class="ttdoc">Action to redo last action.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:382</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72ed46454c833adb038c36d8d4322d18"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18">GpgFrontend::UI::TextEdit::LoadFile</a></div><div class="ttdeci">void LoadFile(const QString &amp;fileName)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:415</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3c976a5494d06c2186d94e7cc8ebe457"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457">GpgFrontend::UI::TextEdit::MaybeSaveAnyTab</a></div><div class="ttdeci">bool MaybeSaveAnyTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:304</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72ed46454c833adb038c36d8d4322d18"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18">GpgFrontend::UI::TextEdit::LoadFile</a></div><div class="ttdeci">void LoadFile(const QString &amp;fileName)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:435</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3c976a5494d06c2186d94e7cc8ebe457"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457">GpgFrontend::UI::TextEdit::MaybeSaveAnyTab</a></div><div class="ttdeci">bool MaybeSaveAnyTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:324</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_abe0683e48485f9fcff622d9519c37ed9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9">GpgFrontend::UI::MainWindow::quit_act_</a></div><div class="ttdeci">QAction * quit_act_</div><div class="ttdoc">Action to quit application.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:359</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a313a5d7d0847114a6f11e4d7870edd86"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86">GpgFrontend::UI::MainWindow::cut_pgp_header_act_</a></div><div class="ttdeci">QAction * cut_pgp_header_act_</div><div class="ttdoc">Action for cutting the PGP header.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:391</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0ab96012df041f2c2e47092db0600355"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355">GpgFrontend::UI::MainWindow::create_actions</a></div><div class="ttdeci">void create_actions()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:34</div></div>
@ -429,7 +429,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1InfoBoardWidget_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1InfoBoardWidget.html">GpgFrontend::UI::InfoBoardWidget</a></div><div class="ttdoc">Class for handling the verify label shown at bottom of a textedit-page.</div><div class="ttdef"><b>Definition:</b> InfoBoardWidget.h:53</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ae2d89e2cc6c99ff0e16b396d2381f904"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904">GpgFrontend::UI::MainWindow::slot_decrypt</a></div><div class="ttdeci">void slot_decrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:182</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignalStation_html_a7b5fb2e2c0ad238313650a08ea648ce3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3">GpgFrontend::UI::SignalStation::SignalRefreshStatusBar</a></div><div class="ttdeci">void SignalRefreshStatusBar(const QString &amp;message, int timeout)</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a7aa1230fbf796225bd6b83d381e11a3b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b">GpgFrontend::UI::TextEdit::CurTextPage</a></div><div class="ttdeci">PlainTextEditorPage * CurTextPage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:359</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a7aa1230fbf796225bd6b83d381e11a3b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b">GpgFrontend::UI::TextEdit::CurTextPage</a></div><div class="ttdeci">PlainTextEditorPage * CurTextPage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:379</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ad7b22560df7e3bb38b660d3ffc84dc83"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83">GpgFrontend::UI::MainWindow::open_key_management_act_</a></div><div class="ttdeci">QAction * open_key_management_act_</div><div class="ttdoc">Action to open key management.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:374</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a304efe91afa31b32725caa00c27475a4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4">GpgFrontend::UI::MainWindow::slot_encrypt_sign</a></div><div class="ttdeci">void slot_encrypt_sign()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:275</div></div>
<!-- start footer part -->

View File

@ -90,77 +90,90 @@ $(document).ready(function(){initNavTree('PlainTextEditorPage_8h_source.html',''
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#ifndef __EDITORPAGE_H__</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#define __EDITORPAGE_H__</span></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;<span class="preprocessor">#include &quot;core/GpgConstants.h&quot;</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#include &quot;ui/GpgFrontendUI.h&quot;</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="keyword">class </span>Ui_PlainTextEditor;</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &quot;core/GpgConstants.h&quot;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#include &quot;ui/GpgFrontendUI.h&quot;</span></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;<span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keyword">class </span>Ui_PlainTextEditor;</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; </div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html"> 43</a></span>&#160;<span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">PlainTextEditorPage</a> : <span class="keyword">public</span> QWidget {</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; Q_OBJECT</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a68a9460aabd6cbcb2af9420dd2d96e0c">PlainTextEditorPage</a>(QString file_path = <span class="stringliteral">&quot;&quot;</span>,</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; QWidget* parent = <span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; </div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; [[nodiscard]] <span class="keyword">const</span> QString&amp; <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf">GetFilePath</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; </div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe">SetFilePath</a>(<span class="keyword">const</span> QString&amp; filePath);</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; QPlainTextEdit* <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GetTextPage</a>();</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; </div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a">ShowNotificationWidget</a>(QWidget* widget, <span class="keyword">const</span> <span class="keywordtype">char</span>* className);</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; </div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700">CloseNoteByClass</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* className);</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; </div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keywordtype">void</span> ReadFile();</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; </div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce"> 99</a></span>&#160; [[nodiscard]] <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce">ReadDone</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> this-&gt;read_done_; }</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; </div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; <span class="keywordtype">void</span> PrepareToDestroy();</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; std::shared_ptr&lt;Ui_PlainTextEditor&gt; ui_; </div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db"> 109</a></span>&#160; QString <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db">full_file_path_</a>; </div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358"> 110</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358">sign_marked_</a>{}; </div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <span class="keywordtype">bool</span> read_done_ = <span class="keyword">false</span>; </div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; QThread* read_thread_ = <span class="keyword">nullptr</span>; </div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="keywordtype">bool</span> binary_mode_ = <span class="keyword">false</span>; </div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; <span class="keywordtype">size_t</span> read_bytes_ = 0; </div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; </div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58">detect_encoding</a>(<span class="keyword">const</span> std::string&amp; data);</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; </div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a770be847f7d01556a2674972f848e1aa">detect_cr_lf</a>(<span class="keyword">const</span> QString&amp; data);</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; </div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <span class="keyword">private</span> slots:</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; </div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2">slot_format_gpg_header</a>();</div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; </div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28">slot_insert_text</a>(<span class="keyword">const</span> std::string&amp; data);</div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;};</div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; </div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;} <span class="comment">// namespace GpgFrontend::UI</span></div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; </div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;<span class="preprocessor">#endif // __EDITORPAGE_H__</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; </div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html"> 45</a></span>&#160;<span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">PlainTextEditorPage</a> : <span class="keyword">public</span> QWidget {</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; Q_OBJECT</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1">PlainTextEditorPage</a>(QString file_path = {},</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; QWidget* parent = <span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; [[nodiscard]] <span class="keyword">const</span> QString&amp; <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf">GetFilePath</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; </div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe">SetFilePath</a>(<span class="keyword">const</span> QString&amp; filePath);</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; QPlainTextEdit* <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GetTextPage</a>();</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a">ShowNotificationWidget</a>(QWidget* widget, <span class="keyword">const</span> <span class="keywordtype">char</span>* className);</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; </div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700">CloseNoteByClass</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* className);</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; </div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <span class="keywordtype">void</span> ReadFile();</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; </div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce"> 101</a></span>&#160; [[nodiscard]] <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce">ReadDone</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> this-&gt;read_done_; }</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <span class="keywordtype">void</span> PrepareToDestroy();</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; </div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267">WillCharsetChange</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; </div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5">NotifyFileSaved</a>();</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; </div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; std::shared_ptr&lt;Ui_PlainTextEditor&gt; ui_; </div>
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db"> 123</a></span>&#160; QString <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db">full_file_path_</a>; </div>
<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358"> 124</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358">sign_marked_</a>{}; </div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keywordtype">bool</span> read_done_ = <span class="keyword">false</span>; </div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; QThread* read_thread_ = <span class="keyword">nullptr</span>; </div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <span class="keywordtype">bool</span> binary_mode_ = <span class="keyword">false</span>; </div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; <span class="keywordtype">size_t</span> read_bytes_ = 0; </div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; std::string charset_name_; </div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; std::string language_name_; </div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; int32_t charset_confidence_; </div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; <span class="keywordtype">bool</span> is_crlf_ = <span class="keyword">false</span>; </div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; </div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58">detect_encoding</a>(<span class="keyword">const</span> std::string&amp; data);</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; </div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c">detect_cr_lf</a>(<span class="keyword">const</span> std::string&amp; data);</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; </div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; <span class="keyword">private</span> slots:</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; </div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2">slot_format_gpg_header</a>();</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; </div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28">slot_insert_text</a>(<span class="keyword">const</span> std::string&amp; data);</div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;};</div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; </div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;} <span class="comment">// namespace GpgFrontend::UI</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; </div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;<span class="preprocessor">#endif // __EDITORPAGE_H__</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aa9e82690824c82e7628ba4ace9d6e2fe"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe">GpgFrontend::UI::PlainTextEditorPage::SetFilePath</a></div><div class="ttdeci">void SetFilePath(const QString &amp;filePath)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:78</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aa9e82690824c82e7628ba4ace9d6e2fe"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe">GpgFrontend::UI::PlainTextEditorPage::SetFilePath</a></div><div class="ttdeci">void SetFilePath(const QString &amp;filePath)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:101</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="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aff81f0f98a399fa55b6b0ebf2230d4cf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf">GpgFrontend::UI::PlainTextEditorPage::GetFilePath</a></div><div class="ttdeci">const QString &amp; GetFilePath() const</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:72</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_af5dfdfd48ef64cc46e524ec70a22fe3a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a">GpgFrontend::UI::PlainTextEditorPage::ShowNotificationWidget</a></div><div class="ttdeci">void ShowNotificationWidget(QWidget *widget, const char *className)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:82</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a8ba8f52aa2d1102d3513fdf0f4760b28"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28">GpgFrontend::UI::PlainTextEditorPage::slot_insert_text</a></div><div class="ttdeci">void slot_insert_text(const std::string &amp;data)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:184</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aff81f0f98a399fa55b6b0ebf2230d4cf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf">GpgFrontend::UI::PlainTextEditorPage::GetFilePath</a></div><div class="ttdeci">const QString &amp; GetFilePath() const</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:75</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_af5dfdfd48ef64cc46e524ec70a22fe3a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a">GpgFrontend::UI::PlainTextEditorPage::ShowNotificationWidget</a></div><div class="ttdeci">void ShowNotificationWidget(QWidget *widget, const char *className)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:105</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a8ba8f52aa2d1102d3513fdf0f4760b28"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28">GpgFrontend::UI::PlainTextEditorPage::slot_insert_text</a></div><div class="ttdeci">void slot_insert_text(const std::string &amp;data)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:206</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a8759224e57d4c322933ed3df6d96e5f1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1">GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage</a></div><div class="ttdeci">PlainTextEditorPage(QString file_path={}, QWidget *parent=nullptr)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:39</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1FileReadThread_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FileReadThread.html">GpgFrontend::UI::FileReadThread</a></div><div class="ttdef"><b>Definition:</b> FileReadThread.h:38</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aee4f46e54f29da671838ed232e526700"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700">GpgFrontend::UI::PlainTextEditorPage::CloseNoteByClass</a></div><div class="ttdeci">void CloseNoteByClass(const char *className)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:88</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a4f94e9ef7889a169bda5a47b7f657358"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358">GpgFrontend::UI::PlainTextEditorPage::sign_marked_</a></div><div class="ttdeci">bool sign_marked_</div><div class="ttdoc">true, if the signed header is marked, false if not</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:110</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a68a9460aabd6cbcb2af9420dd2d96e0c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a68a9460aabd6cbcb2af9420dd2d96e0c">GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage</a></div><div class="ttdeci">PlainTextEditorPage(QString file_path=&quot;&quot;, QWidget *parent=nullptr)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:39</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a770be847f7d01556a2674972f848e1aa"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a770be847f7d01556a2674972f848e1aa">GpgFrontend::UI::PlainTextEditorPage::detect_cr_lf</a></div><div class="ttdeci">void detect_cr_lf(const QString &amp;data)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:248</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></div><div class="ttdoc">Class for handling a single tab of the tabwidget.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:43</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a14b7431a786ce59e98576e3680cb9a58"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58">GpgFrontend::UI::PlainTextEditorPage::detect_encoding</a></div><div class="ttdeci">void detect_encoding(const std::string &amp;data)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:224</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_af08be6a1eaec76403b12dc6e42df546c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c">GpgFrontend::UI::PlainTextEditorPage::detect_cr_lf</a></div><div class="ttdeci">void detect_cr_lf(const std::string &amp;data)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:287</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aee4f46e54f29da671838ed232e526700"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700">GpgFrontend::UI::PlainTextEditorPage::CloseNoteByClass</a></div><div class="ttdeci">void CloseNoteByClass(const char *className)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:111</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a4f94e9ef7889a169bda5a47b7f657358"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358">GpgFrontend::UI::PlainTextEditorPage::sign_marked_</a></div><div class="ttdeci">bool sign_marked_</div><div class="ttdoc">true, if the signed header is marked, false if not</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:124</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></div><div class="ttdoc">Class for handling a single tab of the tabwidget.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:45</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a14b7431a786ce59e98576e3680cb9a58"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58">GpgFrontend::UI::PlainTextEditorPage::detect_encoding</a></div><div class="ttdeci">void detect_encoding(const std::string &amp;data)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:263</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1CharsetOperator_html_a5a444a0fbd508f6af6a56f4151c21c1f"><div class="ttname"><a href="classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f">GpgFrontend::CharsetOperator::Detect</a></div><div class="ttdeci">static CharsetInfo Detect(const std::string &amp;buffer)</div><div class="ttdef"><b>Definition:</b> CharsetOperator.cpp:42</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1FileReadThread_html_a152a32021b66ea7de5aaf8cf6376c9ab"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FileReadThread.html#a152a32021b66ea7de5aaf8cf6376c9ab">GpgFrontend::UI::FileReadThread::SignalSendReadBlock</a></div><div class="ttdeci">void SignalSendReadBlock(const std::string &amp;block)</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a45267bcfc8fc83851894061c0fe2a9c2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2">GpgFrontend::UI::PlainTextEditorPage::slot_format_gpg_header</a></div><div class="ttdeci">void slot_format_gpg_header()</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:97</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a6218e6e12bdba0228e4ab4276f7fed7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GpgFrontend::UI::PlainTextEditorPage::GetTextPage</a></div><div class="ttdeci">QPlainTextEdit * GetTextPage()</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:76</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_ae867b6329fcb1978479a9d70f7b017db"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db">GpgFrontend::UI::PlainTextEditorPage::full_file_path_</a></div><div class="ttdeci">QString full_file_path_</div><div class="ttdoc">The path to the file handled in the tab.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:109</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_ac1902b063decfeebe7f0908cbfe618ce"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce">GpgFrontend::UI::PlainTextEditorPage::ReadDone</a></div><div class="ttdeci">bool ReadDone() const</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:99</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a45267bcfc8fc83851894061c0fe2a9c2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2">GpgFrontend::UI::PlainTextEditorPage::slot_format_gpg_header</a></div><div class="ttdeci">void slot_format_gpg_header()</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:120</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a6218e6e12bdba0228e4ab4276f7fed7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GpgFrontend::UI::PlainTextEditorPage::GetTextPage</a></div><div class="ttdeci">QPlainTextEdit * GetTextPage()</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:79</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a1c1c0174ed1ed9c5a90739eafc5c3267"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267">GpgFrontend::UI::PlainTextEditorPage::WillCharsetChange</a></div><div class="ttdeci">bool WillCharsetChange() const</div><div class="ttdoc">detect if the charset of the file will change</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:81</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_ae867b6329fcb1978479a9d70f7b017db"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db">GpgFrontend::UI::PlainTextEditorPage::full_file_path_</a></div><div class="ttdeci">QString full_file_path_</div><div class="ttdoc">The path to the file handled in the tab.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:123</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_ac1902b063decfeebe7f0908cbfe618ce"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce">GpgFrontend::UI::PlainTextEditorPage::ReadDone</a></div><div class="ttdeci">bool ReadDone() const</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:101</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a29b3d63ba9590e775f42c779c76102e5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5">GpgFrontend::UI::PlainTextEditorPage::NotifyFileSaved</a></div><div class="ttdeci">void NotifyFileSaved()</div><div class="ttdoc">notify the user that the file has been saved.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:92</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>

View File

@ -121,18 +121,18 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a57d0a4dba23cd3d9b42222d40c710dc1"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1">GpgFrontend::UI::process_tarball_into_directory</a></div><div class="ttdeci">bool process_tarball_into_directory(QWidget *parent, std::filesystem::path &amp;path)</div><div class="ttdoc">convert directory into tarball</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:67</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ad27dcf3f534f13d8df71df680c4d177c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c">GpgFrontend::UI::MainWindow::upload_key_to_server</a></div><div class="ttdeci">void upload_key_to_server()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:496</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="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3599bd01636a873cf3437ab6b9d38780"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780">GpgFrontend::UI::TextEdit::SlotCopy</a></div><div class="ttdeci">void SlotCopy() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:519</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa30daf558cb85bbdcad55a805a106109"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109">GpgFrontend::UI::TextEdit::CurFilePage</a></div><div class="ttdeci">FilePage * CurFilePage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:363</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3599bd01636a873cf3437ab6b9d38780"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780">GpgFrontend::UI::TextEdit::SlotCopy</a></div><div class="ttdeci">void SlotCopy() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:539</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa30daf558cb85bbdcad55a805a106109"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109">GpgFrontend::UI::TextEdit::CurFilePage</a></div><div class="ttdeci">FilePage * CurFilePage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:383</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgFileOpera_html_a350df1c07c054625c4755a78e6ca5ca8"><div class="ttname"><a href="classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8">GpgFrontend::GpgFileOpera::SignFile</a></div><div class="ttdeci">static GpgError SignFile(KeyListPtr keys, const std::string &amp;in_path, const std::string &amp;out_path, GpgSignResult &amp;result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)</div><div class="ttdef"><b>Definition:</b> GpgFileOpera.cpp:103</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a7a4b6490038470a8849231e48282da98"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98">GpgFrontend::UI::MainWindow::save_settings</a></div><div class="ttdeci">void save_settings()</div><div class="ttdef"><b>Definition:</b> MainWindow.cpp:272</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9ec699536a35a37961a8c6da1e231ae3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3">GpgFrontend::UI::MainWindow::SlotFileEncrypt</a></div><div class="ttdeci">void SlotFileEncrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:151</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a29a811d4d440c79c1bd2cc2bb40cdf7e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e">GpgFrontend::UI::MainWindow::slot_open_file_tab</a></div><div class="ttdeci">void slot_open_file_tab()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:58</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_af5dfdfd48ef64cc46e524ec70a22fe3a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a">GpgFrontend::UI::PlainTextEditorPage::ShowNotificationWidget</a></div><div class="ttdeci">void ShowNotificationWidget(QWidget *widget, const char *className)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:82</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_af5dfdfd48ef64cc46e524ec70a22fe3a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a">GpgFrontend::UI::PlainTextEditorPage::ShowNotificationWidget</a></div><div class="ttdeci">void ShowNotificationWidget(QWidget *widget, const char *className)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:105</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_abe38474d4e81726147f9df8a9721ce6e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e">GpgFrontend::UI::MainWindow::redo_act_</a></div><div class="ttdeci">QAction * redo_act_</div><div class="ttdoc">Action to redo last action.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:382</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgKeyImportExporter_html_aa9fbda8f6c3fa36a503075d7a124fa3f"><div class="ttname"><a href="classGpgFrontend_1_1GpgKeyImportExporter.html#aa9fbda8f6c3fa36a503075d7a124fa3f">GpgFrontend::GpgKeyImportExporter::ExportKeys</a></div><div class="ttdeci">bool ExportKeys(KeyIdArgsListPtr &amp;uid_list, ByteArrayPtr &amp;out_buffer, bool secret=false) const</div><div class="ttdef"><b>Definition:</b> GpgKeyImportExporter.cpp:71</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgBasicOperator_html_a9ea9e81194917e08f46eb657281b7953"><div class="ttname"><a href="classGpgFrontend_1_1GpgBasicOperator.html#a9ea9e81194917e08f46eb657281b7953">GpgFrontend::GpgBasicOperator::Decrypt</a></div><div class="ttdeci">gpgme_error_t Decrypt(BypeArrayRef in_buffer, ByteArrayPtr &amp;out_buffer, GpgDecrResult &amp;result)</div><div class="ttdoc">Call the interface provided by gpgme for decryption operation.</div><div class="ttdef"><b>Definition:</b> GpgBasicOperator.cpp:64</div></div>
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a5470872566b41ce628f64039f34b964a"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a">GpgFrontend::UI::process_directory_into_tarball</a></div><div class="ttdeci">bool process_directory_into_tarball(QWidget *parent, QString &amp;path)</div><div class="ttdoc">convert tarball into directory</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:114</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3c976a5494d06c2186d94e7cc8ebe457"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457">GpgFrontend::UI::TextEdit::MaybeSaveAnyTab</a></div><div class="ttdeci">bool MaybeSaveAnyTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:304</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3c976a5494d06c2186d94e7cc8ebe457"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457">GpgFrontend::UI::TextEdit::MaybeSaveAnyTab</a></div><div class="ttdeci">bool MaybeSaveAnyTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:324</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_abe0683e48485f9fcff622d9519c37ed9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9">GpgFrontend::UI::MainWindow::quit_act_</a></div><div class="ttdeci">QAction * quit_act_</div><div class="ttdoc">Action to quit application.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:359</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a313a5d7d0847114a6f11e4d7870edd86"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86">GpgFrontend::UI::MainWindow::cut_pgp_header_act_</a></div><div class="ttdeci">QAction * cut_pgp_header_act_</div><div class="ttdoc">Action for cutting the PGP header.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:391</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0ab96012df041f2c2e47092db0600355"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355">GpgFrontend::UI::MainWindow::create_actions</a></div><div class="ttdeci">void create_actions()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:34</div></div>
@ -145,17 +145,17 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a15335d38187ddf580b7200d856768cfb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb">GpgFrontend::UI::TextEdit::SlotOpen</a></div><div class="ttdeci">void SlotOpen()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:110</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgFileOpera_html_a234d939ae0b2c3f799dd01130fad9379"><div class="ttname"><a href="classGpgFrontend_1_1GpgFileOpera.html#a234d939ae0b2c3f799dd01130fad9379">GpgFrontend::GpgFileOpera::EncryptFile</a></div><div class="ttdeci">static unsigned int EncryptFile(KeyListPtr keys, const std::string &amp;in_path, const std::string &amp;out_path, GpgEncrResult &amp;result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)</div><div class="ttdoc">Encrypted file.</div><div class="ttdef"><b>Definition:</b> GpgFileOpera.cpp:40</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a38f243880cfb9276545b08f0730811e7"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7">GpgFrontend::UI::MainWindow::key_tool_bar_</a></div><div class="ttdeci">QToolBar * key_tool_bar_</div><div class="ttdoc">Toolbar holding key operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:343</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aee4f46e54f29da671838ed232e526700"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700">GpgFrontend::UI::PlainTextEditorPage::CloseNoteByClass</a></div><div class="ttdeci">void CloseNoteByClass(const char *className)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:88</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae1e710c6722910b8d35df97aaabb3162"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162">GpgFrontend::UI::TextEdit::SlotCut</a></div><div class="ttdeci">void SlotCut() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:511</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aee4f46e54f29da671838ed232e526700"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700">GpgFrontend::UI::PlainTextEditorPage::CloseNoteByClass</a></div><div class="ttdeci">void CloseNoteByClass(const char *className)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:111</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae1e710c6722910b8d35df97aaabb3162"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162">GpgFrontend::UI::TextEdit::SlotCut</a></div><div class="ttdeci">void SlotCut() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:531</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1InfoBoardWidget_html_a7d7504339221bd680fb18698dd829b32"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32">GpgFrontend::UI::InfoBoardWidget::ResetOptionActionsMenu</a></div><div class="ttdeci">void ResetOptionActionsMenu()</div><div class="ttdef"><b>Definition:</b> InfoBoardWidget.cpp:129</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0e9920cf0fc974ac2f70d3f039f009f2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2">GpgFrontend::UI::MainWindow::view_menu_</a></div><div class="ttdeci">QMenu * view_menu_</div><div class="ttdoc">Submenu for view operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:331</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 class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a9ab218dde057182cb4911c4792acd925"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925">GpgFrontend::UI::import_unknown_key_from_keyserver</a></div><div class="ttdeci">void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &amp;verify_res)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:57</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a14433405831283cd95091d741614d03b"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings</a></div><div class="ttdeci">libconfig::Setting &amp; GetUISettings() noexcept</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:68</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af08c62c38a750382ee218191c8e13f4f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f">GpgFrontend::UI::MainWindow::file_menu_</a></div><div class="ttdeci">QMenu * file_menu_</div><div class="ttdoc">Submenu for file-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:326</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a48351dc1529da3b8da311f65b735b5f1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1">GpgFrontend::UI::TextEdit::SlotCurPageTextEdit</a></div><div class="ttdeci">PlainTextEditorPage * SlotCurPageTextEdit() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:374</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a48351dc1529da3b8da311f65b735b5f1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1">GpgFrontend::UI::TextEdit::SlotCurPageTextEdit</a></div><div class="ttdeci">PlainTextEditorPage * SlotCurPageTextEdit() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:394</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0cded37ef6e07856bbe439b0e90db839"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839">GpgFrontend::UI::MainWindow::sign_act_</a></div><div class="ttdeci">QAction * sign_act_</div><div class="ttdoc">Action to sign text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:364</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae2b3bf422789d56087face98b6a9e929"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929">GpgFrontend::UI::TextEdit::SlotRedo</a></div><div class="ttdeci">void SlotRedo() const</div><div class="ttdoc">redo last change in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:545</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae2b3bf422789d56087face98b6a9e929"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929">GpgFrontend::UI::TextEdit::SlotRedo</a></div><div class="ttdeci">void SlotRedo() const</div><div class="ttdoc">redo last change in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:565</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a73ddb7feb1f70eac44e038c3dc925fec"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec">GpgFrontend::UI::KeyList::AddListGroupTab</a></div><div class="ttdeci">void AddListGroupTab(const QString &amp;name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function&lt; bool(const GpgKey &amp;)&gt; &amp;filter=[](const GpgKey &amp;) -&gt; bool { return true;})</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:96</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a76bf3784d751db78ed13bd9962e14472"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472">GpgFrontend::UI::MainWindow::slot_append_selected_keys</a></div><div class="ttdeci">void slot_append_selected_keys()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:449</div></div>
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a915af1392056ddeb14099632d9679fc4"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a915af1392056ddeb14099632d9679fc4">GpgFrontend::UI::process_operation</a></div><div class="ttdeci">void process_operation(QWidget *parent, const std::string &amp;waiting_title, const std::function&lt; void()&gt; &amp;func)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:112</div></div>
@ -164,7 +164,7 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a3bc26cc1e0f00f0ce2f95c0b6c8778d8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8">GpgFrontend::UI::CommonUtils::SlotImportKeys</a></div><div class="ttdeci">void SlotImportKeys(QWidget *parent, const std::string &amp;in_buffer)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:164</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9dd292f55fba1fe62c83508fef7e43a1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1">GpgFrontend::UI::MainWindow::about_act_</a></div><div class="ttdeci">QAction * about_act_</div><div class="ttdoc">Action to open about dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:385</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1e0d23d361b8e339ca85410db2bdfb64"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64">GpgFrontend::UI::MainWindow::file_tool_bar_</a></div><div class="ttdeci">QToolBar * file_tool_bar_</div><div class="ttdoc">Toolbar holding file actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:339</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72014409d407c161b048e07c061b4cf9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9">GpgFrontend::UI::TextEdit::SlotCurPageFileTreeView</a></div><div class="ttdeci">FilePage * SlotCurPageFileTreeView() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:380</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72014409d407c161b048e07c061b4cf9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9">GpgFrontend::UI::TextEdit::SlotCurPageFileTreeView</a></div><div class="ttdeci">FilePage * SlotCurPageFileTreeView() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:400</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_adfa3b3ae1de1fd04c5ea09e3c97c3e98"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98">GpgFrontend::UI::MainWindow::refresh_keys_from_key_server</a></div><div class="ttdeci">void refresh_keys_from_key_server()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:487</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a3cb7daedbef61c1be27635c9ebc9e689"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689">GpgFrontend::UI::MainWindow::zoom_in_act_</a></div><div class="ttdeci">QAction * zoom_in_act_</div><div class="ttdoc">Action to zoom in.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:383</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9fbd8a2f5b2b5869276db83a4ad20216"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216">GpgFrontend::UI::MainWindow::create_menus</a></div><div class="ttdeci">void create_menus()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:315</div></div>
@ -184,16 +184,16 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a4a1edafb8c67b181ff3c29394147571d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d">GpgFrontend::UI::MainWindow::open_act_</a></div><div class="ttdeci">QAction * open_act_</div><div class="ttdoc">Action to open file.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:353</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8d6fe32ab64797459443ed285d769745"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745">GpgFrontend::UI::MainWindow::import_key_menu_</a></div><div class="ttdeci">QMenu * import_key_menu_</div><div class="ttdoc">Submenu for import operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:332</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a2417c807356e3b876ecb2f572568670b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b">GpgFrontend::UI::MainWindow::encrypt_sign_act_</a></div><div class="ttdeci">QAction * encrypt_sign_act_</div><div class="ttdoc">Action to encrypt and sign text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:361</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6c814253dfc061bfdae0fa71c6196c55"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55">GpgFrontend::UI::TextEdit::SlotSelectAll</a></div><div class="ttdeci">void SlotSelectAll() const</div><div class="ttdoc">select all in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:573</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6c814253dfc061bfdae0fa71c6196c55"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55">GpgFrontend::UI::TextEdit::SlotSelectAll</a></div><div class="ttdeci">void SlotSelectAll() const</div><div class="ttdoc">select all in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:593</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a62ea61c38e758022ba655c6faf54322b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b">GpgFrontend::UI::MainWindow::paste_act_</a></div><div class="ttdeci">QAction * paste_act_</div><div class="ttdoc">Action to paste text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:378</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ae11d01211c2914ecc148e13dd7de506e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e">GpgFrontend::UI::MainWindow::slot_encrypt</a></div><div class="ttdeci">void slot_encrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:42</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html">GpgFrontend::UI::KeyMgmt</a></div><div class="ttdef"><b>Definition:</b> KeyMgmt.h:45</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgVerifyResultAnalyse_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgVerifyResultAnalyse.html">GpgFrontend::GpgVerifyResultAnalyse</a></div><div class="ttdef"><b>Definition:</b> GpgVerifyResultAnalyse.h:40</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af466ec2b8ab3f695d206efc0574bbe20"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20">GpgFrontend::UI::TextEdit::SlotFillTextEditWithText</a></div><div class="ttdeci">void SlotFillTextEditWithText(const QString &amp;text) const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:407</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af466ec2b8ab3f695d206efc0574bbe20"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20">GpgFrontend::UI::TextEdit::SlotFillTextEditWithText</a></div><div class="ttdeci">void SlotFillTextEditWithText(const QString &amp;text) const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:427</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html">GpgFrontend::UI::KeyServerImportDialog</a></div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.h:43</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aac320aef3b49cd068544aac54b927f7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a">GpgFrontend::UI::MainWindow::crypt_tool_bar_</a></div><div class="ttdeci">QToolBar * crypt_tool_bar_</div><div class="ttdoc">Toolbar holding crypt actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:338</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af763a506aed7d0fb2125d1859583b853"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853">GpgFrontend::UI::MainWindow::steganography_menu_</a></div><div class="ttdeci">QMenu * steganography_menu_</div><div class="ttdoc">Submenu for steganography operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:337</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6a02fce9dc4039c982d6dd19231517ee"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee">GpgFrontend::UI::TextEdit::SlotQuote</a></div><div class="ttdeci">void SlotQuote() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:385</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6a02fce9dc4039c982d6dd19231517ee"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee">GpgFrontend::UI::TextEdit::SlotQuote</a></div><div class="ttdeci">void SlotQuote() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:405</div></div>
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1SoftwareVersion_html_a587a3fdb047a15c3771c2af5eebdbf4b"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b">GpgFrontend::UI::SoftwareVersion::VersionWithDrawn</a></div><div class="ttdeci">bool VersionWithDrawn() const</div><div class="ttdef"><b>Definition:</b> SoftwareVersion.h:68</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SettingsObject_html_a5ddcc2e0bc6d4c2f88e6e00371d4792e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e">GpgFrontend::UI::SettingsObject::Check</a></div><div class="ttdeci">nlohmann::json &amp; Check(const std::string &amp;key, const nlohmann::json &amp;default_value)</div><div class="ttdef"><b>Definition:</b> SettingsObject.cpp:31</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a70397629ae3ffe039051b80a099c7979"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979">GpgFrontend::UI::MainWindow::zoom_out_act_</a></div><div class="ttdeci">QAction * zoom_out_act_</div><div class="ttdoc">Action to zoom out.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:384</div></div>
@ -201,17 +201,17 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_adaa66d9cdc51c946efc99bb94deda31c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c">GpgFrontend::UI::MainWindow::key_list_dock_</a></div><div class="ttdeci">QDockWidget * key_list_dock_</div><div class="ttdoc">Encrypt Dock.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:346</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a033d448541b44fa48b76dec828a4eb0e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e">GpgFrontend::UI::MainWindow::slot_show_key_details</a></div><div class="ttdeci">void slot_show_key_details()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:475</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8f9dd7edba23321a13ed630cdef7fdcc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc">GpgFrontend::UI::MainWindow::print_act_</a></div><div class="ttdeci">QAction * print_act_</div><div class="ttdoc">Action to print.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:357</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa2230418dc8f72c400f5a90082a983c9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9">GpgFrontend::UI::TextEdit::SlotPaste</a></div><div class="ttdeci">void SlotPaste() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:529</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa2230418dc8f72c400f5a90082a983c9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9">GpgFrontend::UI::TextEdit::SlotPaste</a></div><div class="ttdeci">void SlotPaste() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:549</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a85a98a1ec5418c110201980fa013d1fd"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd">GpgFrontend::UI::MainWindow::SetCryptoMenuStatus</a></div><div class="ttdeci">void SetCryptoMenuStatus(CryptoMenu::OperationType type)</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:191</div></div>
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1SoftwareVersion_html_a43663cd2d086299a0f0304f5bde9c663"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663">GpgFrontend::UI::SoftwareVersion::CurrentVersionReleased</a></div><div class="ttdeci">bool CurrentVersionReleased() const</div><div class="ttdef"><b>Definition:</b> SoftwareVersion.h:79</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1d61ea803e6c825bd54f42ba9ae85919"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919">GpgFrontend::UI::MainWindow::slot_decrypt_verify</a></div><div class="ttdeci">void slot_decrypt_verify()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:374</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a02fa44ba0c56f3f6ae125f8490faf254"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254">GpgFrontend::UI::TextEdit::SlotSaveAs</a></div><div class="ttdeci">bool SlotSaveAs()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:199</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a02fa44ba0c56f3f6ae125f8490faf254"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254">GpgFrontend::UI::TextEdit::SlotSaveAs</a></div><div class="ttdeci">bool SlotSaveAs()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:219</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af93d72eaf58326f1f9e926752c6b1fc6"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6">GpgFrontend::UI::MainWindow::slot_copy_mail_address_to_clipboard</a></div><div class="ttdeci">void slot_copy_mail_address_to_clipboard()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:462</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af1e364b513f566c743a5d36c19098762"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762">GpgFrontend::UI::TextEdit::SlotSwitchTabUp</a></div><div class="ttdeci">void SlotSwitchTabUp() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:474</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af1e364b513f566c743a5d36c19098762"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762">GpgFrontend::UI::TextEdit::SlotSwitchTabUp</a></div><div class="ttdeci">void SlotSwitchTabUp() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:494</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a88af746cd550792ab6095d2ebbd29b41"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41">GpgFrontend::UI::MainWindow::switch_tab_down_act_</a></div><div class="ttdeci">QAction * switch_tab_down_act_</div><div class="ttdoc">Action to switch tab down.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:352</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_adca2bbfa746b5598f2a4f74026b84224"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224">GpgFrontend::UI::TextEdit::SlotPrint</a></div><div class="ttdeci">void SlotPrint()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:440</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_adca2bbfa746b5598f2a4f74026b84224"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224">GpgFrontend::UI::TextEdit::SlotPrint</a></div><div class="ttdeci">void SlotPrint()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:460</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SettingsObject_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SettingsObject.html">GpgFrontend::UI::SettingsObject</a></div><div class="ttdoc">The SettingsObject class This class is used to store settings for the application securely.</div><div class="ttdef"><b>Definition:</b> SettingsObject.h:43</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a4a81e69f6dc74ea649ca9a2358342fd5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5">GpgFrontend::UI::TextEdit::SlotUndo</a></div><div class="ttdeci">void SlotUndo() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:537</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a4a81e69f6dc74ea649ca9a2358342fd5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5">GpgFrontend::UI::TextEdit::SlotUndo</a></div><div class="ttdeci">void SlotUndo() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:557</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8bcdcbe678b8dc0837fffda2ebfe79bf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf">GpgFrontend::UI::MainWindow::SlotFileSign</a></div><div class="ttdeci">void SlotFileSign()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:355</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a1bcca32b18c539a2ae83c30fc07db544"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544">GpgFrontend::UI::KeyList::GetSelected</a></div><div class="ttdeci">KeyIdArgsListPtr GetSelected()</div><div class="ttdoc">Get the Selected object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:251</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a057526790f6b2f6288c3a35322c34d8d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d">GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile</a></div><div class="ttdeci">void SlotImportKeyFromFile(QWidget *parent)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:172</div></div>
@ -229,7 +229,7 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
<div class="ttc" id="aclassGpgFrontend_1_1GpgBasicOperator_html_a8f4ef57e941a066ad9d070eee51e2073"><div class="ttname"><a href="classGpgFrontend_1_1GpgBasicOperator.html#a8f4ef57e941a066ad9d070eee51e2073">GpgFrontend::GpgBasicOperator::EncryptSymmetric</a></div><div class="ttdeci">gpg_error_t EncryptSymmetric(BypeArrayRef in_buffer, ByteArrayPtr &amp;out_buffer, GpgEncrResult &amp;result)</div><div class="ttdoc">Call the interface provided by GPGME to symmetrical encryption.</div><div class="ttdef"><b>Definition:</b> GpgBasicOperator.cpp:203</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a874b505fbc1046f579a736683f5a7f65"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65">GpgFrontend::UI::MainWindow::slot_open_settings_dialog</a></div><div class="ttdeci">void slot_open_settings_dialog()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:102</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgBasicOperator_html_a08906cf2bc2ddad8489438610f388f8a"><div class="ttname"><a href="classGpgFrontend_1_1GpgBasicOperator.html#a08906cf2bc2ddad8489438610f388f8a">GpgFrontend::GpgBasicOperator::EncryptSign</a></div><div class="ttdeci">gpgme_error_t EncryptSign(KeyListPtr keys, KeyListPtr signers, BypeArrayRef in_buffer, ByteArrayPtr &amp;out_buffer, GpgEncrResult &amp;encr_result, GpgSignResult &amp;sign_result)</div><div class="ttdoc">Call the interface provided by gpgme to perform encryption and signature operations at the same time.</div><div class="ttdef"><b>Definition:</b> GpgBasicOperator.cpp:144</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a6218e6e12bdba0228e4ab4276f7fed7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GpgFrontend::UI::PlainTextEditorPage::GetTextPage</a></div><div class="ttdeci">QPlainTextEdit * GetTextPage()</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:76</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a6218e6e12bdba0228e4ab4276f7fed7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GpgFrontend::UI::PlainTextEditorPage::GetTextPage</a></div><div class="ttdeci">QPlainTextEdit * GetTextPage()</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:79</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab0019ca316b971c594c2f20f418256a6"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6">GpgFrontend::UI::MainWindow::start_wizard_act_</a></div><div class="ttdeci">QAction * start_wizard_act_</div><div class="ttdoc">Action to open the wizard.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:390</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a95b2c86afbefe47e79af87e56032e306"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306">GpgFrontend::UI::MainWindow::add_pgp_header_act_</a></div><div class="ttdeci">QAction * add_pgp_header_act_</div><div class="ttdoc">Action for adding the PGP header.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:392</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a3f3d03b0ec22385bee559fbd2aeb881b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b">GpgFrontend::UI::MainWindow::slot_sign</a></div><div class="ttdeci">void slot_sign()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:119</div></div>
@ -259,11 +259,11 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a01b85fb17c373d8f97ce439027c6d04e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e">GpgFrontend::UI::MainWindow::import_key_from_edit_act_</a></div><div class="ttdeci">QAction * import_key_from_edit_act_</div><div class="ttdoc">Action to import key from edit.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:366</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1FilePage_html_a3c114d414b96d3e4b2ca833ab6a48605"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605">GpgFrontend::UI::FilePage::GetSelected</a></div><div class="ttdeci">QString GetSelected() const</div><div class="ttdoc">Get the Selected object.</div><div class="ttdef"><b>Definition:</b> FilePage.cpp:184</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgFileOpera_html_a74eb3ba532a236d8ad284b41265b0ccd"><div class="ttname"><a href="classGpgFrontend_1_1GpgFileOpera.html#a74eb3ba532a236d8ad284b41265b0ccd">GpgFrontend::GpgFileOpera::DecryptFile</a></div><div class="ttdeci">static GpgError DecryptFile(const std::string &amp;in_path, const std::string &amp;out_path, GpgDecrResult &amp;result)</div><div class="ttdef"><b>Definition:</b> GpgFileOpera.cpp:71</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a05c54658597b04c3976c72d3a5f9add9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9">GpgFrontend::UI::TextEdit::TabCount</a></div><div class="ttdeci">int TabCount() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:372</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a05c54658597b04c3976c72d3a5f9add9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9">GpgFrontend::UI::TextEdit::TabCount</a></div><div class="ttdeci">int TabCount() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:392</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ac6a42e6e3af7e76f0bd2ecc62c9520cc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc">GpgFrontend::UI::MainWindow::select_all_act_</a></div><div class="ttdeci">QAction * select_all_act_</div><div class="ttdoc">Action to select whole text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:379</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1ef17c566a764f707f43593a1f6b3c60"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60">GpgFrontend::UI::MainWindow::crypt_menu_</a></div><div class="ttdeci">QMenu * crypt_menu_</div><div class="ttdoc">Submenu for crypt-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:328</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a6d681a306c137dc107088d60b09a925f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f">GpgFrontend::UI::MainWindow::edit_menu_</a></div><div class="ttdeci">QMenu * edit_menu_</div><div class="ttdoc">Submenu for text-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:327</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa21659aa7acba98dfd6286d69e00ab9b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b">GpgFrontend::UI::TextEdit::SlotCloseTab</a></div><div class="ttdeci">void SlotCloseTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:216</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa21659aa7acba98dfd6286d69e00ab9b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b">GpgFrontend::UI::TextEdit::SlotCloseTab</a></div><div class="ttdeci">void SlotCloseTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:236</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a0c8bf56fc5371cd2c5e9d2a0f67bf72a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a">GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard</a></div><div class="ttdeci">void SlotImportKeyFromClipboard(QWidget *parent)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:193</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aa92246123272e3e1085f22612aedf48f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f">GpgFrontend::UI::MainWindow::decrypt_act_</a></div><div class="ttdeci">QAction * decrypt_act_</div><div class="ttdoc">Action to decrypt text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:363</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af2b3e3a0e9894633e1839df289f5ffe0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0">GpgFrontend::UI::MainWindow::special_edit_tool_bar_</a></div><div class="ttdeci">QToolBar * special_edit_tool_bar_</div><div class="ttdoc">Toolbar holding special edit actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:342</div></div>
@ -291,13 +291,13 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
<div class="ttc" id="aclassGpgFrontend_1_1GpgDecryptResultAnalyse_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgDecryptResultAnalyse.html">GpgFrontend::GpgDecryptResultAnalyse</a></div><div class="ttdef"><b>Definition:</b> GpgDecryptResultAnalyse.h:41</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab531823acdbfb117c82a9906ce2107b9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9">GpgFrontend::UI::MainWindow::edit_tool_bar_</a></div><div class="ttdeci">QToolBar * edit_tool_bar_</div><div class="ttdoc">Toolbar holding edit actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:340</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgKeyGetter_html_ada46e39c09db8ae8ce9c87ca3ed3a876"><div class="ttname"><a href="classGpgFrontend_1_1GpgKeyGetter.html#ada46e39c09db8ae8ce9c87ca3ed3a876">GpgFrontend::GpgKeyGetter::GetKey</a></div><div class="ttdeci">GpgKey GetKey(const std::string &amp;id)</div><div class="ttdoc">Get the Key object.</div><div class="ttdef"><b>Definition:</b> GpgKeyGetter.cpp:47</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a576e06390e65576465297d2ab8d7d474"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474">GpgFrontend::UI::TextEdit::SlotSwitchTabDown</a></div><div class="ttdeci">void SlotSwitchTabDown() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:481</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a576e06390e65576465297d2ab8d7d474"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474">GpgFrontend::UI::TextEdit::SlotSwitchTabDown</a></div><div class="ttdeci">void SlotSwitchTabDown() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:501</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_acd41722ceedd20973b7d83852fab407b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b">GpgFrontend::UI::MainWindow::show_key_details_act_</a></div><div class="ttdeci">QAction * show_key_details_act_</div><div class="ttdoc">Action to open key-details dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:389</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgBasicOperator_html_a32e1eac6bb0f322588ae75ae36a9884a"><div class="ttname"><a href="classGpgFrontend_1_1GpgBasicOperator.html#a32e1eac6bb0f322588ae75ae36a9884a">GpgFrontend::GpgBasicOperator::Encrypt</a></div><div class="ttdeci">gpg_error_t Encrypt(KeyListPtr keys, BypeArrayRef in_buffer, ByteArrayPtr &amp;out_buffer, GpgEncrResult &amp;result)</div><div class="ttdoc">Call the interface provided by gpgme for encryption operation.</div><div class="ttdef"><b>Definition:</b> GpgBasicOperator.cpp:38</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a09671c3aa26a750cfd6be6c092de8715"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715">GpgFrontend::UI::MainWindow::close_tab_act_</a></div><div class="ttdeci">QAction * close_tab_act_</div><div class="ttdoc">Action to print.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:358</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></div><div class="ttdef"><b>Definition:</b> GpgKey.h:44</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ae2d89e2cc6c99ff0e16b396d2381f904"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904">GpgFrontend::UI::MainWindow::slot_decrypt</a></div><div class="ttdeci">void slot_decrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:182</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a7aa1230fbf796225bd6b83d381e11a3b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b">GpgFrontend::UI::TextEdit::CurTextPage</a></div><div class="ttdeci">PlainTextEditorPage * CurTextPage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:359</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a7aa1230fbf796225bd6b83d381e11a3b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b">GpgFrontend::UI::TextEdit::CurTextPage</a></div><div class="ttdeci">PlainTextEditorPage * CurTextPage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:379</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ad7b22560df7e3bb38b660d3ffc84dc83"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83">GpgFrontend::UI::MainWindow::open_key_management_act_</a></div><div class="ttdeci">QAction * open_key_management_act_</div><div class="ttdoc">Action to open key management.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:374</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a304efe91afa31b32725caa00c27475a4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4">GpgFrontend::UI::MainWindow::slot_encrypt_sign</a></div><div class="ttdeci">void slot_encrypt_sign()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:275</div></div>
<!-- start footer part -->

View File

@ -188,52 +188,54 @@ $(document).ready(function(){initNavTree('TextEdit_8h_source.html',''); initResi
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>&#160;<span class="preprocessor">#endif // __TEXTEDIT_H__</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aa9e82690824c82e7628ba4ace9d6e2fe"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe">GpgFrontend::UI::PlainTextEditorPage::SetFilePath</a></div><div class="ttdeci">void SetFilePath(const QString &amp;filePath)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:78</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aa9e82690824c82e7628ba4ace9d6e2fe"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe">GpgFrontend::UI::PlainTextEditorPage::SetFilePath</a></div><div class="ttdeci">void SetFilePath(const QString &amp;filePath)</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:101</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="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3599bd01636a873cf3437ab6b9d38780"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780">GpgFrontend::UI::TextEdit::SlotCopy</a></div><div class="ttdeci">void SlotCopy() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:519</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aff81f0f98a399fa55b6b0ebf2230d4cf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf">GpgFrontend::UI::PlainTextEditorPage::GetFilePath</a></div><div class="ttdeci">const QString &amp; GetFilePath() const</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:72</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa30daf558cb85bbdcad55a805a106109"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109">GpgFrontend::UI::TextEdit::CurFilePage</a></div><div class="ttdeci">FilePage * CurFilePage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:363</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3599bd01636a873cf3437ab6b9d38780"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780">GpgFrontend::UI::TextEdit::SlotCopy</a></div><div class="ttdeci">void SlotCopy() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:539</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_aff81f0f98a399fa55b6b0ebf2230d4cf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf">GpgFrontend::UI::PlainTextEditorPage::GetFilePath</a></div><div class="ttdeci">const QString &amp; GetFilePath() const</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:75</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa30daf558cb85bbdcad55a805a106109"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109">GpgFrontend::UI::TextEdit::CurFilePage</a></div><div class="ttdeci">FilePage * CurFilePage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:383</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4">GpgFrontend::UI::TextEdit::slotNewHelpTab</a></div><div class="ttdeci">void slotNewHelpTab(const QString &amp;title, const QString &amp;path) const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:66</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1FilePage_html_aec462d16a2097024a4ced24012b905a7"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7">GpgFrontend::UI::FilePage::SignalPathChanged</a></div><div class="ttdeci">void SignalPathChanged(const QString &amp;path)</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72ed46454c833adb038c36d8d4322d18"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18">GpgFrontend::UI::TextEdit::LoadFile</a></div><div class="ttdeci">void LoadFile(const QString &amp;fileName)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:415</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3c976a5494d06c2186d94e7cc8ebe457"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457">GpgFrontend::UI::TextEdit::MaybeSaveAnyTab</a></div><div class="ttdeci">bool MaybeSaveAnyTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:304</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72ed46454c833adb038c36d8d4322d18"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18">GpgFrontend::UI::TextEdit::LoadFile</a></div><div class="ttdeci">void LoadFile(const QString &amp;fileName)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:435</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3c976a5494d06c2186d94e7cc8ebe457"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457">GpgFrontend::UI::TextEdit::MaybeSaveAnyTab</a></div><div class="ttdeci">bool MaybeSaveAnyTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:324</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72006c9f8f45ac4d154c67f62a29446d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d">GpgFrontend::UI::TextEdit::SlotOpenFile</a></div><div class="ttdeci">void SlotOpenFile(QString &amp;path)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:82</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a15335d38187ddf580b7200d856768cfb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb">GpgFrontend::UI::TextEdit::SlotOpen</a></div><div class="ttdeci">void SlotOpen()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:110</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a747d3740a88295e6c9565788d4cf56ec"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec">GpgFrontend::UI::TextEdit::count_page_</a></div><div class="ttdeci">int count_page_</div><div class="ttdoc">int containing the number of added tabs</div><div class="ttdef"><b>Definition:</b> TextEdit.h:211</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae1e710c6722910b8d35df97aaabb3162"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162">GpgFrontend::UI::TextEdit::SlotCut</a></div><div class="ttdeci">void SlotCut() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:511</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a48351dc1529da3b8da311f65b735b5f1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1">GpgFrontend::UI::TextEdit::SlotCurPageTextEdit</a></div><div class="ttdeci">PlainTextEditorPage * SlotCurPageTextEdit() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:374</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae2b3bf422789d56087face98b6a9e929"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929">GpgFrontend::UI::TextEdit::SlotRedo</a></div><div class="ttdeci">void SlotRedo() const</div><div class="ttdoc">redo last change in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:545</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72014409d407c161b048e07c061b4cf9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9">GpgFrontend::UI::TextEdit::SlotCurPageFileTreeView</a></div><div class="ttdeci">FilePage * SlotCurPageFileTreeView() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:380</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae1e710c6722910b8d35df97aaabb3162"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162">GpgFrontend::UI::TextEdit::SlotCut</a></div><div class="ttdeci">void SlotCut() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:531</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a48351dc1529da3b8da311f65b735b5f1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1">GpgFrontend::UI::TextEdit::SlotCurPageTextEdit</a></div><div class="ttdeci">PlainTextEditorPage * SlotCurPageTextEdit() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:394</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae2b3bf422789d56087face98b6a9e929"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929">GpgFrontend::UI::TextEdit::SlotRedo</a></div><div class="ttdeci">void SlotRedo() const</div><div class="ttdoc">redo last change in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:565</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72014409d407c161b048e07c061b4cf9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9">GpgFrontend::UI::TextEdit::SlotCurPageFileTreeView</a></div><div class="ttdeci">FilePage * SlotCurPageFileTreeView() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:400</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html">GpgFrontend::UI::TextEdit</a></div><div class="ttdoc">TextEdit class.</div><div class="ttdef"><b>Definition:</b> TextEdit.h:41</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></div><div class="ttdoc">Class for handling a single tab of the tabwidget.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:43</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></div><div class="ttdoc">Class for handling a single tab of the tabwidget.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:45</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae22ecadf31648f424eb8ab86bd28ef39"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39">GpgFrontend::UI::TextEdit::SlotNewFileTab</a></div><div class="ttdeci">void SlotNewFileTab() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:72</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6c814253dfc061bfdae0fa71c6196c55"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55">GpgFrontend::UI::TextEdit::SlotSelectAll</a></div><div class="ttdeci">void SlotSelectAll() const</div><div class="ttdoc">select all in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:573</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6c814253dfc061bfdae0fa71c6196c55"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55">GpgFrontend::UI::TextEdit::SlotSelectAll</a></div><div class="ttdeci">void SlotSelectAll() const</div><div class="ttdoc">select all in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:593</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1QuitDialog_html_a4c4bc06d1d168f01569ed83dcfd50d55"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55">GpgFrontend::UI::QuitDialog::IsDiscarded</a></div><div class="ttdeci">bool IsDiscarded() const</div><div class="ttdef"><b>Definition:</b> QuitDialog.cpp:133</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af466ec2b8ab3f695d206efc0574bbe20"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20">GpgFrontend::UI::TextEdit::SlotFillTextEditWithText</a></div><div class="ttdeci">void SlotFillTextEditWithText(const QString &amp;text) const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:407</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6a02fce9dc4039c982d6dd19231517ee"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee">GpgFrontend::UI::TextEdit::SlotQuote</a></div><div class="ttdeci">void SlotQuote() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:385</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa2230418dc8f72c400f5a90082a983c9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9">GpgFrontend::UI::TextEdit::SlotPaste</a></div><div class="ttdeci">void SlotPaste() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:529</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af466ec2b8ab3f695d206efc0574bbe20"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20">GpgFrontend::UI::TextEdit::SlotFillTextEditWithText</a></div><div class="ttdeci">void SlotFillTextEditWithText(const QString &amp;text) const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:427</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6a02fce9dc4039c982d6dd19231517ee"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee">GpgFrontend::UI::TextEdit::SlotQuote</a></div><div class="ttdeci">void SlotQuote() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:405</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa2230418dc8f72c400f5a90082a983c9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9">GpgFrontend::UI::TextEdit::SlotPaste</a></div><div class="ttdeci">void SlotPaste() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:549</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1HelpPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1HelpPage.html">GpgFrontend::UI::HelpPage</a></div><div class="ttdef"><b>Definition:</b> HelpPage.h:40</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a82fe98d45f54909ebea933b540367c39"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39">GpgFrontend::UI::TextEdit::UnsavedDocuments</a></div><div class="ttdeci">QHash&lt; int, QString &gt; UnsavedDocuments() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:492</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a02fa44ba0c56f3f6ae125f8490faf254"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254">GpgFrontend::UI::TextEdit::SlotSaveAs</a></div><div class="ttdeci">bool SlotSaveAs()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:199</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a7544182198b729373843635bbfea082a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a">GpgFrontend::UI::TextEdit::SlotShowModified</a></div><div class="ttdeci">void SlotShowModified() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:462</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af1e364b513f566c743a5d36c19098762"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762">GpgFrontend::UI::TextEdit::SlotSwitchTabUp</a></div><div class="ttdeci">void SlotSwitchTabUp() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:474</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_adca2bbfa746b5598f2a4f74026b84224"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224">GpgFrontend::UI::TextEdit::SlotPrint</a></div><div class="ttdeci">void SlotPrint()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:440</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a12f65fbc4984c266a5df4505ecde7c42"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42">GpgFrontend::UI::TextEdit::slot_remove_tab</a></div><div class="ttdeci">void slot_remove_tab(int index)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:223</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a4a81e69f6dc74ea649ca9a2358342fd5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5">GpgFrontend::UI::TextEdit::SlotUndo</a></div><div class="ttdeci">void SlotUndo() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:537</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a82fe98d45f54909ebea933b540367c39"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39">GpgFrontend::UI::TextEdit::UnsavedDocuments</a></div><div class="ttdeci">QHash&lt; int, QString &gt; UnsavedDocuments() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:512</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a02fa44ba0c56f3f6ae125f8490faf254"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254">GpgFrontend::UI::TextEdit::SlotSaveAs</a></div><div class="ttdeci">bool SlotSaveAs()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:219</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a7544182198b729373843635bbfea082a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a">GpgFrontend::UI::TextEdit::SlotShowModified</a></div><div class="ttdeci">void SlotShowModified() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:482</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af1e364b513f566c743a5d36c19098762"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762">GpgFrontend::UI::TextEdit::SlotSwitchTabUp</a></div><div class="ttdeci">void SlotSwitchTabUp() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:494</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_adca2bbfa746b5598f2a4f74026b84224"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224">GpgFrontend::UI::TextEdit::SlotPrint</a></div><div class="ttdeci">void SlotPrint()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:460</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a12f65fbc4984c266a5df4505ecde7c42"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42">GpgFrontend::UI::TextEdit::slot_remove_tab</a></div><div class="ttdeci">void slot_remove_tab(int index)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:243</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a4a81e69f6dc74ea649ca9a2358342fd5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5">GpgFrontend::UI::TextEdit::SlotUndo</a></div><div class="ttdeci">void SlotUndo() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:557</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1FilePage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FilePage.html">GpgFrontend::UI::FilePage</a></div><div class="ttdef"><b>Definition:</b> FilePage.h:45</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a6218e6e12bdba0228e4ab4276f7fed7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GpgFrontend::UI::PlainTextEditorPage::GetTextPage</a></div><div class="ttdeci">QPlainTextEdit * GetTextPage()</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:76</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a6218e6e12bdba0228e4ab4276f7fed7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GpgFrontend::UI::PlainTextEditorPage::GetTextPage</a></div><div class="ttdeci">QPlainTextEdit * GetTextPage()</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:79</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ace0b8f4c161db9f4f5db5ecbfd7a91c0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0">GpgFrontend::UI::TextEdit::SlotSave</a></div><div class="ttdeci">void SlotSave()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:148</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_afb9b7a7d88154d774b3d727d8e640cbb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb">GpgFrontend::UI::TextEdit::stripped_name</a></div><div class="ttdeci">static QString stripped_name(const QString &amp;full_file_name)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:436</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a1c1c0174ed1ed9c5a90739eafc5c3267"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267">GpgFrontend::UI::PlainTextEditorPage::WillCharsetChange</a></div><div class="ttdeci">bool WillCharsetChange() const</div><div class="ttdoc">detect if the charset of the file will change</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:81</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_afb9b7a7d88154d774b3d727d8e640cbb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb">GpgFrontend::UI::TextEdit::stripped_name</a></div><div class="ttdeci">static QString stripped_name(const QString &amp;full_file_name)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:456</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a66b6f6633e7ac71e5fe8b7814a81cadf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf">GpgFrontend::UI::TextEdit::save_file</a></div><div class="ttdeci">bool save_file(const QString &amp;fileName)</div><div class="ttdoc">Saves the content of currentTab to the file filename.</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:164</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a05c54658597b04c3976c72d3a5f9add9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9">GpgFrontend::UI::TextEdit::TabCount</a></div><div class="ttdeci">int TabCount() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:372</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa21659aa7acba98dfd6286d69e00ab9b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b">GpgFrontend::UI::TextEdit::SlotCloseTab</a></div><div class="ttdeci">void SlotCloseTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:216</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_ac1902b063decfeebe7f0908cbfe618ce"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce">GpgFrontend::UI::PlainTextEditorPage::ReadDone</a></div><div class="ttdeci">bool ReadDone() const</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:99</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a05c54658597b04c3976c72d3a5f9add9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9">GpgFrontend::UI::TextEdit::TabCount</a></div><div class="ttdeci">int TabCount() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:392</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa21659aa7acba98dfd6286d69e00ab9b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b">GpgFrontend::UI::TextEdit::SlotCloseTab</a></div><div class="ttdeci">void SlotCloseTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:236</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_ac1902b063decfeebe7f0908cbfe618ce"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce">GpgFrontend::UI::PlainTextEditorPage::ReadDone</a></div><div class="ttdeci">bool ReadDone() const</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:101</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a57a46ab5595622ae0b7bceef7d56bd7c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c">GpgFrontend::UI::TextEdit::SlotNewTab</a></div><div class="ttdeci">void SlotNewTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:54</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a8fad090a19479a9fe89432300cca2b6c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c">GpgFrontend::UI::TextEdit::maybe_save_current_tab</a></div><div class="ttdeci">bool maybe_save_current_tab(bool askToSave)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:256</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a8fad090a19479a9fe89432300cca2b6c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c">GpgFrontend::UI::TextEdit::maybe_save_current_tab</a></div><div class="ttdeci">bool maybe_save_current_tab(bool askToSave)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:276</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1QuitDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1QuitDialog.html">GpgFrontend::UI::QuitDialog</a></div><div class="ttdef"><b>Definition:</b> QuitDialog.h:40</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1QuitDialog_html_aec364c38056b6d92c172f8cdfb5f8e82"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82">GpgFrontend::UI::QuitDialog::GetTabIdsToSave</a></div><div class="ttdeci">QList&lt; int &gt; GetTabIdsToSave()</div><div class="ttdoc">Get the Tab Ids To Save object.</div><div class="ttdef"><b>Definition:</b> QuitDialog.cpp:135</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a576e06390e65576465297d2ab8d7d474"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474">GpgFrontend::UI::TextEdit::SlotSwitchTabDown</a></div><div class="ttdeci">void SlotSwitchTabDown() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:481</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a7aa1230fbf796225bd6b83d381e11a3b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b">GpgFrontend::UI::TextEdit::CurTextPage</a></div><div class="ttdeci">PlainTextEditorPage * CurTextPage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:359</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a576e06390e65576465297d2ab8d7d474"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474">GpgFrontend::UI::TextEdit::SlotSwitchTabDown</a></div><div class="ttdeci">void SlotSwitchTabDown() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:501</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html_a29b3d63ba9590e775f42c779c76102e5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5">GpgFrontend::UI::PlainTextEditorPage::NotifyFileSaved</a></div><div class="ttdeci">void NotifyFileSaved()</div><div class="ttdoc">notify the user that the file has been saved.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.cpp:92</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a7aa1230fbf796225bd6b83d381e11a3b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b">GpgFrontend::UI::TextEdit::CurTextPage</a></div><div class="ttdeci">PlainTextEditorPage * CurTextPage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:379</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>

View File

@ -151,50 +151,51 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1ArchiveFileOperator.html" target="_self">ArchiveFileOperator</a></td><td class="desc"></td></tr>
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1ArchiveStruct.html" target="_self">ArchiveStruct</a></td><td class="desc"></td></tr>
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1ChannelObject.html" target="_self">ChannelObject</a></td><td class="desc">Object which in channel system </td></tr>
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CoreCommonUtil.html" target="_self">CoreCommonUtil</a></td><td class="desc"></td></tr>
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CtxCheckThread.html" target="_self">CtxCheckThread</a></td><td class="desc"></td></tr>
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1DataObjectOperator.html" target="_self">DataObjectOperator</a></td><td class="desc"></td></tr>
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1FileOperator.html" target="_self">FileOperator</a></td><td class="desc">File operations </td></tr>
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GenKeyInfo.html" target="_self">GenKeyInfo</a></td><td class="desc"></td></tr>
<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html" target="_self">GlobalSettingStation</a></td><td class="desc"></td></tr>
<tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgBasicOperator.html" target="_self">GpgBasicOperator</a></td><td class="desc">Basic operation collection </td></tr>
<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgCommandExecutor.html" target="_self">GpgCommandExecutor</a></td><td class="desc">Extra commands related to GPG </td></tr>
<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgConstants.html" target="_self">GpgConstants</a></td><td class="desc"></td></tr>
<tr id="row_0_14_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_14_" class="arrow" onclick="toggleFolder('0_14_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgContext.html" target="_self">GpgContext</a></td><td class="desc"></td></tr>
<tr id="row_0_14_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html" target="_self">_ctx_ref_deleter</a></td><td class="desc"></td></tr>
<tr id="row_0_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgContextInitArgs.html" target="_self">GpgContextInitArgs</a></td><td class="desc"></td></tr>
<tr id="row_0_16_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_16_" class="arrow" onclick="toggleFolder('0_16_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgData.html" target="_self">GpgData</a></td><td class="desc"></td></tr>
<tr id="row_0_16_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html" target="_self">_data_ref_deleter</a></td><td class="desc"></td></tr>
<tr id="row_0_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgDecryptResultAnalyse.html" target="_self">GpgDecryptResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_0_18_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgEncryptResultAnalyse.html" target="_self">GpgEncryptResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_0_19_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgFileOpera.html" target="_self">GpgFileOpera</a></td><td class="desc"></td></tr>
<tr id="row_0_20_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportedKey.html" target="_self">GpgImportedKey</a></td><td class="desc"></td></tr>
<tr id="row_0_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportInformation.html" target="_self">GpgImportInformation</a></td><td class="desc"></td></tr>
<tr id="row_0_22_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgInfo.html" target="_self">GpgInfo</a></td><td class="desc">Use to record some info about gnupg </td></tr>
<tr id="row_0_23_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_23_" class="arrow" onclick="toggleFolder('0_23_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKey.html" target="_self">GpgKey</a></td><td class="desc"></td></tr>
<tr id="row_0_23_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html" target="_self">_key_ref_deleter</a></td><td class="desc"></td></tr>
<tr id="row_0_24_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyGetter.html" target="_self">GpgKeyGetter</a></td><td class="desc"></td></tr>
<tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyImportExporter.html" target="_self">GpgKeyImportExporter</a></td><td class="desc"></td></tr>
<tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyManager.html" target="_self">GpgKeyManager</a></td><td class="desc"></td></tr>
<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyOpera.html" target="_self">GpgKeyOpera</a></td><td class="desc"></td></tr>
<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeySignature.html" target="_self">GpgKeySignature</a></td><td class="desc"></td></tr>
<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgResultAnalyse.html" target="_self">GpgResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignature.html" target="_self">GpgSignature</a></td><td class="desc"></td></tr>
<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignResultAnalyse.html" target="_self">GpgSignResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSubKey.html" target="_self">GpgSubKey</a></td><td class="desc"></td></tr>
<tr id="row_0_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgTOFUInfo.html" target="_self">GpgTOFUInfo</a></td><td class="desc"></td></tr>
<tr id="row_0_34_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgUID.html" target="_self">GpgUID</a></td><td class="desc"></td></tr>
<tr id="row_0_35_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgUIDOperator.html" target="_self">GpgUIDOperator</a></td><td class="desc"></td></tr>
<tr id="row_0_36_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgVerifyResultAnalyse.html" target="_self">GpgVerifyResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_0_37_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1KeyPackageOperator.html" target="_self">KeyPackageOperator</a></td><td class="desc">Give the possibility to import or export a key package </td></tr>
<tr id="row_0_38_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html" target="_self">PassphraseGenerator</a></td><td class="desc">The <a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class.">PassphraseGenerator</a> class </td></tr>
<tr id="row_0_39_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html" target="_self">SingletonFunctionObject</a></td><td class="desc"></td></tr>
<tr id="row_0_40_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorage.html" target="_self">SingletonStorage</a></td><td class="desc"></td></tr>
<tr id="row_0_41_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorageCollection.html" target="_self">SingletonStorageCollection</a></td><td class="desc"></td></tr>
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classclass.html" target="_self">class</a></td><td class="desc">Executive files related to the basic operations that are provided by GpgBasicOperator </td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classProxyConnectionTestThread.html" target="_self">ProxyConnectionTestThread</a></td><td class="desc"></td></tr>
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classSignatureDetailsDialog.html" target="_self">SignatureDetailsDialog</a></td><td class="desc"></td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTestListedKeyServerThread.html" target="_self">TestListedKeyServerThread</a></td><td class="desc"></td></tr>
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CharsetOperator.html" target="_self">CharsetOperator</a></td><td class="desc"></td></tr>
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CoreCommonUtil.html" target="_self">CoreCommonUtil</a></td><td class="desc"></td></tr>
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CtxCheckThread.html" target="_self">CtxCheckThread</a></td><td class="desc"></td></tr>
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1DataObjectOperator.html" target="_self">DataObjectOperator</a></td><td class="desc"></td></tr>
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1FileOperator.html" target="_self">FileOperator</a></td><td class="desc">File operations </td></tr>
<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GenKeyInfo.html" target="_self">GenKeyInfo</a></td><td class="desc"></td></tr>
<tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html" target="_self">GlobalSettingStation</a></td><td class="desc"></td></tr>
<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgBasicOperator.html" target="_self">GpgBasicOperator</a></td><td class="desc">Basic operation collection </td></tr>
<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgCommandExecutor.html" target="_self">GpgCommandExecutor</a></td><td class="desc">Extra commands related to GPG </td></tr>
<tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgConstants.html" target="_self">GpgConstants</a></td><td class="desc"></td></tr>
<tr id="row_0_15_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_15_" class="arrow" onclick="toggleFolder('0_15_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgContext.html" target="_self">GpgContext</a></td><td class="desc"></td></tr>
<tr id="row_0_15_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html" target="_self">_ctx_ref_deleter</a></td><td class="desc"></td></tr>
<tr id="row_0_16_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgContextInitArgs.html" target="_self">GpgContextInitArgs</a></td><td class="desc"></td></tr>
<tr id="row_0_17_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_17_" class="arrow" onclick="toggleFolder('0_17_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgData.html" target="_self">GpgData</a></td><td class="desc"></td></tr>
<tr id="row_0_17_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html" target="_self">_data_ref_deleter</a></td><td class="desc"></td></tr>
<tr id="row_0_18_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgDecryptResultAnalyse.html" target="_self">GpgDecryptResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_0_19_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgEncryptResultAnalyse.html" target="_self">GpgEncryptResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_0_20_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgFileOpera.html" target="_self">GpgFileOpera</a></td><td class="desc"></td></tr>
<tr id="row_0_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportedKey.html" target="_self">GpgImportedKey</a></td><td class="desc"></td></tr>
<tr id="row_0_22_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportInformation.html" target="_self">GpgImportInformation</a></td><td class="desc"></td></tr>
<tr id="row_0_23_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgInfo.html" target="_self">GpgInfo</a></td><td class="desc">Use to record some info about gnupg </td></tr>
<tr id="row_0_24_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_24_" class="arrow" onclick="toggleFolder('0_24_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKey.html" target="_self">GpgKey</a></td><td class="desc"></td></tr>
<tr id="row_0_24_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html" target="_self">_key_ref_deleter</a></td><td class="desc"></td></tr>
<tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyGetter.html" target="_self">GpgKeyGetter</a></td><td class="desc"></td></tr>
<tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyImportExporter.html" target="_self">GpgKeyImportExporter</a></td><td class="desc"></td></tr>
<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyManager.html" target="_self">GpgKeyManager</a></td><td class="desc"></td></tr>
<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyOpera.html" target="_self">GpgKeyOpera</a></td><td class="desc"></td></tr>
<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeySignature.html" target="_self">GpgKeySignature</a></td><td class="desc"></td></tr>
<tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgResultAnalyse.html" target="_self">GpgResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignature.html" target="_self">GpgSignature</a></td><td class="desc"></td></tr>
<tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignResultAnalyse.html" target="_self">GpgSignResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_0_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSubKey.html" target="_self">GpgSubKey</a></td><td class="desc"></td></tr>
<tr id="row_0_34_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgTOFUInfo.html" target="_self">GpgTOFUInfo</a></td><td class="desc"></td></tr>
<tr id="row_0_35_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgUID.html" target="_self">GpgUID</a></td><td class="desc"></td></tr>
<tr id="row_0_36_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgUIDOperator.html" target="_self">GpgUIDOperator</a></td><td class="desc"></td></tr>
<tr id="row_0_37_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgVerifyResultAnalyse.html" target="_self">GpgVerifyResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_0_38_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1KeyPackageOperator.html" target="_self">KeyPackageOperator</a></td><td class="desc">Give the possibility to import or export a key package </td></tr>
<tr id="row_0_39_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html" target="_self">PassphraseGenerator</a></td><td class="desc">The <a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class.">PassphraseGenerator</a> class </td></tr>
<tr id="row_0_40_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html" target="_self">SingletonFunctionObject</a></td><td class="desc"></td></tr>
<tr id="row_0_41_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorage.html" target="_self">SingletonStorage</a></td><td class="desc"></td></tr>
<tr id="row_0_42_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorageCollection.html" target="_self">SingletonStorageCollection</a></td><td class="desc"></td></tr>
<tr id="row_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classclass.html" target="_self">class</a></td><td class="desc">Executive files related to the basic operations that are provided by GpgBasicOperator </td></tr>
<tr id="row_2_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classProxyConnectionTestThread.html" target="_self">ProxyConnectionTestThread</a></td><td class="desc"></td></tr>
<tr id="row_3_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classSignatureDetailsDialog.html" target="_self">SignatureDetailsDialog</a></td><td class="desc"></td></tr>
<tr id="row_4_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTestListedKeyServerThread.html" target="_self">TestListedKeyServerThread</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->

View File

@ -0,0 +1,106 @@
<!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.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GpgFrontend Project: Member List</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">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.8.17 -->
<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');
/* @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('classGpgFrontend_1_1CharsetOperator.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">GpgFrontend::CharsetOperator Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classGpgFrontend_1_1CharsetOperator.html">GpgFrontend::CharsetOperator</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CharsetInfo</b> typedef (defined in <a class="el" href="classGpgFrontend_1_1CharsetOperator.html">GpgFrontend::CharsetOperator</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CharsetOperator.html">GpgFrontend::CharsetOperator</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Convert2Utf8</b>(const std::string &amp;buffer, std::string &amp;out_buffer, std::string from_charset_name) (defined in <a class="el" href="classGpgFrontend_1_1CharsetOperator.html">GpgFrontend::CharsetOperator</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CharsetOperator.html">GpgFrontend::CharsetOperator</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f">Detect</a>(const std::string &amp;buffer)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CharsetOperator.html">GpgFrontend::CharsetOperator</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
</html>

View File

@ -0,0 +1,169 @@
<!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.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GpgFrontend Project: GpgFrontend::CharsetOperator Class Reference</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">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.8.17 -->
<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');
/* @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('classGpgFrontend_1_1CharsetOperator.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="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-static-methods">Static Public Member Functions</a> &#124;
<a href="classGpgFrontend_1_1CharsetOperator-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">GpgFrontend::CharsetOperator Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Collaboration diagram for GpgFrontend::CharsetOperator:</div>
<div class="dyncontent">
<div class="center"><img src="classGpgFrontend_1_1CharsetOperator__coll__graph.png" border="0" usemap="#GpgFrontend_1_1CharsetOperator_coll__map" alt="Collaboration graph"/></div>
<map name="GpgFrontend_1_1CharsetOperator_coll__map" id="GpgFrontend_1_1CharsetOperator_coll__map">
<area shape="rect" title=" " alt="" coords="5,5,225,97"/>
</map>
</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a707198805867df0e92b2db162da0f044"><td class="memItemLeft" align="right" valign="top"><a id="a707198805867df0e92b2db162da0f044"></a>
using&#160;</td><td class="memItemRight" valign="bottom"><b>CharsetInfo</b> = std::tuple&lt; std::string, std::string, int &gt;</td></tr>
<tr class="separator:a707198805867df0e92b2db162da0f044"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a5a444a0fbd508f6af6a56f4151c21c1f"><td class="memItemLeft" align="right" valign="top">static CharsetInfo&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f">Detect</a> (const std::string &amp;buffer)</td></tr>
<tr class="separator:a5a444a0fbd508f6af6a56f4151c21c1f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5ec0034ec02c373471b9b23fa988829b"><td class="memItemLeft" align="right" valign="top"><a id="a5ec0034ec02c373471b9b23fa988829b"></a>
static bool&#160;</td><td class="memItemRight" valign="bottom"><b>Convert2Utf8</b> (const std::string &amp;buffer, std::string &amp;out_buffer, std::string from_charset_name)</td></tr>
<tr class="separator:a5ec0034ec02c373471b9b23fa988829b"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a5a444a0fbd508f6af6a56f4151c21c1f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5a444a0fbd508f6af6a56f4151c21c1f">&#9670;&nbsp;</a></span>Detect()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">GpgFrontend::CharsetOperator::CharsetInfo GpgFrontend::CharsetOperator::Detect </td>
<td>(</td>
<td class="paramtype">const std::string &amp;&#160;</td>
<td class="paramname"><em>buffer</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Copyright (C) 2021 Saturneric</p>
<p>This file is part of <a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>.</p>
<p><a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a> is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
<p><a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a> is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License along with <a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>. If not, see <a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>.</p>
<p>The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.</p>
<p>All the source code of <a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a> was modified and released by Saturneric<a href="#" onclick="location.href='mai'+'lto:'+'eri'+'c@'+'bkt'+'us'+'.co'+'m'; return false;">eric@<span style="display: none;">.nosp@m.</span>bktu<span style="display: none;">.nosp@m.</span>s.com</a> starting on May 12, 2021.</p>
<p>SPDX-License-Identifier: GPL-3.0-or-later </p>
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58">GpgFrontend::UI::PlainTextEditorPage::detect_encoding()</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>src/core/function/<a class="el" href="CharsetOperator_8h_source.html">CharsetOperator.h</a></li>
<li>src/core/function/CharsetOperator.cpp</li>
</ul>
</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="namespaceGpgFrontend.html">GpgFrontend</a></li><li class="navelem"><a class="el" href="classGpgFrontend_1_1CharsetOperator.html">CharsetOperator</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
</html>

View File

@ -0,0 +1,6 @@
var classGpgFrontend_1_1CharsetOperator =
[
[ "CharsetInfo", "classGpgFrontend_1_1CharsetOperator.html#a707198805867df0e92b2db162da0f044", null ],
[ "Convert2Utf8", "classGpgFrontend_1_1CharsetOperator.html#a5ec0034ec02c373471b9b23fa988829b", null ],
[ "Detect", "classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f", null ]
];

View File

@ -0,0 +1,3 @@
<map id="GpgFrontend::CharsetOperator" name="GpgFrontend::CharsetOperator">
<area shape="rect" id="node1" title=" " alt="" coords="5,5,225,97"/>
</map>

View File

@ -0,0 +1 @@
312d62e31291e5d9201acf34582d5202

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -112,12 +112,14 @@ Collaboration diagram for GpgFrontend::UI::FindWidget:</div>
<div class="dyncontent">
<div class="center"><img src="classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.png" border="0" usemap="#GpgFrontend_1_1UI_1_1FindWidget_coll__map" alt="Collaboration graph"/></div>
<map name="GpgFrontend_1_1UI_1_1FindWidget_coll__map" id="GpgFrontend_1_1UI_1_1FindWidget_coll__map">
<area shape="rect" title="Class for handling the find widget shown at buttom of a textedit&#45;page." alt="" coords="5,844,213,1009"/>
<area shape="rect" title=" " alt="" coords="50,293,129,370"/>
<area shape="rect" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html" title="Class for handling a single tab of the tabwidget." alt="" coords="125,440,328,781"/>
<area shape="rect" title=" " alt="" coords="153,285,301,377"/>
<area shape="rect" title="STL class." alt="" coords="148,145,305,223"/>
<area shape="rect" title=" " alt="" coords="207,5,246,83"/>
<area shape="rect" title="Class for handling the find widget shown at buttom of a textedit&#45;page." alt="" coords="5,932,213,1097"/>
<area shape="rect" title=" " alt="" coords="65,307,143,385"/>
<area shape="rect" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html" title="Class for handling a single tab of the tabwidget." alt="" coords="125,469,328,869"/>
<area shape="rect" title="STL class." alt="" coords="175,307,262,385"/>
<area shape="rect" title="STL class." alt="" coords="149,145,288,237"/>
<area shape="rect" title=" " alt="" coords="306,300,454,392"/>
<area shape="rect" title="STL class." alt="" coords="312,153,469,230"/>
<area shape="rect" title=" " alt="" coords="371,5,410,83"/>
</map>
</div>
<table class="memberdecls">

View File

@ -1,8 +1,10 @@
<map id="GpgFrontend::UI::FindWidget" name="GpgFrontend::UI::FindWidget">
<area shape="rect" id="node1" title="Class for handling the find widget shown at buttom of a textedit&#45;page." alt="" coords="5,844,213,1009"/>
<area shape="rect" id="node2" title=" " alt="" coords="50,293,129,370"/>
<area shape="rect" id="node3" href="$classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html" title="Class for handling a single tab of the tabwidget." alt="" coords="125,440,328,781"/>
<area shape="rect" id="node4" title=" " alt="" coords="153,285,301,377"/>
<area shape="rect" id="node5" title="STL class." alt="" coords="148,145,305,223"/>
<area shape="rect" id="node6" title=" " alt="" coords="207,5,246,83"/>
<area shape="rect" id="node1" title="Class for handling the find widget shown at buttom of a textedit&#45;page." alt="" coords="5,932,213,1097"/>
<area shape="rect" id="node2" title=" " alt="" coords="65,307,143,385"/>
<area shape="rect" id="node3" href="$classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html" title="Class for handling a single tab of the tabwidget." alt="" coords="125,469,328,869"/>
<area shape="rect" id="node4" title="STL class." alt="" coords="175,307,262,385"/>
<area shape="rect" id="node5" title="STL class." alt="" coords="149,145,288,237"/>
<area shape="rect" id="node6" title=" " alt="" coords="306,300,454,392"/>
<area shape="rect" id="node7" title="STL class." alt="" coords="312,153,469,230"/>
<area shape="rect" id="node8" title=" " alt="" coords="371,5,410,83"/>
</map>

View File

@ -1 +1 @@
a33d6019cc8ae07002e4cc739b40a974
cb058b4b5d920bfde647ceb203155ee6

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -90,25 +90,31 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1PlainTextEdi
<p>This is the complete list of members for <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>binary_mode_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>charset_confidence_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>charset_name_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700">CloseNoteByClass</a>(const char *className)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a770be847f7d01556a2674972f848e1aa">detect_cr_lf</a>(const QString &amp;data)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c">detect_cr_lf</a>(const std::string &amp;data)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58">detect_encoding</a>(const std::string &amp;data)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db">full_file_path_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf">GetFilePath</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GetTextPage</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a68a9460aabd6cbcb2af9420dd2d96e0c">PlainTextEditorPage</a>(QString file_path=&quot;&quot;, QWidget *parent=nullptr)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>PrepareToDestroy</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>read_bytes_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>read_done_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>read_thread_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce">ReadDone</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ReadFile</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe">SetFilePath</a>(const QString &amp;filePath)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a">ShowNotificationWidget</a>(QWidget *widget, const char *className)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358">sign_marked_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2">slot_format_gpg_header</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28">slot_insert_text</a>(const std::string &amp;data)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ui_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>is_crlf_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>language_name_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5">NotifyFileSaved</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1">PlainTextEditorPage</a>(QString file_path={}, QWidget *parent=nullptr)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>PrepareToDestroy</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>read_bytes_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>read_done_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>read_thread_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce">ReadDone</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ReadFile</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe">SetFilePath</a>(const QString &amp;filePath)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a">ShowNotificationWidget</a>(QWidget *widget, const char *className)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358">sign_marked_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2">slot_format_gpg_header</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28">slot_insert_text</a>(const std::string &amp;data)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ui_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267">WillCharsetChange</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->

View File

@ -102,7 +102,7 @@ Inheritance diagram for GpgFrontend::UI::PlainTextEditorPage:</div>
<div class="dyncontent">
<div class="center"><img src="classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.png" border="0" usemap="#GpgFrontend_1_1UI_1_1PlainTextEditorPage_inherit__map" alt="Inheritance graph"/></div>
<map name="GpgFrontend_1_1UI_1_1PlainTextEditorPage_inherit__map" id="GpgFrontend_1_1UI_1_1PlainTextEditorPage_inherit__map">
<area shape="rect" title="Class for handling a single tab of the tabwidget." alt="" coords="5,131,208,487"/>
<area shape="rect" title="Class for handling a single tab of the tabwidget." alt="" coords="5,131,208,575"/>
<area shape="rect" title=" " alt="" coords="67,5,146,83"/>
</map>
</div>
@ -111,18 +111,20 @@ Collaboration diagram for GpgFrontend::UI::PlainTextEditorPage:</div>
<div class="dyncontent">
<div class="center"><img src="classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.png" border="0" usemap="#GpgFrontend_1_1UI_1_1PlainTextEditorPage_coll__map" alt="Collaboration graph"/></div>
<map name="GpgFrontend_1_1UI_1_1PlainTextEditorPage_coll__map" id="GpgFrontend_1_1UI_1_1PlainTextEditorPage_coll__map">
<area shape="rect" title="Class for handling a single tab of the tabwidget." alt="" coords="5,440,208,781"/>
<area shape="rect" title=" " alt="" coords="22,293,101,370"/>
<area shape="rect" title=" " alt="" coords="125,285,273,377"/>
<area shape="rect" title="STL class." alt="" coords="120,145,277,223"/>
<area shape="rect" title=" " alt="" coords="179,5,218,83"/>
<area shape="rect" title="Class for handling a single tab of the tabwidget." alt="" coords="50,469,253,869"/>
<area shape="rect" title=" " alt="" coords="5,307,84,385"/>
<area shape="rect" title="STL class." alt="" coords="108,307,195,385"/>
<area shape="rect" title="STL class." alt="" coords="81,145,219,237"/>
<area shape="rect" title=" " alt="" coords="237,300,385,392"/>
<area shape="rect" title="STL class." alt="" coords="243,153,401,230"/>
<area shape="rect" title=" " alt="" coords="303,5,341,83"/>
</map>
</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a68a9460aabd6cbcb2af9420dd2d96e0c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a68a9460aabd6cbcb2af9420dd2d96e0c">PlainTextEditorPage</a> (QString file_path=&quot;&quot;, QWidget *parent=nullptr)</td></tr>
<tr class="separator:a68a9460aabd6cbcb2af9420dd2d96e0c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8759224e57d4c322933ed3df6d96e5f1"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1">PlainTextEditorPage</a> (QString file_path={}, QWidget *parent=nullptr)</td></tr>
<tr class="separator:a8759224e57d4c322933ed3df6d96e5f1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aff81f0f98a399fa55b6b0ebf2230d4cf"><td class="memItemLeft" align="right" valign="top">const QString &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf">GetFilePath</a> () const</td></tr>
<tr class="separator:aff81f0f98a399fa55b6b0ebf2230d4cf"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa9e82690824c82e7628ba4ace9d6e2fe"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe">SetFilePath</a> (const QString &amp;filePath)</td></tr>
@ -141,6 +143,12 @@ void&#160;</td><td class="memItemRight" valign="bottom"><b>ReadFile</b> ()</td><
<tr class="memitem:a36781cbecac79299404bd5e1f7e608ea"><td class="memItemLeft" align="right" valign="top"><a id="a36781cbecac79299404bd5e1f7e608ea"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>PrepareToDestroy</b> ()</td></tr>
<tr class="separator:a36781cbecac79299404bd5e1f7e608ea"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1c1c0174ed1ed9c5a90739eafc5c3267"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267">WillCharsetChange</a> () const</td></tr>
<tr class="memdesc:a1c1c0174ed1ed9c5a90739eafc5c3267"><td class="mdescLeft">&#160;</td><td class="mdescRight">detect if the charset of the file will change <a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267">More...</a><br /></td></tr>
<tr class="separator:a1c1c0174ed1ed9c5a90739eafc5c3267"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a29b3d63ba9590e775f42c779c76102e5"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5">NotifyFileSaved</a> ()</td></tr>
<tr class="memdesc:a29b3d63ba9590e775f42c779c76102e5"><td class="mdescLeft">&#160;</td><td class="mdescRight">notify the user that the file has been saved. <a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5">More...</a><br /></td></tr>
<tr class="separator:a29b3d63ba9590e775f42c779c76102e5"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-slots"></a>
Private Slots</h2></td></tr>
@ -153,8 +161,8 @@ Private Slots</h2></td></tr>
Private Member Functions</h2></td></tr>
<tr class="memitem:a14b7431a786ce59e98576e3680cb9a58"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58">detect_encoding</a> (const std::string &amp;data)</td></tr>
<tr class="separator:a14b7431a786ce59e98576e3680cb9a58"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a770be847f7d01556a2674972f848e1aa"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a770be847f7d01556a2674972f848e1aa">detect_cr_lf</a> (const QString &amp;data)</td></tr>
<tr class="separator:a770be847f7d01556a2674972f848e1aa"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af08be6a1eaec76403b12dc6e42df546c"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c">detect_cr_lf</a> (const std::string &amp;data)</td></tr>
<tr class="separator:af08be6a1eaec76403b12dc6e42df546c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
Private Attributes</h2></td></tr>
@ -181,12 +189,24 @@ bool&#160;</td><td class="memItemRight" valign="bottom"><b>binary_mode_</b> = fa
<tr class="memitem:a010bae8d8d967c8cc81cd42547de5dcb"><td class="memItemLeft" align="right" valign="top"><a id="a010bae8d8d967c8cc81cd42547de5dcb"></a>
size_t&#160;</td><td class="memItemRight" valign="bottom"><b>read_bytes_</b> = 0</td></tr>
<tr class="separator:a010bae8d8d967c8cc81cd42547de5dcb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aec4ec03dbf1363d1517aa37d160c31e7"><td class="memItemLeft" align="right" valign="top"><a id="aec4ec03dbf1363d1517aa37d160c31e7"></a>
std::string&#160;</td><td class="memItemRight" valign="bottom"><b>charset_name_</b></td></tr>
<tr class="separator:aec4ec03dbf1363d1517aa37d160c31e7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab1108b77925647d1a930e5252fa956b8"><td class="memItemLeft" align="right" valign="top"><a id="ab1108b77925647d1a930e5252fa956b8"></a>
std::string&#160;</td><td class="memItemRight" valign="bottom"><b>language_name_</b></td></tr>
<tr class="separator:ab1108b77925647d1a930e5252fa956b8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae756fc49724212d8d9937601a48b436b"><td class="memItemLeft" align="right" valign="top"><a id="ae756fc49724212d8d9937601a48b436b"></a>
int32_t&#160;</td><td class="memItemRight" valign="bottom"><b>charset_confidence_</b></td></tr>
<tr class="separator:ae756fc49724212d8d9937601a48b436b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0e64bcd36cf90b0eec2f05361c6c6fb3"><td class="memItemLeft" align="right" valign="top"><a id="a0e64bcd36cf90b0eec2f05361c6c6fb3"></a>
bool&#160;</td><td class="memItemRight" valign="bottom"><b>is_crlf_</b> = false</td></tr>
<tr class="separator:a0e64bcd36cf90b0eec2f05361c6c6fb3"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Class for handling a single tab of the tabwidget. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a68a9460aabd6cbcb2af9420dd2d96e0c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a68a9460aabd6cbcb2af9420dd2d96e0c">&#9670;&nbsp;</a></span>PlainTextEditorPage()</h2>
<a id="a8759224e57d4c322933ed3df6d96e5f1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8759224e57d4c322933ed3df6d96e5f1">&#9670;&nbsp;</a></span>PlainTextEditorPage()</h2>
<div class="memitem">
<div class="memproto">
@ -198,7 +218,7 @@ size_t&#160;</td><td class="memItemRight" valign="bottom"><b>read_bytes_</b> = 0
<td class="memname">GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage </td>
<td>(</td>
<td class="paramtype">QString&#160;</td>
<td class="paramname"><em>file_path</em> = <code>&quot;&quot;</code>, </td>
<td class="paramname"><em>file_path</em> = <code>{}</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
@ -259,8 +279,8 @@ size_t&#160;</td><td class="memItemRight" valign="bottom"><b>read_bytes_</b> = 0
</div>
</div>
<a id="a770be847f7d01556a2674972f848e1aa"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a770be847f7d01556a2674972f848e1aa">&#9670;&nbsp;</a></span>detect_cr_lf()</h2>
<a id="af08be6a1eaec76403b12dc6e42df546c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af08be6a1eaec76403b12dc6e42df546c">&#9670;&nbsp;</a></span>detect_cr_lf()</h2>
<div class="memitem">
<div class="memproto">
@ -271,7 +291,7 @@ size_t&#160;</td><td class="memItemRight" valign="bottom"><b>read_bytes_</b> = 0
<tr>
<td class="memname">void GpgFrontend::UI::PlainTextEditorPage::detect_cr_lf </td>
<td>(</td>
<td class="paramtype">const QString &amp;&#160;</td>
<td class="paramtype">const std::string &amp;&#160;</td>
<td class="paramname"><em>data</em></td><td>)</td>
<td></td>
</tr>
@ -323,6 +343,8 @@ size_t&#160;</td><td class="memItemRight" valign="bottom"><b>read_bytes_</b> = 0
</dd>
</dl>
<p class="reference">References <a class="el" href="classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f">GpgFrontend::CharsetOperator::Detect()</a>.</p>
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28">slot_insert_text()</a>.</p>
</div>
@ -367,6 +389,27 @@ size_t&#160;</td><td class="memItemRight" valign="bottom"><b>read_bytes_</b> = 0
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18">GpgFrontend::UI::TextEdit::LoadFile()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c">GpgFrontend::UI::TextEdit::maybe_save_current_tab()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf">GpgFrontend::UI::TextEdit::save_file()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f">GpgFrontend::UI::FindWidget::set_background()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9">GpgFrontend::UI::MainWindow::slot_add_pgp_header()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472">GpgFrontend::UI::MainWindow::slot_append_selected_keys()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c">GpgFrontend::UI::MainWindow::slot_clean_double_line_breaks()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d">GpgFrontend::UI::MainWindow::slot_cut_pgp_header()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904">GpgFrontend::UI::MainWindow::slot_decrypt()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919">GpgFrontend::UI::MainWindow::slot_decrypt_verify()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf">GpgFrontend::UI::MainWindow::slot_import_key_from_edit()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28">slot_insert_text()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d">GpgFrontend::UI::MainWindow::slot_verify()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b">GpgFrontend::UI::TextEdit::SlotCloseTab()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780">GpgFrontend::UI::TextEdit::SlotCopy()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162">GpgFrontend::UI::TextEdit::SlotCut()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20">GpgFrontend::UI::TextEdit::SlotFillTextEditWithText()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9">GpgFrontend::UI::TextEdit::SlotPaste()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224">GpgFrontend::UI::TextEdit::SlotPrint()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929">GpgFrontend::UI::TextEdit::SlotRedo()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55">GpgFrontend::UI::TextEdit::SlotSelectAll()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5">GpgFrontend::UI::TextEdit::SlotUndo()</a>.</p>
</div>
</div>
<a id="a29b3d63ba9590e775f42c779c76102e5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a29b3d63ba9590e775f42c779c76102e5">&#9670;&nbsp;</a></span>NotifyFileSaved()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void GpgFrontend::UI::PlainTextEditorPage::NotifyFileSaved </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>notify the user that the file has been saved. </p>
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf">GpgFrontend::UI::TextEdit::save_file()</a>.</p>
</div>
</div>
<a id="ac1902b063decfeebe7f0908cbfe618ce"></a>
@ -524,7 +567,28 @@ false </dd></dl>
</dd>
</dl>
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a770be847f7d01556a2674972f848e1aa">detect_cr_lf()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58">detect_encoding()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GetTextPage()</a>.</p>
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c">detect_cr_lf()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58">detect_encoding()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GetTextPage()</a>.</p>
</div>
</div>
<a id="a1c1c0174ed1ed9c5a90739eafc5c3267"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1c1c0174ed1ed9c5a90739eafc5c3267">&#9670;&nbsp;</a></span>WillCharsetChange()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool GpgFrontend::UI::PlainTextEditorPage::WillCharsetChange </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>detect if the charset of the file will change </p>
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf">GpgFrontend::UI::TextEdit::save_file()</a>.</p>
</div>
</div>

View File

@ -1,11 +1,12 @@
var classGpgFrontend_1_1UI_1_1PlainTextEditorPage =
[
[ "PlainTextEditorPage", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a68a9460aabd6cbcb2af9420dd2d96e0c", null ],
[ "PlainTextEditorPage", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1", null ],
[ "CloseNoteByClass", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700", null ],
[ "detect_cr_lf", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a770be847f7d01556a2674972f848e1aa", null ],
[ "detect_cr_lf", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c", null ],
[ "detect_encoding", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58", null ],
[ "GetFilePath", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf", null ],
[ "GetTextPage", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a", null ],
[ "NotifyFileSaved", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5", null ],
[ "PrepareToDestroy", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a36781cbecac79299404bd5e1f7e608ea", null ],
[ "ReadDone", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce", null ],
[ "ReadFile", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7", null ],
@ -13,8 +14,13 @@ var classGpgFrontend_1_1UI_1_1PlainTextEditorPage =
[ "ShowNotificationWidget", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a", null ],
[ "slot_format_gpg_header", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2", null ],
[ "slot_insert_text", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28", null ],
[ "WillCharsetChange", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267", null ],
[ "binary_mode_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a43d23c1bcac73b772aa0154151538bbf", null ],
[ "charset_confidence_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae756fc49724212d8d9937601a48b436b", null ],
[ "charset_name_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aec4ec03dbf1363d1517aa37d160c31e7", null ],
[ "full_file_path_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db", null ],
[ "is_crlf_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e64bcd36cf90b0eec2f05361c6c6fb3", null ],
[ "language_name_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ab1108b77925647d1a930e5252fa956b8", null ],
[ "read_bytes_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a010bae8d8d967c8cc81cd42547de5dcb", null ],
[ "read_done_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a5b8ce290e1b949b56734227e8d42adba", null ],
[ "read_thread_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a46cf39e2449ed63abad59e0a177635fd", null ],

View File

@ -1,7 +1,9 @@
<map id="GpgFrontend::UI::PlainTextEditorPage" name="GpgFrontend::UI::PlainTextEditorPage">
<area shape="rect" id="node1" title="Class for handling a single tab of the tabwidget." alt="" coords="5,440,208,781"/>
<area shape="rect" id="node2" title=" " alt="" coords="22,293,101,370"/>
<area shape="rect" id="node3" title=" " alt="" coords="125,285,273,377"/>
<area shape="rect" id="node4" title="STL class." alt="" coords="120,145,277,223"/>
<area shape="rect" id="node5" title=" " alt="" coords="179,5,218,83"/>
<area shape="rect" id="node1" title="Class for handling a single tab of the tabwidget." alt="" coords="50,469,253,869"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,307,84,385"/>
<area shape="rect" id="node3" title="STL class." alt="" coords="108,307,195,385"/>
<area shape="rect" id="node4" title="STL class." alt="" coords="81,145,219,237"/>
<area shape="rect" id="node5" title=" " alt="" coords="237,300,385,392"/>
<area shape="rect" id="node6" title="STL class." alt="" coords="243,153,401,230"/>
<area shape="rect" id="node7" title=" " alt="" coords="303,5,341,83"/>
</map>

View File

@ -1 +1 @@
5edeb06532deacaccb312fa18b3e3689
fffd548f57f53dd512bfcb7e57e34924

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -1,4 +1,4 @@
<map id="GpgFrontend::UI::PlainTextEditorPage" name="GpgFrontend::UI::PlainTextEditorPage">
<area shape="rect" id="node1" title="Class for handling a single tab of the tabwidget." alt="" coords="5,131,208,487"/>
<area shape="rect" id="node1" title="Class for handling a single tab of the tabwidget." alt="" coords="5,131,208,575"/>
<area shape="rect" id="node2" title=" " alt="" coords="67,5,146,83"/>
</map>

View File

@ -1 +1 @@
720f6b40d3c0710b502aba996dc40e45
a928989615f4d87125ff177907940e37

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -402,7 +402,7 @@ int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class
</dd>
</dl>
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GpgFrontend::UI::PlainTextEditorPage::GetTextPage()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe">GpgFrontend::UI::PlainTextEditorPage::SetFilePath()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1">SlotCurPageTextEdit()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb">stripped_name()</a>.</p>
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a">GpgFrontend::UI::PlainTextEditorPage::GetTextPage()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5">GpgFrontend::UI::PlainTextEditorPage::NotifyFileSaved()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe">GpgFrontend::UI::PlainTextEditorPage::SetFilePath()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1">SlotCurPageTextEdit()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb">stripped_name()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267">GpgFrontend::UI::PlainTextEditorPage::WillCharsetChange()</a>.</p>
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c">maybe_save_current_tab()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0">SlotSave()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254">SlotSaveAs()</a>.</p>

View File

@ -92,177 +92,177 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); })
</td>
<td rowspan="2" valign="bottom"><a name="letter_f"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;f&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgResultAnalyse.html">GpgResultAnalyse</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html">KeyPairDetailTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1SettingsObject.html">SettingsObject</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1GpgSignature.html">GpgSignature</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html">KeyPairOperaTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgSignature.html">GpgSignature</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html">KeyPairSubkeyTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html">SignalStation</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1GpgSignResultAnalyse.html">GpgSignResultAnalyse</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html">KeyPairUIDTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classSignatureDetailsDialog.html">SignatureDetailsDialog</a>&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html">GpgContext::_ctx_ref_deleter</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1FileOperator.html">FileOperator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgSignResultAnalyse.html">GpgSignResultAnalyse</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html">KeyPairSubkeyTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classSignatureDetailsDialog.html">SignatureDetailsDialog</a>&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgSubKey.html">GpgSubKey</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html">KeyServerImportDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1SignersPicker.html">SignersPicker</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html">GpgData::_data_ref_deleter</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1FilePage.html">FilePage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgSubKey.html">GpgSubKey</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html">KeyPairUIDTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1SignersPicker.html">SignersPicker</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgTOFUInfo.html">GpgTOFUInfo</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyserverTab.html">KeyserverTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">SingletonFunctionObject</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html">GpgKey::_key_ref_deleter</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1FileReadThread.html">FileReadThread</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgTOFUInfo.html">GpgTOFUInfo</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html">KeyServerImportDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">SingletonFunctionObject</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgUID.html">GpgUID</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html">KeySetExpireDateDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1SingletonStorage.html">SingletonStorage</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="structGpgFrontend_1_1__result__ref__deletor.html">_result_ref_deletor</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1FindWidget.html">FindWidget</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgUID.html">GpgUID</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyserverTab.html">KeyserverTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1SingletonStorage.html">SingletonStorage</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgUIDOperator.html">GpgUIDOperator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1SingletonStorageCollection.html">SingletonStorageCollection</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td rowspan="2" valign="bottom"><a name="letter_a"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;a&#160;&#160;</div></td></tr></table>
</td>
<td rowspan="2" valign="bottom"><a name="letter_g"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;g&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgUIDOperator.html">GpgUIDOperator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html">KeySetExpireDateDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1SingletonStorageCollection.html">SingletonStorageCollection</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1GpgVerifyResultAnalyse.html">GpgVerifyResultAnalyse</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgVerifyResultAnalyse.html">GpgVerifyResultAnalyse</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html">KeyUIDSignDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structGpgFrontend_1_1UI_1_1SoftwareVersion.html">SoftwareVersion</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td rowspan="2" valign="bottom"><a name="letter_h"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;h&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyUploadDialog.html">KeyUploadDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html">SubkeyGenerateDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1AboutDialog.html">AboutDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1GeneralTab.html">GeneralTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_h"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;h&#160;&#160;</div></td></tr></table>
<td rowspan="2" valign="bottom"><a name="letter_l"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;l&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html">KeyUIDSignDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html">SubkeyGenerateDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1AdvancedTab.html">AdvancedTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GenKeyInfo.html">GenKeyInfo</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyUploadDialog.html">KeyUploadDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_t"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;t&#160;&#160;</div></td></tr></table>
</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1AdvancedTab.html">AdvancedTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GenKeyInfo.html">GenKeyInfo</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1HelpPage.html">HelpPage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1AppearanceTab.html">AppearanceTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GlobalSettingStation</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1HelpPage.html">HelpPage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_l"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;l&#160;&#160;</div></td></tr></table>
<td rowspan="2" valign="bottom"><a name="letter_i"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;i&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html">ListedKeyServerTestThread</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classTestListedKeyServerThread.html">TestListedKeyServerThread</a>&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1ArchiveFileOperator.html">ArchiveFileOperator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgBasicOperator.html">GpgBasicOperator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_i"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;i&#160;&#160;</div></td></tr></table>
<td rowspan="2" valign="bottom"><a name="letter_m"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;m&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classTestListedKeyServerThread.html">TestListedKeyServerThread</a>&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html">TextEdit</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="structGpgFrontend_1_1ArchiveStruct.html">ArchiveStruct</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgCommandExecutor.html">GpgCommandExecutor</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html">ListedKeyServerTestThread</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html">TextEdit</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1InfoBoardWidget.html">InfoBoardWidget</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1TOFUInfoPage.html">TOFUInfoPage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td rowspan="2" valign="bottom"><a name="letter_c"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;c&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgConstants.html">GpgConstants</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1InfoBoardWidget.html">InfoBoardWidget</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_m"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;m&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1TOFUInfoPage.html">TOFUInfoPage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1GpgContext.html">GpgContext</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1InfoTab.html">InfoTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html">MainWindow</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1TranslatorsTab.html">TranslatorsTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">ChannelObject</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structGpgFrontend_1_1GpgContextInitArgs.html">GpgContextInitArgs</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1GpgContext.html">GpgContext</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1IntroPage.html">IntroPage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html">MainWindow</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_n"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;n&#160;&#160;</div></td></tr></table>
</td>
<td rowspan="2" valign="bottom"><a name="letter_u"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;u&#160;&#160;</div></td></tr></table>
</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1ChoosePage.html">ChoosePage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgData.html">GpgData</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">ChannelObject</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structGpgFrontend_1_1GpgContextInitArgs.html">GpgContextInitArgs</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_k"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;k&#160;&#160;</div></td></tr></table>
</td>
<td rowspan="2" valign="bottom"><a name="letter_n"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;n&#160;&#160;</div></td></tr></table>
</td>
</tr>
<tr><td valign="top"><a class="el" href="classclass.html">class</a>&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgDecryptResultAnalyse.html">GpgDecryptResultAnalyse</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1CharsetOperator.html">CharsetOperator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgData.html">GpgData</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1NetworkTab.html">NetworkTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1UpdateTab.html">UpdateTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">CommonUtils</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgEncryptResultAnalyse.html">GpgEncryptResultAnalyse</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1ChoosePage.html">ChoosePage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgDecryptResultAnalyse.html">GpgDecryptResultAnalyse</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html">KeyDetailsDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1NetworkTab.html">NetworkTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_p"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;p&#160;&#160;</div></td></tr></table>
</td>
<td rowspan="2" valign="bottom"><a name="letter_v"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;v&#160;&#160;</div></td></tr></table>
</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1ConclusionPage.html">ConclusionPage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgFileOpera.html">GpgFileOpera</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="classclass.html">class</a>&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgEncryptResultAnalyse.html">GpgEncryptResultAnalyse</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html">KeyGenDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_p"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;p&#160;&#160;</div></td></tr></table>
</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1CoreCommonUtil.html">CoreCommonUtil</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgImportedKey.html">GpgImportedKey</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">CommonUtils</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgFileOpera.html">GpgFileOpera</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenPage.html">KeyGenPage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html">PassphraseGenerator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html">VerifyDetailsDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html">MainWindow::CryptoMenu</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgImportInformation.html">GpgImportInformation</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1ConclusionPage.html">ConclusionPage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgImportedKey.html">GpgImportedKey</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html">KeyImportDetailDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html">PassphraseGenerator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">PlainTextEditorPage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html">VerifyKeyDetailBox</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1CtxCheckThread.html">CtxCheckThread</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgInfo.html">GpgInfo</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1CoreCommonUtil.html">CoreCommonUtil</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgImportInformation.html">GpgImportInformation</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">KeyList</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">PlainTextEditorPage</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classProxyConnectionTestThread.html">ProxyConnectionTestThread</a>&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1VersionCheckThread.html">VersionCheckThread</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td rowspan="2" valign="bottom"><a name="letter_d"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;d&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html">MainWindow::CryptoMenu</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgInfo.html">GpgInfo</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structGpgFrontend_1_1UI_1_1KeyListColumn.html">KeyListColumn</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classProxyConnectionTestThread.html">ProxyConnectionTestThread</a>&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html">ProxyConnectionTestThread</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_w"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;w&#160;&#160;</div></td></tr></table>
</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKeyGetter.html">GpgKeyGetter</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1CtxCheckThread.html">CtxCheckThread</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structGpgFrontend_1_1UI_1_1KeyListRow.html">KeyListRow</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html">ProxyConnectionTestThread</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1DataObjectOperator.html">DataObjectOperator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKeyImportExporter.html">GpgKeyImportExporter</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structGpgFrontend_1_1UI_1_1KeyMenuAbility.html">KeyMenuAbility</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_q"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;q&#160;&#160;</div></td></tr></table>
</td>
</tr>
<tr><td rowspan="2" valign="bottom"><a name="letter_d"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;d&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKeyGetter.html">GpgKeyGetter</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structGpgFrontend_1_1UI_1_1KeyMenuAbility.html">KeyMenuAbility</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1WaitingDialog.html">WaitingDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td rowspan="2" valign="bottom"><a name="letter_e"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;e&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKeyManager.html">GpgKeyManager</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKeyImportExporter.html">GpgKeyImportExporter</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html">KeyMgmt</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1QuitDialog.html">QuitDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1Wizard.html">Wizard</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKeyOpera.html">GpgKeyOpera</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1DataObjectOperator.html">DataObjectOperator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKeyManager.html">GpgKeyManager</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html">KeyNewUIDDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1QuitDialog.html">QuitDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td></td></tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html">ExportKeyPackageDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKeySignature.html">GpgKeySignature</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1KeyPackageOperator.html">KeyPackageOperator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_s"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;s&#160;&#160;</div></td></tr></table>
</td>
<td></td></tr>
<tr><td></td><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td></td><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1SettingsDialog.html">SettingsDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<tr><td rowspan="2" valign="bottom"><a name="letter_e"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;e&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKeyOpera.html">GpgKeyOpera</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1KeyPackageOperator.html">KeyPackageOperator</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td></td></tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1GpgKeySignature.html">GpgKeySignature</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html">KeyPairDetailTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1SettingsDialog.html">SettingsDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td></td></tr>
<tr><td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html">ExportKeyPackageDialog</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1GpgResultAnalyse.html">GpgResultAnalyse</a> (<a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html">KeyPairOperaTab</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classGpgFrontend_1_1UI_1_1SettingsObject.html">SettingsObject</a> (<a class="el" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a>)&#160;&#160;&#160;</td>
<td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td></tr>
</table>

View File

@ -4,6 +4,7 @@ var dir_f8a0abd6d3586538a5b71803e0ab7ffa =
[ "gpg", "dir_4c90737131b129f8f210b6ba3e14bca4.html", "dir_4c90737131b129f8f210b6ba3e14bca4" ],
[ "result_analyse", "dir_fc6c58bf49530122ab17df13a9869378.html", "dir_fc6c58bf49530122ab17df13a9869378" ],
[ "ArchiveFileOperator.h", "ArchiveFileOperator_8h_source.html", null ],
[ "CharsetOperator.h", "CharsetOperator_8h_source.html", null ],
[ "DataObjectOperator.h", "DataObjectOperator_8h_source.html", null ],
[ "FileOperator.h", "FileOperator_8h_source.html", null ],
[ "GlobalSettingStation.h", "GlobalSettingStation_8h_source.html", null ],

View File

@ -111,89 +111,90 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });
<tr id="row_0_0_1_2_3_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;">&#160;</span><a href="GpgSignResultAnalyse_8h_source.html"><span class="icondoc"></span></a><b>GpgSignResultAnalyse.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_2_4_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;">&#160;</span><a href="GpgVerifyResultAnalyse_8h_source.html"><span class="icondoc"></span></a><b>GpgVerifyResultAnalyse.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_3_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="ArchiveFileOperator_8h_source.html"><span class="icondoc"></span></a><b>ArchiveFileOperator.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_4_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="DataObjectOperator_8h_source.html"><span class="icondoc"></span></a><b>DataObjectOperator.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_5_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="FileOperator_8h_source.html"><span class="icondoc"></span></a><b>FileOperator.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_6_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GlobalSettingStation_8h_source.html"><span class="icondoc"></span></a><b>GlobalSettingStation.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_7_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyPackageOperator_8h_source.html"><span class="icondoc"></span></a><b>KeyPackageOperator.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_8_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="PassphraseGenerator_8h_source.html"><span class="icondoc"></span></a><b>PassphraseGenerator.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_0_2_" class="arrow" onclick="toggleFolder('0_0_2_')">&#9660;</span><span id="img_0_0_2_" class="iconfopen" onclick="toggleFolder('0_0_2_')">&#160;</span><a class="el" href="dir_db6209eff64d15a114e6ff7aefbf1abd.html" target="_self">model</a></td><td class="desc"></td></tr>
<tr id="row_0_0_2_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgData_8h_source.html"><span class="icondoc"></span></a><b>GpgData.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgKey_8h_source.html"><span class="icondoc"></span></a><b>GpgKey.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_2_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgKeySignature_8h_source.html"><span class="icondoc"></span></a><b>GpgKeySignature.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_3_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgSignature_8h_source.html"><span class="icondoc"></span></a><b>GpgSignature.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_4_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgSubKey_8h_source.html"><span class="icondoc"></span></a><b>GpgSubKey.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_5_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgTOFUInfo_8h_source.html"><span class="icondoc"></span></a><b>GpgTOFUInfo.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_6_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgUID_8h_source.html"><span class="icondoc"></span></a><b>GpgUID.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_0_3_" class="arrow" onclick="toggleFolder('0_0_3_')">&#9660;</span><span id="img_0_0_3_" class="iconfopen" onclick="toggleFolder('0_0_3_')">&#160;</span><a class="el" href="dir_fd71accbf528c1576ca21e7ec5716833.html" target="_self">thread</a></td><td class="desc"></td></tr>
<tr id="row_0_0_3_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="CtxCheckThread_8h_source.html"><span class="icondoc"></span></a><b>CtxCheckThread.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_4_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgConstants_8h_source.html"><span class="icondoc"></span></a><b>GpgConstants.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_5_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgContext_8h_source.html"><span class="icondoc"></span></a><b>GpgContext.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_6_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgCoreInit_8h_source.html"><span class="icondoc"></span></a><b>GpgCoreInit.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_7_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgFrontendCore_8h_source.html"><span class="icondoc"></span></a><b>GpgFrontendCore.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_8_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgFunctionObject_8h_source.html"><span class="icondoc"></span></a><b>GpgFunctionObject.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_9_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgGenKeyInfo_8h_source.html"><span class="icondoc"></span></a><b>GpgGenKeyInfo.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_10_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgInfo_8h_source.html"><span class="icondoc"></span></a><b>GpgInfo.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_11_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgModel_8h_source.html"><span class="icondoc"></span></a><b>GpgModel.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">&#9660;</span><span id="img_0_1_" class="iconfopen" onclick="toggleFolder('0_1_')">&#160;</span><a class="el" href="dir_da5c6b39c0a2f54e57df6799511cd3ab.html" target="_self">ui</a></td><td class="desc"></td></tr>
<tr id="row_0_1_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_0_" class="arrow" onclick="toggleFolder('0_1_0_')">&#9660;</span><span id="img_0_1_0_" class="iconfopen" onclick="toggleFolder('0_1_0_')">&#160;</span><a class="el" href="dir_b3dcad687043023d21a08bb9ff2e9a69.html" target="_self">details</a></td><td class="desc"></td></tr>
<tr id="row_0_1_0_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SignatureDetailsDialog_8h_source.html"><span class="icondoc"></span></a><b>SignatureDetailsDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_0_1_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="VerifyDetailsDialog_8h_source.html"><span class="icondoc"></span></a><b>VerifyDetailsDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_1_" class="arrow" onclick="toggleFolder('0_1_1_')">&#9660;</span><span id="img_0_1_1_" class="iconfopen" onclick="toggleFolder('0_1_1_')">&#160;</span><a class="el" href="dir_60d155722ad55e64f9b6ab1078feff11.html" target="_self">dialog</a></td><td class="desc"></td></tr>
<tr id="row_0_1_1_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="QuitDialog_8h_source.html"><span class="icondoc"></span></a><b>QuitDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_1_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="WaitingDialog_8h_source.html"><span class="icondoc"></span></a><b>WaitingDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_1_2_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="Wizard_8h_source.html"><span class="icondoc"></span></a><b>Wizard.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_2_" class="arrow" onclick="toggleFolder('0_1_2_')">&#9660;</span><span id="img_0_1_2_" class="iconfopen" onclick="toggleFolder('0_1_2_')">&#160;</span><a class="el" href="dir_339e756bd7e594063a4f371b962f549a.html" target="_self">help</a></td><td class="desc"></td></tr>
<tr id="row_0_1_2_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="AboutDialog_8h_source.html"><span class="icondoc"></span></a><b>AboutDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_3_" class="arrow" onclick="toggleFolder('0_1_3_')">&#9660;</span><span id="img_0_1_3_" class="iconfopen" onclick="toggleFolder('0_1_3_')">&#160;</span><a class="el" href="dir_3d7cdd7fbfa4715d9319666ec5111ec9.html" target="_self">import_export</a></td><td class="desc"></td></tr>
<tr id="row_0_1_3_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="ExportKeyPackageDialog_8h_source.html"><span class="icondoc"></span></a><b>ExportKeyPackageDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_3_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyImportDetailDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyImportDetailDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_3_2_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyServerImportDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyServerImportDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_3_3_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyUploadDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyUploadDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_4_" class="arrow" onclick="toggleFolder('0_1_4_')">&#9660;</span><span id="img_0_1_4_" class="iconfopen" onclick="toggleFolder('0_1_4_')">&#160;</span><a class="el" href="dir_18205f693eaa3d1d3d92159ae8558e07.html" target="_self">key_generate</a></td><td class="desc"></td></tr>
<tr id="row_0_1_4_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeygenDialog_8h_source.html"><span class="icondoc"></span></a><b>KeygenDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_4_1_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SubkeyGenerateDialog_8h_source.html"><span class="icondoc"></span></a><b>SubkeyGenerateDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_5_" class="arrow" onclick="toggleFolder('0_1_5_')">&#9660;</span><span id="img_0_1_5_" class="iconfopen" onclick="toggleFolder('0_1_5_')">&#160;</span><a class="el" href="dir_be96635c88cbde2113e66f957baee3c5.html" target="_self">keypair_details</a></td><td class="desc"></td></tr>
<tr id="row_0_1_5_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyDetailsDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyDetailsDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyNewUIDDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyNewUIDDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_2_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyPairDetailTab_8h_source.html"><span class="icondoc"></span></a><b>KeyPairDetailTab.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_3_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyPairOperaTab_8h_source.html"><span class="icondoc"></span></a><b>KeyPairOperaTab.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_4_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyPairSubkeyTab_8h_source.html"><span class="icondoc"></span></a><b>KeyPairSubkeyTab.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_5_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyPairUIDTab_8h_source.html"><span class="icondoc"></span></a><b>KeyPairUIDTab.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_6_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeySetExpireDateDialog_8h_source.html"><span class="icondoc"></span></a><b>KeySetExpireDateDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_7_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyUIDSignDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyUIDSignDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_6_" class="arrow" onclick="toggleFolder('0_1_6_')">&#9660;</span><span id="img_0_1_6_" class="iconfopen" onclick="toggleFolder('0_1_6_')">&#160;</span><a class="el" href="dir_b7e232576c264c97fe14815134a8cffa.html" target="_self">main_window</a></td><td class="desc"></td></tr>
<tr id="row_0_1_6_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="MainWindow_8h_source.html"><span class="icondoc"></span></a><b>MainWindow.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_7_" class="arrow" onclick="toggleFolder('0_1_7_')">&#9660;</span><span id="img_0_1_7_" class="iconfopen" onclick="toggleFolder('0_1_7_')">&#160;</span><a class="el" href="dir_de56a105f7c21a78ac2526330527c47b.html" target="_self">settings</a></td><td class="desc"></td></tr>
<tr id="row_0_1_7_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsAdvanced_8h_source.html"><span class="icondoc"></span></a><b>SettingsAdvanced.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_1_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsAppearance_8h_source.html"><span class="icondoc"></span></a><b>SettingsAppearance.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_2_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsDialog_8h_source.html"><span class="icondoc"></span></a><b>SettingsDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_3_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsGeneral_8h_source.html"><span class="icondoc"></span></a><b>SettingsGeneral.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_4_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsKeyServer_8h_source.html"><span class="icondoc"></span></a><b>SettingsKeyServer.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_5_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsNetwork_8h_source.html"><span class="icondoc"></span></a><b>SettingsNetwork.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_8_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_8_" class="arrow" onclick="toggleFolder('0_1_8_')">&#9660;</span><span id="img_0_1_8_" class="iconfopen" onclick="toggleFolder('0_1_8_')">&#160;</span><a class="el" href="dir_77b5d71c36a073b86db318490f5560d0.html" target="_self">struct</a></td><td class="desc"></td></tr>
<tr id="row_0_1_8_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsObject_8h_source.html"><span class="icondoc"></span></a><b>SettingsObject.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_8_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SoftwareVersion_8h_source.html"><span class="icondoc"></span></a><b>SoftwareVersion.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_9_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_9_" class="arrow" onclick="toggleFolder('0_1_9_')">&#9660;</span><span id="img_0_1_9_" class="iconfopen" onclick="toggleFolder('0_1_9_')">&#160;</span><a class="el" href="dir_0cd9bde2c64af64bc3733ed8ca8e04b3.html" target="_self">thread</a></td><td class="desc"></td></tr>
<tr id="row_0_1_9_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="FileReadThread_8h_source.html"><span class="icondoc"></span></a><b>FileReadThread.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_9_1_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="ListedKeyServerTestThread_8h_source.html"><span class="icondoc"></span></a><b>ListedKeyServerTestThread.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_9_2_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="ProxyConnectionTestThread_8h_source.html"><span class="icondoc"></span></a><b>ProxyConnectionTestThread.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_9_3_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="VersionCheckThread_8h_source.html"><span class="icondoc"></span></a><b>VersionCheckThread.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_10_" class="arrow" onclick="toggleFolder('0_1_10_')">&#9660;</span><span id="img_0_1_10_" class="iconfopen" onclick="toggleFolder('0_1_10_')">&#160;</span><a class="el" href="dir_f3911b9629b0e27ea480d06d47573cbf.html" target="_self">widgets</a></td><td class="desc"></td></tr>
<tr id="row_0_1_10_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="FilePage_8h_source.html"><span class="icondoc"></span></a><b>FilePage.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="FindWidget_8h_source.html"><span class="icondoc"></span></a><b>FindWidget.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_2_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="HelpPage_8h_source.html"><span class="icondoc"></span></a><b>HelpPage.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_3_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="InfoBoardWidget_8h_source.html"><span class="icondoc"></span></a><b>InfoBoardWidget.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_4_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyList_8h_source.html"><span class="icondoc"></span></a><b>KeyList.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_5_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="PlainTextEditorPage_8h_source.html"><span class="icondoc"></span></a><b>PlainTextEditorPage.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_6_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SignersPicker_8h_source.html"><span class="icondoc"></span></a><b>SignersPicker.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_7_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="TextEdit_8h_source.html"><span class="icondoc"></span></a><b>TextEdit.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_8_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="TOFUInfoPage_8h_source.html"><span class="icondoc"></span></a><b>TOFUInfoPage.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_9_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="VerifyKeyDetailBox_8h_source.html"><span class="icondoc"></span></a><b>VerifyKeyDetailBox.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_11_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgFrontendUI_8h_source.html"><span class="icondoc"></span></a><b>GpgFrontendUI.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_12_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgFrontendUIInit_8h_source.html"><span class="icondoc"></span></a><b>GpgFrontendUIInit.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_13_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="KeyMgmt_8h_source.html"><span class="icondoc"></span></a><b>KeyMgmt.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_14_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="SignalStation_8h_source.html"><span class="icondoc"></span></a><b>SignalStation.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_15_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="UserInterfaceUtils_8h_source.html"><span class="icondoc"></span></a><b>UserInterfaceUtils.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_4_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="CharsetOperator_8h_source.html"><span class="icondoc"></span></a><b>CharsetOperator.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_5_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="DataObjectOperator_8h_source.html"><span class="icondoc"></span></a><b>DataObjectOperator.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_6_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="FileOperator_8h_source.html"><span class="icondoc"></span></a><b>FileOperator.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_7_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GlobalSettingStation_8h_source.html"><span class="icondoc"></span></a><b>GlobalSettingStation.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_8_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyPackageOperator_8h_source.html"><span class="icondoc"></span></a><b>KeyPackageOperator.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_1_9_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="PassphraseGenerator_8h_source.html"><span class="icondoc"></span></a><b>PassphraseGenerator.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_0_2_" class="arrow" onclick="toggleFolder('0_0_2_')">&#9660;</span><span id="img_0_0_2_" class="iconfopen" onclick="toggleFolder('0_0_2_')">&#160;</span><a class="el" href="dir_db6209eff64d15a114e6ff7aefbf1abd.html" target="_self">model</a></td><td class="desc"></td></tr>
<tr id="row_0_0_2_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgData_8h_source.html"><span class="icondoc"></span></a><b>GpgData.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_1_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgKey_8h_source.html"><span class="icondoc"></span></a><b>GpgKey.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_2_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgKeySignature_8h_source.html"><span class="icondoc"></span></a><b>GpgKeySignature.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_3_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgSignature_8h_source.html"><span class="icondoc"></span></a><b>GpgSignature.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_4_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgSubKey_8h_source.html"><span class="icondoc"></span></a><b>GpgSubKey.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_5_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgTOFUInfo_8h_source.html"><span class="icondoc"></span></a><b>GpgTOFUInfo.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_2_6_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="GpgUID_8h_source.html"><span class="icondoc"></span></a><b>GpgUID.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_3_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_0_3_" class="arrow" onclick="toggleFolder('0_0_3_')">&#9660;</span><span id="img_0_0_3_" class="iconfopen" onclick="toggleFolder('0_0_3_')">&#160;</span><a class="el" href="dir_fd71accbf528c1576ca21e7ec5716833.html" target="_self">thread</a></td><td class="desc"></td></tr>
<tr id="row_0_0_3_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="CtxCheckThread_8h_source.html"><span class="icondoc"></span></a><b>CtxCheckThread.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_4_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgConstants_8h_source.html"><span class="icondoc"></span></a><b>GpgConstants.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_5_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgContext_8h_source.html"><span class="icondoc"></span></a><b>GpgContext.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_6_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgCoreInit_8h_source.html"><span class="icondoc"></span></a><b>GpgCoreInit.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_7_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgFrontendCore_8h_source.html"><span class="icondoc"></span></a><b>GpgFrontendCore.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_8_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgFunctionObject_8h_source.html"><span class="icondoc"></span></a><b>GpgFunctionObject.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_9_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgGenKeyInfo_8h_source.html"><span class="icondoc"></span></a><b>GpgGenKeyInfo.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_10_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgInfo_8h_source.html"><span class="icondoc"></span></a><b>GpgInfo.h</b></td><td class="desc"></td></tr>
<tr id="row_0_0_11_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgModel_8h_source.html"><span class="icondoc"></span></a><b>GpgModel.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">&#9660;</span><span id="img_0_1_" class="iconfopen" onclick="toggleFolder('0_1_')">&#160;</span><a class="el" href="dir_da5c6b39c0a2f54e57df6799511cd3ab.html" target="_self">ui</a></td><td class="desc"></td></tr>
<tr id="row_0_1_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_0_" class="arrow" onclick="toggleFolder('0_1_0_')">&#9660;</span><span id="img_0_1_0_" class="iconfopen" onclick="toggleFolder('0_1_0_')">&#160;</span><a class="el" href="dir_b3dcad687043023d21a08bb9ff2e9a69.html" target="_self">details</a></td><td class="desc"></td></tr>
<tr id="row_0_1_0_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SignatureDetailsDialog_8h_source.html"><span class="icondoc"></span></a><b>SignatureDetailsDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_0_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="VerifyDetailsDialog_8h_source.html"><span class="icondoc"></span></a><b>VerifyDetailsDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_1_" class="arrow" onclick="toggleFolder('0_1_1_')">&#9660;</span><span id="img_0_1_1_" class="iconfopen" onclick="toggleFolder('0_1_1_')">&#160;</span><a class="el" href="dir_60d155722ad55e64f9b6ab1078feff11.html" target="_self">dialog</a></td><td class="desc"></td></tr>
<tr id="row_0_1_1_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="QuitDialog_8h_source.html"><span class="icondoc"></span></a><b>QuitDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_1_1_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="WaitingDialog_8h_source.html"><span class="icondoc"></span></a><b>WaitingDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_1_2_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="Wizard_8h_source.html"><span class="icondoc"></span></a><b>Wizard.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_2_" class="arrow" onclick="toggleFolder('0_1_2_')">&#9660;</span><span id="img_0_1_2_" class="iconfopen" onclick="toggleFolder('0_1_2_')">&#160;</span><a class="el" href="dir_339e756bd7e594063a4f371b962f549a.html" target="_self">help</a></td><td class="desc"></td></tr>
<tr id="row_0_1_2_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="AboutDialog_8h_source.html"><span class="icondoc"></span></a><b>AboutDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_3_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_3_" class="arrow" onclick="toggleFolder('0_1_3_')">&#9660;</span><span id="img_0_1_3_" class="iconfopen" onclick="toggleFolder('0_1_3_')">&#160;</span><a class="el" href="dir_3d7cdd7fbfa4715d9319666ec5111ec9.html" target="_self">import_export</a></td><td class="desc"></td></tr>
<tr id="row_0_1_3_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="ExportKeyPackageDialog_8h_source.html"><span class="icondoc"></span></a><b>ExportKeyPackageDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_3_1_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyImportDetailDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyImportDetailDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_3_2_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyServerImportDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyServerImportDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_3_3_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyUploadDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyUploadDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_4_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_4_" class="arrow" onclick="toggleFolder('0_1_4_')">&#9660;</span><span id="img_0_1_4_" class="iconfopen" onclick="toggleFolder('0_1_4_')">&#160;</span><a class="el" href="dir_18205f693eaa3d1d3d92159ae8558e07.html" target="_self">key_generate</a></td><td class="desc"></td></tr>
<tr id="row_0_1_4_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeygenDialog_8h_source.html"><span class="icondoc"></span></a><b>KeygenDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_4_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SubkeyGenerateDialog_8h_source.html"><span class="icondoc"></span></a><b>SubkeyGenerateDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_5_" class="arrow" onclick="toggleFolder('0_1_5_')">&#9660;</span><span id="img_0_1_5_" class="iconfopen" onclick="toggleFolder('0_1_5_')">&#160;</span><a class="el" href="dir_be96635c88cbde2113e66f957baee3c5.html" target="_self">keypair_details</a></td><td class="desc"></td></tr>
<tr id="row_0_1_5_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyDetailsDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyDetailsDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_1_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyNewUIDDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyNewUIDDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_2_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyPairDetailTab_8h_source.html"><span class="icondoc"></span></a><b>KeyPairDetailTab.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_3_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyPairOperaTab_8h_source.html"><span class="icondoc"></span></a><b>KeyPairOperaTab.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_4_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyPairSubkeyTab_8h_source.html"><span class="icondoc"></span></a><b>KeyPairSubkeyTab.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_5_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyPairUIDTab_8h_source.html"><span class="icondoc"></span></a><b>KeyPairUIDTab.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_6_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeySetExpireDateDialog_8h_source.html"><span class="icondoc"></span></a><b>KeySetExpireDateDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_5_7_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyUIDSignDialog_8h_source.html"><span class="icondoc"></span></a><b>KeyUIDSignDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_6_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_6_" class="arrow" onclick="toggleFolder('0_1_6_')">&#9660;</span><span id="img_0_1_6_" class="iconfopen" onclick="toggleFolder('0_1_6_')">&#160;</span><a class="el" href="dir_b7e232576c264c97fe14815134a8cffa.html" target="_self">main_window</a></td><td class="desc"></td></tr>
<tr id="row_0_1_6_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="MainWindow_8h_source.html"><span class="icondoc"></span></a><b>MainWindow.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_7_" class="arrow" onclick="toggleFolder('0_1_7_')">&#9660;</span><span id="img_0_1_7_" class="iconfopen" onclick="toggleFolder('0_1_7_')">&#160;</span><a class="el" href="dir_de56a105f7c21a78ac2526330527c47b.html" target="_self">settings</a></td><td class="desc"></td></tr>
<tr id="row_0_1_7_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsAdvanced_8h_source.html"><span class="icondoc"></span></a><b>SettingsAdvanced.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsAppearance_8h_source.html"><span class="icondoc"></span></a><b>SettingsAppearance.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_2_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsDialog_8h_source.html"><span class="icondoc"></span></a><b>SettingsDialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_3_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsGeneral_8h_source.html"><span class="icondoc"></span></a><b>SettingsGeneral.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_4_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsKeyServer_8h_source.html"><span class="icondoc"></span></a><b>SettingsKeyServer.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_7_5_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsNetwork_8h_source.html"><span class="icondoc"></span></a><b>SettingsNetwork.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_8_" class="arrow" onclick="toggleFolder('0_1_8_')">&#9660;</span><span id="img_0_1_8_" class="iconfopen" onclick="toggleFolder('0_1_8_')">&#160;</span><a class="el" href="dir_77b5d71c36a073b86db318490f5560d0.html" target="_self">struct</a></td><td class="desc"></td></tr>
<tr id="row_0_1_8_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SettingsObject_8h_source.html"><span class="icondoc"></span></a><b>SettingsObject.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_8_1_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SoftwareVersion_8h_source.html"><span class="icondoc"></span></a><b>SoftwareVersion.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_9_" class="arrow" onclick="toggleFolder('0_1_9_')">&#9660;</span><span id="img_0_1_9_" class="iconfopen" onclick="toggleFolder('0_1_9_')">&#160;</span><a class="el" href="dir_0cd9bde2c64af64bc3733ed8ca8e04b3.html" target="_self">thread</a></td><td class="desc"></td></tr>
<tr id="row_0_1_9_0_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="FileReadThread_8h_source.html"><span class="icondoc"></span></a><b>FileReadThread.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_9_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="ListedKeyServerTestThread_8h_source.html"><span class="icondoc"></span></a><b>ListedKeyServerTestThread.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_9_2_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="ProxyConnectionTestThread_8h_source.html"><span class="icondoc"></span></a><b>ProxyConnectionTestThread.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_9_3_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="VersionCheckThread_8h_source.html"><span class="icondoc"></span></a><b>VersionCheckThread.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_0_1_10_" class="arrow" onclick="toggleFolder('0_1_10_')">&#9660;</span><span id="img_0_1_10_" class="iconfopen" onclick="toggleFolder('0_1_10_')">&#160;</span><a class="el" href="dir_f3911b9629b0e27ea480d06d47573cbf.html" target="_self">widgets</a></td><td class="desc"></td></tr>
<tr id="row_0_1_10_0_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="FilePage_8h_source.html"><span class="icondoc"></span></a><b>FilePage.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_1_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="FindWidget_8h_source.html"><span class="icondoc"></span></a><b>FindWidget.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_2_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="HelpPage_8h_source.html"><span class="icondoc"></span></a><b>HelpPage.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_3_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="InfoBoardWidget_8h_source.html"><span class="icondoc"></span></a><b>InfoBoardWidget.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_4_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="KeyList_8h_source.html"><span class="icondoc"></span></a><b>KeyList.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_5_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="PlainTextEditorPage_8h_source.html"><span class="icondoc"></span></a><b>PlainTextEditorPage.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_6_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="SignersPicker_8h_source.html"><span class="icondoc"></span></a><b>SignersPicker.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_7_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="TextEdit_8h_source.html"><span class="icondoc"></span></a><b>TextEdit.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_8_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="TOFUInfoPage_8h_source.html"><span class="icondoc"></span></a><b>TOFUInfoPage.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_10_9_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><a href="VerifyKeyDetailBox_8h_source.html"><span class="icondoc"></span></a><b>VerifyKeyDetailBox.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_11_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgFrontendUI_8h_source.html"><span class="icondoc"></span></a><b>GpgFrontendUI.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_12_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="GpgFrontendUIInit_8h_source.html"><span class="icondoc"></span></a><b>GpgFrontendUIInit.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_13_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="KeyMgmt_8h_source.html"><span class="icondoc"></span></a><b>KeyMgmt.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_14_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="SignalStation_8h_source.html"><span class="icondoc"></span></a><b>SignalStation.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_15_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="UserInterfaceUtils_8h_source.html"><span class="icondoc"></span></a><b>UserInterfaceUtils.h</b></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->

View File

@ -122,8 +122,11 @@ $(document).ready(function(){initNavTree('functions_d.html',''); initResizable()
<li>DeleteKeys()
: <a class="el" href="classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e">GpgFrontend::GpgKeyOpera</a>
</li>
<li>Detect()
: <a class="el" href="classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f">GpgFrontend::CharsetOperator</a>
</li>
<li>detect_cr_lf()
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a770be847f7d01556a2674972f848e1aa">GpgFrontend::UI::PlainTextEditorPage</a>
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c">GpgFrontend::UI::PlainTextEditorPage</a>
</li>
<li>detect_encoding()
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58">GpgFrontend::UI::PlainTextEditorPage</a>

View File

@ -112,8 +112,11 @@ $(document).ready(function(){initNavTree('functions_func_d.html',''); initResiza
<li>DeleteKeys()
: <a class="el" href="classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e">GpgFrontend::GpgKeyOpera</a>
</li>
<li>Detect()
: <a class="el" href="classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f">GpgFrontend::CharsetOperator</a>
</li>
<li>detect_cr_lf()
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a770be847f7d01556a2674972f848e1aa">GpgFrontend::UI::PlainTextEditorPage</a>
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c">GpgFrontend::UI::PlainTextEditorPage</a>
</li>
<li>detect_encoding()
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58">GpgFrontend::UI::PlainTextEditorPage</a>

View File

@ -97,6 +97,9 @@ $(document).ready(function(){initNavTree('functions_func_n.html',''); initResiza
, <a class="el" href="classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4">GpgFrontend::UI::IntroPage</a>
, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead">GpgFrontend::UI::KeyGenPage</a>
</li>
<li>NotifyFileSaved()
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5">GpgFrontend::UI::PlainTextEditorPage</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->

View File

@ -89,7 +89,7 @@ $(document).ready(function(){initNavTree('functions_func_p.html',''); initResiza
: <a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf">GpgFrontend::PassphraseGenerator</a>
</li>
<li>PlainTextEditorPage()
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a68a9460aabd6cbcb2af9420dd2d96e0c">GpgFrontend::UI::PlainTextEditorPage</a>
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1">GpgFrontend::UI::PlainTextEditorPage</a>
</li>
<li>print_recipient()
: <a class="el" href="classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44">GpgFrontend::GpgDecryptResultAnalyse</a>

View File

@ -88,6 +88,9 @@ $(document).ready(function(){initNavTree('functions_func_w.html',''); initResiza
<li>WaitingDialog()
: <a class="el" href="classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc">GpgFrontend::UI::WaitingDialog</a>
</li>
<li>WillCharsetChange()
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267">GpgFrontend::UI::PlainTextEditorPage</a>
</li>
<li>Wizard()
: <a class="el" href="classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10">GpgFrontend::UI::Wizard</a>
</li>

View File

@ -106,6 +106,9 @@ $(document).ready(function(){initNavTree('functions_n.html',''); initResizable()
, <a class="el" href="classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4">GpgFrontend::UI::IntroPage</a>
, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead">GpgFrontend::UI::KeyGenPage</a>
</li>
<li>NotifyFileSaved()
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5">GpgFrontend::UI::PlainTextEditorPage</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->

View File

@ -95,7 +95,7 @@ $(document).ready(function(){initNavTree('functions_p.html',''); initResizable()
: <a class="el" href="classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2">GpgFrontend::GpgConstants</a>
</li>
<li>PlainTextEditorPage()
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a68a9460aabd6cbcb2af9420dd2d96e0c">GpgFrontend::UI::PlainTextEditorPage</a>
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1">GpgFrontend::UI::PlainTextEditorPage</a>
</li>
<li>print_act_
: <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc">GpgFrontend::UI::MainWindow</a>

View File

@ -88,6 +88,9 @@ $(document).ready(function(){initNavTree('functions_w.html',''); initResizable()
<li>WaitingDialog()
: <a class="el" href="classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc">GpgFrontend::UI::WaitingDialog</a>
</li>
<li>WillCharsetChange()
: <a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267">GpgFrontend::UI::PlainTextEditorPage</a>
</li>
<li>Wizard()
: <a class="el" href="classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10">GpgFrontend::UI::Wizard</a>
</li>

View File

@ -122,100 +122,101 @@ This inheritance list is sorted roughly, but not completely, alphabetically:</di
<tr id="row_6_11_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgUIDOperator.html" target="_self">GpgFrontend::GpgUIDOperator</a></td><td class="desc"></td></tr>
<tr id="row_6_12_" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_6_12_" class="arrow" onclick="toggleFolder('6_12_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html" target="_self">GpgFrontend::SingletonFunctionObject&lt; PassphraseGenerator &gt;</a></td><td class="desc"></td></tr>
<tr id="row_6_12_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html" target="_self">GpgFrontend::PassphraseGenerator</a></td><td class="desc">The <a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class.">PassphraseGenerator</a> class </td></tr>
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classclass.html" target="_self">class</a></td><td class="desc">Executive files related to the basic operations that are provided by GpgBasicOperator </td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html" target="_self">GpgFrontend::UI::MainWindow::CryptoMenu</a></td><td class="desc"></td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1FileOperator.html" target="_self">GpgFrontend::FileOperator</a></td><td class="desc">File operations </td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GenKeyInfo.html" target="_self">GpgFrontend::GenKeyInfo</a></td><td class="desc"></td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgConstants.html" target="_self">GpgFrontend::GpgConstants</a></td><td class="desc"></td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgContextInitArgs.html" target="_self">GpgFrontend::GpgContextInitArgs</a></td><td class="desc"></td></tr>
<tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgData.html" target="_self">GpgFrontend::GpgData</a></td><td class="desc"></td></tr>
<tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportedKey.html" target="_self">GpgFrontend::GpgImportedKey</a></td><td class="desc"></td></tr>
<tr id="row_15_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportInformation.html" target="_self">GpgFrontend::GpgImportInformation</a></td><td class="desc"></td></tr>
<tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgInfo.html" target="_self">GpgFrontend::GpgInfo</a></td><td class="desc">Use to record some info about gnupg </td></tr>
<tr id="row_17_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKey.html" target="_self">GpgFrontend::GpgKey</a></td><td class="desc"></td></tr>
<tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeySignature.html" target="_self">GpgFrontend::GpgKeySignature</a></td><td class="desc"></td></tr>
<tr id="row_19_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_19_" class="arrow" onclick="toggleFolder('19_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgResultAnalyse.html" target="_self">GpgFrontend::GpgResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_19_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgDecryptResultAnalyse.html" target="_self">GpgFrontend::GpgDecryptResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_19_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgEncryptResultAnalyse.html" target="_self">GpgFrontend::GpgEncryptResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_19_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignResultAnalyse.html" target="_self">GpgFrontend::GpgSignResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_19_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgVerifyResultAnalyse.html" target="_self">GpgFrontend::GpgVerifyResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignature.html" target="_self">GpgFrontend::GpgSignature</a></td><td class="desc"></td></tr>
<tr id="row_21_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSubKey.html" target="_self">GpgFrontend::GpgSubKey</a></td><td class="desc"></td></tr>
<tr id="row_22_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgTOFUInfo.html" target="_self">GpgFrontend::GpgTOFUInfo</a></td><td class="desc"></td></tr>
<tr id="row_23_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgUID.html" target="_self">GpgFrontend::GpgUID</a></td><td class="desc"></td></tr>
<tr id="row_24_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_24_" class="arrow" onclick="toggleFolder('24_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>json</b></td><td class="desc"></td></tr>
<tr id="row_24_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1SettingsObject.html" target="_self">GpgFrontend::UI::SettingsObject</a></td><td class="desc">The <a class="el" href="classGpgFrontend_1_1UI_1_1SettingsObject.html" title="The SettingsObject class This class is used to store settings for the application securely.">SettingsObject</a> class This class is used to store settings for the application securely </td></tr>
<tr id="row_25_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1KeyListColumn.html" target="_self">GpgFrontend::UI::KeyListColumn</a></td><td class="desc"></td></tr>
<tr id="row_26_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1KeyListRow.html" target="_self">GpgFrontend::UI::KeyListRow</a></td><td class="desc"></td></tr>
<tr id="row_27_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1KeyMenuAbility.html" target="_self">GpgFrontend::UI::KeyMenuAbility</a></td><td class="desc"></td></tr>
<tr id="row_28_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1KeyPackageOperator.html" target="_self">GpgFrontend::KeyPackageOperator</a></td><td class="desc">Give the possibility to import or export a key package </td></tr>
<tr id="row_29_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1KeyTable.html" target="_self">GpgFrontend::UI::KeyTable</a></td><td class="desc"></td></tr>
<tr id="row_30_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classProxyConnectionTestThread.html" target="_self">ProxyConnectionTestThread</a></td><td class="desc"></td></tr>
<tr id="row_31_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_31_" class="arrow" onclick="toggleFolder('31_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QDialog</b></td><td class="desc"></td></tr>
<tr id="row_31_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1AboutDialog.html" target="_self">GpgFrontend::UI::AboutDialog</a></td><td class="desc">Class for handling the about dialog </td></tr>
<tr id="row_31_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html" target="_self">GpgFrontend::UI::ExportKeyPackageDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html" target="_self">GpgFrontend::UI::KeyDetailsDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html" target="_self">GpgFrontend::UI::KeyGenDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html" target="_self">GpgFrontend::UI::KeyImportDetailDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_5_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html" target="_self">GpgFrontend::UI::KeyNewUIDDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_6_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html" target="_self">GpgFrontend::UI::KeyServerImportDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_7_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html" target="_self">GpgFrontend::UI::KeySetExpireDateDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_8_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html" target="_self">GpgFrontend::UI::KeyUIDSignDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_9_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyUploadDialog.html" target="_self">GpgFrontend::UI::KeyUploadDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_10_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1QuitDialog.html" target="_self">GpgFrontend::UI::QuitDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_11_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1SettingsDialog.html" target="_self">GpgFrontend::UI::SettingsDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_12_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1SignersPicker.html" target="_self">GpgFrontend::UI::SignersPicker</a></td><td class="desc"></td></tr>
<tr id="row_31_13_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html" target="_self">GpgFrontend::UI::SubkeyGenerateDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_14_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html" target="_self">GpgFrontend::UI::VerifyDetailsDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_15_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1WaitingDialog.html" target="_self">GpgFrontend::UI::WaitingDialog</a></td><td class="desc"></td></tr>
<tr id="row_31_16_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classSignatureDetailsDialog.html" target="_self">SignatureDetailsDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_32_" class="arrow" onclick="toggleFolder('32_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QGroupBox</b></td><td class="desc"></td></tr>
<tr id="row_32_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html" target="_self">GpgFrontend::UI::VerifyKeyDetailBox</a></td><td class="desc"></td></tr>
<tr id="row_33_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_33_" class="arrow" onclick="toggleFolder('33_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QMainWindow</b></td><td class="desc"></td></tr>
<tr id="row_33_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html" target="_self">GpgFrontend::UI::KeyMgmt</a></td><td class="desc"></td></tr>
<tr id="row_33_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html" target="_self">GpgFrontend::UI::MainWindow</a></td><td class="desc"></td></tr>
<tr id="row_34_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_34_" class="arrow" onclick="toggleFolder('34_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QObject</b></td><td class="desc"></td></tr>
<tr id="row_34_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CoreCommonUtil.html" target="_self">GpgFrontend::CoreCommonUtil</a></td><td class="desc"></td></tr>
<tr id="row_34_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html" target="_self">GpgFrontend::UI::SignalStation</a></td><td class="desc"></td></tr>
<tr id="row_35_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_35_" class="arrow" onclick="toggleFolder('35_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QThread</b></td><td class="desc"></td></tr>
<tr id="row_35_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CtxCheckThread.html" target="_self">GpgFrontend::CtxCheckThread</a></td><td class="desc"></td></tr>
<tr id="row_35_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1FileReadThread.html" target="_self">GpgFrontend::UI::FileReadThread</a></td><td class="desc"></td></tr>
<tr id="row_35_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html" target="_self">GpgFrontend::UI::ListedKeyServerTestThread</a></td><td class="desc"></td></tr>
<tr id="row_35_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html" target="_self">GpgFrontend::UI::ProxyConnectionTestThread</a></td><td class="desc"></td></tr>
<tr id="row_35_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1VersionCheckThread.html" target="_self">GpgFrontend::UI::VersionCheckThread</a></td><td class="desc"></td></tr>
<tr id="row_36_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_36_" class="arrow" onclick="toggleFolder('36_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QWidget</b></td><td class="desc"></td></tr>
<tr id="row_36_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1AdvancedTab.html" target="_self">GpgFrontend::UI::AdvancedTab</a></td><td class="desc"></td></tr>
<tr id="row_36_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1AppearanceTab.html" target="_self">GpgFrontend::UI::AppearanceTab</a></td><td class="desc"></td></tr>
<tr id="row_36_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html" target="_self">GpgFrontend::UI::CommonUtils</a></td><td class="desc"></td></tr>
<tr id="row_36_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1FilePage.html" target="_self">GpgFrontend::UI::FilePage</a></td><td class="desc"></td></tr>
<tr id="row_36_4_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1FindWidget.html" target="_self">GpgFrontend::UI::FindWidget</a></td><td class="desc">Class for handling the find widget shown at buttom of a textedit-page </td></tr>
<tr id="row_36_5_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1GeneralTab.html" target="_self">GpgFrontend::UI::GeneralTab</a></td><td class="desc"></td></tr>
<tr id="row_36_6_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1HelpPage.html" target="_self">GpgFrontend::UI::HelpPage</a></td><td class="desc"></td></tr>
<tr id="row_36_7_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1InfoBoardWidget.html" target="_self">GpgFrontend::UI::InfoBoardWidget</a></td><td class="desc">Class for handling the verify label shown at bottom of a textedit-page </td></tr>
<tr id="row_36_8_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1InfoTab.html" target="_self">GpgFrontend::UI::InfoTab</a></td><td class="desc">Class containing the main tab of about dialog </td></tr>
<tr id="row_36_9_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html" target="_self">GpgFrontend::UI::KeyList</a></td><td class="desc"></td></tr>
<tr id="row_36_10_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html" target="_self">GpgFrontend::UI::KeyPairDetailTab</a></td><td class="desc"></td></tr>
<tr id="row_36_11_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html" target="_self">GpgFrontend::UI::KeyPairOperaTab</a></td><td class="desc"></td></tr>
<tr id="row_36_12_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html" target="_self">GpgFrontend::UI::KeyPairSubkeyTab</a></td><td class="desc"></td></tr>
<tr id="row_36_13_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html" target="_self">GpgFrontend::UI::KeyPairUIDTab</a></td><td class="desc"></td></tr>
<tr id="row_36_14_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyserverTab.html" target="_self">GpgFrontend::UI::KeyserverTab</a></td><td class="desc"></td></tr>
<tr id="row_36_15_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1NetworkTab.html" target="_self">GpgFrontend::UI::NetworkTab</a></td><td class="desc"></td></tr>
<tr id="row_36_16_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html" target="_self">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="desc">Class for handling a single tab of the tabwidget </td></tr>
<tr id="row_36_17_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html" target="_self">GpgFrontend::UI::TextEdit</a></td><td class="desc"><a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html" title="TextEdit class.">TextEdit</a> class </td></tr>
<tr id="row_36_18_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1TOFUInfoPage.html" target="_self">GpgFrontend::UI::TOFUInfoPage</a></td><td class="desc"></td></tr>
<tr id="row_36_19_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1TranslatorsTab.html" target="_self">GpgFrontend::UI::TranslatorsTab</a></td><td class="desc">Class containing the translator tab of about dialog </td></tr>
<tr id="row_36_20_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1UpdateTab.html" target="_self">GpgFrontend::UI::UpdateTab</a></td><td class="desc">Class containing the main tab of about dialog </td></tr>
<tr id="row_37_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_37_" class="arrow" onclick="toggleFolder('37_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QWizard</b></td><td class="desc"></td></tr>
<tr id="row_37_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1Wizard.html" target="_self">GpgFrontend::UI::Wizard</a></td><td class="desc"></td></tr>
<tr id="row_38_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_38_" class="arrow" onclick="toggleFolder('38_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QWizardPage</b></td><td class="desc"></td></tr>
<tr id="row_38_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1ChoosePage.html" target="_self">GpgFrontend::UI::ChoosePage</a></td><td class="desc"></td></tr>
<tr id="row_38_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1ConclusionPage.html" target="_self">GpgFrontend::UI::ConclusionPage</a></td><td class="desc"></td></tr>
<tr id="row_38_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1IntroPage.html" target="_self">GpgFrontend::UI::IntroPage</a></td><td class="desc"></td></tr>
<tr id="row_38_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenPage.html" target="_self">GpgFrontend::UI::KeyGenPage</a></td><td class="desc"></td></tr>
<tr id="row_39_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorage.html" target="_self">GpgFrontend::SingletonStorage</a></td><td class="desc"></td></tr>
<tr id="row_40_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorageCollection.html" target="_self">GpgFrontend::SingletonStorageCollection</a></td><td class="desc"></td></tr>
<tr id="row_41_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1SoftwareVersion.html" target="_self">GpgFrontend::UI::SoftwareVersion</a></td><td class="desc"></td></tr>
<tr id="row_42_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTestListedKeyServerThread.html" target="_self">TestListedKeyServerThread</a></td><td class="desc"></td></tr>
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CharsetOperator.html" target="_self">GpgFrontend::CharsetOperator</a></td><td class="desc"></td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classclass.html" target="_self">class</a></td><td class="desc">Executive files related to the basic operations that are provided by GpgBasicOperator </td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html" target="_self">GpgFrontend::UI::MainWindow::CryptoMenu</a></td><td class="desc"></td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1FileOperator.html" target="_self">GpgFrontend::FileOperator</a></td><td class="desc">File operations </td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GenKeyInfo.html" target="_self">GpgFrontend::GenKeyInfo</a></td><td class="desc"></td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgConstants.html" target="_self">GpgFrontend::GpgConstants</a></td><td class="desc"></td></tr>
<tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgContextInitArgs.html" target="_self">GpgFrontend::GpgContextInitArgs</a></td><td class="desc"></td></tr>
<tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgData.html" target="_self">GpgFrontend::GpgData</a></td><td class="desc"></td></tr>
<tr id="row_15_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportedKey.html" target="_self">GpgFrontend::GpgImportedKey</a></td><td class="desc"></td></tr>
<tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportInformation.html" target="_self">GpgFrontend::GpgImportInformation</a></td><td class="desc"></td></tr>
<tr id="row_17_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgInfo.html" target="_self">GpgFrontend::GpgInfo</a></td><td class="desc">Use to record some info about gnupg </td></tr>
<tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKey.html" target="_self">GpgFrontend::GpgKey</a></td><td class="desc"></td></tr>
<tr id="row_19_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeySignature.html" target="_self">GpgFrontend::GpgKeySignature</a></td><td class="desc"></td></tr>
<tr id="row_20_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_20_" class="arrow" onclick="toggleFolder('20_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgResultAnalyse.html" target="_self">GpgFrontend::GpgResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_20_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgDecryptResultAnalyse.html" target="_self">GpgFrontend::GpgDecryptResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_20_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgEncryptResultAnalyse.html" target="_self">GpgFrontend::GpgEncryptResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_20_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignResultAnalyse.html" target="_self">GpgFrontend::GpgSignResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_20_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgVerifyResultAnalyse.html" target="_self">GpgFrontend::GpgVerifyResultAnalyse</a></td><td class="desc"></td></tr>
<tr id="row_21_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignature.html" target="_self">GpgFrontend::GpgSignature</a></td><td class="desc"></td></tr>
<tr id="row_22_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSubKey.html" target="_self">GpgFrontend::GpgSubKey</a></td><td class="desc"></td></tr>
<tr id="row_23_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgTOFUInfo.html" target="_self">GpgFrontend::GpgTOFUInfo</a></td><td class="desc"></td></tr>
<tr id="row_24_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgUID.html" target="_self">GpgFrontend::GpgUID</a></td><td class="desc"></td></tr>
<tr id="row_25_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_25_" class="arrow" onclick="toggleFolder('25_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>json</b></td><td class="desc"></td></tr>
<tr id="row_25_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1SettingsObject.html" target="_self">GpgFrontend::UI::SettingsObject</a></td><td class="desc">The <a class="el" href="classGpgFrontend_1_1UI_1_1SettingsObject.html" title="The SettingsObject class This class is used to store settings for the application securely.">SettingsObject</a> class This class is used to store settings for the application securely </td></tr>
<tr id="row_26_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1KeyListColumn.html" target="_self">GpgFrontend::UI::KeyListColumn</a></td><td class="desc"></td></tr>
<tr id="row_27_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1KeyListRow.html" target="_self">GpgFrontend::UI::KeyListRow</a></td><td class="desc"></td></tr>
<tr id="row_28_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1KeyMenuAbility.html" target="_self">GpgFrontend::UI::KeyMenuAbility</a></td><td class="desc"></td></tr>
<tr id="row_29_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1KeyPackageOperator.html" target="_self">GpgFrontend::KeyPackageOperator</a></td><td class="desc">Give the possibility to import or export a key package </td></tr>
<tr id="row_30_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1KeyTable.html" target="_self">GpgFrontend::UI::KeyTable</a></td><td class="desc"></td></tr>
<tr id="row_31_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classProxyConnectionTestThread.html" target="_self">ProxyConnectionTestThread</a></td><td class="desc"></td></tr>
<tr id="row_32_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_32_" class="arrow" onclick="toggleFolder('32_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QDialog</b></td><td class="desc"></td></tr>
<tr id="row_32_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1AboutDialog.html" target="_self">GpgFrontend::UI::AboutDialog</a></td><td class="desc">Class for handling the about dialog </td></tr>
<tr id="row_32_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html" target="_self">GpgFrontend::UI::ExportKeyPackageDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html" target="_self">GpgFrontend::UI::KeyDetailsDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html" target="_self">GpgFrontend::UI::KeyGenDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_4_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html" target="_self">GpgFrontend::UI::KeyImportDetailDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_5_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html" target="_self">GpgFrontend::UI::KeyNewUIDDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_6_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html" target="_self">GpgFrontend::UI::KeyServerImportDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_7_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html" target="_self">GpgFrontend::UI::KeySetExpireDateDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_8_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html" target="_self">GpgFrontend::UI::KeyUIDSignDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_9_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyUploadDialog.html" target="_self">GpgFrontend::UI::KeyUploadDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_10_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1QuitDialog.html" target="_self">GpgFrontend::UI::QuitDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_11_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1SettingsDialog.html" target="_self">GpgFrontend::UI::SettingsDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_12_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1SignersPicker.html" target="_self">GpgFrontend::UI::SignersPicker</a></td><td class="desc"></td></tr>
<tr id="row_32_13_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html" target="_self">GpgFrontend::UI::SubkeyGenerateDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_14_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html" target="_self">GpgFrontend::UI::VerifyDetailsDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_15_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1WaitingDialog.html" target="_self">GpgFrontend::UI::WaitingDialog</a></td><td class="desc"></td></tr>
<tr id="row_32_16_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classSignatureDetailsDialog.html" target="_self">SignatureDetailsDialog</a></td><td class="desc"></td></tr>
<tr id="row_33_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_33_" class="arrow" onclick="toggleFolder('33_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QGroupBox</b></td><td class="desc"></td></tr>
<tr id="row_33_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html" target="_self">GpgFrontend::UI::VerifyKeyDetailBox</a></td><td class="desc"></td></tr>
<tr id="row_34_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_34_" class="arrow" onclick="toggleFolder('34_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QMainWindow</b></td><td class="desc"></td></tr>
<tr id="row_34_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html" target="_self">GpgFrontend::UI::KeyMgmt</a></td><td class="desc"></td></tr>
<tr id="row_34_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html" target="_self">GpgFrontend::UI::MainWindow</a></td><td class="desc"></td></tr>
<tr id="row_35_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_35_" class="arrow" onclick="toggleFolder('35_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QObject</b></td><td class="desc"></td></tr>
<tr id="row_35_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CoreCommonUtil.html" target="_self">GpgFrontend::CoreCommonUtil</a></td><td class="desc"></td></tr>
<tr id="row_35_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html" target="_self">GpgFrontend::UI::SignalStation</a></td><td class="desc"></td></tr>
<tr id="row_36_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_36_" class="arrow" onclick="toggleFolder('36_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QThread</b></td><td class="desc"></td></tr>
<tr id="row_36_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CtxCheckThread.html" target="_self">GpgFrontend::CtxCheckThread</a></td><td class="desc"></td></tr>
<tr id="row_36_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1FileReadThread.html" target="_self">GpgFrontend::UI::FileReadThread</a></td><td class="desc"></td></tr>
<tr id="row_36_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html" target="_self">GpgFrontend::UI::ListedKeyServerTestThread</a></td><td class="desc"></td></tr>
<tr id="row_36_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html" target="_self">GpgFrontend::UI::ProxyConnectionTestThread</a></td><td class="desc"></td></tr>
<tr id="row_36_4_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1VersionCheckThread.html" target="_self">GpgFrontend::UI::VersionCheckThread</a></td><td class="desc"></td></tr>
<tr id="row_37_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_37_" class="arrow" onclick="toggleFolder('37_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QWidget</b></td><td class="desc"></td></tr>
<tr id="row_37_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1AdvancedTab.html" target="_self">GpgFrontend::UI::AdvancedTab</a></td><td class="desc"></td></tr>
<tr id="row_37_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1AppearanceTab.html" target="_self">GpgFrontend::UI::AppearanceTab</a></td><td class="desc"></td></tr>
<tr id="row_37_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html" target="_self">GpgFrontend::UI::CommonUtils</a></td><td class="desc"></td></tr>
<tr id="row_37_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1FilePage.html" target="_self">GpgFrontend::UI::FilePage</a></td><td class="desc"></td></tr>
<tr id="row_37_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1FindWidget.html" target="_self">GpgFrontend::UI::FindWidget</a></td><td class="desc">Class for handling the find widget shown at buttom of a textedit-page </td></tr>
<tr id="row_37_5_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1GeneralTab.html" target="_self">GpgFrontend::UI::GeneralTab</a></td><td class="desc"></td></tr>
<tr id="row_37_6_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1HelpPage.html" target="_self">GpgFrontend::UI::HelpPage</a></td><td class="desc"></td></tr>
<tr id="row_37_7_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1InfoBoardWidget.html" target="_self">GpgFrontend::UI::InfoBoardWidget</a></td><td class="desc">Class for handling the verify label shown at bottom of a textedit-page </td></tr>
<tr id="row_37_8_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1InfoTab.html" target="_self">GpgFrontend::UI::InfoTab</a></td><td class="desc">Class containing the main tab of about dialog </td></tr>
<tr id="row_37_9_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html" target="_self">GpgFrontend::UI::KeyList</a></td><td class="desc"></td></tr>
<tr id="row_37_10_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html" target="_self">GpgFrontend::UI::KeyPairDetailTab</a></td><td class="desc"></td></tr>
<tr id="row_37_11_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html" target="_self">GpgFrontend::UI::KeyPairOperaTab</a></td><td class="desc"></td></tr>
<tr id="row_37_12_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html" target="_self">GpgFrontend::UI::KeyPairSubkeyTab</a></td><td class="desc"></td></tr>
<tr id="row_37_13_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html" target="_self">GpgFrontend::UI::KeyPairUIDTab</a></td><td class="desc"></td></tr>
<tr id="row_37_14_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyserverTab.html" target="_self">GpgFrontend::UI::KeyserverTab</a></td><td class="desc"></td></tr>
<tr id="row_37_15_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1NetworkTab.html" target="_self">GpgFrontend::UI::NetworkTab</a></td><td class="desc"></td></tr>
<tr id="row_37_16_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html" target="_self">GpgFrontend::UI::PlainTextEditorPage</a></td><td class="desc">Class for handling a single tab of the tabwidget </td></tr>
<tr id="row_37_17_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html" target="_self">GpgFrontend::UI::TextEdit</a></td><td class="desc"><a class="el" href="classGpgFrontend_1_1UI_1_1TextEdit.html" title="TextEdit class.">TextEdit</a> class </td></tr>
<tr id="row_37_18_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1TOFUInfoPage.html" target="_self">GpgFrontend::UI::TOFUInfoPage</a></td><td class="desc"></td></tr>
<tr id="row_37_19_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1TranslatorsTab.html" target="_self">GpgFrontend::UI::TranslatorsTab</a></td><td class="desc">Class containing the translator tab of about dialog </td></tr>
<tr id="row_37_20_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1UpdateTab.html" target="_self">GpgFrontend::UI::UpdateTab</a></td><td class="desc">Class containing the main tab of about dialog </td></tr>
<tr id="row_38_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_38_" class="arrow" onclick="toggleFolder('38_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QWizard</b></td><td class="desc"></td></tr>
<tr id="row_38_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1Wizard.html" target="_self">GpgFrontend::UI::Wizard</a></td><td class="desc"></td></tr>
<tr id="row_39_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_39_" class="arrow" onclick="toggleFolder('39_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QWizardPage</b></td><td class="desc"></td></tr>
<tr id="row_39_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1ChoosePage.html" target="_self">GpgFrontend::UI::ChoosePage</a></td><td class="desc"></td></tr>
<tr id="row_39_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1ConclusionPage.html" target="_self">GpgFrontend::UI::ConclusionPage</a></td><td class="desc"></td></tr>
<tr id="row_39_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1IntroPage.html" target="_self">GpgFrontend::UI::IntroPage</a></td><td class="desc"></td></tr>
<tr id="row_39_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenPage.html" target="_self">GpgFrontend::UI::KeyGenPage</a></td><td class="desc"></td></tr>
<tr id="row_40_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorage.html" target="_self">GpgFrontend::SingletonStorage</a></td><td class="desc"></td></tr>
<tr id="row_41_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorageCollection.html" target="_self">GpgFrontend::SingletonStorageCollection</a></td><td class="desc"></td></tr>
<tr id="row_42_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1UI_1_1SoftwareVersion.html" target="_self">GpgFrontend::UI::SoftwareVersion</a></td><td class="desc"></td></tr>
<tr id="row_43_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTestListedKeyServerThread.html" target="_self">TestListedKeyServerThread</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->

View File

@ -45,6 +45,7 @@ var hierarchy =
[ "GpgFrontend::PassphraseGenerator", "classGpgFrontend_1_1PassphraseGenerator.html", null ]
] ]
] ],
[ "GpgFrontend::CharsetOperator", "classGpgFrontend_1_1CharsetOperator.html", null ],
[ "class", "classclass.html", null ],
[ "GpgFrontend::UI::MainWindow::CryptoMenu", "structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html", null ],
[ "GpgFrontend::FileOperator", "classGpgFrontend_1_1FileOperator.html", null ],

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html" title=" " alt="" coords="5,5,196,47"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgConstants.html" title=" " alt="" coords="5,5,209,32"/>
</map>

View File

@ -1 +1 @@
aeeca9536df161ebed072751ef00e5e2
7a44c14dfeaf00563220595473f47c42

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="5,5,245,32"/>
<area shape="rect" id="node1" href="$structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html" title=" " alt="" coords="5,5,196,47"/>
</map>

View File

@ -1 +1 @@
a7ea79d3d006d17bbc3a8ca307fb3456
aeeca9536df161ebed072751ef00e5e2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgData.html" title=" " alt="" coords="5,5,176,32"/>
<area shape="rect" id="node1" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="5,5,245,32"/>
</map>

View File

@ -1 +1 @@
0591af13102e8694cad226513a1ba89e
a7ea79d3d006d17bbc3a8ca307fb3456

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html" title=" " alt="" coords="5,5,176,47"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgData.html" title=" " alt="" coords="5,5,176,32"/>
</map>

View File

@ -1 +1 @@
3cc3a7f841fc78b9971f5282d98b46ab
0591af13102e8694cad226513a1ba89e

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgImportedKey.html" title=" " alt="" coords="5,5,228,32"/>
<area shape="rect" id="node1" href="$structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html" title=" " alt="" coords="5,5,176,47"/>
</map>

View File

@ -1 +1 @@
18e891febbd1d15e5c38f10cc217d21e
3cc3a7f841fc78b9971f5282d98b46ab

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgImportInformation.html" title=" " alt="" coords="5,5,264,32"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgImportedKey.html" title=" " alt="" coords="5,5,228,32"/>
</map>

View File

@ -1 +1 @@
390e7e061b2478e306161db90371293d
18e891febbd1d15e5c38f10cc217d21e

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="5,5,169,32"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgImportInformation.html" title=" " alt="" coords="5,5,264,32"/>
</map>

View File

@ -1 +1 @@
087d68ecf0fd22ad21c68265cced79db
390e7e061b2478e306161db90371293d

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="5,5,168,32"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="5,5,169,32"/>
</map>

View File

@ -1 +1 @@
64728ef2f27fd0c9a6fbbe495320e755
087d68ecf0fd22ad21c68265cced79db

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html" title=" " alt="" coords="5,5,168,47"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="5,5,168,32"/>
</map>

View File

@ -1 +1 @@
1a7834a625c9d9918d50baa61a48bb02
64728ef2f27fd0c9a6fbbe495320e755

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgKeySignature.html" title=" " alt="" coords="5,5,231,32"/>
<area shape="rect" id="node1" href="$structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html" title=" " alt="" coords="5,5,168,47"/>
</map>

View File

@ -1 +1 @@
a3a03e2a8df39c9bcaf23b24a927f0b1
1a7834a625c9d9918d50baa61a48bb02

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -1,7 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgResultAnalyse.html" title=" " alt="" coords="5,111,237,138"/>
<area shape="rect" id="node2" href="$classGpgFrontend_1_1GpgDecryptResultAnalyse.html" title=" " alt="" coords="285,5,516,47"/>
<area shape="rect" id="node3" href="$classGpgFrontend_1_1GpgEncryptResultAnalyse.html" title=" " alt="" coords="286,71,515,112"/>
<area shape="rect" id="node4" href="$classGpgFrontend_1_1GpgSignResultAnalyse.html" title=" " alt="" coords="297,136,505,177"/>
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgVerifyResultAnalyse.html" title=" " alt="" coords="292,201,509,243"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgKeySignature.html" title=" " alt="" coords="5,5,231,32"/>
</map>

View File

@ -1 +1 @@
114e1e9c1e55011d478ccc2b35186f92
a3a03e2a8df39c9bcaf23b24a927f0b1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,3 +1,7 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgSignature.html" title=" " alt="" coords="5,5,207,32"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgResultAnalyse.html" title=" " alt="" coords="5,111,237,138"/>
<area shape="rect" id="node2" href="$classGpgFrontend_1_1GpgDecryptResultAnalyse.html" title=" " alt="" coords="285,5,516,47"/>
<area shape="rect" id="node3" href="$classGpgFrontend_1_1GpgEncryptResultAnalyse.html" title=" " alt="" coords="286,71,515,112"/>
<area shape="rect" id="node4" href="$classGpgFrontend_1_1GpgSignResultAnalyse.html" title=" " alt="" coords="297,136,505,177"/>
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgVerifyResultAnalyse.html" title=" " alt="" coords="292,201,509,243"/>
</map>

View File

@ -1 +1 @@
26f90c3e36c8510594cbb75045def669
114e1e9c1e55011d478ccc2b35186f92

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgSubKey.html" title=" " alt="" coords="5,5,192,32"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgSignature.html" title=" " alt="" coords="5,5,207,32"/>
</map>

View File

@ -1 +1 @@
5e63fce5749bd23553e822908ccf9c3a
26f90c3e36c8510594cbb75045def669

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgTOFUInfo.html" title=" " alt="" coords="5,5,205,32"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgSubKey.html" title=" " alt="" coords="5,5,192,32"/>
</map>

View File

@ -1 +1 @@
936868457f0496f230566016eca0e98a
5e63fce5749bd23553e822908ccf9c3a

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgUID.html" title=" " alt="" coords="5,5,168,32"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgTOFUInfo.html" title=" " alt="" coords="5,5,205,32"/>
</map>

View File

@ -1 +1 @@
6182e8dd886363061cf0bc8126ce97ba
936868457f0496f230566016eca0e98a

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1KeyPackageOperator.html" title="give the possibility to import or export a key package" alt="" coords="5,5,252,32"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1GpgUID.html" title=" " alt="" coords="5,5,168,32"/>
</map>

View File

@ -1 +1 @@
1044a7df6174518893bb651e929bdc2a
6182e8dd886363061cf0bc8126ce97ba

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1SingletonStorage.html" title=" " alt="" coords="5,5,229,32"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1KeyPackageOperator.html" title="give the possibility to import or export a key package" alt="" coords="5,5,252,32"/>
</map>

View File

@ -1 +1 @@
af35db019c786461bba6247e4b26b3e0
1044a7df6174518893bb651e929bdc2a

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -1,3 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$classGpgFrontend_1_1SingletonStorageCollection.html" title=" " alt="" coords="5,5,229,47"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1SingletonStorage.html" title=" " alt="" coords="5,5,229,32"/>
</map>

View File

@ -1 +1 @@
dcdbbf60a8935dd3e618017dcf1a4f21
af35db019c786461bba6247e4b26b3e0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,20 +1,3 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" title=" " alt="" coords="5,495,80,521"/>
<area shape="rect" id="node2" href="$classGpgFrontend_1_1UI_1_1AboutDialog.html" title="Class for handling the about dialog." alt="" coords="148,5,363,32"/>
<area shape="rect" id="node3" href="$classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html" title=" " alt="" coords="155,57,356,98"/>
<area shape="rect" id="node4" href="$classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html" title=" " alt="" coords="153,122,358,163"/>
<area shape="rect" id="node5" href="$classGpgFrontend_1_1UI_1_1KeyGenDialog.html" title=" " alt="" coords="142,188,369,215"/>
<area shape="rect" id="node6" href="$classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html" title=" " alt="" coords="154,239,357,281"/>
<area shape="rect" id="node7" href="$classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html" title=" " alt="" coords="128,305,383,332"/>
<area shape="rect" id="node8" href="$classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html" title=" " alt="" coords="155,357,356,398"/>
<area shape="rect" id="node9" href="$classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html" title=" " alt="" coords="145,422,366,463"/>
<area shape="rect" id="node10" href="$classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html" title=" " alt="" coords="150,487,361,529"/>
<area shape="rect" id="node11" href="$classGpgFrontend_1_1UI_1_1KeyUploadDialog.html" title=" " alt="" coords="153,553,358,594"/>
<area shape="rect" id="node12" href="$classGpgFrontend_1_1UI_1_1QuitDialog.html" title=" " alt="" coords="153,619,357,645"/>
<area shape="rect" id="node13" href="$classGpgFrontend_1_1UI_1_1SettingsDialog.html" title=" " alt="" coords="161,670,349,711"/>
<area shape="rect" id="node14" href="$classGpgFrontend_1_1UI_1_1SignersPicker.html" title=" " alt="" coords="164,735,347,777"/>
<area shape="rect" id="node15" href="$classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html" title=" " alt="" coords="134,801,377,842"/>
<area shape="rect" id="node16" href="$classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html" title=" " alt="" coords="146,866,365,907"/>
<area shape="rect" id="node17" href="$classGpgFrontend_1_1UI_1_1WaitingDialog.html" title=" " alt="" coords="163,931,347,973"/>
<area shape="rect" id="node18" href="$classSignatureDetailsDialog.html" title=" " alt="" coords="169,997,341,1024"/>
<area shape="rect" id="node1" href="$classGpgFrontend_1_1SingletonStorageCollection.html" title=" " alt="" coords="5,5,229,47"/>
</map>

View File

@ -1 +1 @@
fa84416d3cad5d2760e9ce5c089cc2f4
dcdbbf60a8935dd3e618017dcf1a4f21

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -1,24 +1,20 @@
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" title=" " alt="" coords="5,536,84,563"/>
<area shape="rect" id="node2" href="$classGpgFrontend_1_1UI_1_1AdvancedTab.html" title=" " alt="" coords="139,5,360,32"/>
<area shape="rect" id="node3" href="$classGpgFrontend_1_1UI_1_1AppearanceTab.html" title=" " alt="" coords="132,56,367,83"/>
<area shape="rect" id="node4" href="$classGpgFrontend_1_1UI_1_1CommonUtils.html" title=" " alt="" coords="137,107,361,133"/>
<area shape="rect" id="node5" href="$classGpgFrontend_1_1UI_1_1FilePage.html" title=" " alt="" coords="155,157,344,184"/>
<area shape="rect" id="node6" href="$classGpgFrontend_1_1UI_1_1FindWidget.html" title="Class for handling the find widget shown at buttom of a textedit&#45;page." alt="" coords="145,208,353,235"/>
<area shape="rect" id="node7" href="$classGpgFrontend_1_1UI_1_1GeneralTab.html" title=" " alt="" coords="145,259,353,285"/>
<area shape="rect" id="node8" href="$classGpgFrontend_1_1UI_1_1HelpPage.html" title=" " alt="" coords="151,309,347,336"/>
<area shape="rect" id="node9" href="$classGpgFrontend_1_1UI_1_1InfoBoardWidget.html" title="Class for handling the verify label shown at bottom of a textedit&#45;page." alt="" coords="150,361,349,402"/>
<area shape="rect" id="node10" href="$classGpgFrontend_1_1UI_1_1InfoTab.html" title="Class containing the main tab of about dialog." alt="" coords="158,427,341,453"/>
<area shape="rect" id="node11" href="$classGpgFrontend_1_1UI_1_1KeyList.html" title=" " alt="" coords="158,477,341,504"/>
<area shape="rect" id="node12" href="$classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html" title=" " alt="" coords="158,529,341,570"/>
<area shape="rect" id="node13" href="$classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html" title=" " alt="" coords="158,594,341,635"/>
<area shape="rect" id="node14" href="$classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html" title=" " alt="" coords="158,659,341,701"/>
<area shape="rect" id="node15" href="$classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html" title=" " alt="" coords="158,725,341,766"/>
<area shape="rect" id="node16" href="$classGpgFrontend_1_1UI_1_1KeyserverTab.html" title=" " alt="" coords="138,791,361,817"/>
<area shape="rect" id="node17" href="$classGpgFrontend_1_1UI_1_1NetworkTab.html" title=" " alt="" coords="143,841,355,868"/>
<area shape="rect" id="node18" href="$classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html" title="Class for handling a single tab of the tabwidget." alt="" coords="152,893,347,934"/>
<area shape="rect" id="node19" href="$classGpgFrontend_1_1UI_1_1TextEdit.html" title="TextEdit class." alt="" coords="156,959,343,985"/>
<area shape="rect" id="node20" href="$classGpgFrontend_1_1UI_1_1TOFUInfoPage.html" title=" " alt="" coords="136,1009,363,1036"/>
<area shape="rect" id="node21" href="$classGpgFrontend_1_1UI_1_1TranslatorsTab.html" title="Class containing the translator tab of about dialog." alt="" coords="135,1060,363,1087"/>
<area shape="rect" id="node22" href="$classGpgFrontend_1_1UI_1_1UpdateTab.html" title="Class containing the main tab of about dialog." alt="" coords="147,1111,351,1137"/>
<area shape="rect" id="node1" title=" " alt="" coords="5,495,80,521"/>
<area shape="rect" id="node2" href="$classGpgFrontend_1_1UI_1_1AboutDialog.html" title="Class for handling the about dialog." alt="" coords="148,5,363,32"/>
<area shape="rect" id="node3" href="$classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html" title=" " alt="" coords="155,57,356,98"/>
<area shape="rect" id="node4" href="$classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html" title=" " alt="" coords="153,122,358,163"/>
<area shape="rect" id="node5" href="$classGpgFrontend_1_1UI_1_1KeyGenDialog.html" title=" " alt="" coords="142,188,369,215"/>
<area shape="rect" id="node6" href="$classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html" title=" " alt="" coords="154,239,357,281"/>
<area shape="rect" id="node7" href="$classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html" title=" " alt="" coords="128,305,383,332"/>
<area shape="rect" id="node8" href="$classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html" title=" " alt="" coords="155,357,356,398"/>
<area shape="rect" id="node9" href="$classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html" title=" " alt="" coords="145,422,366,463"/>
<area shape="rect" id="node10" href="$classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html" title=" " alt="" coords="150,487,361,529"/>
<area shape="rect" id="node11" href="$classGpgFrontend_1_1UI_1_1KeyUploadDialog.html" title=" " alt="" coords="153,553,358,594"/>
<area shape="rect" id="node12" href="$classGpgFrontend_1_1UI_1_1QuitDialog.html" title=" " alt="" coords="153,619,357,645"/>
<area shape="rect" id="node13" href="$classGpgFrontend_1_1UI_1_1SettingsDialog.html" title=" " alt="" coords="161,670,349,711"/>
<area shape="rect" id="node14" href="$classGpgFrontend_1_1UI_1_1SignersPicker.html" title=" " alt="" coords="164,735,347,777"/>
<area shape="rect" id="node15" href="$classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html" title=" " alt="" coords="134,801,377,842"/>
<area shape="rect" id="node16" href="$classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html" title=" " alt="" coords="146,866,365,907"/>
<area shape="rect" id="node17" href="$classGpgFrontend_1_1UI_1_1WaitingDialog.html" title=" " alt="" coords="163,931,347,973"/>
<area shape="rect" id="node18" href="$classSignatureDetailsDialog.html" title=" " alt="" coords="169,997,341,1024"/>
</map>

View File

@ -1 +1 @@
e227b900f4c3c0d7e7fa36e179b5402b
fa84416d3cad5d2760e9ce5c089cc2f4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Some files were not shown because too many files have changed in this diff Show More