209 lines
32 KiB
HTML
209 lines
32 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.8.17"/>
|
|
<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.8.17 -->
|
|
<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');
|
|
/* @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="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#ifndef __KEYGENDIALOG_H__</span></div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#define __KEYGENDIALOG_H__</span></div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  </div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#include "core/GpgContext.h"</span></div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#include "core/GpgGenKeyInfo.h"</span></div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include "ui/GpgFrontendUI.h"</span></div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "ui/dialog/GeneralDialog.h"</span></div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  </div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html"> 41</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="l00042"></a><span class="lineno"> 42</span>  Q_OBJECT</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</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="l00053"></a><span class="lineno"> 53</span>  </div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  signals:</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keywordtype">void</span> SignalKeyGenerated();</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  </div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</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="l00068"></a><span class="lineno"> 68</span>  </div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</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="l00075"></a><span class="lineno"> 75</span>  </div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  QRegularExpression re_email_{</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</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="l00082"></a><span class="lineno"> 82</span> <span class="stringliteral"></span> </div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40"> 87</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="l00088"></a><span class="lineno"> 88</span> <span class="stringliteral"> std::unique_ptr<GenKeyInfo> gen_key_info_ =</span></div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="stringliteral"> std::make_unique<GenKeyInfo>(); </span></div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52"> 91</a></span> <span class="stringliteral"> QDialogButtonBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52">button_box_</a>; </span></div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219"> 92</a></span> <span class="stringliteral"> QLabel* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219">error_label_</a>{}; </span></div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0"> 93</a></span> <span class="stringliteral"> QLineEdit* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0">name_edit_</a>{}; </span></div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3"> 94</a></span> <span class="stringliteral"> QLineEdit* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3">email_edit_</a>{}; </span></div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8"> 95</a></span> <span class="stringliteral"> QLineEdit* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8">comment_edit_</a>{}; </span></div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844"> 96</a></span> <span class="stringliteral"> QSpinBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844">key_size_spin_box_</a>{}; </span></div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841"> 97</a></span> <span class="stringliteral"> QComboBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841">key_type_combo_box_</a>{}; </span></div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd"> 98</a></span> <span class="stringliteral"> QDateTimeEdit* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd">date_edit_</a>{}; </span></div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d"> 99</a></span> <span class="stringliteral"> QCheckBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d">expire_check_box_</a>{}; </span></div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="stringliteral"> QCheckBox* no_pass_phrase_check_box_{};</span></div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1"> 101</a></span> <span class="stringliteral"> QGroupBox* <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1">key_usage_group_box_</a>{}; </span></div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="stringliteral"> QDateTime max_date_time_; </span></div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc"> 104</a></span> <span class="stringliteral"> std::vector<QCheckBox*> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc">key_usage_check_boxes_</a>; </span></div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="stringliteral"></span> </div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="stringliteral"> </span><span class="keywordtype">void</span> generate_key_dialog();</div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  </div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</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="l00116"></a><span class="lineno"> 116</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#aa36de61cedb98f919f10e35d4e6b5146">set_signal_slot</a>();</div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  </div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</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="l00131"></a><span class="lineno"> 131</span>  </div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <span class="keyword">private</span> slots:</div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  </div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</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="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#af1f7a62dcb024513453766ee8816d514">slot_key_gen_accept</a>();</div>
|
|
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  </div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</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="l00152"></a><span class="lineno"> 152</span>  </div>
|
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</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="l00159"></a><span class="lineno"> 159</span>  </div>
|
|
<div class="line"><a name="l00165"></a><span class="lineno"> 165</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="l00166"></a><span class="lineno"> 166</span>  </div>
|
|
<div class="line"><a name="l00172"></a><span class="lineno"> 172</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="l00173"></a><span class="lineno"> 173</span>  </div>
|
|
<div class="line"><a name="l00179"></a><span class="lineno"> 179</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="l00180"></a><span class="lineno"> 180</span> };</div>
|
|
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  </div>
|
|
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
|
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  </div>
|
|
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span> <span class="preprocessor">#endif // __KEYGENDIALOG_H__</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<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:93</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:99</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1WaitingDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1WaitingDialog.html">GpgFrontend::UI::WaitingDialog</a></div><div class="ttdef"><b>Definition:</b> WaitingDialog.h:40</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 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:246</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:96</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:222</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:230</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1SingletonFunctionObject_html_a70484d7cfe9f9dcbcd5f8bb749250f36"><div class="ttname"><a href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance</a></div><div class="ttdeci">static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)</div><div class="ttdoc">Get the Instance object.</div><div class="ttdef"><b>Definition:</b> GpgFunctionObject.h:170</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:98</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 & GetUISettings() noexcept</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:63</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:347</div></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_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:104</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:92</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:94</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1GpgKeyOpera_html_a4cc3ac91613164d7dc61a016a2b4caea"><div class="ttname"><a href="classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea">GpgFrontend::GpgKeyOpera::GenerateKey</a></div><div class="ttdeci">GpgFrontend::GpgError GenerateKey(const std::unique_ptr< GenKeyInfo > &params, GpgGenKeyResult &result)</div><div class="ttdef"><b>Definition:</b> GpgKeyOpera.cpp:165</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:181</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: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:189</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:95</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="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:254</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1GenKeyInfo_html_a185c7be801854f81879351a6c4dd9071"><div class="ttname"><a href="classGpgFrontend_1_1GenKeyInfo.html#a185c7be801854f81879351a6c4dd9071">GpgFrontend::GenKeyInfo::GetSupportedKeyAlgo</a></div><div class="ttdeci">static const std::vector< std::string > & GetSupportedKeyAlgo()</div><div class="ttdoc">Get the Supported Key Algo object.</div><div class="ttdef"><b>Definition:</b> GpgGenKeyInfo.cpp:200</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:316</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:97</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:238</div></div>
|
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignalStation_html_abe381ce56a7b157a3760b2fd9c3b7419"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419">GpgFrontend::UI::SignalStation::GetInstance</a></div><div class="ttdeci">static SignalStation * GetInstance()</div><div class="ttdoc">Get the Instance object.</div><div class="ttdef"><b>Definition:</b> SignalStation.cpp:37</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"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html">GpgFrontend::UI::KeyGenDialog</a></div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:41</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:101</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:262</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:351</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:87</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_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="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|