203 lines
29 KiB
HTML
203 lines
29 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.9.1"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>GpgFrontend Project: src/ui/dialog/key_generate/KeygenDialog.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.9.1 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</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&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('KeygenDialog_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">KeygenDialog.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>  </div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#pragma once</span></div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  </div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#include <memory></span></div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  </div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "core/model/GpgGenKeyInfo.h"</span></div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include "core/utils/MemoryUtils.h"</span></div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#include "ui/GpgFrontendUI.h"</span></div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#include "ui/dialog/GeneralDialog.h"</span></div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html"> 44</a></span> <span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html">KeyGenDialog</a> : <span class="keyword">public</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GeneralDialog.html">GeneralDialog</a> {</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  Q_OBJECT</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9">KeyGenDialog</a>(QWidget* parent = <span class="keyword">nullptr</span>);</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  signals:</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordtype">void</span> SignalKeyGenerated();</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  QGroupBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658">create_key_usage_group_box</a>();</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  </div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  QGroupBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b">create_basic_info_group_box</a>();</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  </div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  QRegularExpression re_email_{</div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  R<span class="stringliteral">"((?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\]))"};</span></div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="stringliteral"></span> </div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40"> 90</a></span> <span class="stringliteral"> QStringList <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40">error_messages_</a>; </span></div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="stringliteral"></span> </div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="stringliteral"> std::shared_ptr<GenKeyInfo> gen_key_info_ =</span></div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="stringliteral"> SecureCreateSharedObject<GenKeyInfo>(); </span></div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <span class="stringliteral"> std::shared_ptr<GenKeyInfo> gen_subkey_info_ = </span><span class="keyword">nullptr</span>; </div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  </div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52"> 97</a></span>  QDialogButtonBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52">button_box_</a>; </div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219"> 98</a></span>  QLabel* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219">error_label_</a>{}; </div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0"> 99</a></span>  QLineEdit* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0">name_edit_</a>{}; </div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3"> 100</a></span>  QLineEdit* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3">email_edit_</a>{}; </div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8"> 101</a></span>  QLineEdit* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8">comment_edit_</a>{}; </div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844"> 102</a></span>  QSpinBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844">key_size_spin_box_</a>{}; </div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841"> 103</a></span>  QComboBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841">key_type_combo_box_</a>{}; </div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd"> 104</a></span>  QDateTimeEdit* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd">date_edit_</a>{}; </div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d"> 105</a></span>  QCheckBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d">expire_check_box_</a>{}; </div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  QCheckBox* no_pass_phrase_check_box_{};</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1"> 107</a></span>  QGroupBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1">key_usage_group_box_</a>{}; </div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  QDateTime max_date_time_; </div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc"> 110</a></span>  std::vector<QCheckBox*> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc">key_usage_check_boxes_</a>; </div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  </div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  <span class="keywordtype">void</span> generate_key_dialog();</div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  </div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb">refresh_widgets_state</a>();</div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  </div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146">set_signal_slot</a>();</div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  </div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28">check_email_address</a>(<span class="keyword">const</span> QString& str);</div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  </div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <span class="keyword">private</span> slots:</div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  </div>
|
|
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76">slot_expire_box_changed</a>();</div>
|
|
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  </div>
|
|
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514">slot_key_gen_accept</a>();</div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  </div>
|
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f">slot_encryption_box_changed</a>(<span class="keywordtype">int</span> state);</div>
|
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  </div>
|
|
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc">slot_signing_box_changed</a>(<span class="keywordtype">int</span> state);</div>
|
|
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  </div>
|
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226">slot_certification_box_changed</a>(<span class="keywordtype">int</span> state);</div>
|
|
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  </div>
|
|
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5">slot_authentication_box_changed</a>(<span class="keywordtype">int</span> state);</div>
|
|
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  </div>
|
|
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc">slot_activated_key_type</a>(<span class="keywordtype">int</span> index);</div>
|
|
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span> };</div>
|
|
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  </div>
|
|
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralDialog.html">GpgFrontend::UI::GeneralDialog</a></div><div class="ttdef"><b>Definition:</b> GeneralDialog.h:35</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html">GpgFrontend::UI::KeyGenDialog</a></div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:44</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a010acccfd5fb5475769658f9cf68da7b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b">GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box</a></div><div class="ttdeci">QGroupBox * create_basic_info_group_box()</div><div class="ttdoc">Create a basic info group box object.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:405</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a03a8e1c8f2c1887732d36a346185bb40"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40">GpgFrontend::UI::KeyGenDialog::error_messages_</a></div><div class="ttdeci">QStringList error_messages_</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:90</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a03b7fe3e34147e404ca3ca6a0aa80cfc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc">GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed</a></div><div class="ttdeci">void slot_signing_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:235</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a196ef707a7a2cfd717f69c8a5bc3278d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d">GpgFrontend::UI::KeyGenDialog::expire_check_box_</a></div><div class="ttdeci">QCheckBox * expire_check_box_</div><div class="ttdoc">Checkbox, if key should expire.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:105</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a242a3245de709ede086087d7a096e6cd"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd">GpgFrontend::UI::KeyGenDialog::date_edit_</a></div><div class="ttdeci">QDateTimeEdit * date_edit_</div><div class="ttdoc">Date edit for expiration date.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:104</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a281bfffd99fcb600d07c4604bf2a8841"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841">GpgFrontend::UI::KeyGenDialog::key_type_combo_box_</a></div><div class="ttdeci">QComboBox * key_type_combo_box_</div><div class="ttdoc">Combobox for Key type.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:103</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a3008e2a9879a8e122e422f67cf0018f8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8">GpgFrontend::UI::KeyGenDialog::comment_edit_</a></div><div class="ttdeci">QLineEdit * comment_edit_</div><div class="ttdoc">Line edit for the keys comment.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:101</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a3453d1a8a4c0411472b2779d018abdc3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3">GpgFrontend::UI::KeyGenDialog::email_edit_</a></div><div class="ttdeci">QLineEdit * email_edit_</div><div class="ttdoc">Line edit for the keys email.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:100</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a3aef8d2bb8e0d36842532726a6796ab9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9">GpgFrontend::UI::KeyGenDialog::KeyGenDialog</a></div><div class="ttdeci">KeyGenDialog(QWidget *parent=nullptr)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:43</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a48e953cd49efde2315868e8606af7226"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226">GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed</a></div><div class="ttdeci">void slot_certification_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:243</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a4eb53559f200092cd299f7a90c03cdbb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb">GpgFrontend::UI::KeyGenDialog::refresh_widgets_state</a></div><div class="ttdeci">void refresh_widgets_state()</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:286</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a516aa59c71a9ddf06c51e93252e93b76"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76">GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed</a></div><div class="ttdeci">void slot_expire_box_changed()</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:192</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a7b1b9cb46c0547c1e561e56d55616cf1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1">GpgFrontend::UI::KeyGenDialog::key_usage_group_box_</a></div><div class="ttdeci">QGroupBox * key_usage_group_box_</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:107</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a7ed095cce29c658741ae0520049010c0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0">GpgFrontend::UI::KeyGenDialog::name_edit_</a></div><div class="ttdeci">QLineEdit * name_edit_</div><div class="ttdoc">Line edit for the keys name.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:99</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a8e500e3153558364fe5ba5b8bab6f219"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219">GpgFrontend::UI::KeyGenDialog::error_label_</a></div><div class="ttdeci">QLabel * error_label_</div><div class="ttdoc">Label containing error message.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:98</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a8e6554b47e0dd6c2025ccb0d1d0cb658"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658">GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box</a></div><div class="ttdeci">QGroupBox * create_key_usage_group_box()</div><div class="ttdoc">Create a key usage group box object.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:194</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a904d5e72a1946382ddfca80dc57c4db5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5">GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed</a></div><div class="ttdeci">void slot_authentication_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:251</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_aa36de61cedb98f919f10e35d4e6b5146"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146">GpgFrontend::UI::KeyGenDialog::set_signal_slot</a></div><div class="ttdeci">void set_signal_slot()</div><div class="ttdoc">Set the signal slot object.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:370</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_aa765259f9aa65b81d59b982ee0595e52"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52">GpgFrontend::UI::KeyGenDialog::button_box_</a></div><div class="ttdeci">QDialogButtonBox * button_box_</div><div class="ttdoc">Box for standard buttons.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:97</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_aaa9b55830c39ce854e4ede26d916a844"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844">GpgFrontend::UI::KeyGenDialog::key_size_spin_box_</a></div><div class="ttdeci">QSpinBox * key_size_spin_box_</div><div class="ttdoc">Spinbox for the keys size (in bit)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:102</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_ab0ccac068670a3e28ce78ff87a40b2fc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc">GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_</a></div><div class="ttdeci">std::vector< QCheckBox * > key_usage_check_boxes_</div><div class="ttdoc">ENCR, SIGN, CERT, AUTH.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:110</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_ab8f04b046abb56d53bdbe67838b84fdc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc">GpgFrontend::UI::KeyGenDialog::slot_activated_key_type</a></div><div class="ttdeci">void slot_activated_key_type(int index)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:259</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_ae611933ccd6fd67e65a2cf1ff09b5e8f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f">GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed</a></div><div class="ttdeci">void slot_encryption_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:227</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_ae8aeaff7be0b1552b29d1f209af0bd28"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28">GpgFrontend::UI::KeyGenDialog::check_email_address</a></div><div class="ttdeci">bool check_email_address(const QString &str)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:401</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_af1f7a62dcb024513453766ee8816d514"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514">GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept</a></div><div class="ttdeci">void slot_key_gen_accept()</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:90</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> FileReadTask.cpp:31</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_da5c6b39c0a2f54e57df6799511cd3ab.html">ui</a></li><li class="navelem"><a class="el" href="dir_60d155722ad55e64f9b6ab1078feff11.html">dialog</a></li><li class="navelem"><a class="el" href="dir_181bea3d8ae4b1f9a028d86ce05f5b90.html">key_generate</a></li><li class="navelem"><b>KeygenDialog.h</b></li>
|
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|