Update Doxygen ref refs/heads/dev/2.1.0/main on 2023-04-05 08:50:57
This commit is contained in:
parent
fa59f990b0
commit
8dd429833c
@ -90,51 +90,56 @@ $(document).ready(function(){initNavTree('GnuPGControllerDialog_8h_source.html',
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H</span></div>
|
||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H</span></div>
|
||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</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">class </span>Ui_GnuPGControllerDialog;</div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html"> 38</a></span> <span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GnuPGControllerDialog</a> : <span class="keyword">public</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GeneralDialog.html">GeneralDialog</a> {</div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  Q_OBJECT</div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <span class="keyword">public</span>:</div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835">GnuPGControllerDialog</a>(QWidget* parent = <span class="keyword">nullptr</span>);</div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keyword">public</span> slots:</div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keywordtype">void</span> SlotAccept();</div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  signals:</div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  </div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c"> 63</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c">SignalRestartNeeded</a>(<span class="keywordtype">int</span>);</div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  </div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keyword">private</span> slots:</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83">slot_set_restart_needed</a>(<span class="keywordtype">int</span>);</div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  </div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keywordtype">void</span> slot_update_custom_key_database_path_label(<span class="keywordtype">int</span> state);</div>
|
||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keywordtype">void</span> slot_update_custom_gnupg_install_path_label(<span class="keywordtype">int</span> state);</div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keyword">private</span>:</div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  std::shared_ptr<Ui_GnuPGControllerDialog> ui_; </div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="keywordtype">int</span> restart_needed_{0}; </div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  </div>
|
||||
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keywordtype">int</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529">get_restart_needed</a>() <span class="keyword">const</span>;</div>
|
||||
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  </div>
|
||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordtype">void</span> set_settings();</div>
|
||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  </div>
|
||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <span class="keywordtype">void</span> apply_settings();</div>
|
||||
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> };</div>
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
||||
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  </div>
|
||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H</span></div>
|
||||
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include <string></span></div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "ui/GpgFrontendUI.h"</span></div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include "ui/dialog/GeneralDialog.h"</span></div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">class </span>Ui_GnuPGControllerDialog;</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"><a class="line" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html"> 39</a></span> <span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GnuPGControllerDialog</a> : <span class="keyword">public</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GeneralDialog.html">GeneralDialog</a> {</div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  Q_OBJECT</div>
|
||||
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keyword">public</span>:</div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835">GnuPGControllerDialog</a>(QWidget* parent = <span class="keyword">nullptr</span>);</div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keyword">public</span> slots:</div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordtype">void</span> SlotAccept();</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="l00058"></a><span class="lineno"> 58</span>  </div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c"> 64</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c">SignalRestartNeeded</a>(<span class="keywordtype">int</span>);</div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  </div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keyword">private</span> slots:</div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  </div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83">slot_set_restart_needed</a>(<span class="keywordtype">int</span>);</div>
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
|
||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="keywordtype">void</span> slot_update_custom_key_database_path_label(<span class="keywordtype">int</span> state);</div>
|
||||
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  </div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <span class="keywordtype">void</span> slot_update_custom_gnupg_install_path_label(<span class="keywordtype">int</span> state);</div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  </div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keyword">private</span>:</div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  std::shared_ptr<Ui_GnuPGControllerDialog> ui_; </div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordtype">int</span> restart_needed_{0}; </div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  </div>
|
||||
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <span class="keywordtype">int</span> <a class="code" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529">get_restart_needed</a>() <span class="keyword">const</span>;</div>
|
||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  </div>
|
||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keywordtype">void</span> set_settings();</div>
|
||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  </div>
|
||||
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <span class="keywordtype">void</span> apply_settings();</div>
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  </div>
|
||||
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keywordtype">bool</span> check_custom_gnupg_path(std::string);</div>
|
||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  </div>
|
||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keywordtype">bool</span> check_custom_gnupg_key_database_path(std::string);</div>
|
||||
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> };</div>
|
||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  </div>
|
||||
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H</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_1GnuPGControllerDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GpgFrontend::UI::GnuPGControllerDialog</a></div><div class="ttdef"><b>Definition:</b> GnuPGControllerDialog.h:38</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GnuPGControllerDialog_html_a2bb963a14733cf9b99736b6624c09d83"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83">GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed</a></div><div class="ttdeci">void slot_set_restart_needed(int)</div><div class="ttdef"><b>Definition:</b> GnuPGControllerDialog.cpp:410</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GnuPGControllerDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GpgFrontend::UI::GnuPGControllerDialog</a></div><div class="ttdef"><b>Definition:</b> GnuPGControllerDialog.h:39</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GnuPGControllerDialog_html_a2bb963a14733cf9b99736b6624c09d83"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83">GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed</a></div><div class="ttdeci">void slot_set_restart_needed(int)</div><div class="ttdef"><b>Definition:</b> GnuPGControllerDialog.cpp:371</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GnuPGControllerDialog_html_a35a707865fbcc95b6261e382a6ff171c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c">GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded</a></div><div class="ttdeci">void SignalRestartNeeded(int)</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GnuPGControllerDialog_html_aaf89f54f2124617e836d31df29066529"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529">GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed</a></div><div class="ttdeci">int get_restart_needed() const</div><div class="ttdoc">Get the Restart Needed object.</div><div class="ttdef"><b>Definition:</b> GnuPGControllerDialog.cpp:406</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GnuPGControllerDialog_html_aaf89f54f2124617e836d31df29066529"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529">GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed</a></div><div class="ttdeci">int get_restart_needed() const</div><div class="ttdoc">Get the Restart Needed object.</div><div class="ttdef"><b>Definition:</b> GnuPGControllerDialog.cpp:367</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GnuPGControllerDialog_html_add69685b9c83ed03ed24d36f2badd835"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835">GpgFrontend::UI::GnuPGControllerDialog::GnuPGControllerDialog</a></div><div class="ttdeci">GnuPGControllerDialog(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new General Tab object.</div><div class="ttdef"><b>Definition:</b> GnuPGControllerDialog.cpp: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:29</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
|
@ -111,7 +111,7 @@ $(document).ready(function(){initNavTree('GpgCoreInit_8h_source.html',''); initR
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_GPGCOREINIT_H</span></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_html"><div class="ttname"><a href="namespaceGpgFrontend.html">GpgFrontend</a></div><div class="ttdef"><b>Definition:</b> CoreCommonUtil.cpp:31</div></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_html_aafb9aa0ba1d03afa09085b1b8136c55f"><div class="ttname"><a href="namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f">GpgFrontend::new_default_settings_channel</a></div><div class="ttdeci">void new_default_settings_channel(int channel)</div><div class="ttdef"><b>Definition:</b> GpgCoreInit.cpp:234</div></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_html_aafb9aa0ba1d03afa09085b1b8136c55f"><div class="ttname"><a href="namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f">GpgFrontend::new_default_settings_channel</a></div><div class="ttdeci">void new_default_settings_channel(int channel)</div><div class="ttdef"><b>Definition:</b> GpgCoreInit.cpp:247</div></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_html_ab4a865228be071282d2a08e66ef6cb68"><div class="ttname"><a href="namespaceGpgFrontend.html#ab4a865228be071282d2a08e66ef6cb68">GpgFrontend::InitCoreLoggingSystem</a></div><div class="ttdeci">void InitCoreLoggingSystem()</div><div class="ttdoc">setup logging system and do proper initialization</div><div class="ttdef"><b>Definition:</b> GpgCoreInit.cpp:53</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
@ -100,7 +100,7 @@ Inheritance diagram for GpgFrontend::UI::GeneralDialog:</div>
|
||||
<area shape="rect" title=" " alt="" coords="1709,131,1951,355"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1AboutDialog.html" title="Class for handling the about dialog." alt="" coords="5,623,220,715"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html" title=" " alt="" coords="245,608,453,729"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html" title=" " alt="" coords="477,542,719,795"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html" title=" " alt="" coords="477,513,719,825"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html" title=" " alt="" coords="743,623,949,715"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html" title=" " alt="" coords="973,417,1199,920"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html" title=" " alt="" coords="1223,557,1426,781"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="1709,131,1951,355"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1UI_1_1AboutDialog.html" title="Class for handling the about dialog." alt="" coords="5,623,220,715"/>
|
||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html" title=" " alt="" coords="245,608,453,729"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html" title=" " alt="" coords="477,542,719,795"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html" title=" " alt="" coords="477,513,719,825"/>
|
||||
<area shape="rect" id="node6" href="$classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html" title=" " alt="" coords="743,623,949,715"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1UI_1_1KeyGenDialog.html" title=" " alt="" coords="973,417,1199,920"/>
|
||||
<area shape="rect" id="node8" href="$classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html" title=" " alt="" coords="1223,557,1426,781"/>
|
||||
|
@ -1 +1 @@
|
||||
b91731dc56a27572fa5026db9a5140e4
|
||||
6ee88867f15d01d194c58a382eada5a7
|
Binary file not shown.
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 293 KiB |
@ -90,6 +90,8 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1GnuPGControl
|
||||
<p>This is the complete list of members for <a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GpgFrontend::UI::GnuPGControllerDialog</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>apply_settings</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GpgFrontend::UI::GnuPGControllerDialog</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GpgFrontend::UI::GnuPGControllerDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>check_custom_gnupg_key_database_path</b>(std::string) (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GpgFrontend::UI::GnuPGControllerDialog</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GpgFrontend::UI::GnuPGControllerDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>check_custom_gnupg_path</b>(std::string) (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GpgFrontend::UI::GnuPGControllerDialog</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GpgFrontend::UI::GnuPGControllerDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c">GeneralDialog</a>(std::string name, QWidget *parent=nullptr)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1GeneralDialog.html">GpgFrontend::UI::GeneralDialog</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529">get_restart_needed</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GpgFrontend::UI::GnuPGControllerDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835">GnuPGControllerDialog</a>(QWidget *parent=nullptr)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html">GpgFrontend::UI::GnuPGControllerDialog</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
|
||||
|
@ -99,7 +99,7 @@ Inheritance diagram for GpgFrontend::UI::GnuPGControllerDialog:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1GnuPGControllerDialog_inherit__map" alt="Inheritance graph"/></div>
|
||||
<map name="aGpgFrontend_1_1UI_1_1GnuPGControllerDialog_inherit__map" id="aGpgFrontend_1_1UI_1_1GnuPGControllerDialog_inherit__map">
|
||||
<area shape="rect" title=" " alt="" coords="5,403,248,656"/>
|
||||
<area shape="rect" title=" " alt="" coords="5,403,248,715"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1GeneralDialog.html" title=" " alt="" coords="5,131,248,355"/>
|
||||
<area shape="rect" title=" " alt="" coords="89,5,164,83"/>
|
||||
</map>
|
||||
@ -109,7 +109,7 @@ Collaboration diagram for GpgFrontend::UI::GnuPGControllerDialog:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1GnuPGControllerDialog_coll__map" alt="Collaboration graph"/></div>
|
||||
<map name="aGpgFrontend_1_1UI_1_1GnuPGControllerDialog_coll__map" id="aGpgFrontend_1_1UI_1_1GnuPGControllerDialog_coll__map">
|
||||
<area shape="rect" title=" " alt="" coords="125,572,368,811"/>
|
||||
<area shape="rect" title=" " alt="" coords="125,572,368,869"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1GeneralDialog.html" title=" " alt="" coords="5,300,248,509"/>
|
||||
<area shape="rect" title=" " alt="" coords="32,160,107,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="131,160,218,237"/>
|
||||
@ -162,6 +162,12 @@ void </td><td class="memItemRight" valign="bottom"><b>set_settings</b> ()</
|
||||
<tr class="memitem:a04611d5160fcc6ef36f6fce8dd94c645"><td class="memItemLeft" align="right" valign="top"><a id="a04611d5160fcc6ef36f6fce8dd94c645"></a>
|
||||
void </td><td class="memItemRight" valign="bottom"><b>apply_settings</b> ()</td></tr>
|
||||
<tr class="separator:a04611d5160fcc6ef36f6fce8dd94c645"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a4d9ba1fc6f869c051854e2ed2841fd71"><td class="memItemLeft" align="right" valign="top"><a id="a4d9ba1fc6f869c051854e2ed2841fd71"></a>
|
||||
bool </td><td class="memItemRight" valign="bottom"><b>check_custom_gnupg_path</b> (std::string)</td></tr>
|
||||
<tr class="separator:a4d9ba1fc6f869c051854e2ed2841fd71"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ada791c1b329841a2c68f18e7a4ddd909"><td class="memItemLeft" align="right" valign="top"><a id="ada791c1b329841a2c68f18e7a4ddd909"></a>
|
||||
bool </td><td class="memItemRight" valign="bottom"><b>check_custom_gnupg_key_database_path</b> (std::string)</td></tr>
|
||||
<tr class="separator:ada791c1b329841a2c68f18e7a4ddd909"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
|
||||
Private Attributes</h2></td></tr>
|
||||
|
@ -2,6 +2,8 @@ var classGpgFrontend_1_1UI_1_1GnuPGControllerDialog =
|
||||
[
|
||||
[ "GnuPGControllerDialog", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835", null ],
|
||||
[ "apply_settings", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a04611d5160fcc6ef36f6fce8dd94c645", null ],
|
||||
[ "check_custom_gnupg_key_database_path", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#ada791c1b329841a2c68f18e7a4ddd909", null ],
|
||||
[ "check_custom_gnupg_path", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a4d9ba1fc6f869c051854e2ed2841fd71", null ],
|
||||
[ "get_restart_needed", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529", null ],
|
||||
[ "set_settings", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e", null ],
|
||||
[ "SignalRestartNeeded", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c", null ],
|
||||
|
@ -1,5 +1,5 @@
|
||||
<map id="GpgFrontend::UI::GnuPGControllerDialog" name="GpgFrontend::UI::GnuPGControllerDialog">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="125,572,368,811"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="125,572,368,869"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1UI_1_1GeneralDialog.html" title=" " alt="" coords="5,300,248,509"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="32,160,107,237"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="131,160,218,237"/>
|
||||
|
@ -1 +1 @@
|
||||
be776250c0630b56d8da79cd3deb0efa
|
||||
cb02da66b9707b88455905e3981cdabe
|
Binary file not shown.
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 64 KiB |
@ -1,5 +1,5 @@
|
||||
<map id="GpgFrontend::UI::GnuPGControllerDialog" name="GpgFrontend::UI::GnuPGControllerDialog">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="5,403,248,656"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="5,403,248,715"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1UI_1_1GeneralDialog.html" title=" " alt="" coords="5,131,248,355"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="89,5,164,83"/>
|
||||
</map>
|
||||
|
@ -1 +1 @@
|
||||
9c518fde92c023761360d38ced7c21c7
|
||||
9fd2539ba932aa4bf471b35347934e47
|
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 24 KiB |
@ -56,10 +56,10 @@ var NAVTREEINDEX =
|
||||
"classGpgFrontend_1_1GpgAdvancedOperator.html#a07c32ba25cf6153fbc8ee585c4ba377c",
|
||||
"classGpgFrontend_1_1GpgSignature.html#a1c4fbd2d10a769c1ed0b644f06e4f871",
|
||||
"classGpgFrontend_1_1UI_1_1FilePage.html#a00cd511308dceeda07d078a9e4ed0164",
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7",
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b",
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109",
|
||||
"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html"
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2",
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b",
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b",
|
||||
"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html"
|
||||
];
|
||||
|
||||
var SYNCONMSG = 'click to disable panel synchronisation';
|
||||
|
@ -84,16 +84,18 @@ var NAVTREEINDEX3 =
|
||||
"classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b":[2,0,0,1,27,3],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html":[2,0,0,1,3],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a04611d5160fcc6ef36f6fce8dd94c645":[2,0,0,1,3,1],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83":[2,0,0,1,3,5],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c":[2,0,0,1,3,4],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a626c30712552f1c7fdf69d1d13d7b303":[2,0,0,1,3,7],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e":[2,0,0,1,3,3],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a917cf89e7920c1c5d7d8070b53bd49fc":[2,0,0,1,3,6],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529":[2,0,0,1,3,2],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#acd2918a181aa9c8c59e5d789ce34a92a":[2,0,0,1,3,9],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83":[2,0,0,1,3,7],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c":[2,0,0,1,3,6],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a4d9ba1fc6f869c051854e2ed2841fd71":[2,0,0,1,3,3],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a626c30712552f1c7fdf69d1d13d7b303":[2,0,0,1,3,9],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e":[2,0,0,1,3,5],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a917cf89e7920c1c5d7d8070b53bd49fc":[2,0,0,1,3,8],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#aaf89f54f2124617e836d31df29066529":[2,0,0,1,3,4],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#acd2918a181aa9c8c59e5d789ce34a92a":[2,0,0,1,3,11],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#ada791c1b329841a2c68f18e7a4ddd909":[2,0,0,1,3,2],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835":[2,0,0,1,3,0],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af97fbd4ee0b57a20cc9a97c7e877d520":[2,0,0,1,3,8],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#afda750c1511434cb0d3162d9bd1ab78f":[2,0,0,1,3,10],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af97fbd4ee0b57a20cc9a97c7e877d520":[2,0,0,1,3,10],
|
||||
"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#afda750c1511434cb0d3162d9bd1ab78f":[2,0,0,1,3,12],
|
||||
"classGpgFrontend_1_1UI_1_1GnupgTab.html":[2,0,0,1,8],
|
||||
"classGpgFrontend_1_1UI_1_1GnupgTab.html#a41deb4e53e1fcf424e72f33eb30f90be":[2,0,0,1,8,1],
|
||||
"classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79":[2,0,0,1,8,0],
|
||||
@ -247,7 +249,5 @@ var NAVTREEINDEX3 =
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743":[2,0,0,1,39,16],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#abf0f05743185c40b3cd0936ddccf8f9d":[2,0,0,1,39,21],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be":[2,0,0,1,39,17],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac6b43abecc2477164e4947759fc97237":[2,0,0,1,39,23],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2":[2,0,0,1,39,8],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[2,0,0,1,39,29]
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac6b43abecc2477164e4947759fc97237":[2,0,0,1,39,23]
|
||||
};
|
||||
|
@ -1,5 +1,7 @@
|
||||
var NAVTREEINDEX4 =
|
||||
{
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2":[2,0,0,1,39,8],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[2,0,0,1,39,29],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7":[2,0,0,1,39,30],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d":[2,0,0,1,39,32],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#adff3b71d088f4a13ef3d032b3c0ecebc":[2,0,0,1,39,34],
|
||||
@ -247,7 +249,5 @@ var NAVTREEINDEX4 =
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60":[2,0,0,1,40,70],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a":[2,0,0,1,40,13],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[2,0,0,1,40,114],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a23c517e1b4c63d03e0413bf3772ffb92":[2,0,0,1,40,17],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,0,1,40,80],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,0,1,40,30]
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a23c517e1b4c63d03e0413bf3772ffb92":[2,0,0,1,40,17]
|
||||
};
|
||||
|
@ -1,5 +1,7 @@
|
||||
var NAVTREEINDEX5 =
|
||||
{
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,0,1,40,80],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,0,1,40,30],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,0,1,40,106],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[2,0,0,1,40,51],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30":[2,0,0,1,40,46],
|
||||
@ -247,7 +249,5 @@ var NAVTREEINDEX5 =
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec":[2,0,0,1,60,37],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b":[2,0,0,1,60,2],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39":[2,0,0,1,60,36],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[2,0,0,1,60,4],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[2,0,0,1,60,10],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,0,1,60,21]
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[2,0,0,1,60,4]
|
||||
};
|
||||
|
@ -1,5 +1,7 @@
|
||||
var NAVTREEINDEX6 =
|
||||
{
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[2,0,0,1,60,10],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,0,1,60,21],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109":[2,0,0,1,60,1],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e":[2,0,0,1,60,28],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#ac9e2fb3d6ebb721f03416aa2da5e1fd1":[2,0,0,1,60,32],
|
||||
@ -99,8 +101,8 @@ var NAVTREEINDEX6 =
|
||||
"functions_d.html":[2,3,0,4],
|
||||
"functions_e.html":[2,3,0,5],
|
||||
"functions_f.html":[2,3,0,6],
|
||||
"functions_func.html":[2,3,1,0],
|
||||
"functions_func.html":[2,3,1],
|
||||
"functions_func.html":[2,3,1,0],
|
||||
"functions_func_c.html":[2,3,1,1],
|
||||
"functions_func_d.html":[2,3,1,2],
|
||||
"functions_func_e.html":[2,3,1,3],
|
||||
@ -142,8 +144,8 @@ var NAVTREEINDEX6 =
|
||||
"functions_z.html":[2,3,0,23],
|
||||
"functions_~.html":[2,3,0,24],
|
||||
"hierarchy.html":[2,2],
|
||||
"index.html":[],
|
||||
"index.html":[0],
|
||||
"index.html":[],
|
||||
"namespaceGpgFrontend.html":[1,0,0],
|
||||
"namespaceGpgFrontend.html#a02576f9b3647baec8e7f6dacf9411b46":[1,0,0,54],
|
||||
"namespaceGpgFrontend.html#a1194ef197102807cf31a6e27fdd47e07":[1,0,0,92],
|
||||
@ -247,7 +249,5 @@ var NAVTREEINDEX6 =
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#a90fc544dd70fa9e3cf4951b9a54efc22":[2,0,0,31,6],
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#aa46e72b29dd89211f468047f45a7a31d":[2,0,0,31,3],
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#aa850fc1db1cc8f3daae78a0fcefb2fdb":[2,0,0,31,5],
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#ac2679300c14d3f0ce29625a267054e6b":[2,0,0,31,8],
|
||||
"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html":[2,0,0,32,0],
|
||||
"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html#a1975ed97838072cf98bd80eef72fd3a8":[2,0,0,32,0,0]
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#ac2679300c14d3f0ce29625a267054e6b":[2,0,0,31,8]
|
||||
};
|
||||
|
@ -1,5 +1,7 @@
|
||||
var NAVTREEINDEX7 =
|
||||
{
|
||||
"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html":[2,0,0,32,0],
|
||||
"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html#a1975ed97838072cf98bd80eef72fd3a8":[2,0,0,32,0,0],
|
||||
"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html":[2,0,0,39,0],
|
||||
"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html#a1dec67f70f17e45e7f78a92414d05485":[2,0,0,39,0,0],
|
||||
"structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html":[2,0,0,40,0],
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user