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

199 lines
30 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.3"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GpgFrontend Project: src/ui/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 id="projectrow">
<td id="projectalign">
<div id="projectname">GpgFrontend Project
</div>
<div id="projectbrief">A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('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 id="l00001" name="l00001"></a><span class="lineno"> 1</span> </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#ifndef __KEYGENDIALOG_H__</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#define __KEYGENDIALOG_H__</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include &quot;core/GpgContext.h&quot;</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#include &quot;core/GpgGenKeyInfo.h&quot;</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#include &quot;ui/GpgFrontendUI.h&quot;</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html"> 40</a></span><span class="keyword">class </span><a class="code hl_class" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html">KeyGenDialog</a> : <span class="keyword">public</span> QDialog {</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> Q_OBJECT</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keyword">explicit</span> <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9">KeyGenDialog</a>(QWidget* parent = <span class="keyword">nullptr</span>);</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> signals:</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keywordtype">void</span> SignalKeyGenerated();</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> QGroupBox* <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658">create_key_usage_group_box</a>();</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> </div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> QGroupBox* <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b">create_basic_info_group_box</a>();</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> </div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> QRegularExpression re_email_{</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> R<span class="stringliteral">&quot;((?:[a-z0-9!#$%&amp;&#39;*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&amp;&#39;*+/=?^_`{|}~-]+)*|&quot;(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*&quot;)@(?:(?:[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])+)\]))&quot;};</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="stringliteral"></span> </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40"> 86</a></span><span class="stringliteral"> QStringList <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40">error_messages_</a>; </span></div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="stringliteral"> std::unique_ptr&lt;GenKeyInfo&gt; gen_key_info_ =</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="stringliteral"> std::make_unique&lt;GenKeyInfo&gt;(); </span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52"> 90</a></span><span class="stringliteral"> QDialogButtonBox* <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52">button_box_</a>; </span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219"> 91</a></span><span class="stringliteral"> QLabel* <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219">error_label_</a>{}; </span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0"> 92</a></span><span class="stringliteral"> QLineEdit* <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0">name_edit_</a>{}; </span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3"> 93</a></span><span class="stringliteral"> QLineEdit* <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3">email_edit_</a>{}; </span></div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8"> 94</a></span><span class="stringliteral"> QLineEdit* <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8">comment_edit_</a>{}; </span></div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844"> 95</a></span><span class="stringliteral"> QSpinBox* <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844">key_size_spin_box_</a>{}; </span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841"> 96</a></span><span class="stringliteral"> QComboBox* <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841">key_type_combo_box_</a>{}; </span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd"> 97</a></span><span class="stringliteral"> QDateTimeEdit* <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd">date_edit_</a>{}; </span></div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d"> 98</a></span><span class="stringliteral"> QCheckBox* <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d">expire_check_box_</a>{}; </span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span><span class="stringliteral"> QCheckBox* no_pass_phrase_check_box_{};</span></div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1"> 100</a></span><span class="stringliteral"> QGroupBox* <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1">key_usage_group_box_</a>{}; </span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span><span class="stringliteral"> QDateTime max_date_time_; </span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc"> 103</a></span><span class="stringliteral"> std::vector&lt;QCheckBox*&gt; <a class="code hl_variable" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc">key_usage_check_boxes_</a>; </span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span><span class="stringliteral"></span> </div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span><span class="stringliteral"> </span><span class="keywordtype">void</span> generate_key_dialog();</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> </div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb">refresh_widgets_state</a>();</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> </div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146">set_signal_slot</a>();</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> </div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28">check_email_address</a>(<span class="keyword">const</span> QString&amp; str);</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> </div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <span class="keyword">private</span> slots:</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> </div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> <span class="keywordtype">void</span> <a class="code hl_slot" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76">slot_expire_box_changed</a>();</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> </div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="keywordtype">void</span> <a class="code hl_slot" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514">slot_key_gen_accept</a>();</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <span class="keywordtype">void</span> <a class="code hl_slot" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f">slot_encryption_box_changed</a>(<span class="keywordtype">int</span> state);</div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> </div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <span class="keywordtype">void</span> <a class="code hl_slot" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc">slot_signing_box_changed</a>(<span class="keywordtype">int</span> state);</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> </div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <span class="keywordtype">void</span> <a class="code hl_slot" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226">slot_certification_box_changed</a>(<span class="keywordtype">int</span> state);</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> </div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> <span class="keywordtype">void</span> <a class="code hl_slot" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5">slot_authentication_box_changed</a>(<span class="keywordtype">int</span> state);</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> </div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <span class="keywordtype">void</span> <a class="code hl_slot" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc">slot_activated_key_type</a>(<span class="keywordtype">int</span> index);</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span>};</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> </div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span>} <span class="comment">// namespace GpgFrontend::UI</span></div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> </div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span><span class="preprocessor">#endif </span><span class="comment">// __KEYGENDIALOG_H__</span></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:40</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:346</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:86</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:225</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:98</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:97</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:96</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:94</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:93</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:38</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:233</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:257</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:176</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:100</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:92</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:91</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:184</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:241</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:311</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:90</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:95</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&lt; QCheckBox * &gt; key_usage_check_boxes_</div><div class="ttdoc">ENCR, SIGN, CERT, AUTH.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:103</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:249</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:217</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 &amp;str)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:342</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:89</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><!-- 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_18205f693eaa3d1d3d92159ae8558e07.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.3 </li>
</ul>
</div>
</body>
</html>