Update Doxygen ref refs/heads/dev/2.1.0/main on 2023-07-13 10:21:05
@ -90,22 +90,92 @@ $(document).ready(function(){initNavTree('CacheManager_8h_source.html',''); init
|
|||||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef GPGFRONTEND_CACHEMANAGER_H</span></div>
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef GPGFRONTEND_CACHEMANAGER_H</span></div>
|
||||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define GPGFRONTEND_CACHEMANAGER_H</span></div>
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define GPGFRONTEND_CACHEMANAGER_H</span></div>
|
||||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</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="keyword">namespace </span><a class="code" href="namespaceGpgFrontend.html">GpgFrontend</a> {</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>  </div>
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  </div>
|
||||||
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1CacheManager.html"> 34</a></span> <span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1CacheManager.html">CacheManager</a> {</div>
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include "core/GpgFunctionObject.h"</span></div>
|
||||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keyword">public</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">static</span> <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe">SaveCache</a>(std::string key, <span class="keyword">const</span> nlohmann::json &value);</div>
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend.html">GpgFrontend</a> {</div>
|
||||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </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">static</span> nlohmann::json LoadCache(std::string name);</div>
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="keyword">template</span> <<span class="keyword">typename</span> Key, <span class="keyword">typename</span> Value></div>
|
||||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
|
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1ThreadSafeMap.html"> 39</a></span> <span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1ThreadSafeMap.html">ThreadSafeMap</a> {</div>
|
||||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> ClearAllCache();</div>
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <span class="keyword">public</span>:</div>
|
||||||
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> };</div>
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keyword">using</span> MapType = std::map<Key, Value>;</div>
|
||||||
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div>
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keyword">using</span> IteratorType = <span class="keyword">typename</span> MapType::iterator;</div>
|
||||||
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> } <span class="comment">// namespace GpgFrontend</span></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>  </div>
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <span class="keywordtype">void</span> insert(<span class="keyword">const</span> Key& key, <span class="keyword">const</span> Value& value) {</div>
|
||||||
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor">#endif</span></div>
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  std::unique_lock lock(mutex_);</div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1CacheManager_html"><div class="ttname"><a href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></div><div class="ttdef"><b>Definition:</b> CacheManager.h:34</div></div>
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  map_[key] = value;</div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1CacheManager_html_a3cbc3238638dcd8b4722bfdf560c73fe"><div class="ttname"><a href="classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe">GpgFrontend::CacheManager::SaveCache</a></div><div class="ttdeci">static void SaveCache(std::string key, const nlohmann::json &value)</div><div class="ttdef"><b>Definition:</b> CacheManager.cpp:37</div></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>  </div>
|
||||||
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  std::optional<Value> get(<span class="keyword">const</span> Key& key) {</div>
|
||||||
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  std::shared_lock lock(mutex_);</div>
|
||||||
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keyword">auto</span> it = map_.find(key);</div>
|
||||||
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="keywordflow">if</span> (it != map_.end()) {</div>
|
||||||
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keywordflow">return</span> it->second;</div>
|
||||||
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  }</div>
|
||||||
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordflow">return</span> std::nullopt;</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>  </div>
|
||||||
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keywordtype">bool</span> exists(<span class="keyword">const</span> Key& key) {</div>
|
||||||
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  std::shared_lock lock(mutex_);</div>
|
||||||
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="keywordflow">return</span> map_.count(key) > 0;</div>
|
||||||
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  }</div>
|
||||||
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  </div>
|
||||||
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  IteratorType begin() { <span class="keywordflow">return</span> map_mirror_.begin(); }</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>  IteratorType end() { <span class="keywordflow">return</span> map_mirror_.end(); }</div>
|
||||||
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
|
||||||
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <a class="code" href="classGpgFrontend_1_1ThreadSafeMap.html">ThreadSafeMap</a>& mirror() {</div>
|
||||||
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  std::shared_lock lock(mutex_);</div>
|
||||||
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  map_mirror_ = map_;</div>
|
||||||
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
||||||
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  }</div>
|
||||||
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
|
||||||
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keyword">private</span>:</div>
|
||||||
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  MapType map_mirror_;</div>
|
||||||
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  MapType map_;</div>
|
||||||
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keyword">mutable</span> std::shared_mutex mutex_;</div>
|
||||||
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> };</div>
|
||||||
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  </div>
|
||||||
|
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1CacheManager.html"> 79</a></span> <span class="keyword">class </span>GPGFRONTEND_CORE_EXPORT <a class="code" href="classGpgFrontend_1_1CacheManager.html">CacheManager</a></div>
|
||||||
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  : <span class="keyword">public</span> QObject,</div>
|
||||||
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keyword">public</span> <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html">SingletonFunctionObject</a><CacheManager> {</div>
|
||||||
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  Q_OBJECT</div>
|
||||||
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keyword">public</span>:</div>
|
||||||
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <a class="code" href="classGpgFrontend_1_1CacheManager.html">CacheManager</a>(<span class="keywordtype">int</span> channel = <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">SingletonFunctionObject::GetDefaultChannel</a>());</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="keywordtype">void</span> SaveCache(std::string key, <span class="keyword">const</span> nlohmann::json& value,</div>
|
||||||
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordtype">bool</span> flush = <span class="keyword">false</span>);</div>
|
||||||
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
|
||||||
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  nlohmann::json LoadCache(std::string key);</div>
|
||||||
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  </div>
|
||||||
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  nlohmann::json LoadCache(std::string key, nlohmann::json default_value);</div>
|
||||||
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  </div>
|
||||||
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keyword">private</span>:</div>
|
||||||
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  std::string get_data_object_key(std::string key);</div>
|
||||||
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  </div>
|
||||||
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  nlohmann::json load_cache_storage(std::string key,</div>
|
||||||
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  nlohmann::json default_value);</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> load_all_cache_storage();</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> flush_cache_storage();</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">void</span> register_cache_key(std::string key);</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>  <a class="code" href="classGpgFrontend_1_1ThreadSafeMap.html">ThreadSafeMap<std::string, nlohmann::json></a> cache_storage_;</div>
|
||||||
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  nlohmann::json key_storage_;</div>
|
||||||
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  QTimer* m_timer_;</div>
|
||||||
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keyword">const</span> std::string drk_key_ = <span class="stringliteral">"__cache_manage_data_register_key_list"</span>;</div>
|
||||||
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> };</div>
|
||||||
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  </div>
|
||||||
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> } <span class="comment">// namespace GpgFrontend</span></div>
|
||||||
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  </div>
|
||||||
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="preprocessor">#endif</span></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1CacheManager_html"><div class="ttname"><a href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></div><div class="ttdef"><b>Definition:</b> CacheManager.h:81</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1SingletonFunctionObject_html"><div class="ttname"><a href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject</a></div><div class="ttdef"><b>Definition:</b> GpgFunctionObject.h:150</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1SingletonFunctionObject_html_a50e2b3794d6553f4231eaec72d9d0a50"><div class="ttname"><a href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">GpgFrontend::SingletonFunctionObject::GetDefaultChannel</a></div><div class="ttdeci">static int GetDefaultChannel()</div><div class="ttdoc">Get the Default Channel object.</div><div class="ttdef"><b>Definition:</b> GpgFunctionObject.h:251</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1ThreadSafeMap_html"><div class="ttname"><a href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap</a></div><div class="ttdef"><b>Definition:</b> CacheManager.h:39</div></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"><div class="ttname"><a href="namespaceGpgFrontend.html">GpgFrontend</a></div><div class="ttdef"><b>Definition:</b> CoreCommonUtil.cpp:31</div></div>
|
||||||
</div><!-- fragment --></div><!-- contents -->
|
</div><!-- fragment --></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
@ -90,49 +90,48 @@ $(document).ready(function(){initNavTree('DataObjectOperator_8h_source.html','')
|
|||||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef GPGFRONTEND_DATAOBJECTOPERATOR_H</span></div>
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef GPGFRONTEND_DATAOBJECTOPERATOR_H</span></div>
|
||||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define GPGFRONTEND_DATAOBJECTOPERATOR_H</span></div>
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define GPGFRONTEND_DATAOBJECTOPERATOR_H</span></div>
|
||||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</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 "core/GpgFrontendCore.h"</span></div>
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include "core/GpgFunctionObject.h"</span></div>
|
||||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "core/GpgFunctionObject.h"</span></div>
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "core/function/GlobalSettingStation.h"</span></div>
|
||||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include "core/function/GlobalSettingStation.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>  </div>
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend.html">GpgFrontend</a> {</div>
|
||||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend.html">GpgFrontend</a> {</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>  </div>
|
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html"> 37</a></span> <span class="keyword">class </span>GPGFRONTEND_CORE_EXPORT <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html">DataObjectOperator</a></div>
|
||||||
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html"> 38</a></span> <span class="keyword">class </span>GPGFRONTEND_CORE_EXPORT <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html">DataObjectOperator</a></div>
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  : <span class="keyword">public</span> <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html">SingletonFunctionObject</a><DataObjectOperator> {</div>
|
||||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  : <span class="keyword">public</span> <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html">SingletonFunctionObject</a><DataObjectOperator> {</div>
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keyword">public</span>:</div>
|
||||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <span class="keyword">public</span>:</div>
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html">DataObjectOperator</a>(</div>
|
||||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html">DataObjectOperator</a>(</div>
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keywordtype">int</span> channel = <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">SingletonFunctionObject::GetDefaultChannel</a>());</div>
|
||||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keywordtype">int</span> channel = <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">SingletonFunctionObject::GetDefaultChannel</a>());</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>  </div>
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  std::string SaveDataObj(<span class="keyword">const</span> std::string &_key, <span class="keyword">const</span> nlohmann::json &value);</div>
|
||||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  std::string SaveDataObj(<span class="keyword">const</span> std::string &_key, <span class="keyword">const</span> nlohmann::json &value);</div>
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
|
||||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  std::optional<nlohmann::json> GetDataObject(<span class="keyword">const</span> std::string &_key);</div>
|
||||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  std::optional<nlohmann::json> GetDataObject(<span class="keyword">const</span> std::string &_key);</div>
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
|
||||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  </div>
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  std::optional<nlohmann::json> GetDataObjectByRef(<span class="keyword">const</span> std::string &_ref);</div>
|
||||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  std::optional<nlohmann::json> GetDataObjectByRef(<span class="keyword">const</span> std::string &_ref);</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>  </div>
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keyword">private</span>:</div>
|
||||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keyword">private</span>:</div>
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keywordtype">void</span> init_app_secure_key();</div>
|
||||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="keywordtype">void</span> init_app_secure_key();</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>  </div>
|
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601"> 61</a></span>  <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html">GlobalSettingStation</a> &global_setting_station_ =</div>
|
||||||
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601"> 62</a></span>  <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html">GlobalSettingStation</a> &global_setting_station_ =</div>
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GlobalSettingStation::GetInstance</a>(); </div>
|
||||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GlobalSettingStation::GetInstance</a>(); </div>
|
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a"> 63</a></span>  std::filesystem::path app_secure_path_ =</div>
|
||||||
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a"> 64</a></span>  std::filesystem::path app_secure_path_ =</div>
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  global_setting_station_.GetAppConfigPath() /</div>
|
||||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  global_setting_station_.GetAppConfigPath() /</div>
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="stringliteral">"secure"</span>; </div>
|
||||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="stringliteral">"secure"</span>; </div>
|
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca"> 66</a></span>  std::filesystem::path app_secure_key_path_ =</div>
|
||||||
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca"> 67</a></span>  std::filesystem::path app_secure_key_path_ =</div>
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  app_secure_path_ / <span class="stringliteral">"app.key"</span>; </div>
|
||||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  app_secure_path_ / <span class="stringliteral">"app.key"</span>; </div>
|
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#ae6762d4f0f5ca2e83f7c1508cd25cc21"> 68</a></span>  std::filesystem::path app_data_objs_path_ =</div>
|
||||||
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#ae6762d4f0f5ca2e83f7c1508cd25cc21"> 69</a></span>  std::filesystem::path app_data_objs_path_ =</div>
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  global_setting_station_.GetAppDataPath() / <span class="stringliteral">"data_objs"</span>; </div>
|
||||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  global_setting_station_.GetAppDataPath() / <span class="stringliteral">"data_objs"</span>; </div>
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
|
||||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  </div>
|
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90"> 73</a></span>  std::random_device <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90">rd_</a>; </div>
|
||||||
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90"> 74</a></span>  std::random_device <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90">rd_</a>; </div>
|
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca"> 74</a></span>  std::mt19937 mt_ = std::mt19937(rd_()); </div>
|
||||||
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca"> 75</a></span>  std::mt19937 mt_ = std::mt19937(rd_()); </div>
|
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b"> 75</a></span>  QByteArray <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b">hash_key_</a>; </div>
|
||||||
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b"> 76</a></span>  QByteArray <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b">hash_key_</a>; </div>
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> };</div>
|
||||||
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> };</div>
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  </div>
|
||||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  </div>
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> } <span class="comment">// namespace GpgFrontend</span></div>
|
||||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> } <span class="comment">// namespace GpgFrontend</span></div>
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
|
||||||
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  </div>
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_DATAOBJECTOPERATOR_H</span></div>
|
||||||
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_DATAOBJECTOPERATOR_H</span></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1DataObjectOperator_html"><div class="ttname"><a href="classGpgFrontend_1_1DataObjectOperator.html">GpgFrontend::DataObjectOperator</a></div><div class="ttdef"><b>Definition:</b> DataObjectOperator.h:38</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1DataObjectOperator_html"><div class="ttname"><a href="classGpgFrontend_1_1DataObjectOperator.html">GpgFrontend::DataObjectOperator</a></div><div class="ttdef"><b>Definition:</b> DataObjectOperator.h:39</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1DataObjectOperator_html_a24c9cdbe9256e332ac93d6dc28c76b90"><div class="ttname"><a href="classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90">GpgFrontend::DataObjectOperator::rd_</a></div><div class="ttdeci">std::random_device rd_</div><div class="ttdoc">Random device.</div><div class="ttdef"><b>Definition:</b> DataObjectOperator.h:73</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1DataObjectOperator_html_a24c9cdbe9256e332ac93d6dc28c76b90"><div class="ttname"><a href="classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90">GpgFrontend::DataObjectOperator::rd_</a></div><div class="ttdeci">std::random_device rd_</div><div class="ttdoc">Random device.</div><div class="ttdef"><b>Definition:</b> DataObjectOperator.h:74</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1DataObjectOperator_html_ae409c3562c3e08931daa17f5790c508b"><div class="ttname"><a href="classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b">GpgFrontend::DataObjectOperator::hash_key_</a></div><div class="ttdeci">QByteArray hash_key_</div><div class="ttdoc">Hash key.</div><div class="ttdef"><b>Definition:</b> DataObjectOperator.h:75</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1DataObjectOperator_html_ae409c3562c3e08931daa17f5790c508b"><div class="ttname"><a href="classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b">GpgFrontend::DataObjectOperator::hash_key_</a></div><div class="ttdeci">QByteArray hash_key_</div><div class="ttdoc">Hash key.</div><div class="ttdef"><b>Definition:</b> DataObjectOperator.h:76</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:47</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:43</div></div>
|
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1SingletonFunctionObject_html"><div class="ttname"><a href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject</a></div><div class="ttdef"><b>Definition:</b> GpgFunctionObject.h:150</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1SingletonFunctionObject_html"><div class="ttname"><a href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject</a></div><div class="ttdef"><b>Definition:</b> GpgFunctionObject.h:150</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1SingletonFunctionObject_html_a50e2b3794d6553f4231eaec72d9d0a50"><div class="ttname"><a href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">GpgFrontend::SingletonFunctionObject::GetDefaultChannel</a></div><div class="ttdeci">static int GetDefaultChannel()</div><div class="ttdoc">Get the Default Channel object.</div><div class="ttdef"><b>Definition:</b> GpgFunctionObject.h:251</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1SingletonFunctionObject_html_a50e2b3794d6553f4231eaec72d9d0a50"><div class="ttname"><a href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">GpgFrontend::SingletonFunctionObject::GetDefaultChannel</a></div><div class="ttdeci">static int GetDefaultChannel()</div><div class="ttdoc">Get the Default Channel object.</div><div class="ttdef"><b>Definition:</b> GpgFunctionObject.h:251</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:172</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:172</div></div>
|
||||||
|
@ -90,126 +90,146 @@ $(document).ready(function(){initNavTree('GlobalSettingStation_8h_source.html','
|
|||||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef GPGFRONTEND_GLOBALSETTINGSTATION_H</span></div>
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef GPGFRONTEND_GLOBALSETTINGSTATION_H</span></div>
|
||||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define GPGFRONTEND_GLOBALSETTINGSTATION_H</span></div>
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define GPGFRONTEND_GLOBALSETTINGSTATION_H</span></div>
|
||||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</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 "GpgFrontendBuildInstallInfo.h"</span></div>
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include <sys/_types/_int64_t.h></span></div>
|
||||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "core/GpgFrontendCore.h"</span></div>
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  </div>
|
||||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include "core/GpgFunctionObject.h"</span></div>
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include <filesystem></span></div>
|
||||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</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">namespace </span><a class="code" href="namespaceGpgFrontend.html">GpgFrontend</a> {</div>
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#include "GpgFrontendBuildInstallInfo.h"</span></div>
|
||||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </div>
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#include "core/GpgFrontendCore.h"</span></div>
|
||||||
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html"> 42</a></span> <span class="keyword">class </span>GPGFRONTEND_CORE_EXPORT <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html">GlobalSettingStation</a></div>
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#include "core/GpgFunctionObject.h"</span></div>
|
||||||
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  : <span class="keyword">public</span> <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html">SingletonFunctionObject</a><GlobalSettingStation> {</div>
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</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="l00040"></a><span class="lineno"> 40</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend.html">GpgFrontend</a> {</div>
|
||||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html">GlobalSettingStation</a>(</div>
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
||||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keywordtype">int</span> channel = <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">SingletonFunctionObject::GetDefaultChannel</a>()) noexcept;</div>
|
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html"> 46</a></span> <span class="keyword">class </span>GPGFRONTEND_CORE_EXPORT <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html">GlobalSettingStation</a></div>
|
||||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  : <span class="keyword">public</span> <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html">SingletonFunctionObject</a><GlobalSettingStation> {</div>
|
||||||
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451"> 56</a></span>  <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451">~GlobalSettingStation</a>() noexcept override;</div>
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keyword">public</span>:</div>
|
||||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  </div>
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html">GlobalSettingStation</a>(</div>
|
||||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  libconfig::Setting &GetUISettings() noexcept;</div>
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keywordtype">int</span> channel = <a class="code" href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">SingletonFunctionObject::GetDefaultChannel</a>()) noexcept;</div>
|
||||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  </div>
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
||||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  template <typename T></div>
|
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451"> 60</a></span>  <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451">~GlobalSettingStation</a>() noexcept override;</div>
|
||||||
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2"> 71</a></span>  T LookupSettings(std::<span class="keywordtype">string</span> path, T default_value) noexcept {</div>
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  </div>
|
||||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  T value = default_value;</div>
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  libconfig::Setting &GetUISettings() noexcept;</div>
|
||||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keywordflow">try</span> {</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>  value = <span class="keyword">static_cast<</span>T<span class="keyword">></span>(GetUISettings().lookup(path));</div>
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  template <typename T></div>
|
||||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  } <span class="keywordflow">catch</span> (...) {</div>
|
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2"> 75</a></span>  T LookupSettings(std::<span class="keywordtype">string</span> path, T default_value) noexcept {</div>
|
||||||
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  SPDLOG_WARN(<span class="stringliteral">"setting not found: {}"</span>, path);</div>
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  T value = default_value;</div>
|
||||||
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  }</div>
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keywordflow">try</span> {</div>
|
||||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keywordflow">return</span> value;</div>
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  value = <span class="keyword">static_cast<</span>T<span class="keyword">></span>(GetUISettings().lookup(path));</div>
|
||||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  }</div>
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  } <span class="keywordflow">catch</span> (...) {</div>
|
||||||
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  </div>
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  SPDLOG_WARN(<span class="stringliteral">"setting not found: {}"</span>, path);</div>
|
||||||
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3"> 86</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3">GetAppDir</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> app_path_; }</div>
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  }</div>
|
||||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  </div>
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keywordflow">return</span> value;</div>
|
||||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  [[nodiscard]] std::filesystem::path GetAppDataPath()<span class="keyword"> const </span>{</div>
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  }</div>
|
||||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordflow">return</span> app_data_path_;</div>
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
|
||||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  }</div>
|
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3"> 90</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3">GetAppDir</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> app_path_; }</div>
|
||||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  </div>
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  </div>
|
||||||
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23"> 97</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23">GetLogDir</a>()<span class="keyword"> const </span>{</div>
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  [[nodiscard]] std::filesystem::path GetAppDataPath()<span class="keyword"> const </span>{</div>
|
||||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordflow">return</span> app_log_path_;</div>
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keywordflow">return</span> app_data_path_;</div>
|
||||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  }</div>
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  }</div>
|
||||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  </div>
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  </div>
|
||||||
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332"> 106</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332">GetStandaloneDatabaseDir</a>()<span class="keyword"> const </span>{</div>
|
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23"> 101</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23">GetLogDir</a>()<span class="keyword"> const </span>{</div>
|
||||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="keyword">auto</span> db_path = app_configure_path_ / <span class="stringliteral">"db"</span>;</div>
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keywordflow">return</span> app_log_path_;</div>
|
||||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keywordflow">if</span> (!std::filesystem::exists(db_path)) {</div>
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  }</div>
|
||||||
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  std::filesystem::create_directory(db_path);</div>
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  </div>
|
||||||
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  }</div>
|
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332"> 110</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332">GetStandaloneDatabaseDir</a>()<span class="keyword"> const </span>{</div>
|
||||||
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <span class="keywordflow">return</span> db_path;</div>
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <span class="keyword">auto</span> db_path = app_configure_path_ / <span class="stringliteral">"db"</span>;</div>
|
||||||
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  }</div>
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  <span class="keywordflow">if</span> (!std::filesystem::exists(db_path)) {</div>
|
||||||
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  </div>
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  std::filesystem::create_directory(db_path);</div>
|
||||||
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  [[nodiscard]] std::filesystem::path GetAppConfigPath()<span class="keyword"> const </span>{</div>
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  }</div>
|
||||||
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="keywordflow">return</span> app_configure_path_;</div>
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="keywordflow">return</span> db_path;</div>
|
||||||
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  }</div>
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  }</div>
|
||||||
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  </div>
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  </div>
|
||||||
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00"> 123</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00">GetStandaloneGpgBinDir</a>()<span class="keyword"> const </span>{</div>
|
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  [[nodiscard]] std::filesystem::path GetAppConfigPath()<span class="keyword"> const </span>{</div>
|
||||||
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <span class="keywordflow">return</span> app_resource_path_ / <span class="stringliteral">"gpg1.4"</span> / <span class="stringliteral">"gpg"</span>;</div>
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordflow">return</span> app_configure_path_;</div>
|
||||||
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  }</div>
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  }</div>
|
||||||
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  </div>
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  </div>
|
||||||
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565"> 132</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565">GetLocaleDir</a>()<span class="keyword"> const </span>{</div>
|
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00"> 127</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00">GetStandaloneGpgBinDir</a>()<span class="keyword"> const </span>{</div>
|
||||||
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="keywordflow">return</span> app_locale_path_;</div>
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keywordflow">return</span> app_resource_path_ / <span class="stringliteral">"gpg1.4"</span> / <span class="stringliteral">"gpg"</span>;</div>
|
||||||
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  }</div>
|
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  }</div>
|
||||||
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  </div>
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  </div>
|
||||||
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0"> 141</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0">GetResourceDir</a>()<span class="keyword"> const </span>{</div>
|
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565"> 136</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565">GetLocaleDir</a>()<span class="keyword"> const </span>{</div>
|
||||||
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <span class="keywordflow">return</span> app_resource_path_;</div>
|
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <span class="keywordflow">return</span> app_locale_path_;</div>
|
||||||
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  }</div>
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  }</div>
|
||||||
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  </div>
|
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  </div>
|
||||||
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789"> 150</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789">GetCertsDir</a>()<span class="keyword"> const </span>{</div>
|
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0"> 145</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0">GetResourceDir</a>()<span class="keyword"> const </span>{</div>
|
||||||
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="keywordflow">return</span> app_resource_path_ / <span class="stringliteral">"certs"</span>;</div>
|
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <span class="keywordflow">return</span> app_resource_path_;</div>
|
||||||
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  }</div>
|
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  }</div>
|
||||||
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  </div>
|
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  </div>
|
||||||
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keywordtype">void</span> SyncSettings() noexcept;</div>
|
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789"> 154</a></span>  [[nodiscard]] std::filesystem::path <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789">GetCertsDir</a>()<span class="keyword"> const </span>{</div>
|
||||||
|
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <span class="keywordflow">return</span> app_resource_path_ / <span class="stringliteral">"certs"</span>;</div>
|
||||||
|
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  }</div>
|
||||||
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  </div>
|
||||||
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  [[nodiscard]] std::string GetLogFilesSize() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  </div>
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  </div>
|
||||||
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  private:</div>
|
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  [[nodiscard]] std::string GetDataObjectsFilesSize() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac"> 161</a></span>  std::filesystem::path app_path_ = QCoreApplication::applicationDirPath()</div>
|
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  </div>
|
||||||
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  .toStdString(); </div>
|
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <span class="keywordtype">void</span> ClearAllLogFiles() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6"> 163</a></span>  std::filesystem::path app_data_path_ =</div>
|
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  </div>
|
||||||
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation)</div>
|
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="keywordtype">void</span> ClearAllDataObjects() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  .toStdString(); </div>
|
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  </div>
|
||||||
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7"> 166</a></span>  std::filesystem::path app_log_path_ =</div>
|
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="keywordtype">void</span> SyncSettings() noexcept;</div>
|
||||||
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  app_data_path_ / "logs"; </div>
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  </div>
|
||||||
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a"> 168</a></span>  std::filesystem::path app_data_objs_path_ =</div>
|
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  private:</div>
|
||||||
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  app_data_path_ / "objs"; </div>
|
<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac"> 173</a></span>  std::filesystem::path app_path_ = QCoreApplication::applicationDirPath()</div>
|
||||||
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  </div>
|
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  .toStdString(); </div>
|
||||||
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span> <span class="preprocessor">#ifdef LINUX_INSTALL_BUILD</span></div>
|
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6"> 175</a></span>  std::filesystem::path app_data_path_ =</div>
|
||||||
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  std::filesystem::path app_resource_path_ =</div>
|
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation)</div>
|
||||||
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  std::filesystem::path(APP_LOCALSTATE_PATH) /</div>
|
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  .toStdString(); </div>
|
||||||
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="stringliteral">"gpgfrontend"</span>; </div>
|
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7"> 178</a></span>  std::filesystem::path app_log_path_ =</div>
|
||||||
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span> <span class="preprocessor">#else</span></div>
|
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  app_data_path_ / "logs"; </div>
|
||||||
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388"> 176</a></span>  std::filesystem::path app_resource_path_ =</div>
|
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a"> 180</a></span>  std::filesystem::path app_data_objs_path_ =</div>
|
||||||
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  RESOURCE_DIR_BOOST_PATH(app_path_); </div>
|
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  app_data_path_ / "data_objs"; </div>
|
||||||
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span> <span class="preprocessor">#endif</span></div>
|
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  </div>
|
||||||
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  </div>
|
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span> <span class="preprocessor">#ifdef LINUX_INSTALL_BUILD</span></div>
|
||||||
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span> <span class="preprocessor">#ifdef LINUX_INSTALL_BUILD</span></div>
|
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  std::filesystem::path app_resource_path_ =</div>
|
||||||
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  std::filesystem::path app_locale_path_ =</div>
|
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  std::filesystem::path(APP_LOCALSTATE_PATH) /</div>
|
||||||
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  std::string(APP_LOCALE_PATH); </div>
|
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  <span class="stringliteral">"gpgfrontend"</span>; </div>
|
||||||
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span> <span class="preprocessor">#else</span></div>
|
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span> <span class="preprocessor">#else</span></div>
|
||||||
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb"> 184</a></span>  std::filesystem::path app_locale_path_ =</div>
|
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388"> 188</a></span>  std::filesystem::path app_resource_path_ =</div>
|
||||||
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  app_resource_path_ / <span class="stringliteral">"locales"</span>; </div>
|
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  RESOURCE_DIR_BOOST_PATH(app_path_); </div>
|
||||||
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span> <span class="preprocessor">#endif</span></div>
|
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span> <span class="preprocessor">#endif</span></div>
|
||||||
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  </div>
|
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  </div>
|
||||||
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a"> 188</a></span>  std::filesystem::path app_configure_path_ =</div>
|
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span> <span class="preprocessor">#ifdef LINUX_INSTALL_BUILD</span></div>
|
||||||
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation)</div>
|
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  std::filesystem::path app_locale_path_ =</div>
|
||||||
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  .toStdString(); </div>
|
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  std::string(APP_LOCALE_PATH); </div>
|
||||||
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb"> 191</a></span>  std::filesystem::path ui_config_dir_path_ =</div>
|
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span> <span class="preprocessor">#else</span></div>
|
||||||
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  app_configure_path_ / <span class="stringliteral">"conf"</span>; </div>
|
<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb"> 196</a></span>  std::filesystem::path app_locale_path_ =</div>
|
||||||
<div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830"> 193</a></span>  std::filesystem::path ui_config_path_ =</div>
|
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  app_resource_path_ / <span class="stringliteral">"locales"</span>; </div>
|
||||||
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  ui_config_dir_path_ / <span class="stringliteral">"main.cfg"</span>; </div>
|
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span> <span class="preprocessor">#endif</span></div>
|
||||||
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  </div>
|
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  </div>
|
||||||
<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c"> 196</a></span>  libconfig::Config <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c">ui_cfg_</a>; </div>
|
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a"> 200</a></span>  std::filesystem::path app_configure_path_ =</div>
|
||||||
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  </div>
|
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation)</div>
|
||||||
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  <span class="keywordtype">void</span> init_app_secure_key();</div>
|
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  .toStdString(); </div>
|
||||||
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span> };</div>
|
<div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb"> 203</a></span>  std::filesystem::path ui_config_dir_path_ =</div>
|
||||||
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span> } <span class="comment">// namespace GpgFrontend</span></div>
|
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  app_configure_path_ / <span class="stringliteral">"conf"</span>; </div>
|
||||||
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  </div>
|
<div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830"> 205</a></span>  std::filesystem::path ui_config_path_ =</div>
|
||||||
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_GLOBALSETTINGSTATION_H</span></div>
|
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  ui_config_dir_path_ / <span class="stringliteral">"main.cfg"</span>; </div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:43</div></div>
|
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  </div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a0b3780564305e9b210d66ef377c21565"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565">GpgFrontend::GlobalSettingStation::GetLocaleDir</a></div><div class="ttdeci">std::filesystem::path GetLocaleDir() const</div><div class="ttdoc">Get the Locale Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:132</div></div>
|
<div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c"> 208</a></span>  libconfig::Config <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c">ui_cfg_</a>; </div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a1818e08063d6a886975f77354fc5d85c"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c">GpgFrontend::GlobalSettingStation::ui_cfg_</a></div><div class="ttdeci">libconfig::Config ui_cfg_</div><div class="ttdoc">UI Configure File.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:196</div></div>
|
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  </div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a385ae4ab6ad5b17742a5405fa693d789"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789">GpgFrontend::GlobalSettingStation::GetCertsDir</a></div><div class="ttdeci">std::filesystem::path GetCertsDir() const</div><div class="ttdoc">Get the Certs Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:150</div></div>
|
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  <span class="keywordtype">void</span> init_app_secure_key();</div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a7da9b08291ef2391892f5c9375b8db23"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23">GpgFrontend::GlobalSettingStation::GetLogDir</a></div><div class="ttdeci">std::filesystem::path GetLogDir() const</div><div class="ttdoc">Get the Log Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:97</div></div>
|
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  </div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_aa93b21af9ac6649d5749c83c809f5b00"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00">GpgFrontend::GlobalSettingStation::GetStandaloneGpgBinDir</a></div><div class="ttdeci">std::filesystem::path GetStandaloneGpgBinDir() const</div><div class="ttdoc">Get the Standalone Gpg Bin Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:123</div></div>
|
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  int64_t get_files_size_at_path(std::filesystem::path path,</div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_ae9d1da3d01c4a834120968636596c3c3"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3">GpgFrontend::GlobalSettingStation::GetAppDir</a></div><div class="ttdeci">std::filesystem::path GetAppDir() const</div><div class="ttdoc">Get the App Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:86</div></div>
|
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  std::string filename_pattern) <span class="keyword">const</span>;</div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_af484ca46c5df831a9dd76f3a88d66332"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332">GpgFrontend::GlobalSettingStation::GetStandaloneDatabaseDir</a></div><div class="ttdeci">std::filesystem::path GetStandaloneDatabaseDir() const</div><div class="ttdoc">Get the Standalone Database Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:106</div></div>
|
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>  </div>
|
||||||
|
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>  std::string get_human_readable_size(int64_t size) <span class="keyword">const</span>;</div>
|
||||||
|
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  </div>
|
||||||
|
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  <span class="keywordtype">void</span> delete_all_files(std::filesystem::path path,</div>
|
||||||
|
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>  std::string filename_pattern) <span class="keyword">const</span>;</div>
|
||||||
|
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span> };</div>
|
||||||
|
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span> } <span class="comment">// namespace GpgFrontend</span></div>
|
||||||
|
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  </div>
|
||||||
|
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_GLOBALSETTINGSTATION_H</span></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:47</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a0b3780564305e9b210d66ef377c21565"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565">GpgFrontend::GlobalSettingStation::GetLocaleDir</a></div><div class="ttdeci">std::filesystem::path GetLocaleDir() const</div><div class="ttdoc">Get the Locale Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:136</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a1818e08063d6a886975f77354fc5d85c"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c">GpgFrontend::GlobalSettingStation::ui_cfg_</a></div><div class="ttdeci">libconfig::Config ui_cfg_</div><div class="ttdoc">UI Configure File.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:208</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a385ae4ab6ad5b17742a5405fa693d789"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789">GpgFrontend::GlobalSettingStation::GetCertsDir</a></div><div class="ttdeci">std::filesystem::path GetCertsDir() const</div><div class="ttdoc">Get the Certs Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:154</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a7da9b08291ef2391892f5c9375b8db23"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23">GpgFrontend::GlobalSettingStation::GetLogDir</a></div><div class="ttdeci">std::filesystem::path GetLogDir() const</div><div class="ttdoc">Get the Log Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:101</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_aa93b21af9ac6649d5749c83c809f5b00"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00">GpgFrontend::GlobalSettingStation::GetStandaloneGpgBinDir</a></div><div class="ttdeci">std::filesystem::path GetStandaloneGpgBinDir() const</div><div class="ttdoc">Get the Standalone Gpg Bin Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:127</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_ae9d1da3d01c4a834120968636596c3c3"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3">GpgFrontend::GlobalSettingStation::GetAppDir</a></div><div class="ttdeci">std::filesystem::path GetAppDir() const</div><div class="ttdoc">Get the App Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:90</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_af484ca46c5df831a9dd76f3a88d66332"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332">GpgFrontend::GlobalSettingStation::GetStandaloneDatabaseDir</a></div><div class="ttdeci">std::filesystem::path GetStandaloneDatabaseDir() const</div><div class="ttdoc">Get the Standalone Database Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:110</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_af700161900e623a0ea14261d51616451"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451">GpgFrontend::GlobalSettingStation::~GlobalSettingStation</a></div><div class="ttdeci">~GlobalSettingStation() noexcept override</div><div class="ttdoc">Destroy the Global Setting Station object.</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_af700161900e623a0ea14261d51616451"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451">GpgFrontend::GlobalSettingStation::~GlobalSettingStation</a></div><div class="ttdeci">~GlobalSettingStation() noexcept override</div><div class="ttdoc">Destroy the Global Setting Station object.</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_afc1aa3dec55ae4e741f92fce1140a2d0"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0">GpgFrontend::GlobalSettingStation::GetResourceDir</a></div><div class="ttdeci">std::filesystem::path GetResourceDir() const</div><div class="ttdoc">Get the Resource Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:141</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_afc1aa3dec55ae4e741f92fce1140a2d0"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0">GpgFrontend::GlobalSettingStation::GetResourceDir</a></div><div class="ttdeci">std::filesystem::path GetResourceDir() const</div><div class="ttdoc">Get the Resource Dir object.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:145</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1SingletonFunctionObject_html"><div class="ttname"><a href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject</a></div><div class="ttdef"><b>Definition:</b> GpgFunctionObject.h:150</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1SingletonFunctionObject_html"><div class="ttname"><a href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject</a></div><div class="ttdef"><b>Definition:</b> GpgFunctionObject.h:150</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1SingletonFunctionObject_html_a50e2b3794d6553f4231eaec72d9d0a50"><div class="ttname"><a href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">GpgFrontend::SingletonFunctionObject::GetDefaultChannel</a></div><div class="ttdeci">static int GetDefaultChannel()</div><div class="ttdoc">Get the Default Channel object.</div><div class="ttdef"><b>Definition:</b> GpgFunctionObject.h:251</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1SingletonFunctionObject_html_a50e2b3794d6553f4231eaec72d9d0a50"><div class="ttname"><a href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">GpgFrontend::SingletonFunctionObject::GetDefaultChannel</a></div><div class="ttdeci">static int GetDefaultChannel()</div><div class="ttdoc">Get the Default Channel object.</div><div class="ttdef"><b>Definition:</b> GpgFunctionObject.h:251</div></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"><div class="ttname"><a href="namespaceGpgFrontend.html">GpgFrontend</a></div><div class="ttdef"><b>Definition:</b> CoreCommonUtil.cpp:31</div></div>
|
||||||
|
@ -115,93 +115,95 @@ $(document).ready(function(){initNavTree('GpgKey_8h_source.html',''); initResiza
|
|||||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
||||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  [[nodiscard]] std::string GetOwnerTrust() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  [[nodiscard]] std::string GetOwnerTrust() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
|
||||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  [[nodiscard]] std::string GetPublicKeyAlgo() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  [[nodiscard]] <span class="keywordtype">int</span> GetOwnerTrustLevel() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  </div>
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  </div>
|
||||||
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  [[nodiscard]] boost::posix_time::ptime GetLastUpdateTime() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  [[nodiscard]] std::string GetPublicKeyAlgo() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  </div>
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  </div>
|
||||||
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  [[nodiscard]] boost::posix_time::ptime GetExpireTime() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  [[nodiscard]] boost::posix_time::ptime GetLastUpdateTime() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  </div>
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  </div>
|
||||||
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  [[nodiscard]] boost::posix_time::ptime GetCreateTime() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  [[nodiscard]] boost::posix_time::ptime GetExpireTime() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  </div>
|
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  </div>
|
||||||
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  [[nodiscard]] <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> GetPrimaryKeyLength() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  [[nodiscard]] boost::posix_time::ptime GetCreateTime() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  </div>
|
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  </div>
|
||||||
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasEncryptionCapability() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  [[nodiscard]] <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> GetPrimaryKeyLength() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  </div>
|
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  </div>
|
||||||
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasActualEncryptionCapability() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasEncryptionCapability() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  </div>
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  </div>
|
||||||
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasSigningCapability() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasActualEncryptionCapability() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  </div>
|
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  </div>
|
||||||
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasActualSigningCapability() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasSigningCapability() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  </div>
|
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  </div>
|
||||||
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasCertificationCapability() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasActualSigningCapability() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  </div>
|
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  </div>
|
||||||
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasActualCertificationCapability() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasCertificationCapability() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  </div>
|
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  </div>
|
||||||
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasAuthenticationCapability() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasActualCertificationCapability() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  </div>
|
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  </div>
|
||||||
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasActualAuthenticationCapability() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasAuthenticationCapability() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  </div>
|
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  </div>
|
||||||
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasCardKey() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasActualAuthenticationCapability() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  </div>
|
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  </div>
|
||||||
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsPrivateKey() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasCardKey() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  </div>
|
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  </div>
|
||||||
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsExpired() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsPrivateKey() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  </div>
|
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  </div>
|
||||||
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsRevoked() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsExpired() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  </div>
|
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  </div>
|
||||||
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsDisabled() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsRevoked() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  </div>
|
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  </div>
|
||||||
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasMasterKey() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsDisabled() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  </div>
|
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  </div>
|
||||||
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  [[nodiscard]] std::unique_ptr<std::vector<GpgSubKey>> GetSubKeys() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  [[nodiscard]] <span class="keywordtype">bool</span> IsHasMasterKey() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  </div>
|
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  </div>
|
||||||
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>  [[nodiscard]] std::unique_ptr<std::vector<GpgUID>> GetUIDs() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>  [[nodiscard]] std::unique_ptr<std::vector<GpgSubKey>> GetSubKeys() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  </div>
|
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  </div>
|
||||||
<div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1"> 268</a></span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1">GpgKey</a>() = <span class="keywordflow">default</span>;</div>
|
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  [[nodiscard]] std::unique_ptr<std::vector<GpgUID>> GetUIDs() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  </div>
|
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  </div>
|
||||||
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>(gpgme_key_t&& key);</div>
|
<div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1"> 275</a></span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1">GpgKey</a>() = <span class="keywordflow">default</span>;</div>
|
||||||
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  </div>
|
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  </div>
|
||||||
<div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697"> 281</a></span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697">~GpgKey</a>() = <span class="keywordflow">default</span>;</div>
|
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>(gpgme_key_t&& key);</div>
|
||||||
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  </div>
|
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  </div>
|
||||||
<div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804"> 288</a></span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804">GpgKey</a>(<span class="keyword">const</span> gpgme_key_t& key) = <span class="keyword">delete</span>;</div>
|
<div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697"> 288</a></span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697">~GpgKey</a>() = <span class="keywordflow">default</span>;</div>
|
||||||
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  </div>
|
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  </div>
|
||||||
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>(<a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&& k) noexcept;</div>
|
<div class="line"><a name="l00295"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804"> 295</a></span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804">GpgKey</a>(<span class="keyword">const</span> gpgme_key_t& key) = <span class="keyword">delete</span>;</div>
|
||||||
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>  </div>
|
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>  </div>
|
||||||
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>& operator=(<a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&& k) noexcept;</div>
|
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>(<a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&& k) noexcept;</div>
|
||||||
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>  </div>
|
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>  </div>
|
||||||
<div class="line"><a name="l00311"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a"> 311</a></span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>& <a class="code" href="classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a">operator=</a>(<span class="keyword">const</span> gpgme_key_t& key) = <span class="keyword">delete</span>;</div>
|
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>& operator=(<a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&& k) noexcept;</div>
|
||||||
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>  </div>
|
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>  </div>
|
||||||
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>  <span class="keywordtype">bool</span> operator==(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>& o) <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00318"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a"> 318</a></span>  <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>& <a class="code" href="classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a">operator=</a>(<span class="keyword">const</span> gpgme_key_t& key) = <span class="keyword">delete</span>;</div>
|
||||||
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  </div>
|
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>  </div>
|
||||||
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  <span class="keywordtype">bool</span> operator<=(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>& o) <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>  <span class="keywordtype">bool</span> operator==(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>& o) <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  </div>
|
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>  </div>
|
||||||
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  <span class="keyword">explicit</span> <span class="keyword">operator</span> gpgme_key_t() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  <span class="keywordtype">bool</span> operator<=(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>& o) <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>  </div>
|
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>  </div>
|
||||||
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  [[nodiscard]] <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> Copy() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  <span class="keyword">explicit</span> <span class="keyword">operator</span> gpgme_key_t() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span>  </div>
|
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span>  </div>
|
||||||
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  <span class="keyword">private</span>:</div>
|
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>  [[nodiscard]] <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> Copy() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00350"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html"> 350</a></span>  <span class="keyword">struct </span>GPGFRONTEND_CORE_EXPORT <a class="code" href="structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html">_key_ref_deleter</a> {</div>
|
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>  </div>
|
||||||
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>  <span class="keywordtype">void</span> operator()(gpgme_key_t _key);</div>
|
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  <span class="keyword">private</span>:</div>
|
||||||
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  };</div>
|
<div class="line"><a name="l00357"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html"> 357</a></span>  <span class="keyword">struct </span>GPGFRONTEND_CORE_EXPORT <a class="code" href="structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html">_key_ref_deleter</a> {</div>
|
||||||
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>  </div>
|
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>  <span class="keywordtype">void</span> operator()(gpgme_key_t _key);</div>
|
||||||
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>  <span class="keyword">using</span> KeyRefHandler =</div>
|
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>  };</div>
|
||||||
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  std::unique_ptr<struct _gpgme_key, _key_ref_deleter>; </div>
|
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>  </div>
|
||||||
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  </div>
|
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  <span class="keyword">using</span> KeyRefHandler =</div>
|
||||||
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>  KeyRefHandler key_ref_ = <span class="keyword">nullptr</span>; </div>
|
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>  std::unique_ptr<struct _gpgme_key, _key_ref_deleter>; </div>
|
||||||
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>  </div>
|
|
||||||
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>  <span class="keyword">mutable</span> std::mutex gpgme_key_opera_mutex; <span class="comment">// mutex for gpgme key operations</span></div>
|
|
||||||
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span> };</div>
|
|
||||||
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  </div>
|
|
||||||
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span> } <span class="comment">// namespace GpgFrontend</span></div>
|
|
||||||
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>  </div>
|
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>  </div>
|
||||||
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_GPGKEY_H</span></div>
|
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>  KeyRefHandler key_ref_ = <span class="keyword">nullptr</span>; </div>
|
||||||
|
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>  </div>
|
||||||
|
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>  <span class="keyword">mutable</span> std::mutex gpgme_key_opera_mutex; <span class="comment">// mutex for gpgme key operations</span></div>
|
||||||
|
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span> };</div>
|
||||||
|
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>  </div>
|
||||||
|
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span> } <span class="comment">// namespace GpgFrontend</span></div>
|
||||||
|
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>  </div>
|
||||||
|
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_GPGKEY_H</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></div><div class="ttdef"><b>Definition:</b> GpgKey.h:43</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></div><div class="ttdef"><b>Definition:</b> GpgKey.h:43</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html_a1d6e415e77625c1281dac1cc5f33f804"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804">GpgFrontend::GpgKey::GpgKey</a></div><div class="ttdeci">GpgKey(const gpgme_key_t &key)=delete</div><div class="ttdoc">Construct a new Gpg Key object.</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html_a1d6e415e77625c1281dac1cc5f33f804"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804">GpgFrontend::GpgKey::GpgKey</a></div><div class="ttdeci">GpgKey(const gpgme_key_t &key)=delete</div><div class="ttdoc">Construct a new Gpg Key object.</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html_a1e9223bb1ad8fbb4e769680de39b3697"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697">GpgFrontend::GpgKey::~GpgKey</a></div><div class="ttdeci">~GpgKey()=default</div><div class="ttdoc">Destroy the Gpg Key objects.</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html_a1e9223bb1ad8fbb4e769680de39b3697"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697">GpgFrontend::GpgKey::~GpgKey</a></div><div class="ttdeci">~GpgKey()=default</div><div class="ttdoc">Destroy the Gpg Key objects.</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html_a3b08060c07a9cc207eb8c98771bd4bc1"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1">GpgFrontend::GpgKey::GpgKey</a></div><div class="ttdeci">GpgKey()=default</div><div class="ttdoc">Construct a new Gpg Key object.</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html_a3b08060c07a9cc207eb8c98771bd4bc1"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1">GpgFrontend::GpgKey::GpgKey</a></div><div class="ttdeci">GpgKey()=default</div><div class="ttdoc">Construct a new Gpg Key object.</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html_a6b243df2320999ebcdaf9645531b925a"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a">GpgFrontend::GpgKey::operator=</a></div><div class="ttdeci">GpgKey & operator=(const gpgme_key_t &key)=delete</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html_a6b243df2320999ebcdaf9645531b925a"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a">GpgFrontend::GpgKey::operator=</a></div><div class="ttdeci">GpgKey & operator=(const gpgme_key_t &key)=delete</div></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"><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="astructGpgFrontend_1_1GpgKey_1_1__key__ref__deleter_html"><div class="ttname"><a href="structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html">GpgFrontend::GpgKey::_key_ref_deleter</a></div><div class="ttdef"><b>Definition:</b> GpgKey.h:350</div></div>
|
<div class="ttc" id="astructGpgFrontend_1_1GpgKey_1_1__key__ref__deleter_html"><div class="ttname"><a href="structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html">GpgFrontend::GpgKey::_key_ref_deleter</a></div><div class="ttdef"><b>Definition:</b> GpgKey.h:357</div></div>
|
||||||
</div><!-- fragment --></div><!-- contents -->
|
</div><!-- fragment --></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
|
@ -90,196 +90,210 @@ $(document).ready(function(){initNavTree('KeyList_8h_source.html',''); initResiz
|
|||||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef __KEYLIST_H__</span></div>
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef __KEYLIST_H__</span></div>
|
||||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define __KEYLIST_H__</span></div>
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define __KEYLIST_H__</span></div>
|
||||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</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 <utility></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>  </div>
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include <utility></span></div>
|
||||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include "core/GpgContext.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="preprocessor">#include "ui/dialog/import_export/KeyImportDetailDialog.h"</span></div>
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#include "core/GpgContext.h"</span></div>
|
||||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#include "ui/dialog/import_export/KeyImportDetailDialog.h"</span></div>
|
||||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">class </span>Ui_KeyList;</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>  </div>
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="keyword">class </span>Ui_KeyList;</div>
|
||||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
|
||||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div>
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
|
||||||
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1UI_1_1KeyListRow.html"> 45</a></span> <span class="keyword">struct </span><a class="code" href="structGpgFrontend_1_1UI_1_1KeyListRow.html">KeyListRow</a> {</div>
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
||||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keyword">using</span> KeyType = <span class="keywordtype">unsigned</span> int;</div>
|
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1UI_1_1KeyListRow.html"> 46</a></span> <span class="keyword">struct </span><a class="code" href="structGpgFrontend_1_1UI_1_1KeyListRow.html">KeyListRow</a> {</div>
|
||||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keyword">using</span> KeyType = <span class="keywordtype">unsigned</span> int;</div>
|
||||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keyword">static</span> <span class="keyword">const</span> KeyType SECRET_OR_PUBLIC_KEY = 0; </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">static</span> <span class="keyword">const</span> KeyType ONLY_SECRET_KEY = 1; </div>
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keyword">static</span> <span class="keyword">const</span> KeyType SECRET_OR_PUBLIC_KEY = 0; </div>
|
||||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> };</div>
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">static</span> <span class="keyword">const</span> KeyType ONLY_SECRET_KEY = 1; </div>
|
||||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> };</div>
|
||||||
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1UI_1_1KeyListColumn.html"> 56</a></span> <span class="keyword">struct </span><a class="code" href="structGpgFrontend_1_1UI_1_1KeyListColumn.html">KeyListColumn</a> {</div>
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  </div>
|
||||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keyword">using</span> InfoType = <span class="keywordtype">unsigned</span> int;</div>
|
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1UI_1_1KeyListColumn.html"> 57</a></span> <span class="keyword">struct </span><a class="code" href="structGpgFrontend_1_1UI_1_1KeyListColumn.html">KeyListColumn</a> {</div>
|
||||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keyword">using</span> InfoType = <span class="keywordtype">unsigned</span> int;</div>
|
||||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keyword">static</span> constexpr InfoType ALL = ~0; </div>
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
|
||||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="keyword">static</span> constexpr InfoType TYPE = 1 << 0; </div>
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="keyword">static</span> constexpr InfoType ALL = ~0; </div>
|
||||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keyword">static</span> constexpr InfoType NAME = 1 << 1; </div>
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keyword">static</span> constexpr InfoType TYPE = 1 << 0; </div>
|
||||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keyword">static</span> constexpr InfoType EmailAddress = 1 << 2; </div>
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keyword">static</span> constexpr InfoType NAME = 1 << 1; </div>
|
||||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="keyword">static</span> constexpr InfoType Usage = 1 << 3; </div>
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="keyword">static</span> constexpr InfoType EmailAddress = 1 << 2; </div>
|
||||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keyword">static</span> constexpr InfoType Validity = 1 << 4; </div>
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keyword">static</span> constexpr InfoType Usage = 1 << 3; </div>
|
||||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keyword">static</span> constexpr InfoType FingerPrint = 1 << 5; </div>
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keyword">static</span> constexpr InfoType Validity = 1 << 4; </div>
|
||||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> };</div>
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keyword">static</span> constexpr InfoType FingerPrint = 1 << 5; </div>
|
||||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  </div>
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> };</div>
|
||||||
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1UI_1_1KeyMenuAbility.html"> 72</a></span> <span class="keyword">struct </span><a class="code" href="structGpgFrontend_1_1UI_1_1KeyMenuAbility.html">KeyMenuAbility</a> {</div>
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  </div>
|
||||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keyword">using</span> AbilityType = <span class="keywordtype">unsigned</span> int;</div>
|
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1UI_1_1KeyMenuAbility.html"> 73</a></span> <span class="keyword">struct </span><a class="code" href="structGpgFrontend_1_1UI_1_1KeyMenuAbility.html">KeyMenuAbility</a> {</div>
|
||||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keyword">using</span> AbilityType = <span class="keywordtype">unsigned</span> int;</div>
|
||||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <span class="keyword">static</span> constexpr AbilityType ALL = ~0; </div>
|
<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="keyword">static</span> constexpr AbilityType NONE = 0; </div>
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keyword">static</span> constexpr AbilityType ALL = ~0; </div>
|
||||||
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keyword">static</span> constexpr AbilityType REFRESH = 1 << 0; </div>
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keyword">static</span> constexpr AbilityType NONE = 0; </div>
|
||||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keyword">static</span> constexpr AbilityType SYNC_PUBLIC_KEY = 1 << 1; </div>
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keyword">static</span> constexpr AbilityType REFRESH = 1 << 0; </div>
|
||||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="keyword">static</span> constexpr AbilityType UNCHECK_ALL = 1 << 3; </div>
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="keyword">static</span> constexpr AbilityType SYNC_PUBLIC_KEY = 1 << 1; </div>
|
||||||
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keyword">static</span> constexpr AbilityType CHECK_ALL = 1 << 5; </div>
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keyword">static</span> constexpr AbilityType UNCHECK_ALL = 1 << 3; </div>
|
||||||
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> };</div>
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keyword">static</span> constexpr AbilityType CHECK_ALL = 1 << 5; </div>
|
||||||
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  </div>
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keyword">static</span> constexpr AbilityType SEARCH_BAR = 1 << 6; </div>
|
||||||
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1UI_1_1KeyTable.html"> 87</a></span> <span class="keyword">struct </span><a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a> {</div>
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> };</div>
|
||||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  QTableWidget* key_list_; </div>
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
|
||||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  KeyListRow::KeyType select_type_; </div>
|
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1UI_1_1KeyTable.html"> 89</a></span> <span class="keyword">struct </span><a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a> {</div>
|
||||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  KeyListColumn::InfoType info_type_; </div>
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keyword">using</span> KeyTableFilter = std::function<bool(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&, <span class="keyword">const</span> <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a>&)>;</div>
|
||||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  std::vector<GpgKey> buffered_keys_; </div>
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  </div>
|
||||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  std::function<bool(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&)> filter_; </div>
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  QTableWidget* key_list_; </div>
|
||||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  KeyIdArgsListPtr checked_key_ids_; </div>
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  KeyListRow::KeyType select_type_; </div>
|
||||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  KeyListColumn::InfoType info_type_; </div>
|
||||||
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47"> 103</a></span>  <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47">KeyTable</a>(</div>
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  std::vector<GpgKey> buffered_keys_; </div>
|
||||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  QTableWidget* _key_list, KeyListRow::KeyType _select_type,</div>
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  KeyTableFilter filter_; </div>
|
||||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  KeyListColumn::InfoType _info_type,</div>
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  KeyIdArgsListPtr checked_key_ids_; </div>
|
||||||
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  std::function<<span class="keywordtype">bool</span>(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&)> _filter = [](<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&) -> <span class="keywordtype">bool</span> {</div>
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  KeyMenuAbility::AbilityType ability_; </div>
|
||||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  std::string keyword_; </div>
|
||||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  })</div>
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  </div>
|
||||||
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  : key_list_(_key_list),</div>
|
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1UI_1_1KeyTable.html#ae78160011d93abc43a1ca0f28c2ad943"> 109</a></span>  <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html#ae78160011d93abc43a1ca0f28c2ad943">KeyTable</a>(</div>
|
||||||
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  select_type_(_select_type),</div>
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  QTableWidget* _key_list, KeyListRow::KeyType _select_type,</div>
|
||||||
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  info_type_(_info_type),</div>
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  KeyListColumn::InfoType _info_type,</div>
|
||||||
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  filter_(std::move(_filter)) {}</div>
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  KeyTableFilter _filter = [](<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&, <span class="keyword">const</span> <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a>&) -> <span class="keywordtype">bool</span> {</div>
|
||||||
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  </div>
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||||
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordtype">void</span> <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f">Refresh</a>(KeyLinkListPtr m_keys = <span class="keyword">nullptr</span>);</div>
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  })</div>
|
||||||
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  </div>
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  : key_list_(_key_list),</div>
|
||||||
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  KeyIdArgsListPtr& <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e">GetChecked</a>();</div>
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  select_type_(_select_type),</div>
|
||||||
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  </div>
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  info_type_(_info_type),</div>
|
||||||
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <span class="keywordtype">void</span> UncheckALL() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  filter_(std::move(_filter)) {}</div>
|
||||||
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  </div>
|
||||||
|
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <span class="keywordtype">void</span> <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f">Refresh</a>(KeyLinkListPtr m_keys = <span class="keyword">nullptr</span>);</div>
|
||||||
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  </div>
|
||||||
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  KeyIdArgsListPtr& <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e">GetChecked</a>();</div>
|
||||||
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  </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> CheckALL() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <span class="keywordtype">void</span> UncheckALL() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  </div>
|
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  </div>
|
||||||
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <span class="keywordtype">void</span> <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c">SetChecked</a>(KeyIdArgsListPtr key_ids);</div>
|
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <span class="keywordtype">void</span> CheckALL() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span> };</div>
|
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  </div>
|
||||||
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  </div>
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="keywordtype">void</span> <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c">SetChecked</a>(KeyIdArgsListPtr key_ids);</div>
|
||||||
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyList.html"> 152</a></span> <span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html">KeyList</a> : <span class="keyword">public</span> QWidget {</div>
|
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  </div>
|
||||||
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  Q_OBJECT</div>
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <span class="keywordtype">void</span> SetMenuAbility(KeyMenuAbility::AbilityType ability);</div>
|
||||||
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  </div>
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  </div>
|
||||||
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <span class="keyword">public</span>:</div>
|
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <span class="keywordtype">void</span> SetFilterKeyword(std::string keyword);</div>
|
||||||
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418">KeyList</a>(KeyMenuAbility::AbilityType menu_ability,</div>
|
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span> };</div>
|
||||||
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  QWidget* parent = <span class="keyword">nullptr</span>);</div>
|
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  </div>
|
||||||
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  </div>
|
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyList.html"> 170</a></span> <span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html">KeyList</a> : <span class="keyword">public</span> QWidget {</div>
|
||||||
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec">AddListGroupTab</a>(</div>
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  Q_OBJECT</div>
|
||||||
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="keyword">const</span> QString& name,</div>
|
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  </div>
|
||||||
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  KeyListRow::KeyType selectType = KeyListRow::SECRET_OR_PUBLIC_KEY,</div>
|
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  <span class="keyword">public</span>:</div>
|
||||||
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  KeyListColumn::InfoType infoType = KeyListColumn::ALL,</div>
|
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <span class="keyword">explicit</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418">KeyList</a>(KeyMenuAbility::AbilityType menu_ability,</div>
|
||||||
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="keyword">const</span> std::function<<span class="keywordtype">bool</span>(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&)>& filter =</div>
|
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  QWidget* parent = <span class="keyword">nullptr</span>);</div>
|
||||||
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  [](<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&) -> <span class="keywordtype">bool</span> { <span class="keywordflow">return</span> <span class="keyword">true</span>; });</div>
|
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  </div>
|
||||||
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  </div>
|
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab8663d18901d10c00dbcc0ba852b3bf4">AddListGroupTab</a>(</div>
|
||||||
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">SetDoubleClickedAction</a>(</div>
|
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  <span class="keyword">const</span> QString& name, <span class="keyword">const</span> QString& <span class="keywordtype">id</span>,</div>
|
||||||
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  std::function<<span class="keywordtype">void</span>(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&, QWidget*)> action);</div>
|
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  KeyListRow::KeyType selectType = KeyListRow::SECRET_OR_PUBLIC_KEY,</div>
|
||||||
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  </div>
|
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  KeyListColumn::InfoType infoType = KeyListColumn::ALL,</div>
|
||||||
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5">SetColumnWidth</a>(<span class="keywordtype">int</span> row, <span class="keywordtype">int</span> size);</div>
|
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <span class="keyword">const</span> KeyTable::KeyTableFilter filter =</div>
|
||||||
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  </div>
|
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  [](<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&, <span class="keyword">const</span> <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a>&) -> <span class="keywordtype">bool</span> { <span class="keywordflow">return</span> <span class="keyword">true</span>; });</div>
|
||||||
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886">AddMenuAction</a>(QAction* act);</div>
|
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  </div>
|
||||||
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  </div>
|
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">SetDoubleClickedAction</a>(</div>
|
||||||
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  <span class="keywordtype">void</span> AddSeparator();</div>
|
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  std::function<<span class="keywordtype">void</span>(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&, QWidget*)> action);</div>
|
||||||
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  </div>
|
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  </div>
|
||||||
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  KeyIdArgsListPtr <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33">GetChecked</a>();</div>
|
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5">SetColumnWidth</a>(<span class="keywordtype">int</span> row, <span class="keywordtype">int</span> size);</div>
|
||||||
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  </div>
|
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  </div>
|
||||||
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>  <span class="keyword">static</span> KeyIdArgsListPtr <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33">GetChecked</a>(<span class="keyword">const</span> <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a>& key_table);</div>
|
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886">AddMenuAction</a>(QAction* act);</div>
|
||||||
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  </div>
|
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  </div>
|
||||||
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  KeyIdArgsListPtr <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd">GetPrivateChecked</a>();</div>
|
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  <span class="keywordtype">void</span> AddSeparator();</div>
|
||||||
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  </div>
|
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  </div>
|
||||||
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>  KeyIdArgsListPtr <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87">GetAllPrivateKeys</a>();</div>
|
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  KeyIdArgsListPtr <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33">GetChecked</a>();</div>
|
||||||
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  </div>
|
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  </div>
|
||||||
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689">SetChecked</a>(KeyIdArgsListPtr key_ids);</div>
|
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  <span class="keyword">static</span> KeyIdArgsListPtr <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33">GetChecked</a>(<span class="keyword">const</span> <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a>& key_table);</div>
|
||||||
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  </div>
|
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  </div>
|
||||||
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689">SetChecked</a>(<span class="keyword">const</span> KeyIdArgsListPtr& keyIds,</div>
|
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  KeyIdArgsListPtr <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd">GetPrivateChecked</a>();</div>
|
||||||
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  <span class="keyword">const</span> <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a>& key_table);</div>
|
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  </div>
|
||||||
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  </div>
|
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  KeyIdArgsListPtr <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87">GetAllPrivateKeys</a>();</div>
|
||||||
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>  KeyIdArgsListPtr <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544">GetSelected</a>();</div>
|
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  </div>
|
||||||
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  </div>
|
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689">SetChecked</a>(KeyIdArgsListPtr key_ids);</div>
|
||||||
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  std::string <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f">GetSelectedKey</a>();</div>
|
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>  </div>
|
||||||
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  </div>
|
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689">SetChecked</a>(<span class="keyword">const</span> KeyIdArgsListPtr& keyIds,</div>
|
||||||
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  [[maybe_unused]] <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e">MarkKeys</a>(QStringList* keyIds);</div>
|
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  <span class="keyword">const</span> <a class="code" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a>& key_table);</div>
|
||||||
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  </div>
|
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>  </div>
|
||||||
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  [[maybe_unused]] <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9">ContainsPrivateKeys</a>();</div>
|
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>  KeyIdArgsListPtr <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544">GetSelected</a>();</div>
|
||||||
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  </div>
|
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  </div>
|
||||||
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  signals:</div>
|
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>  std::string <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f">GetSelectedKey</a>();</div>
|
||||||
<div class="line"><a name="l00290"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a"> 290</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a">SignalRefreshStatusBar</a>(<span class="keyword">const</span> QString& message, <span class="keywordtype">int</span> timeout);</div>
|
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  </div>
|
||||||
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  </div>
|
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  [[maybe_unused]] <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e">MarkKeys</a>(QStringList* keyIds);</div>
|
||||||
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>  <span class="keywordtype">void</span> SignalRefreshDatabase();</div>
|
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  </div>
|
||||||
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>  </div>
|
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>  [[maybe_unused]] <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9">ContainsPrivateKeys</a>();</div>
|
||||||
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>  <span class="keyword">public</span> slots:</div>
|
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>  </div>
|
||||||
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>  </div>
|
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>  signals:</div>
|
||||||
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>  <span class="keywordtype">void</span> SlotRefresh();</div>
|
<div class="line"><a name="l00308"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a"> 308</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a">SignalRefreshStatusBar</a>(<span class="keyword">const</span> QString& message, <span class="keywordtype">int</span> timeout);</div>
|
||||||
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>  </div>
|
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  </div>
|
||||||
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>  <span class="keyword">private</span>:</div>
|
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>  <span class="keywordtype">void</span> SignalRefreshDatabase();</div>
|
||||||
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>  <span class="keywordtype">void</span> init();</div>
|
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>  </div>
|
||||||
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>  </div>
|
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>  <span class="keyword">public</span> slots:</div>
|
||||||
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153">import_keys</a>(<span class="keyword">const</span> QByteArray& inBuffer);</div>
|
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>  </div>
|
||||||
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>  </div>
|
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>  <span class="keywordtype">void</span> SlotRefresh();</div>
|
||||||
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>  <span class="keywordtype">void</span> uncheck_all();</div>
|
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>  </div>
|
||||||
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>  </div>
|
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>  <span class="keywordtype">void</span> SlotRefreshUI();</div>
|
||||||
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  <span class="keywordtype">void</span> check_all();</div>
|
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  </div>
|
||||||
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>  </div>
|
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  <span class="keyword">private</span>:</div>
|
||||||
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span>  std::mutex buffered_key_list_mutex_; </div>
|
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>  <span class="keywordtype">void</span> init();</div>
|
||||||
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>  </div>
|
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  </div>
|
||||||
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>  std::shared_ptr<Ui_KeyList> ui_; </div>
|
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153">import_keys</a>(<span class="keyword">const</span> QByteArray& inBuffer);</div>
|
||||||
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>  QTableWidget* m_key_list_{}; </div>
|
|
||||||
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  std::vector<KeyTable> m_key_tables_; </div>
|
|
||||||
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>  QMenu* popup_menu_{}; </div>
|
|
||||||
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>  GpgFrontend::KeyLinkListPtr buffered_keys_list_; </div>
|
|
||||||
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>  std::function<void(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&, QWidget*)> m_action_ = <span class="keyword">nullptr</span>; </div>
|
|
||||||
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>  KeyMenuAbility::AbilityType menu_ability_ = KeyMenuAbility::ALL; </div>
|
|
||||||
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  </div>
|
|
||||||
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>  <span class="keyword">private</span> slots:</div>
|
|
||||||
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  </div>
|
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  </div>
|
||||||
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e">slot_double_clicked</a>(<span class="keyword">const</span> QModelIndex& index);</div>
|
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>  <span class="keywordtype">void</span> uncheck_all();</div>
|
||||||
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>  </div>
|
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>  </div>
|
||||||
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  <span class="keywordtype">void</span> slot_refresh_ui();</div>
|
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>  <span class="keywordtype">void</span> check_all();</div>
|
||||||
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  </div>
|
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  </div>
|
||||||
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  <span class="keywordtype">void</span> slot_sync_with_key_server();</div>
|
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>  <span class="keywordtype">void</span> filter_by_keyword();</div>
|
||||||
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>  </div>
|
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  </div>
|
||||||
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>  <span class="keyword">protected</span>:</div>
|
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>  std::mutex buffered_key_list_mutex_; </div>
|
||||||
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190">contextMenuEvent</a>(QContextMenuEvent* event) <span class="keyword">override</span>;</div>
|
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>  </div>
|
||||||
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>  </div>
|
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>  std::shared_ptr<Ui_KeyList> ui_; </div>
|
||||||
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f">dragEnterEvent</a>(QDragEnterEvent* event) <span class="keyword">override</span>;</div>
|
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>  QTableWidget* m_key_list_{}; </div>
|
||||||
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span>  </div>
|
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>  std::vector<KeyTable> m_key_tables_; </div>
|
||||||
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f">dropEvent</a>(QDropEvent* event) <span class="keyword">override</span>;</div>
|
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>  QMenu* popup_menu_{}; </div>
|
||||||
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span> };</div>
|
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>  GpgFrontend::KeyLinkListPtr buffered_keys_list_; </div>
|
||||||
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>  </div>
|
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  std::function<void(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&, QWidget*)> m_action_ = <span class="keyword">nullptr</span>; </div>
|
||||||
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>  KeyMenuAbility::AbilityType menu_ability_ = KeyMenuAbility::ALL; </div>
|
||||||
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>  </div>
|
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>  </div>
|
||||||
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span> <span class="preprocessor">#endif </span><span class="comment">// __KEYLIST_H__</span></div>
|
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  <span class="keyword">private</span> slots:</div>
|
||||||
|
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span>  </div>
|
||||||
|
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e">slot_double_clicked</a>(<span class="keyword">const</span> QModelIndex& index);</div>
|
||||||
|
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span>  </div>
|
||||||
|
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>  <span class="keywordtype">void</span> slot_refresh_ui();</div>
|
||||||
|
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>  </div>
|
||||||
|
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span>  <span class="keywordtype">void</span> slot_sync_with_key_server();</div>
|
||||||
|
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span>  </div>
|
||||||
|
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span>  <span class="keyword">protected</span>:</div>
|
||||||
|
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190">contextMenuEvent</a>(QContextMenuEvent* event) <span class="keyword">override</span>;</div>
|
||||||
|
<div class="line"><a name="l00400"></a><span class="lineno"> 400</span>  </div>
|
||||||
|
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f">dragEnterEvent</a>(QDragEnterEvent* event) <span class="keyword">override</span>;</div>
|
||||||
|
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>  </div>
|
||||||
|
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f">dropEvent</a>(QDropEvent* event) <span class="keyword">override</span>;</div>
|
||||||
|
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span> };</div>
|
||||||
|
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>  </div>
|
||||||
|
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
||||||
|
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>  </div>
|
||||||
|
<div class="line"><a name="l00418"></a><span class="lineno"> 418</span> <span class="preprocessor">#endif </span><span class="comment">// __KEYLIST_H__</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></div><div class="ttdef"><b>Definition:</b> GpgKey.h:43</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></div><div class="ttdef"><b>Definition:</b> GpgKey.h:43</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:152</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:170</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a1bcca32b18c539a2ae83c30fc07db544"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544">GpgFrontend::UI::KeyList::GetSelected</a></div><div class="ttdeci">KeyIdArgsListPtr GetSelected()</div><div class="ttdoc">Get the Selected object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:260</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a1bcca32b18c539a2ae83c30fc07db544"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544">GpgFrontend::UI::KeyList::GetSelected</a></div><div class="ttdeci">KeyIdArgsListPtr GetSelected()</div><div class="ttdoc">Get the Selected object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:275</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a20c4a242f49123bd64982952fdad08e9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9">GpgFrontend::UI::KeyList::ContainsPrivateKeys</a></div><div class="ttdeci">bool ContainsPrivateKeys()</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:277</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a20c4a242f49123bd64982952fdad08e9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9">GpgFrontend::UI::KeyList::ContainsPrivateKeys</a></div><div class="ttdeci">bool ContainsPrivateKeys()</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:292</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a23ebf79be8de637560d41afd0433c35f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f">GpgFrontend::UI::KeyList::dropEvent</a></div><div class="ttdeci">void dropEvent(QDropEvent *event) override</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:309</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a23ebf79be8de637560d41afd0433c35f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f">GpgFrontend::UI::KeyList::dropEvent</a></div><div class="ttdeci">void dropEvent(QDropEvent *event) override</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:348</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a31a4c067eed90830203862cb4adf951e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e">GpgFrontend::UI::KeyList::MarkKeys</a></div><div class="ttdeci">static void MarkKeys(QStringList *keyIds)</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:383</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a31a4c067eed90830203862cb4adf951e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e">GpgFrontend::UI::KeyList::MarkKeys</a></div><div class="ttdeci">static void MarkKeys(QStringList *keyIds)</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:422</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a68b595a2bb83dfafa61b3e467dd15689"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689">GpgFrontend::UI::KeyList::SetChecked</a></div><div class="ttdeci">void SetChecked(KeyIdArgsListPtr key_ids)</div><div class="ttdoc">Set the Checked object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:246</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a68b595a2bb83dfafa61b3e467dd15689"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689">GpgFrontend::UI::KeyList::SetChecked</a></div><div class="ttdeci">void SetChecked(KeyIdArgsListPtr key_ids)</div><div class="ttdoc">Set the Checked object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:261</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a69e54f06d546d516a0dcdf1055b8028e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e">GpgFrontend::UI::KeyList::slot_double_clicked</a></div><div class="ttdeci">void slot_double_clicked(const QModelIndex &index)</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:396</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a69e54f06d546d516a0dcdf1055b8028e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e">GpgFrontend::UI::KeyList::slot_double_clicked</a></div><div class="ttdeci">void slot_double_clicked(const QModelIndex &index)</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:435</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a73ddb7feb1f70eac44e038c3dc925fec"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec">GpgFrontend::UI::KeyList::AddListGroupTab</a></div><div class="ttdeci">void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:106</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a7c9d5cacdb42e1fbda5d3cc96e861418"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418">GpgFrontend::UI::KeyList::KeyList</a></div><div class="ttdeci">KeyList(KeyMenuAbility::AbilityType menu_ability, QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Key List object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:46</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a7c9d5cacdb42e1fbda5d3cc96e861418"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418">GpgFrontend::UI::KeyList::KeyList</a></div><div class="ttdeci">KeyList(KeyMenuAbility::AbilityType menu_ability, QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Key List object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:44</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a7d75246eee6368be295c9ab5fe5ef291"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">GpgFrontend::UI::KeyList::SetDoubleClickedAction</a></div><div class="ttdeci">void SetDoubleClickedAction(std::function< void(const GpgKey &, QWidget *)> action)</div><div class="ttdoc">Set the Double Clicked Action object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:446</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a7d75246eee6368be295c9ab5fe5ef291"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">GpgFrontend::UI::KeyList::SetDoubleClickedAction</a></div><div class="ttdeci">void SetDoubleClickedAction(std::function< void(const GpgKey &, QWidget *)> action)</div><div class="ttdoc">Set the Double Clicked Action object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:407</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a7ead8845ceb7c9310e3f4742251e1d87"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87">GpgFrontend::UI::KeyList::GetAllPrivateKeys</a></div><div class="ttdeci">KeyIdArgsListPtr GetAllPrivateKeys()</div><div class="ttdoc">Get the All Private Keys object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:217</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a7ead8845ceb7c9310e3f4742251e1d87"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87">GpgFrontend::UI::KeyList::GetAllPrivateKeys</a></div><div class="ttdeci">KeyIdArgsListPtr GetAllPrivateKeys()</div><div class="ttdoc">Get the All Private Keys object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:202</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a81c2e36427371fa6ae6381870b9b5bdd"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd">GpgFrontend::UI::KeyList::GetPrivateChecked</a></div><div class="ttdeci">KeyIdArgsListPtr GetPrivateChecked()</div><div class="ttdoc">Get the Private Checked object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:231</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a81c2e36427371fa6ae6381870b9b5bdd"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd">GpgFrontend::UI::KeyList::GetPrivateChecked</a></div><div class="ttdeci">KeyIdArgsListPtr GetPrivateChecked()</div><div class="ttdoc">Get the Private Checked object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:216</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a82da61a76a08023b2ddbe2a6869f4190"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190">GpgFrontend::UI::KeyList::contextMenuEvent</a></div><div class="ttdeci">void contextMenuEvent(QContextMenuEvent *event) override</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:311</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a82da61a76a08023b2ddbe2a6869f4190"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190">GpgFrontend::UI::KeyList::contextMenuEvent</a></div><div class="ttdeci">void contextMenuEvent(QContextMenuEvent *event) override</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:296</div></div>
|
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a947f4ce45285b58bbde94f4ae879ff7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a">GpgFrontend::UI::KeyList::SignalRefreshStatusBar</a></div><div class="ttdeci">void SignalRefreshStatusBar(const QString &message, int timeout)</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_a947f4ce45285b58bbde94f4ae879ff7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a">GpgFrontend::UI::KeyList::SignalRefreshStatusBar</a></div><div class="ttdeci">void SignalRefreshStatusBar(const QString &message, int timeout)</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_aa961e3ba3c48f84dea4bb7ab4f756886"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886">GpgFrontend::UI::KeyList::AddMenuAction</a></div><div class="ttdeci">void AddMenuAction(QAction *act)</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:307</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_aa961e3ba3c48f84dea4bb7ab4f756886"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886">GpgFrontend::UI::KeyList::AddMenuAction</a></div><div class="ttdeci">void AddMenuAction(QAction *act)</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:346</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_aab3f4facfc850e7eeb917571ca89f4a5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5">GpgFrontend::UI::KeyList::SetColumnWidth</a></div><div class="ttdeci">void SetColumnWidth(int row, int size)</div><div class="ttdoc">Set the Column Width object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:289</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_aab3f4facfc850e7eeb917571ca89f4a5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5">GpgFrontend::UI::KeyList::SetColumnWidth</a></div><div class="ttdeci">void SetColumnWidth(int row, int size)</div><div class="ttdoc">Set the Column Width object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:304</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_ab4368b81402e2468a9e960de8fb7080f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f">GpgFrontend::UI::KeyList::GetSelectedKey</a></div><div class="ttdeci">std::string GetSelectedKey()</div><div class="ttdoc">Get the Selected Key object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:412</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_ab4368b81402e2468a9e960de8fb7080f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f">GpgFrontend::UI::KeyList::GetSelectedKey</a></div><div class="ttdeci">std::string GetSelectedKey()</div><div class="ttdoc">Get the Selected Key object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:451</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_ab64ba3049fac1aaa9fed4fb1c5919153"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153">GpgFrontend::UI::KeyList::import_keys</a></div><div class="ttdeci">void import_keys(const QByteArray &inBuffer)</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:389</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_ab64ba3049fac1aaa9fed4fb1c5919153"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153">GpgFrontend::UI::KeyList::import_keys</a></div><div class="ttdeci">void import_keys(const QByteArray &inBuffer)</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:428</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_ac1e5046770c36f67aab34715e50c0a33"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33">GpgFrontend::UI::KeyList::GetChecked</a></div><div class="ttdeci">KeyIdArgsListPtr GetChecked()</div><div class="ttdoc">Get the Checked object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:188</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_ab8663d18901d10c00dbcc0ba852b3bf4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#ab8663d18901d10c00dbcc0ba852b3bf4">GpgFrontend::UI::KeyList::AddListGroupTab</a></div><div class="ttdeci">void AddListGroupTab(const QString &name, const QString &id, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const KeyTable::KeyTableFilter filter=[](const GpgKey &, const KeyTable &) -> bool { return true;})</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:114</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_ae3ad87e114432b0d659a0297d520d72f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f">GpgFrontend::UI::KeyList::dragEnterEvent</a></div><div class="ttdeci">void dragEnterEvent(QDragEnterEvent *event) override</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:376</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_ac1e5046770c36f67aab34715e50c0a33"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33">GpgFrontend::UI::KeyList::GetChecked</a></div><div class="ttdeci">KeyIdArgsListPtr GetChecked()</div><div class="ttdoc">Get the Checked object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:203</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html_ae3ad87e114432b0d659a0297d520d72f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f">GpgFrontend::UI::KeyList::dragEnterEvent</a></div><div class="ttdeci">void dragEnterEvent(QDragEnterEvent *event) override</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:415</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 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 class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyListColumn_html"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyListColumn.html">GpgFrontend::UI::KeyListColumn</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:56</div></div>
|
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyListColumn_html"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyListColumn.html">GpgFrontend::UI::KeyListColumn</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:57</div></div>
|
||||||
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyListRow_html"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyListRow.html">GpgFrontend::UI::KeyListRow</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:45</div></div>
|
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyListRow_html"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyListRow.html">GpgFrontend::UI::KeyListRow</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:46</div></div>
|
||||||
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyMenuAbility_html"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyMenuAbility.html">GpgFrontend::UI::KeyMenuAbility</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:72</div></div>
|
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyMenuAbility_html"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyMenuAbility.html">GpgFrontend::UI::KeyMenuAbility</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:73</div></div>
|
||||||
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyTable_html"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyTable.html">GpgFrontend::UI::KeyTable</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:87</div></div>
|
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyTable_html"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyTable.html">GpgFrontend::UI::KeyTable</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:89</div></div>
|
||||||
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyTable_html_a77eba4055ecb7d32fab06f65b80ae07e"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e">GpgFrontend::UI::KeyTable::GetChecked</a></div><div class="ttdeci">KeyIdArgsListPtr & GetChecked()</div><div class="ttdoc">Get the Checked object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:504</div></div>
|
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyTable_html_a77eba4055ecb7d32fab06f65b80ae07e"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e">GpgFrontend::UI::KeyTable::GetChecked</a></div><div class="ttdeci">KeyIdArgsListPtr & GetChecked()</div><div class="ttdoc">Get the Checked object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:558</div></div>
|
||||||
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyTable_html_a88606ba6954d60244faf38de419bfc47"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47">GpgFrontend::UI::KeyTable::KeyTable</a></div><div class="ttdeci">KeyTable(QTableWidget *_key_list, KeyListRow::KeyType _select_type, KeyListColumn::InfoType _info_type, std::function< bool(const GpgKey &)> _filter=[](const GpgKey &) -> bool { return true;})</div><div class="ttdoc">Construct a new Key Table object.</div><div class="ttdef"><b>Definition:</b> KeyList.h:103</div></div>
|
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyTable_html_aaac381e205c323444098803e0295060f"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f">GpgFrontend::UI::KeyTable::Refresh</a></div><div class="ttdeci">void Refresh(KeyLinkListPtr m_keys=nullptr)</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:577</div></div>
|
||||||
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyTable_html_aaac381e205c323444098803e0295060f"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f">GpgFrontend::UI::KeyTable::Refresh</a></div><div class="ttdeci">void Refresh(KeyLinkListPtr m_keys=nullptr)</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:523</div></div>
|
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyTable_html_ae0713ebbc21e78995db9a856d746fe6c"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c">GpgFrontend::UI::KeyTable::SetChecked</a></div><div class="ttdeci">void SetChecked(KeyIdArgsListPtr key_ids)</div><div class="ttdoc">Set the Checked object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:573</div></div>
|
||||||
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyTable_html_ae0713ebbc21e78995db9a856d746fe6c"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c">GpgFrontend::UI::KeyTable::SetChecked</a></div><div class="ttdeci">void SetChecked(KeyIdArgsListPtr key_ids)</div><div class="ttdoc">Set the Checked object.</div><div class="ttdef"><b>Definition:</b> KeyList.cpp:519</div></div>
|
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1KeyTable_html_ae78160011d93abc43a1ca0f28c2ad943"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1KeyTable.html#ae78160011d93abc43a1ca0f28c2ad943">GpgFrontend::UI::KeyTable::KeyTable</a></div><div class="ttdeci">KeyTable(QTableWidget *_key_list, KeyListRow::KeyType _select_type, KeyListColumn::InfoType _info_type, KeyTableFilter _filter=[](const GpgKey &, const KeyTable &) -> bool { return true;})</div><div class="ttdoc">Construct a new Key Table object.</div><div class="ttdef"><b>Definition:</b> KeyList.h:109</div></div>
|
||||||
</div><!-- fragment --></div><!-- contents -->
|
</div><!-- fragment --></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
|
@ -168,12 +168,12 @@ $(document).ready(function(){initNavTree('KeyMgmt_8h_source.html',''); initResiz
|
|||||||
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  </div>
|
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  </div>
|
||||||
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span> <span class="preprocessor">#endif </span><span class="comment">// __KEYMGMT_H__</span></div>
|
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span> <span class="preprocessor">#endif </span><span class="comment">// __KEYMGMT_H__</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralMainWindow_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralMainWindow.html">GpgFrontend::UI::GeneralMainWindow</a></div><div class="ttdef"><b>Definition:</b> GeneralMainWindow.h:39</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralMainWindow_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralMainWindow.html">GpgFrontend::UI::GeneralMainWindow</a></div><div class="ttdef"><b>Definition:</b> GeneralMainWindow.h:39</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:152</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:170</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html">GpgFrontend::UI::KeyMgmt</a></div><div class="ttdef"><b>Definition:</b> KeyMgmt.h:46</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html">GpgFrontend::UI::KeyMgmt</a></div><div class="ttdef"><b>Definition:</b> KeyMgmt.h:46</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html_a0b139ae0d4baa234932cf228e94abd6b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b">GpgFrontend::UI::KeyMgmt::delete_keys_with_warning</a></div><div class="ttdeci">void delete_keys_with_warning(GpgFrontend::KeyIdArgsListPtr uidList)</div><div class="ttdef"><b>Definition:</b> KeyMgmt.cpp:281</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html_a0b139ae0d4baa234932cf228e94abd6b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b">GpgFrontend::UI::KeyMgmt::delete_keys_with_warning</a></div><div class="ttdeci">void delete_keys_with_warning(GpgFrontend::KeyIdArgsListPtr uidList)</div><div class="ttdef"><b>Definition:</b> KeyMgmt.cpp:285</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html_a23cf6665537f2a96708e9d5423ce3bb8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8">GpgFrontend::UI::KeyMgmt::create_actions</a></div><div class="ttdeci">void create_actions()</div><div class="ttdoc">Create a actions object.</div><div class="ttdef"><b>Definition:</b> KeyMgmt.cpp:124</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html_a23cf6665537f2a96708e9d5423ce3bb8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8">GpgFrontend::UI::KeyMgmt::create_actions</a></div><div class="ttdeci">void create_actions()</div><div class="ttdoc">Create a actions object.</div><div class="ttdef"><b>Definition:</b> KeyMgmt.cpp:128</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html_a6791486fd94567d504d48050c23476b5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5">GpgFrontend::UI::KeyMgmt::create_tool_bars</a></div><div class="ttdeci">void create_tool_bars()</div><div class="ttdoc">Create a tool bars object.</div><div class="ttdef"><b>Definition:</b> KeyMgmt.cpp:248</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html_a6791486fd94567d504d48050c23476b5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5">GpgFrontend::UI::KeyMgmt::create_tool_bars</a></div><div class="ttdeci">void create_tool_bars()</div><div class="ttdoc">Create a tool bars object.</div><div class="ttdef"><b>Definition:</b> KeyMgmt.cpp:252</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html_a6ee90b63414038e9f840933a5b2c5e46"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46">GpgFrontend::UI::KeyMgmt::create_menus</a></div><div class="ttdeci">void create_menus()</div><div class="ttdoc">Create a menus object.</div><div class="ttdef"><b>Definition:</b> KeyMgmt.cpp:225</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html_a6ee90b63414038e9f840933a5b2c5e46"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46">GpgFrontend::UI::KeyMgmt::create_menus</a></div><div class="ttdeci">void create_menus()</div><div class="ttdoc">Create a menus object.</div><div class="ttdef"><b>Definition:</b> KeyMgmt.cpp:229</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html_aefc27b57830cf14a85c2225664f89f64"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64">GpgFrontend::UI::KeyMgmt::KeyMgmt</a></div><div class="ttdeci">KeyMgmt(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Key Mgmt object.</div><div class="ttdef"><b>Definition:</b> KeyMgmt.cpp:46</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyMgmt_html_aefc27b57830cf14a85c2225664f89f64"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64">GpgFrontend::UI::KeyMgmt::KeyMgmt</a></div><div class="ttdeci">KeyMgmt(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Key Mgmt object.</div><div class="ttdef"><b>Definition:</b> KeyMgmt.cpp:46</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html">GpgFrontend::UI::KeyServerImportDialog</a></div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.h:46</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html">GpgFrontend::UI::KeyServerImportDialog</a></div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.h:46</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 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>
|
||||||
|
@ -125,7 +125,7 @@ $(document).ready(function(){initNavTree('KeyUIDSignDialog_8h_source.html','');
|
|||||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_KEYUIDSIGNDIALOG_H</span></div>
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_KEYUIDSIGNDIALOG_H</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></div><div class="ttdef"><b>Definition:</b> GpgKey.h:43</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></div><div class="ttdef"><b>Definition:</b> GpgKey.h:43</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_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_1KeyList_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:152</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:170</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyUIDSignDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html">GpgFrontend::UI::KeyUIDSignDialog</a></div><div class="ttdef"><b>Definition:</b> KeyUIDSignDialog.h:37</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyUIDSignDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html">GpgFrontend::UI::KeyUIDSignDialog</a></div><div class="ttdef"><b>Definition:</b> KeyUIDSignDialog.h:37</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyUIDSignDialog_html_a82f6bf641ff3b64341a0bdcf76571c43"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43">GpgFrontend::UI::KeyUIDSignDialog::slot_sign_key</a></div><div class="ttdeci">void slot_sign_key(bool clicked)</div><div class="ttdef"><b>Definition:</b> KeyUIDSignDialog.cpp:106</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyUIDSignDialog_html_a82f6bf641ff3b64341a0bdcf76571c43"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43">GpgFrontend::UI::KeyUIDSignDialog::slot_sign_key</a></div><div class="ttdeci">void slot_sign_key(bool clicked)</div><div class="ttdef"><b>Definition:</b> KeyUIDSignDialog.cpp:106</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyUIDSignDialog_html_aaa06ce342178802e76119bec6b26cc55"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55">GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog</a></div><div class="ttdeci">KeyUIDSignDialog(const GpgKey &key, UIDArgsListPtr uid, QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Key U I D Sign Dialog object.</div><div class="ttdef"><b>Definition:</b> KeyUIDSignDialog.cpp:35</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyUIDSignDialog_html_aaa06ce342178802e76119bec6b26cc55"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55">GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog</a></div><div class="ttdeci">KeyUIDSignDialog(const GpgKey &key, UIDArgsListPtr uid, QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Key U I D Sign Dialog object.</div><div class="ttdef"><b>Definition:</b> KeyUIDSignDialog.cpp:35</div></div>
|
||||||
|
@ -135,310 +135,326 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
|
|||||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
||||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordtype">void</span> SignalRestartApplication(<span class="keywordtype">int</span>);</div>
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordtype">void</span> SignalRestartApplication(<span class="keywordtype">int</span>);</div>
|
||||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  </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>  public slots:</div>
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keywordtype">void</span> SignalUIRefresh();</div>
|
||||||
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </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">void</span> SlotSetStatusBarText(const QString& text);</div>
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keywordtype">void</span> SignalKeyDatabaseRefresh();</div>
|
||||||
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  </div>
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  </div>
|
||||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  protected:</div>
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  public slots:</div>
|
||||||
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e">closeEvent</a>(QCloseEvent* event) override;</div>
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  </div>
|
||||||
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  </div>
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="keywordtype">void</span> SlotSetStatusBarText(const QString& text);</div>
|
||||||
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  public slots:</div>
|
|
||||||
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  </div>
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  </div>
|
||||||
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203">SlotOpenFile</a>(QString& path);</div>
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  protected:</div>
|
||||||
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  </div>
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e">closeEvent</a>(QCloseEvent* event) override;</div>
|
||||||
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3">SlotFileEncrypt</a>();</div>
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  </div>
|
||||||
|
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  public slots:</div>
|
||||||
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  </div>
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  </div>
|
||||||
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48">SlotFileDecrypt</a>();</div>
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203">SlotOpenFile</a>(QString& path);</div>
|
||||||
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  </div>
|
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  </div>
|
||||||
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf">SlotFileSign</a>();</div>
|
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3">SlotFileEncrypt</a>();</div>
|
||||||
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  </div>
|
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  </div>
|
||||||
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8">SlotFileVerify</a>();</div>
|
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48">SlotFileDecrypt</a>();</div>
|
||||||
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  </div>
|
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  </div>
|
||||||
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30">SlotFileEncryptSign</a>();</div>
|
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf">SlotFileSign</a>();</div>
|
||||||
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  </div>
|
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  </div>
|
||||||
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919">SlotFileDecryptVerify</a>();</div>
|
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8">SlotFileVerify</a>();</div>
|
||||||
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  </div>
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  </div>
|
||||||
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327">SlotSetRestartNeeded</a>(<span class="keywordtype">int</span>);</div>
|
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30">SlotFileEncryptSign</a>();</div>
|
||||||
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  </div>
|
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  </div>
|
||||||
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  private slots:</div>
|
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919">SlotFileDecryptVerify</a>();</div>
|
||||||
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  </div>
|
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  </div>
|
||||||
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e">slot_encrypt</a>();</div>
|
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327">SlotSetRestartNeeded</a>(<span class="keywordtype">int</span>);</div>
|
||||||
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  </div>
|
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  </div>
|
||||||
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4">slot_encrypt_sign</a>();</div>
|
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  private slots:</div>
|
||||||
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  </div>
|
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  </div>
|
||||||
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904">slot_decrypt</a>();</div>
|
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e">slot_encrypt</a>();</div>
|
||||||
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  </div>
|
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  </div>
|
||||||
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b">slot_sign</a>();</div>
|
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4">slot_encrypt_sign</a>();</div>
|
||||||
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  </div>
|
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  </div>
|
||||||
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d">slot_verify</a>();</div>
|
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904">slot_decrypt</a>();</div>
|
||||||
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  </div>
|
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  </div>
|
||||||
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919">slot_decrypt_verify</a>();</div>
|
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b">slot_sign</a>();</div>
|
||||||
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  </div>
|
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  </div>
|
||||||
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e">slot_show_key_details</a>();</div>
|
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d">slot_verify</a>();</div>
|
||||||
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  </div>
|
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  </div>
|
||||||
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98">refresh_keys_from_key_server</a>();</div>
|
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919">slot_decrypt_verify</a>();</div>
|
||||||
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  </div>
|
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  </div>
|
||||||
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c">upload_key_to_server</a>();</div>
|
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e">slot_show_key_details</a>();</div>
|
||||||
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  </div>
|
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  </div>
|
||||||
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa">slot_find</a>();</div>
|
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98">refresh_keys_from_key_server</a>();</div>
|
||||||
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  </div>
|
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  </div>
|
||||||
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be">slot_start_wizard</a>();</div>
|
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c">upload_key_to_server</a>();</div>
|
||||||
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  </div>
|
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  </div>
|
||||||
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf">slot_import_key_from_edit</a>();</div>
|
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa">slot_find</a>();</div>
|
||||||
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  </div>
|
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  </div>
|
||||||
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472">slot_append_selected_keys</a>();</div>
|
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be">slot_start_wizard</a>();</div>
|
||||||
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  </div>
|
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  </div>
|
||||||
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>  <span class="keywordtype">void</span> slot_append_keys_create_datetime();</div>
|
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf">slot_import_key_from_edit</a>();</div>
|
||||||
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  </div>
|
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>  </div>
|
||||||
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>  <span class="keywordtype">void</span> slot_append_keys_expire_datetime();</div>
|
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472">slot_append_selected_keys</a>();</div>
|
||||||
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  </div>
|
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  </div>
|
||||||
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  <span class="keywordtype">void</span> slot_append_keys_fingerprint();</div>
|
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>  <span class="keywordtype">void</span> slot_append_keys_create_datetime();</div>
|
||||||
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  </div>
|
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  </div>
|
||||||
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6">slot_copy_mail_address_to_clipboard</a>();</div>
|
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  <span class="keywordtype">void</span> slot_append_keys_expire_datetime();</div>
|
||||||
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  </div>
|
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  </div>
|
||||||
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb">slot_copy_default_uid_to_clipboard</a>();</div>
|
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>  <span class="keywordtype">void</span> slot_append_keys_fingerprint();</div>
|
||||||
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  </div>
|
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>  </div>
|
||||||
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9">slot_copy_key_id_to_clipboard</a>();</div>
|
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6">slot_copy_mail_address_to_clipboard</a>();</div>
|
||||||
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  </div>
|
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>  </div>
|
||||||
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f">slot_open_key_management</a>();</div>
|
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb">slot_copy_default_uid_to_clipboard</a>();</div>
|
||||||
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  </div>
|
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>  </div>
|
||||||
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e">slot_open_file_tab</a>();</div>
|
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9">slot_copy_key_id_to_clipboard</a>();</div>
|
||||||
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>  </div>
|
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>  </div>
|
||||||
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65">slot_open_settings_dialog</a>();</div>
|
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f">slot_open_key_management</a>();</div>
|
||||||
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  </div>
|
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  </div>
|
||||||
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c">slot_clean_double_line_breaks</a>();</div>
|
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e">slot_open_file_tab</a>();</div>
|
||||||
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>  </div>
|
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  </div>
|
||||||
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d">slot_cut_pgp_header</a>();</div>
|
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65">slot_open_settings_dialog</a>();</div>
|
||||||
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>  </div>
|
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  </div>
|
||||||
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9">slot_add_pgp_header</a>();</div>
|
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c">slot_clean_double_line_breaks</a>();</div>
|
||||||
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>  </div>
|
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>  </div>
|
||||||
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957">slot_disable_tab_actions</a>(<span class="keywordtype">int</span> number);</div>
|
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d">slot_cut_pgp_header</a>();</div>
|
||||||
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>  </div>
|
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>  </div>
|
||||||
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28">slot_version_upgrade</a>(const <a class="code" href="structGpgFrontend_1_1UI_1_1SoftwareVersion.html">SoftwareVersion</a>& version);</div>
|
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9">slot_add_pgp_header</a>();</div>
|
||||||
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  </div>
|
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>  </div>
|
||||||
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>  private:</div>
|
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957">slot_disable_tab_actions</a>(<span class="keywordtype">int</span> number);</div>
|
||||||
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355">create_actions</a>();</div>
|
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>  </div>
|
||||||
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>  </div>
|
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28">slot_version_upgrade</a>(const <a class="code" href="structGpgFrontend_1_1UI_1_1SoftwareVersion.html">SoftwareVersion</a>& version);</div>
|
||||||
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216">create_menus</a>();</div>
|
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>  </div>
|
||||||
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  </div>
|
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>  <span class="keywordtype">void</span> slot_add_key_2_favourite();</div>
|
||||||
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3">create_tool_bars</a>();</div>
|
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>  </div>
|
||||||
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  </div>
|
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>  <span class="keywordtype">void</span> slot_remove_key_from_favourite();</div>
|
||||||
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585">create_status_bar</a>();</div>
|
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  </div>
|
||||||
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>  </div>
|
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>  <span class="keywordtype">void</span> slot_set_owner_trust_level_of_key();</div>
|
||||||
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de">create_dock_windows</a>();</div>
|
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>  </div>
|
||||||
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  </div>
|
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>  private:</div>
|
||||||
<div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab"> 340</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab">create_attachment_dock</a>();</div>
|
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355">create_actions</a>();</div>
|
||||||
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  </div>
|
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  </div>
|
||||||
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec">close_attachment_dock</a>();</div>
|
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216">create_menus</a>();</div>
|
||||||
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  </div>
|
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  </div>
|
||||||
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a">restore_settings</a>();</div>
|
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3">create_tool_bars</a>();</div>
|
||||||
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>  </div>
|
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>  </div>
|
||||||
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98">save_settings</a>();</div>
|
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585">create_status_bar</a>();</div>
|
||||||
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  </div>
|
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  </div>
|
||||||
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>  [[nodiscard]] <span class="keywordtype">int</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db">get_restart_needed</a>() const;</div>
|
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de">create_dock_windows</a>();</div>
|
||||||
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  </div>
|
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  </div>
|
||||||
<div class="line"><a name="l00362"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45"> 362</a></span>  <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html">TextEdit</a>* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45">edit_</a>{}; </div>
|
<div class="line"><a name="l00365"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab"> 365</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab">create_attachment_dock</a>();</div>
|
||||||
<div class="line"><a name="l00363"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f"> 363</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f">file_menu_</a>{}; </div>
|
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>  </div>
|
||||||
<div class="line"><a name="l00364"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f"> 364</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f">edit_menu_</a>{}; </div>
|
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec">close_attachment_dock</a>();</div>
|
||||||
<div class="line"><a name="l00365"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60"> 365</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60">crypt_menu_</a>{}; </div>
|
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>  </div>
|
||||||
<div class="line"><a name="l00366"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb"> 366</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb">gpg_menu_</a>{}; </div>
|
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a">restore_settings</a>();</div>
|
||||||
<div class="line"><a name="l00367"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63"> 367</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63">help_menu_</a>{}; </div>
|
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>  </div>
|
||||||
<div class="line"><a name="l00368"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57"> 368</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57">key_menu_</a>{}; </div>
|
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span>  <span class="keywordtype">void</span> recover_editor_unsaved_pages_from_cache();</div>
|
||||||
<div class="line"><a name="l00369"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2"> 369</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2">view_menu_</a>{}; </div>
|
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span>  </div>
|
||||||
<div class="line"><a name="l00370"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745"> 370</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745">import_key_menu_</a>{}; </div>
|
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98">save_settings</a>();</div>
|
||||||
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span> <span class="preprocessor">#ifdef SMTP_SUPPORT</span></div>
|
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>  </div>
|
||||||
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  QMenu* email_menu_{}; </div>
|
<div class="line"><a name="l00390"></a><span class="lineno"> 390</span>  [[nodiscard]] <span class="keywordtype">int</span> <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db">get_restart_needed</a>() const;</div>
|
||||||
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span> <span class="preprocessor">#endif</span></div>
|
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span>  </div>
|
||||||
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span>  </div>
|
<div class="line"><a name="l00392"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45"> 392</a></span>  <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html">TextEdit</a>* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45">edit_</a>{}; </div>
|
||||||
<div class="line"><a name="l00375"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853"> 375</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853">steganography_menu_</a>{}; </div>
|
<div class="line"><a name="l00393"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f"> 393</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f">file_menu_</a>{}; </div>
|
||||||
<div class="line"><a name="l00376"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a"> 376</a></span>  QToolBar* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a">crypt_tool_bar_</a>{}; </div>
|
<div class="line"><a name="l00394"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f"> 394</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f">edit_menu_</a>{}; </div>
|
||||||
<div class="line"><a name="l00377"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64"> 377</a></span>  QToolBar* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64">file_tool_bar_</a>{}; </div>
|
<div class="line"><a name="l00395"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60"> 395</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60">crypt_menu_</a>{}; </div>
|
||||||
<div class="line"><a name="l00378"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9"> 378</a></span>  QToolBar* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9">edit_tool_bar_</a>{}; </div>
|
<div class="line"><a name="l00396"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb"> 396</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb">gpg_menu_</a>{}; </div>
|
||||||
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span>  QToolBar*</div>
|
<div class="line"><a name="l00397"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63"> 397</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63">help_menu_</a>{}; </div>
|
||||||
<div class="line"><a name="l00380"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0"> 380</a></span>  <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0">special_edit_tool_bar_</a>{}; </div>
|
<div class="line"><a name="l00398"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57"> 398</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57">key_menu_</a>{}; </div>
|
||||||
<div class="line"><a name="l00381"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7"> 381</a></span>  QToolBar* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7">key_tool_bar_</a>{}; </div>
|
<div class="line"><a name="l00399"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2"> 399</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2">view_menu_</a>{}; </div>
|
||||||
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span>  QToolButton*</div>
|
<div class="line"><a name="l00400"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745"> 400</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745">import_key_menu_</a>{}; </div>
|
||||||
<div class="line"><a name="l00383"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be"> 383</a></span>  <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be">import_button_</a>{}; </div>
|
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span> <span class="preprocessor">#ifdef SMTP_SUPPORT</span></div>
|
||||||
<div class="line"><a name="l00384"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c"> 384</a></span>  QDockWidget* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c">key_list_dock_</a>{}; </div>
|
<div class="line"><a name="l00402"></a><span class="lineno"> 402</span>  QMenu* email_menu_{}; </div>
|
||||||
<div class="line"><a name="l00385"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153"> 385</a></span>  QDockWidget* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153">attachment_dock_</a>{}; </div>
|
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span> <span class="preprocessor">#endif</span></div>
|
||||||
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>  QDockWidget* info_board_dock_{};</div>
|
<div class="line"><a name="l00404"></a><span class="lineno"> 404</span>  </div>
|
||||||
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>  </div>
|
<div class="line"><a name="l00405"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853"> 405</a></span>  QMenu* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853">steganography_menu_</a>{}; </div>
|
||||||
<div class="line"><a name="l00388"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73"> 388</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73">new_tab_act_</a>{}; </div>
|
<div class="line"><a name="l00406"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a"> 406</a></span>  QToolBar* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a">crypt_tool_bar_</a>{}; </div>
|
||||||
<div class="line"><a name="l00389"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701"> 389</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701">switch_tab_up_act_</a>{}; </div>
|
<div class="line"><a name="l00407"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64"> 407</a></span>  QToolBar* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64">file_tool_bar_</a>{}; </div>
|
||||||
<div class="line"><a name="l00390"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41"> 390</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41">switch_tab_down_act_</a>{}; </div>
|
<div class="line"><a name="l00408"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9"> 408</a></span>  QToolBar* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9">edit_tool_bar_</a>{}; </div>
|
||||||
<div class="line"><a name="l00391"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d"> 391</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d">open_act_</a>{}; </div>
|
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span>  QToolBar*</div>
|
||||||
<div class="line"><a name="l00392"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad"> 392</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad">browser_act_</a>{}; </div>
|
<div class="line"><a name="l00410"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0"> 410</a></span>  <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0">special_edit_tool_bar_</a>{}; </div>
|
||||||
<div class="line"><a name="l00393"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc"> 393</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc">save_act_</a>{}; </div>
|
<div class="line"><a name="l00411"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7"> 411</a></span>  QToolBar* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7">key_tool_bar_</a>{}; </div>
|
||||||
<div class="line"><a name="l00394"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112"> 394</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112">save_as_act_</a>{}; </div>
|
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>  QToolButton*</div>
|
||||||
<div class="line"><a name="l00395"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc"> 395</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc">print_act_</a>{}; </div>
|
<div class="line"><a name="l00413"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be"> 413</a></span>  <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be">import_button_</a>{}; </div>
|
||||||
<div class="line"><a name="l00396"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715"> 396</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715">close_tab_act_</a>{}; </div>
|
<div class="line"><a name="l00414"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c"> 414</a></span>  QDockWidget* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c">key_list_dock_</a>{}; </div>
|
||||||
<div class="line"><a name="l00397"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9"> 397</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9">quit_act_</a>{}; </div>
|
<div class="line"><a name="l00415"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153"> 415</a></span>  QDockWidget* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153">attachment_dock_</a>{}; </div>
|
||||||
<div class="line"><a name="l00398"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a"> 398</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a">encrypt_act_</a>{}; </div>
|
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>  QDockWidget* info_board_dock_{};</div>
|
||||||
<div class="line"><a name="l00399"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b"> 399</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b">encrypt_sign_act_</a>{}; </div>
|
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>  </div>
|
||||||
<div class="line"><a name="l00400"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1"> 400</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1">decrypt_verify_act_</a>{}; </div>
|
<div class="line"><a name="l00418"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73"> 418</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73">new_tab_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00401"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f"> 401</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f">decrypt_act_</a>{}; </div>
|
<div class="line"><a name="l00419"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701"> 419</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701">switch_tab_up_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00402"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839"> 402</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839">sign_act_</a>{}; </div>
|
<div class="line"><a name="l00420"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41"> 420</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41">switch_tab_down_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00403"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081"> 403</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081">verify_act_</a>{}; </div>
|
<div class="line"><a name="l00421"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d"> 421</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d">open_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00404"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e"> 404</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e">import_key_from_edit_act_</a>{}; </div>
|
<div class="line"><a name="l00422"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad"> 422</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad">browser_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00405"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e"> 405</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e">clean_double_line_breaks_act_</a>{}; </div>
|
<div class="line"><a name="l00423"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc"> 423</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc">save_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>  </div>
|
<div class="line"><a name="l00424"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112"> 424</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112">save_as_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span>  QAction* gnupg_controller_open_act_{}; </div>
|
<div class="line"><a name="l00425"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc"> 425</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc">print_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span>  QAction* clean_gpg_password_cache_act_{}; </div>
|
<div class="line"><a name="l00426"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715"> 426</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715">close_tab_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00410"></a><span class="lineno"> 410</span>  QAction* reload_components_act_{}; </div>
|
<div class="line"><a name="l00427"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9"> 427</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9">quit_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span>  QAction* restart_components_act_{}; </div>
|
<div class="line"><a name="l00428"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a"> 428</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a">encrypt_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>  </div>
|
<div class="line"><a name="l00429"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b"> 429</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b">encrypt_sign_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span>  QAction*</div>
|
<div class="line"><a name="l00430"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1"> 430</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1">decrypt_verify_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00414"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4"> 414</a></span>  <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4">append_selected_keys_act_</a>{}; </div>
|
<div class="line"><a name="l00431"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f"> 431</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f">decrypt_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>  QAction* append_key_fingerprint_to_editor_act_{}; </div>
|
<div class="line"><a name="l00432"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839"> 432</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839">sign_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>  QAction* append_key_create_date_to_editor_act_{}; </div>
|
<div class="line"><a name="l00433"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081"> 433</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081">verify_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>  QAction* append_key_expire_date_to_editor_act_{}; </div>
|
<div class="line"><a name="l00434"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e"> 434</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e">import_key_from_edit_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00418"></a><span class="lineno"> 418</span>  </div>
|
<div class="line"><a name="l00435"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e"> 435</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e">clean_double_line_breaks_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00419"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09"> 419</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09">copy_mail_address_to_clipboard_act_</a>{}; </div>
|
<div class="line"><a name="l00437"></a><span class="lineno"> 437</span>  </div>
|
||||||
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span>  QAction* copy_key_id_to_clipboard_act_{}; </div>
|
<div class="line"><a name="l00438"></a><span class="lineno"> 438</span>  QAction* gnupg_controller_open_act_{}; </div>
|
||||||
<div class="line"><a name="l00422"></a><span class="lineno"> 422</span>  QAction* copy_key_default_uid_to_clipboard_act_{}; </div>
|
<div class="line"><a name="l00439"></a><span class="lineno"> 439</span>  QAction* clean_gpg_password_cache_act_{}; </div>
|
||||||
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>  </div>
|
<div class="line"><a name="l00440"></a><span class="lineno"> 440</span>  QAction* reload_components_act_{}; </div>
|
||||||
<div class="line"><a name="l00424"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83"> 424</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83">open_key_management_act_</a>{}; </div>
|
<div class="line"><a name="l00441"></a><span class="lineno"> 441</span>  QAction* restart_components_act_{}; </div>
|
||||||
<div class="line"><a name="l00425"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8"> 425</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8">copy_act_</a>{}; </div>
|
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span>  </div>
|
||||||
<div class="line"><a name="l00426"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac"> 426</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac">quote_act_</a>{}; </div>
|
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>  QAction*</div>
|
||||||
<div class="line"><a name="l00427"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2"> 427</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2">cut_act_</a>{}; </div>
|
<div class="line"><a name="l00444"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4"> 444</a></span>  <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4">append_selected_keys_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00428"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b"> 428</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b">paste_act_</a>{}; </div>
|
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>  QAction* append_key_fingerprint_to_editor_act_{}; </div>
|
||||||
<div class="line"><a name="l00429"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc"> 429</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc">select_all_act_</a>{}; </div>
|
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>  QAction* append_key_create_date_to_editor_act_{}; </div>
|
||||||
<div class="line"><a name="l00430"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8"> 430</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8">find_act_</a>{}; </div>
|
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>  QAction* append_key_expire_date_to_editor_act_{}; </div>
|
||||||
<div class="line"><a name="l00431"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c"> 431</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c">undo_act_</a>{}; </div>
|
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span>  </div>
|
||||||
<div class="line"><a name="l00432"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e"> 432</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e">redo_act_</a>{}; </div>
|
<div class="line"><a name="l00449"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09"> 449</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09">copy_mail_address_to_clipboard_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00433"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689"> 433</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689">zoom_in_act_</a>{}; </div>
|
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>  QAction* copy_key_id_to_clipboard_act_{}; </div>
|
||||||
<div class="line"><a name="l00434"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979"> 434</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979">zoom_out_act_</a>{}; </div>
|
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span>  QAction* copy_key_default_uid_to_clipboard_act_{}; </div>
|
||||||
<div class="line"><a name="l00435"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1"> 435</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1">about_act_</a>{}; </div>
|
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>  </div>
|
||||||
<div class="line"><a name="l00436"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d"> 436</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d">check_update_act_</a>{}; </div>
|
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>  QAction* add_key_2_favourtie_act_{}; </div>
|
||||||
<div class="line"><a name="l00437"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e"> 437</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e">translate_act_</a>{}; </div>
|
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span>  QAction* remove_key_from_favourtie_act_{}; </div>
|
||||||
<div class="line"><a name="l00438"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227"> 438</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227">gnupg_act_</a>{}; </div>
|
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>  QAction* set_owner_trust_of_key_act_{}; </div>
|
||||||
<div class="line"><a name="l00439"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62"> 439</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62">open_settings_act_</a>{}; </div>
|
|
||||||
<div class="line"><a name="l00440"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b"> 440</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b">show_key_details_act_</a>{}; </div>
|
|
||||||
<div class="line"><a name="l00441"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6"> 441</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6">start_wizard_act_</a>{}; </div>
|
|
||||||
<div class="line"><a name="l00442"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86"> 442</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86">cut_pgp_header_act_</a>{}; </div>
|
|
||||||
<div class="line"><a name="l00443"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306"> 443</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306">add_pgp_header_act_</a>{}; </div>
|
|
||||||
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>  QAction* import_key_from_file_act_{}; </div>
|
|
||||||
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>  QAction* import_key_from_clipboard_act_{}; </div>
|
|
||||||
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>  QAction* import_key_from_key_server_act_{}; </div>
|
|
||||||
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>  </div>
|
|
||||||
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span>  QLabel* status_bar_icon_{}; </div>
|
|
||||||
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span>  </div>
|
|
||||||
<div class="line"><a name="l00450"></a><span class="lineno"> 450</span>  KeyList* m_key_list_{}; </div>
|
|
||||||
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>  InfoBoardWidget* info_board_{}; </div>
|
|
||||||
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span>  </div>
|
|
||||||
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>  <span class="keywordtype">bool</span> attachment_dock_created_{}; </div>
|
|
||||||
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>  <span class="keywordtype">int</span> restart_needed_{0}; </div>
|
|
||||||
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span>  <span class="keywordtype">bool</span> prohibit_update_checking_ = <span class="keyword">false</span>; </div>
|
|
||||||
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span> };</div>
|
|
||||||
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span>  </div>
|
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span>  </div>
|
||||||
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
<div class="line"><a name="l00458"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83"> 458</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83">open_key_management_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span>  </div>
|
<div class="line"><a name="l00459"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8"> 459</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8">copy_act_</a>{}; </div>
|
||||||
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span> <span class="preprocessor">#endif </span><span class="comment">// __GPGWIN_H__</span></div>
|
<div class="line"><a name="l00460"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac"> 460</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac">quote_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00461"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2"> 461</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2">cut_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00462"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b"> 462</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b">paste_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00463"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc"> 463</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc">select_all_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00464"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8"> 464</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8">find_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00465"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c"> 465</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c">undo_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00466"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e"> 466</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e">redo_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00467"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689"> 467</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689">zoom_in_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00468"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979"> 468</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979">zoom_out_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00469"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1"> 469</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1">about_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00470"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d"> 470</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d">check_update_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00471"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e"> 471</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e">translate_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00472"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227"> 472</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227">gnupg_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00473"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62"> 473</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62">open_settings_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00474"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b"> 474</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b">show_key_details_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00475"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6"> 475</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6">start_wizard_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00476"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86"> 476</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86">cut_pgp_header_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00477"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306"> 477</a></span>  QAction* <a class="code" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306">add_pgp_header_act_</a>{}; </div>
|
||||||
|
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>  QAction* import_key_from_file_act_{}; </div>
|
||||||
|
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span>  QAction* import_key_from_clipboard_act_{}; </div>
|
||||||
|
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>  QAction* import_key_from_key_server_act_{}; </div>
|
||||||
|
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span>  </div>
|
||||||
|
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span>  QLabel* status_bar_icon_{}; </div>
|
||||||
|
<div class="line"><a name="l00483"></a><span class="lineno"> 483</span>  </div>
|
||||||
|
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>  KeyList* m_key_list_{}; </div>
|
||||||
|
<div class="line"><a name="l00485"></a><span class="lineno"> 485</span>  InfoBoardWidget* info_board_{}; </div>
|
||||||
|
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span>  </div>
|
||||||
|
<div class="line"><a name="l00487"></a><span class="lineno"> 487</span>  <span class="keywordtype">bool</span> attachment_dock_created_{}; </div>
|
||||||
|
<div class="line"><a name="l00488"></a><span class="lineno"> 488</span>  <span class="keywordtype">int</span> restart_needed_{0}; </div>
|
||||||
|
<div class="line"><a name="l00489"></a><span class="lineno"> 489</span>  <span class="keywordtype">bool</span> prohibit_update_checking_ = <span class="keyword">false</span>; </div>
|
||||||
|
<div class="line"><a name="l00490"></a><span class="lineno"> 490</span> };</div>
|
||||||
|
<div class="line"><a name="l00491"></a><span class="lineno"> 491</span>  </div>
|
||||||
|
<div class="line"><a name="l00492"></a><span class="lineno"> 492</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
||||||
|
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span>  </div>
|
||||||
|
<div class="line"><a name="l00494"></a><span class="lineno"> 494</span> <span class="preprocessor">#endif </span><span class="comment">// __GPGWIN_H__</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralMainWindow_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralMainWindow.html">GpgFrontend::UI::GeneralMainWindow</a></div><div class="ttdef"><b>Definition:</b> GeneralMainWindow.h:39</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralMainWindow_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralMainWindow.html">GpgFrontend::UI::GeneralMainWindow</a></div><div class="ttdef"><b>Definition:</b> GeneralMainWindow.h:39</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html">GpgFrontend::UI::MainWindow</a></div><div class="ttdef"><b>Definition:</b> MainWindow.h:53</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html">GpgFrontend::UI::MainWindow</a></div><div class="ttdef"><b>Definition:</b> MainWindow.h:53</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a01b85fb17c373d8f97ce439027c6d04e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e">GpgFrontend::UI::MainWindow::import_key_from_edit_act_</a></div><div class="ttdeci">QAction * import_key_from_edit_act_</div><div class="ttdoc">Action to import key from edit.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:404</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a01b85fb17c373d8f97ce439027c6d04e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e">GpgFrontend::UI::MainWindow::import_key_from_edit_act_</a></div><div class="ttdeci">QAction * import_key_from_edit_act_</div><div class="ttdoc">Action to import key from edit.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:434</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a033d448541b44fa48b76dec828a4eb0e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e">GpgFrontend::UI::MainWindow::slot_show_key_details</a></div><div class="ttdeci">void slot_show_key_details()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:738</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a033d448541b44fa48b76dec828a4eb0e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e">GpgFrontend::UI::MainWindow::slot_show_key_details</a></div><div class="ttdeci">void slot_show_key_details()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:739</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a04668246525874760f47a340b4b7d8de"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de">GpgFrontend::UI::MainWindow::create_dock_windows</a></div><div class="ttdeci">void create_dock_windows()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:583</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a04668246525874760f47a340b4b7d8de"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de">GpgFrontend::UI::MainWindow::create_dock_windows</a></div><div class="ttdeci">void create_dock_windows()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:604</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a05b838ad518857fed24864ecce40c203"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203">GpgFrontend::UI::MainWindow::SlotOpenFile</a></div><div class="ttdeci">void SlotOpenFile(QString &path)</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:766</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a05b838ad518857fed24864ecce40c203"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203">GpgFrontend::UI::MainWindow::SlotOpenFile</a></div><div class="ttdeci">void SlotOpenFile(QString &path)</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:837</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a08ba4521f68c488b23b651e201011759"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759">GpgFrontend::UI::MainWindow::Init</a></div><div class="ttdeci">void Init() noexcept</div><div class="ttdef"><b>Definition:</b> MainWindow.cpp:46</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a08ba4521f68c488b23b651e201011759"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759">GpgFrontend::UI::MainWindow::Init</a></div><div class="ttdeci">void Init() noexcept</div><div class="ttdef"><b>Definition:</b> MainWindow.cpp:51</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a09671c3aa26a750cfd6be6c092de8715"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715">GpgFrontend::UI::MainWindow::close_tab_act_</a></div><div class="ttdeci">QAction * close_tab_act_</div><div class="ttdoc">Action to print.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:396</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a09671c3aa26a750cfd6be6c092de8715"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715">GpgFrontend::UI::MainWindow::close_tab_act_</a></div><div class="ttdeci">QAction * close_tab_act_</div><div class="ttdoc">Action to print.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:426</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0a6d0618f2835a6dcae707a4ca770a48"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48">GpgFrontend::UI::MainWindow::SlotFileDecrypt</a></div><div class="ttdeci">void SlotFileDecrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:287</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0a6d0618f2835a6dcae707a4ca770a48"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48">GpgFrontend::UI::MainWindow::SlotFileDecrypt</a></div><div class="ttdeci">void SlotFileDecrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:287</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0ab96012df041f2c2e47092db0600355"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355">GpgFrontend::UI::MainWindow::create_actions</a></div><div class="ttdeci">void create_actions()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:37</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0ab96012df041f2c2e47092db0600355"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355">GpgFrontend::UI::MainWindow::create_actions</a></div><div class="ttdeci">void create_actions()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:37</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0cb094e0409337cfd7dba1bb510ea96e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e">GpgFrontend::UI::MainWindow::clean_double_line_breaks_act_</a></div><div class="ttdeci">QAction * clean_double_line_breaks_act_</div><div class="ttdef"><b>Definition:</b> MainWindow.h:405</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0cb094e0409337cfd7dba1bb510ea96e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e">GpgFrontend::UI::MainWindow::clean_double_line_breaks_act_</a></div><div class="ttdeci">QAction * clean_double_line_breaks_act_</div><div class="ttdef"><b>Definition:</b> MainWindow.h:435</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0cded37ef6e07856bbe439b0e90db839"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839">GpgFrontend::UI::MainWindow::sign_act_</a></div><div class="ttdeci">QAction * sign_act_</div><div class="ttdoc">Action to sign text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:402</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0cded37ef6e07856bbe439b0e90db839"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839">GpgFrontend::UI::MainWindow::sign_act_</a></div><div class="ttdeci">QAction * sign_act_</div><div class="ttdoc">Action to sign text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:432</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0e9920cf0fc974ac2f70d3f039f009f2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2">GpgFrontend::UI::MainWindow::view_menu_</a></div><div class="ttdeci">QMenu * view_menu_</div><div class="ttdoc">Submenu for view operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:369</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a0e9920cf0fc974ac2f70d3f039f009f2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2">GpgFrontend::UI::MainWindow::view_menu_</a></div><div class="ttdeci">QMenu * view_menu_</div><div class="ttdoc">Submenu for view operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:399</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a14bb12fa25620e1a93bd23c9f7c84081"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081">GpgFrontend::UI::MainWindow::verify_act_</a></div><div class="ttdeci">QAction * verify_act_</div><div class="ttdoc">Action to verify text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:403</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a14bb12fa25620e1a93bd23c9f7c84081"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081">GpgFrontend::UI::MainWindow::verify_act_</a></div><div class="ttdeci">QAction * verify_act_</div><div class="ttdoc">Action to verify text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:433</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a16bbfd12cd3a6f0df9e2c32cf7999e57"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57">GpgFrontend::UI::MainWindow::key_menu_</a></div><div class="ttdeci">QMenu * key_menu_</div><div class="ttdoc">Submenu for key-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:368</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a16bbfd12cd3a6f0df9e2c32cf7999e57"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57">GpgFrontend::UI::MainWindow::key_menu_</a></div><div class="ttdeci">QMenu * key_menu_</div><div class="ttdoc">Submenu for key-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:398</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a16ddebec90a4bd0d13baa9d972c3445f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f">GpgFrontend::UI::MainWindow::slot_open_key_management</a></div><div class="ttdeci">void slot_open_key_management()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:53</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a16ddebec90a4bd0d13baa9d972c3445f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f">GpgFrontend::UI::MainWindow::slot_open_key_management</a></div><div class="ttdeci">void slot_open_key_management()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:53</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1759412cb7ee71600c4b6e3c6e752d2e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e">GpgFrontend::UI::MainWindow::closeEvent</a></div><div class="ttdeci">void closeEvent(QCloseEvent *event) override</div><div class="ttdef"><b>Definition:</b> MainWindow.cpp:268</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1759412cb7ee71600c4b6e3c6e752d2e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e">GpgFrontend::UI::MainWindow::closeEvent</a></div><div class="ttdeci">void closeEvent(QCloseEvent *event) override</div><div class="ttdef"><b>Definition:</b> MainWindow.cpp:322</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1ab1f3f57f9969447491e63f54420585"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585">GpgFrontend::UI::MainWindow::create_status_bar</a></div><div class="ttdeci">void create_status_bar()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:567</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1ab1f3f57f9969447491e63f54420585"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585">GpgFrontend::UI::MainWindow::create_status_bar</a></div><div class="ttdeci">void create_status_bar()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:588</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1d61ea803e6c825bd54f42ba9ae85919"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919">GpgFrontend::UI::MainWindow::slot_decrypt_verify</a></div><div class="ttdeci">void slot_decrypt_verify()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:516</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1d61ea803e6c825bd54f42ba9ae85919"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919">GpgFrontend::UI::MainWindow::slot_decrypt_verify</a></div><div class="ttdeci">void slot_decrypt_verify()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:517</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1e0d23d361b8e339ca85410db2bdfb64"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64">GpgFrontend::UI::MainWindow::file_tool_bar_</a></div><div class="ttdeci">QToolBar * file_tool_bar_</div><div class="ttdoc">Toolbar holding file actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:377</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1e0d23d361b8e339ca85410db2bdfb64"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64">GpgFrontend::UI::MainWindow::file_tool_bar_</a></div><div class="ttdeci">QToolBar * file_tool_bar_</div><div class="ttdoc">Toolbar holding file actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:407</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1ef17c566a764f707f43593a1f6b3c60"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60">GpgFrontend::UI::MainWindow::crypt_menu_</a></div><div class="ttdeci">QMenu * crypt_menu_</div><div class="ttdoc">Submenu for crypt-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:365</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a1ef17c566a764f707f43593a1f6b3c60"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60">GpgFrontend::UI::MainWindow::crypt_menu_</a></div><div class="ttdeci">QMenu * crypt_menu_</div><div class="ttdoc">Submenu for crypt-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:395</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a210ab31f4d949a50507d0690c0d1598a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a">GpgFrontend::UI::MainWindow::restore_settings</a></div><div class="ttdeci">void restore_settings()</div><div class="ttdef"><b>Definition:</b> MainWindow.cpp:167</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a210ab31f4d949a50507d0690c0d1598a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a">GpgFrontend::UI::MainWindow::restore_settings</a></div><div class="ttdeci">void restore_settings()</div><div class="ttdef"><b>Definition:</b> MainWindow.cpp:187</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a22256763ef83ed35a81e446b553d8112"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112">GpgFrontend::UI::MainWindow::save_as_act_</a></div><div class="ttdeci">QAction * save_as_act_</div><div class="ttdoc">Action to save file as.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:394</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a22256763ef83ed35a81e446b553d8112"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112">GpgFrontend::UI::MainWindow::save_as_act_</a></div><div class="ttdeci">QAction * save_as_act_</div><div class="ttdoc">Action to save file as.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:424</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a2417c807356e3b876ecb2f572568670b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b">GpgFrontend::UI::MainWindow::encrypt_sign_act_</a></div><div class="ttdeci">QAction * encrypt_sign_act_</div><div class="ttdoc">Action to encrypt and sign text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:399</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a2417c807356e3b876ecb2f572568670b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b">GpgFrontend::UI::MainWindow::encrypt_sign_act_</a></div><div class="ttdeci">QAction * encrypt_sign_act_</div><div class="ttdoc">Action to encrypt and sign text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:429</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a24a0b0d974fc5f8fdda60c128a82d957"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957">GpgFrontend::UI::MainWindow::slot_disable_tab_actions</a></div><div class="ttdeci">void slot_disable_tab_actions(int number)</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:61</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a24a0b0d974fc5f8fdda60c128a82d957"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957">GpgFrontend::UI::MainWindow::slot_disable_tab_actions</a></div><div class="ttdeci">void slot_disable_tab_actions(int number)</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:61</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a25a2e4017d77cffc8362bde9606fad30"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30">GpgFrontend::UI::MainWindow::SlotFileEncryptSign</a></div><div class="ttdeci">void SlotFileEncryptSign()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:538</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a25a2e4017d77cffc8362bde9606fad30"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30">GpgFrontend::UI::MainWindow::SlotFileEncryptSign</a></div><div class="ttdeci">void SlotFileEncryptSign()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:538</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a276e843e2f5eda8934fb350fb6f89327"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327">GpgFrontend::UI::MainWindow::SlotSetRestartNeeded</a></div><div class="ttdeci">void SlotSetRestartNeeded(int)</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:184</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a276e843e2f5eda8934fb350fb6f89327"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327">GpgFrontend::UI::MainWindow::SlotSetRestartNeeded</a></div><div class="ttdeci">void SlotSetRestartNeeded(int)</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:184</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a29a811d4d440c79c1bd2cc2bb40cdf7e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e">GpgFrontend::UI::MainWindow::slot_open_file_tab</a></div><div class="ttdeci">void slot_open_file_tab()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:59</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a29a811d4d440c79c1bd2cc2bb40cdf7e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e">GpgFrontend::UI::MainWindow::slot_open_file_tab</a></div><div class="ttdeci">void slot_open_file_tab()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:59</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a2bed0c3b032269c9eb82bc7c068852cb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb">GpgFrontend::UI::MainWindow::gpg_menu_</a></div><div class="ttdeci">QMenu * gpg_menu_</div><div class="ttdoc">Submenu for help-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:366</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a2bed0c3b032269c9eb82bc7c068852cb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2bed0c3b032269c9eb82bc7c068852cb">GpgFrontend::UI::MainWindow::gpg_menu_</a></div><div class="ttdeci">QMenu * gpg_menu_</div><div class="ttdoc">Submenu for help-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:396</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a2c2f6c021219564846f1624f6bb5b9a2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2">GpgFrontend::UI::MainWindow::cut_act_</a></div><div class="ttdeci">QAction * cut_act_</div><div class="ttdoc">Action to cut text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:427</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a2c2f6c021219564846f1624f6bb5b9a2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2">GpgFrontend::UI::MainWindow::cut_act_</a></div><div class="ttdeci">QAction * cut_act_</div><div class="ttdoc">Action to cut text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:461</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a304efe91afa31b32725caa00c27475a4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4">GpgFrontend::UI::MainWindow::slot_encrypt_sign</a></div><div class="ttdeci">void slot_encrypt_sign()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:394</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a304efe91afa31b32725caa00c27475a4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4">GpgFrontend::UI::MainWindow::slot_encrypt_sign</a></div><div class="ttdeci">void slot_encrypt_sign()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:395</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a313a5d7d0847114a6f11e4d7870edd86"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86">GpgFrontend::UI::MainWindow::cut_pgp_header_act_</a></div><div class="ttdeci">QAction * cut_pgp_header_act_</div><div class="ttdoc">Action for cutting the PGP header.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:442</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a313a5d7d0847114a6f11e4d7870edd86"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86">GpgFrontend::UI::MainWindow::cut_pgp_header_act_</a></div><div class="ttdeci">QAction * cut_pgp_header_act_</div><div class="ttdoc">Action for cutting the PGP header.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:476</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a38f243880cfb9276545b08f0730811e7"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7">GpgFrontend::UI::MainWindow::key_tool_bar_</a></div><div class="ttdeci">QToolBar * key_tool_bar_</div><div class="ttdoc">Toolbar holding key operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:381</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a38f243880cfb9276545b08f0730811e7"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7">GpgFrontend::UI::MainWindow::key_tool_bar_</a></div><div class="ttdeci">QToolBar * key_tool_bar_</div><div class="ttdoc">Toolbar holding key operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:411</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a3982432b140738859415e487e2c5f5eb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb">GpgFrontend::UI::MainWindow::slot_copy_default_uid_to_clipboard</a></div><div class="ttdeci">void slot_copy_default_uid_to_clipboard()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:712</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a3982432b140738859415e487e2c5f5eb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb">GpgFrontend::UI::MainWindow::slot_copy_default_uid_to_clipboard</a></div><div class="ttdeci">void slot_copy_default_uid_to_clipboard()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:713</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a3c0a5305cf55fe5bee2f18298f983cad"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad">GpgFrontend::UI::MainWindow::browser_act_</a></div><div class="ttdeci">QAction * browser_act_</div><div class="ttdoc">Action to open file browser.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:392</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a3c0a5305cf55fe5bee2f18298f983cad"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad">GpgFrontend::UI::MainWindow::browser_act_</a></div><div class="ttdeci">QAction * browser_act_</div><div class="ttdoc">Action to open file browser.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:422</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a3cb7daedbef61c1be27635c9ebc9e689"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689">GpgFrontend::UI::MainWindow::zoom_in_act_</a></div><div class="ttdeci">QAction * zoom_in_act_</div><div class="ttdoc">Action to zoom in.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:433</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a3cb7daedbef61c1be27635c9ebc9e689"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689">GpgFrontend::UI::MainWindow::zoom_in_act_</a></div><div class="ttdeci">QAction * zoom_in_act_</div><div class="ttdoc">Action to zoom in.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:467</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a3f3d03b0ec22385bee559fbd2aeb881b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b">GpgFrontend::UI::MainWindow::slot_sign</a></div><div class="ttdeci">void slot_sign()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:173</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a3f3d03b0ec22385bee559fbd2aeb881b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b">GpgFrontend::UI::MainWindow::slot_sign</a></div><div class="ttdeci">void slot_sign()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:174</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a472500fec64442b114e9ce9faf4b6a73"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73">GpgFrontend::UI::MainWindow::new_tab_act_</a></div><div class="ttdeci">QAction * new_tab_act_</div><div class="ttdoc">Action to create new tab.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:388</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a472500fec64442b114e9ce9faf4b6a73"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73">GpgFrontend::UI::MainWindow::new_tab_act_</a></div><div class="ttdeci">QAction * new_tab_act_</div><div class="ttdoc">Action to create new tab.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:418</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a473b679fa0dc3cdf4f6f98d6553fa0ec"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec">GpgFrontend::UI::MainWindow::close_attachment_dock</a></div><div class="ttdeci">void close_attachment_dock()</div><div class="ttdef"><b>Definition:</b> MainWindow.cpp:259</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a473b679fa0dc3cdf4f6f98d6553fa0ec"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec">GpgFrontend::UI::MainWindow::close_attachment_dock</a></div><div class="ttdeci">void close_attachment_dock()</div><div class="ttdef"><b>Definition:</b> MainWindow.cpp:313</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a48368c77af7b1f4cb632870b8d914a28"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28">GpgFrontend::UI::MainWindow::slot_version_upgrade</a></div><div class="ttdeci">void slot_version_upgrade(const SoftwareVersion &version)</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:768</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a48368c77af7b1f4cb632870b8d914a28"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28">GpgFrontend::UI::MainWindow::slot_version_upgrade</a></div><div class="ttdeci">void slot_version_upgrade(const SoftwareVersion &version)</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:839</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a4a1edafb8c67b181ff3c29394147571d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d">GpgFrontend::UI::MainWindow::open_act_</a></div><div class="ttdeci">QAction * open_act_</div><div class="ttdoc">Action to open file.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:391</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a4a1edafb8c67b181ff3c29394147571d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d">GpgFrontend::UI::MainWindow::open_act_</a></div><div class="ttdeci">QAction * open_act_</div><div class="ttdoc">Action to open file.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:421</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a55926649e28a96318b89afba01b966bf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf">GpgFrontend::UI::MainWindow::slot_import_key_from_edit</a></div><div class="ttdeci">void slot_import_key_from_edit()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:47</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a55926649e28a96318b89afba01b966bf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf">GpgFrontend::UI::MainWindow::slot_import_key_from_edit</a></div><div class="ttdeci">void slot_import_key_from_edit()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:47</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a5e95f62dac9fba1ead6ec69c145923db"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db">GpgFrontend::UI::MainWindow::get_restart_needed</a></div><div class="ttdeci">int get_restart_needed() const</div><div class="ttdoc">return true, if restart is needed</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:189</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a5e95f62dac9fba1ead6ec69c145923db"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db">GpgFrontend::UI::MainWindow::get_restart_needed</a></div><div class="ttdeci">int get_restart_needed() const</div><div class="ttdoc">return true, if restart is needed</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:189</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a6154f5dbdc9cebc0644e5d1e25895df8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8">GpgFrontend::UI::MainWindow::find_act_</a></div><div class="ttdeci">QAction * find_act_</div><div class="ttdoc">Action to find text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:430</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a6154f5dbdc9cebc0644e5d1e25895df8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8">GpgFrontend::UI::MainWindow::find_act_</a></div><div class="ttdeci">QAction * find_act_</div><div class="ttdoc">Action to find text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:464</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a62ea61c38e758022ba655c6faf54322b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b">GpgFrontend::UI::MainWindow::paste_act_</a></div><div class="ttdeci">QAction * paste_act_</div><div class="ttdoc">Action to paste text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:428</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a62ea61c38e758022ba655c6faf54322b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b">GpgFrontend::UI::MainWindow::paste_act_</a></div><div class="ttdeci">QAction * paste_act_</div><div class="ttdoc">Action to paste text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:462</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a672f4ef07be6ad645613ecd49399700d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d">GpgFrontend::UI::MainWindow::check_update_act_</a></div><div class="ttdeci">QAction * check_update_act_</div><div class="ttdoc">Action to open about dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:436</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a672f4ef07be6ad645613ecd49399700d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d">GpgFrontend::UI::MainWindow::check_update_act_</a></div><div class="ttdeci">QAction * check_update_act_</div><div class="ttdoc">Action to open about dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:470</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a6d681a306c137dc107088d60b09a925f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f">GpgFrontend::UI::MainWindow::edit_menu_</a></div><div class="ttdeci">QMenu * edit_menu_</div><div class="ttdoc">Submenu for text-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:364</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a6d681a306c137dc107088d60b09a925f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f">GpgFrontend::UI::MainWindow::edit_menu_</a></div><div class="ttdeci">QMenu * edit_menu_</div><div class="ttdoc">Submenu for text-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:394</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a70397629ae3ffe039051b80a099c7979"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979">GpgFrontend::UI::MainWindow::zoom_out_act_</a></div><div class="ttdeci">QAction * zoom_out_act_</div><div class="ttdoc">Action to zoom out.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:434</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a70397629ae3ffe039051b80a099c7979"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979">GpgFrontend::UI::MainWindow::zoom_out_act_</a></div><div class="ttdeci">QAction * zoom_out_act_</div><div class="ttdoc">Action to zoom out.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:468</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a70d2b2311708ab023466d343f2e914b1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1">GpgFrontend::UI::MainWindow::decrypt_verify_act_</a></div><div class="ttdeci">QAction * decrypt_verify_act_</div><div class="ttdoc">Action to encrypt and sign text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:400</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a70d2b2311708ab023466d343f2e914b1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1">GpgFrontend::UI::MainWindow::decrypt_verify_act_</a></div><div class="ttdeci">QAction * decrypt_verify_act_</div><div class="ttdoc">Action to encrypt and sign text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:430</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a71402943f4ed19e3aba0556b23eaa8f8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8">GpgFrontend::UI::MainWindow::copy_act_</a></div><div class="ttdeci">QAction * copy_act_</div><div class="ttdoc">Action to copy text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:425</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a71402943f4ed19e3aba0556b23eaa8f8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8">GpgFrontend::UI::MainWindow::copy_act_</a></div><div class="ttdeci">QAction * copy_act_</div><div class="ttdoc">Action to copy text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:459</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a76bf3784d751db78ed13bd9962e14472"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472">GpgFrontend::UI::MainWindow::slot_append_selected_keys</a></div><div class="ttdeci">void slot_append_selected_keys()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:609</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a76bf3784d751db78ed13bd9962e14472"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472">GpgFrontend::UI::MainWindow::slot_append_selected_keys</a></div><div class="ttdeci">void slot_append_selected_keys()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:610</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a79b83f536a7c4299eaa3d22e4e875227"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227">GpgFrontend::UI::MainWindow::gnupg_act_</a></div><div class="ttdeci">QAction * gnupg_act_</div><div class="ttdoc">Action to open about dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:438</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a79b83f536a7c4299eaa3d22e4e875227"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227">GpgFrontend::UI::MainWindow::gnupg_act_</a></div><div class="ttdeci">QAction * gnupg_act_</div><div class="ttdoc">Action to open about dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:472</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a7a4b6490038470a8849231e48282da98"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98">GpgFrontend::UI::MainWindow::save_settings</a></div><div class="ttdeci">void save_settings()</div><div class="ttdef"><b>Definition:</b> MainWindow.cpp:238</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a7a4b6490038470a8849231e48282da98"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98">GpgFrontend::UI::MainWindow::save_settings</a></div><div class="ttdeci">void save_settings()</div><div class="ttdef"><b>Definition:</b> MainWindow.cpp:292</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a7aa41c90105fd4c2931895d8dfb5ec45"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45">GpgFrontend::UI::MainWindow::edit_</a></div><div class="ttdeci">TextEdit * edit_</div><div class="ttdoc">Tabwidget holding the edit-windows.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:362</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a7aa41c90105fd4c2931895d8dfb5ec45"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45">GpgFrontend::UI::MainWindow::edit_</a></div><div class="ttdeci">TextEdit * edit_</div><div class="ttdoc">Tabwidget holding the edit-windows.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:392</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a7f5a88922d06bee977335fb4b5f1d86d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d">GpgFrontend::UI::MainWindow::slot_cut_pgp_header</a></div><div class="ttdeci">void slot_cut_pgp_header()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:160</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a7f5a88922d06bee977335fb4b5f1d86d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d">GpgFrontend::UI::MainWindow::slot_cut_pgp_header</a></div><div class="ttdeci">void slot_cut_pgp_header()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:160</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a821247d738457c4ee046162aad6728f9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9">GpgFrontend::UI::MainWindow::slot_add_pgp_header</a></div><div class="ttdeci">void slot_add_pgp_header()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:146</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a821247d738457c4ee046162aad6728f9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9">GpgFrontend::UI::MainWindow::slot_add_pgp_header</a></div><div class="ttdeci">void slot_add_pgp_header()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:146</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8538940a9a5dea7ddf53c89acdeb83be"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be">GpgFrontend::UI::MainWindow::import_button_</a></div><div class="ttdeci">QToolButton * import_button_</div><div class="ttdoc">Tool button for import dropdown menu in toolbar.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:383</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8538940a9a5dea7ddf53c89acdeb83be"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be">GpgFrontend::UI::MainWindow::import_button_</a></div><div class="ttdeci">QToolButton * import_button_</div><div class="ttdoc">Tool button for import dropdown menu in toolbar.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:413</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a85a98a1ec5418c110201980fa013d1fd"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd">GpgFrontend::UI::MainWindow::SetCryptoMenuStatus</a></div><div class="ttdeci">void SetCryptoMenuStatus(CryptoMenu::OperationType type)</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:191</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a85a98a1ec5418c110201980fa013d1fd"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd">GpgFrontend::UI::MainWindow::SetCryptoMenuStatus</a></div><div class="ttdeci">void SetCryptoMenuStatus(CryptoMenu::OperationType type)</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:191</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a874b505fbc1046f579a736683f5a7f65"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65">GpgFrontend::UI::MainWindow::slot_open_settings_dialog</a></div><div class="ttdeci">void slot_open_settings_dialog()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:103</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a874b505fbc1046f579a736683f5a7f65"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65">GpgFrontend::UI::MainWindow::slot_open_settings_dialog</a></div><div class="ttdeci">void slot_open_settings_dialog()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:103</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a88af746cd550792ab6095d2ebbd29b41"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41">GpgFrontend::UI::MainWindow::switch_tab_down_act_</a></div><div class="ttdeci">QAction * switch_tab_down_act_</div><div class="ttdoc">Action to switch tab down.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:390</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a88af746cd550792ab6095d2ebbd29b41"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41">GpgFrontend::UI::MainWindow::switch_tab_down_act_</a></div><div class="ttdeci">QAction * switch_tab_down_act_</div><div class="ttdoc">Action to switch tab down.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:420</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a89fa105ed54d2189d762668262d74c63"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63">GpgFrontend::UI::MainWindow::help_menu_</a></div><div class="ttdeci">QMenu * help_menu_</div><div class="ttdoc">Submenu for help-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:367</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a89fa105ed54d2189d762668262d74c63"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63">GpgFrontend::UI::MainWindow::help_menu_</a></div><div class="ttdeci">QMenu * help_menu_</div><div class="ttdoc">Submenu for help-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:397</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8bcdcbe678b8dc0837fffda2ebfe79bf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf">GpgFrontend::UI::MainWindow::SlotFileSign</a></div><div class="ttdeci">void SlotFileSign()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:360</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8bcdcbe678b8dc0837fffda2ebfe79bf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf">GpgFrontend::UI::MainWindow::SlotFileSign</a></div><div class="ttdeci">void SlotFileSign()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:360</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8d5ce6514ef3fa8ac3223176f5fa2701"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701">GpgFrontend::UI::MainWindow::switch_tab_up_act_</a></div><div class="ttdeci">QAction * switch_tab_up_act_</div><div class="ttdoc">Action to switch tab up.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:389</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8d5ce6514ef3fa8ac3223176f5fa2701"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701">GpgFrontend::UI::MainWindow::switch_tab_up_act_</a></div><div class="ttdeci">QAction * switch_tab_up_act_</div><div class="ttdoc">Action to switch tab up.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:419</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8d6fe32ab64797459443ed285d769745"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745">GpgFrontend::UI::MainWindow::import_key_menu_</a></div><div class="ttdeci">QMenu * import_key_menu_</div><div class="ttdoc">Submenu for import operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:370</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8d6fe32ab64797459443ed285d769745"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745">GpgFrontend::UI::MainWindow::import_key_menu_</a></div><div class="ttdeci">QMenu * import_key_menu_</div><div class="ttdoc">Submenu for import operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:400</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8f9dd7edba23321a13ed630cdef7fdcc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc">GpgFrontend::UI::MainWindow::print_act_</a></div><div class="ttdeci">QAction * print_act_</div><div class="ttdoc">Action to print.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:395</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a8f9dd7edba23321a13ed630cdef7fdcc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc">GpgFrontend::UI::MainWindow::print_act_</a></div><div class="ttdeci">QAction * print_act_</div><div class="ttdoc">Action to print.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:425</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a92a6d8d46e197e25eaacc3ad7ed289ab"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab">GpgFrontend::UI::MainWindow::create_attachment_dock</a></div><div class="ttdeci">void create_attachment_dock()</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a92a6d8d46e197e25eaacc3ad7ed289ab"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab">GpgFrontend::UI::MainWindow::create_attachment_dock</a></div><div class="ttdeci">void create_attachment_dock()</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a95b2c86afbefe47e79af87e56032e306"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306">GpgFrontend::UI::MainWindow::add_pgp_header_act_</a></div><div class="ttdeci">QAction * add_pgp_header_act_</div><div class="ttdoc">Action for adding the PGP header.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:443</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a95b2c86afbefe47e79af87e56032e306"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306">GpgFrontend::UI::MainWindow::add_pgp_header_act_</a></div><div class="ttdeci">QAction * add_pgp_header_act_</div><div class="ttdoc">Action for adding the PGP header.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:477</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9879061cfd321c6757c77f75d46dc7d8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8">GpgFrontend::UI::MainWindow::SlotFileVerify</a></div><div class="ttdeci">void SlotFileVerify()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:450</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9879061cfd321c6757c77f75d46dc7d8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8">GpgFrontend::UI::MainWindow::SlotFileVerify</a></div><div class="ttdeci">void SlotFileVerify()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:450</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9dd292f55fba1fe62c83508fef7e43a1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1">GpgFrontend::UI::MainWindow::about_act_</a></div><div class="ttdeci">QAction * about_act_</div><div class="ttdoc">Action to open about dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:435</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9dd292f55fba1fe62c83508fef7e43a1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1">GpgFrontend::UI::MainWindow::about_act_</a></div><div class="ttdeci">QAction * about_act_</div><div class="ttdoc">Action to open about dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:469</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9e2ddb2135df42d76134bea168fbdce9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9">GpgFrontend::UI::MainWindow::slot_copy_key_id_to_clipboard</a></div><div class="ttdeci">void slot_copy_key_id_to_clipboard()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:725</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9e2ddb2135df42d76134bea168fbdce9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9">GpgFrontend::UI::MainWindow::slot_copy_key_id_to_clipboard</a></div><div class="ttdeci">void slot_copy_key_id_to_clipboard()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:726</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9ec699536a35a37961a8c6da1e231ae3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3">GpgFrontend::UI::MainWindow::SlotFileEncrypt</a></div><div class="ttdeci">void SlotFileEncrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:155</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9ec699536a35a37961a8c6da1e231ae3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3">GpgFrontend::UI::MainWindow::SlotFileEncrypt</a></div><div class="ttdeci">void SlotFileEncrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:155</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9fbd8a2f5b2b5869276db83a4ad20216"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216">GpgFrontend::UI::MainWindow::create_menus</a></div><div class="ttdeci">void create_menus()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:444</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_a9fbd8a2f5b2b5869276db83a4ad20216"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216">GpgFrontend::UI::MainWindow::create_menus</a></div><div class="ttdeci">void create_menus()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:465</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aa498dfecac36590e4b60d50824dff58c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c">GpgFrontend::UI::MainWindow::undo_act_</a></div><div class="ttdeci">QAction * undo_act_</div><div class="ttdoc">Action to undo last action.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:431</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aa498dfecac36590e4b60d50824dff58c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c">GpgFrontend::UI::MainWindow::undo_act_</a></div><div class="ttdeci">QAction * undo_act_</div><div class="ttdoc">Action to undo last action.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:465</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aa92246123272e3e1085f22612aedf48f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f">GpgFrontend::UI::MainWindow::decrypt_act_</a></div><div class="ttdeci">QAction * decrypt_act_</div><div class="ttdoc">Action to decrypt text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:401</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aa92246123272e3e1085f22612aedf48f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f">GpgFrontend::UI::MainWindow::decrypt_act_</a></div><div class="ttdeci">QAction * decrypt_act_</div><div class="ttdoc">Action to decrypt text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:431</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aa9c986dd95984811479ea93230c74b5d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d">GpgFrontend::UI::MainWindow::slot_verify</a></div><div class="ttdeci">void slot_verify()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:327</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aa9c986dd95984811479ea93230c74b5d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d">GpgFrontend::UI::MainWindow::slot_verify</a></div><div class="ttdeci">void slot_verify()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:328</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aaa1de043b71dbcf0e8d8c265b2a67bd3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3">GpgFrontend::UI::MainWindow::create_tool_bars</a></div><div class="ttdeci">void create_tool_bars()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:518</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aaa1de043b71dbcf0e8d8c265b2a67bd3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3">GpgFrontend::UI::MainWindow::create_tool_bars</a></div><div class="ttdeci">void create_tool_bars()</div><div class="ttdef"><b>Definition:</b> MainWindowUI.cpp:539</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aabf3ddf6b624790369f164b4889c95be"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be">GpgFrontend::UI::MainWindow::slot_start_wizard</a></div><div class="ttdeci">void slot_start_wizard()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:41</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aabf3ddf6b624790369f164b4889c95be"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be">GpgFrontend::UI::MainWindow::slot_start_wizard</a></div><div class="ttdeci">void slot_start_wizard()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:41</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aac320aef3b49cd068544aac54b927f7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a">GpgFrontend::UI::MainWindow::crypt_tool_bar_</a></div><div class="ttdeci">QToolBar * crypt_tool_bar_</div><div class="ttdoc">Toolbar holding crypt actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:376</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aac320aef3b49cd068544aac54b927f7a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a">GpgFrontend::UI::MainWindow::crypt_tool_bar_</a></div><div class="ttdeci">QToolBar * crypt_tool_bar_</div><div class="ttdoc">Toolbar holding crypt actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:406</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab0019ca316b971c594c2f20f418256a6"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6">GpgFrontend::UI::MainWindow::start_wizard_act_</a></div><div class="ttdeci">QAction * start_wizard_act_</div><div class="ttdoc">Action to open the wizard.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:441</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab0019ca316b971c594c2f20f418256a6"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6">GpgFrontend::UI::MainWindow::start_wizard_act_</a></div><div class="ttdeci">QAction * start_wizard_act_</div><div class="ttdoc">Action to open the wizard.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:475</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab0f148559d830fcf10b5a1937b0a47dc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc">GpgFrontend::UI::MainWindow::save_act_</a></div><div class="ttdeci">QAction * save_act_</div><div class="ttdoc">Action to save file.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:393</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab0f148559d830fcf10b5a1937b0a47dc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc">GpgFrontend::UI::MainWindow::save_act_</a></div><div class="ttdeci">QAction * save_act_</div><div class="ttdoc">Action to save file.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:423</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab23c7e67dd1f5295b3c49ad79dfd5919"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919">GpgFrontend::UI::MainWindow::SlotFileDecryptVerify</a></div><div class="ttdeci">void SlotFileDecryptVerify()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:664</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab23c7e67dd1f5295b3c49ad79dfd5919"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919">GpgFrontend::UI::MainWindow::SlotFileDecryptVerify</a></div><div class="ttdeci">void SlotFileDecryptVerify()</div><div class="ttdef"><b>Definition:</b> MainWindowFileSlotFunction.cpp:664</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab531823acdbfb117c82a9906ce2107b9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9">GpgFrontend::UI::MainWindow::edit_tool_bar_</a></div><div class="ttdeci">QToolBar * edit_tool_bar_</div><div class="ttdoc">Toolbar holding edit actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:378</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab531823acdbfb117c82a9906ce2107b9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9">GpgFrontend::UI::MainWindow::edit_tool_bar_</a></div><div class="ttdeci">QToolBar * edit_tool_bar_</div><div class="ttdoc">Toolbar holding edit actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:408</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab67486a71126073e7c39ca12603198f4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4">GpgFrontend::UI::MainWindow::append_selected_keys_act_</a></div><div class="ttdeci">QAction * append_selected_keys_act_</div><div class="ttdoc">Action to append selected keys to edit.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:414</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ab67486a71126073e7c39ca12603198f4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4">GpgFrontend::UI::MainWindow::append_selected_keys_act_</a></div><div class="ttdeci">QAction * append_selected_keys_act_</div><div class="ttdoc">Action to append selected keys to edit.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:444</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_abe0683e48485f9fcff622d9519c37ed9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9">GpgFrontend::UI::MainWindow::quit_act_</a></div><div class="ttdeci">QAction * quit_act_</div><div class="ttdoc">Action to quit application.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:397</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_abe0683e48485f9fcff622d9519c37ed9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9">GpgFrontend::UI::MainWindow::quit_act_</a></div><div class="ttdeci">QAction * quit_act_</div><div class="ttdoc">Action to quit application.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:427</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_abe38474d4e81726147f9df8a9721ce6e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e">GpgFrontend::UI::MainWindow::redo_act_</a></div><div class="ttdeci">QAction * redo_act_</div><div class="ttdoc">Action to redo last action.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:432</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_abe38474d4e81726147f9df8a9721ce6e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e">GpgFrontend::UI::MainWindow::redo_act_</a></div><div class="ttdeci">QAction * redo_act_</div><div class="ttdoc">Action to redo last action.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:466</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ac6a42e6e3af7e76f0bd2ecc62c9520cc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc">GpgFrontend::UI::MainWindow::select_all_act_</a></div><div class="ttdeci">QAction * select_all_act_</div><div class="ttdoc">Action to select whole text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:429</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ac6a42e6e3af7e76f0bd2ecc62c9520cc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc">GpgFrontend::UI::MainWindow::select_all_act_</a></div><div class="ttdeci">QAction * select_all_act_</div><div class="ttdoc">Action to select whole text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:463</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_acd41722ceedd20973b7d83852fab407b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b">GpgFrontend::UI::MainWindow::show_key_details_act_</a></div><div class="ttdeci">QAction * show_key_details_act_</div><div class="ttdoc">Action to open key-details dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:440</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_acd41722ceedd20973b7d83852fab407b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b">GpgFrontend::UI::MainWindow::show_key_details_act_</a></div><div class="ttdeci">QAction * show_key_details_act_</div><div class="ttdoc">Action to open key-details dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:474</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ad27dcf3f534f13d8df71df680c4d177c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c">GpgFrontend::UI::MainWindow::upload_key_to_server</a></div><div class="ttdeci">void upload_key_to_server()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:759</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ad27dcf3f534f13d8df71df680c4d177c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c">GpgFrontend::UI::MainWindow::upload_key_to_server</a></div><div class="ttdeci">void upload_key_to_server()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:830</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ad6a2cecb2846b324604c4abd1fb7d11a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a">GpgFrontend::UI::MainWindow::encrypt_act_</a></div><div class="ttdeci">QAction * encrypt_act_</div><div class="ttdoc">Action to encrypt text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:398</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ad6a2cecb2846b324604c4abd1fb7d11a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a">GpgFrontend::UI::MainWindow::encrypt_act_</a></div><div class="ttdeci">QAction * encrypt_act_</div><div class="ttdoc">Action to encrypt text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:428</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ad7b22560df7e3bb38b660d3ffc84dc83"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83">GpgFrontend::UI::MainWindow::open_key_management_act_</a></div><div class="ttdeci">QAction * open_key_management_act_</div><div class="ttdoc">Action to open key management.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:424</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ad7b22560df7e3bb38b660d3ffc84dc83"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83">GpgFrontend::UI::MainWindow::open_key_management_act_</a></div><div class="ttdeci">QAction * open_key_management_act_</div><div class="ttdoc">Action to open key management.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:458</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_adaa66d9cdc51c946efc99bb94deda31c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c">GpgFrontend::UI::MainWindow::key_list_dock_</a></div><div class="ttdeci">QDockWidget * key_list_dock_</div><div class="ttdoc">Encrypt Dock.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:384</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_adaa66d9cdc51c946efc99bb94deda31c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c">GpgFrontend::UI::MainWindow::key_list_dock_</a></div><div class="ttdeci">QDockWidget * key_list_dock_</div><div class="ttdoc">Encrypt Dock.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:414</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_adbac799672c43c90810366825d837e4e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e">GpgFrontend::UI::MainWindow::translate_act_</a></div><div class="ttdeci">QAction * translate_act_</div><div class="ttdoc">Action to open about dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:437</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_adbac799672c43c90810366825d837e4e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e">GpgFrontend::UI::MainWindow::translate_act_</a></div><div class="ttdeci">QAction * translate_act_</div><div class="ttdoc">Action to open about dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:471</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_adfa3b3ae1de1fd04c5ea09e3c97c3e98"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98">GpgFrontend::UI::MainWindow::refresh_keys_from_key_server</a></div><div class="ttdeci">void refresh_keys_from_key_server()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:750</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_adfa3b3ae1de1fd04c5ea09e3c97c3e98"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98">GpgFrontend::UI::MainWindow::refresh_keys_from_key_server</a></div><div class="ttdeci">void refresh_keys_from_key_server()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:771</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ae11d01211c2914ecc148e13dd7de506e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e">GpgFrontend::UI::MainWindow::slot_encrypt</a></div><div class="ttdeci">void slot_encrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:51</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ae11d01211c2914ecc148e13dd7de506e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e">GpgFrontend::UI::MainWindow::slot_encrypt</a></div><div class="ttdeci">void slot_encrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:52</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ae28089efbd236708601470f30f26faaa"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa">GpgFrontend::UI::MainWindow::slot_find</a></div><div class="ttdeci">void slot_find()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:594</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ae28089efbd236708601470f30f26faaa"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa">GpgFrontend::UI::MainWindow::slot_find</a></div><div class="ttdeci">void slot_find()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:595</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ae2d89e2cc6c99ff0e16b396d2381f904"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904">GpgFrontend::UI::MainWindow::slot_decrypt</a></div><div class="ttdeci">void slot_decrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:259</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_ae2d89e2cc6c99ff0e16b396d2381f904"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904">GpgFrontend::UI::MainWindow::slot_decrypt</a></div><div class="ttdeci">void slot_decrypt()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:260</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aea9274389c3b049793fe5aa5a6adf63c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c">GpgFrontend::UI::MainWindow::slot_clean_double_line_breaks</a></div><div class="ttdeci">void slot_clean_double_line_breaks()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:136</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_aea9274389c3b049793fe5aa5a6adf63c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c">GpgFrontend::UI::MainWindow::slot_clean_double_line_breaks</a></div><div class="ttdeci">void slot_clean_double_line_breaks()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotUI.cpp:136</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af08c62c38a750382ee218191c8e13f4f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f">GpgFrontend::UI::MainWindow::file_menu_</a></div><div class="ttdeci">QMenu * file_menu_</div><div class="ttdoc">Submenu for file-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:363</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af08c62c38a750382ee218191c8e13f4f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f">GpgFrontend::UI::MainWindow::file_menu_</a></div><div class="ttdeci">QMenu * file_menu_</div><div class="ttdoc">Submenu for file-operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:393</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af2b3e3a0e9894633e1839df289f5ffe0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0">GpgFrontend::UI::MainWindow::special_edit_tool_bar_</a></div><div class="ttdeci">QToolBar * special_edit_tool_bar_</div><div class="ttdoc">Toolbar holding special edit actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:380</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af2b3e3a0e9894633e1839df289f5ffe0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0">GpgFrontend::UI::MainWindow::special_edit_tool_bar_</a></div><div class="ttdeci">QToolBar * special_edit_tool_bar_</div><div class="ttdoc">Toolbar holding special edit actions.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:410</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af763a506aed7d0fb2125d1859583b853"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853">GpgFrontend::UI::MainWindow::steganography_menu_</a></div><div class="ttdeci">QMenu * steganography_menu_</div><div class="ttdoc">Submenu for steganography operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:375</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af763a506aed7d0fb2125d1859583b853"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853">GpgFrontend::UI::MainWindow::steganography_menu_</a></div><div class="ttdeci">QMenu * steganography_menu_</div><div class="ttdoc">Submenu for steganography operations.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:405</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af77f66b6b869f6ddb3d2caa3bc40bb09"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09">GpgFrontend::UI::MainWindow::copy_mail_address_to_clipboard_act_</a></div><div class="ttdeci">QAction * copy_mail_address_to_clipboard_act_</div><div class="ttdef"><b>Definition:</b> MainWindow.h:419</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af77f66b6b869f6ddb3d2caa3bc40bb09"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09">GpgFrontend::UI::MainWindow::copy_mail_address_to_clipboard_act_</a></div><div class="ttdeci">QAction * copy_mail_address_to_clipboard_act_</div><div class="ttdef"><b>Definition:</b> MainWindow.h:449</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af93d72eaf58326f1f9e926752c6b1fc6"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6">GpgFrontend::UI::MainWindow::slot_copy_mail_address_to_clipboard</a></div><div class="ttdeci">void slot_copy_mail_address_to_clipboard()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:699</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af93d72eaf58326f1f9e926752c6b1fc6"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6">GpgFrontend::UI::MainWindow::slot_copy_mail_address_to_clipboard</a></div><div class="ttdeci">void slot_copy_mail_address_to_clipboard()</div><div class="ttdef"><b>Definition:</b> MainWindowSlotFunction.cpp:700</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af9640e5732c2595d0c094e7ff7e371ac"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac">GpgFrontend::UI::MainWindow::quote_act_</a></div><div class="ttdeci">QAction * quote_act_</div><div class="ttdoc">Action to quote text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:426</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_af9640e5732c2595d0c094e7ff7e371ac"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac">GpgFrontend::UI::MainWindow::quote_act_</a></div><div class="ttdeci">QAction * quote_act_</div><div class="ttdoc">Action to quote text.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:460</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_afab1e0363a4b97ff68228cd4bd7cbc62"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62">GpgFrontend::UI::MainWindow::open_settings_act_</a></div><div class="ttdeci">QAction * open_settings_act_</div><div class="ttdoc">Action to open settings dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:439</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_afab1e0363a4b97ff68228cd4bd7cbc62"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62">GpgFrontend::UI::MainWindow::open_settings_act_</a></div><div class="ttdeci">QAction * open_settings_act_</div><div class="ttdoc">Action to open settings dialog.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:473</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_afd243a5f00f86d65431081ead2cae153"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153">GpgFrontend::UI::MainWindow::attachment_dock_</a></div><div class="ttdeci">QDockWidget * attachment_dock_</div><div class="ttdoc">Attachment Dock.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:385</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1MainWindow_html_afd243a5f00f86d65431081ead2cae153"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153">GpgFrontend::UI::MainWindow::attachment_dock_</a></div><div class="ttdeci">QDockWidget * attachment_dock_</div><div class="ttdoc">Attachment Dock.</div><div class="ttdef"><b>Definition:</b> MainWindow.h:415</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html">GpgFrontend::UI::TextEdit</a></div><div class="ttdoc">TextEdit class.</div><div class="ttdef"><b>Definition:</b> TextEdit.h:41</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html">GpgFrontend::UI::TextEdit</a></div><div class="ttdoc">TextEdit class.</div><div class="ttdef"><b>Definition:</b> TextEdit.h:41</div></div>
|
||||||
<div class="ttc" id="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 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 class="ttc" id="astructGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu_html"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html">GpgFrontend::UI::MainWindow::CryptoMenu</a></div><div class="ttdef"><b>Definition:</b> MainWindow.h:60</div></div>
|
<div class="ttc" id="astructGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu_html"><div class="ttname"><a href="structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html">GpgFrontend::UI::MainWindow::CryptoMenu</a></div><div class="ttdef"><b>Definition:</b> MainWindow.h:60</div></div>
|
||||||
|
@ -135,10 +135,10 @@ $(document).ready(function(){initNavTree('SettingsGeneral_8h_source.html',''); i
|
|||||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_SETTINGSGENERAL_H</span></div>
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_SETTINGSGENERAL_H</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralTab_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralTab.html">GpgFrontend::UI::GeneralTab</a></div><div class="ttdef"><b>Definition:</b> SettingsGeneral.h:43</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralTab_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralTab.html">GpgFrontend::UI::GeneralTab</a></div><div class="ttdef"><b>Definition:</b> SettingsGeneral.h:43</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralTab_html_a214079dfbacdc6898146c8468611cf0c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c">GpgFrontend::UI::GeneralTab::GeneralTab</a></div><div class="ttdeci">GeneralTab(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new General Tab object.</div><div class="ttdef"><b>Definition:</b> SettingsGeneral.cpp:42</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralTab_html_a214079dfbacdc6898146c8468611cf0c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c">GpgFrontend::UI::GeneralTab::GeneralTab</a></div><div class="ttdeci">GeneralTab(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new General Tab object.</div><div class="ttdef"><b>Definition:</b> SettingsGeneral.cpp:42</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralTab_html_a7b26d8a088ce8f50b1fd0e719e38534b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b">GpgFrontend::UI::GeneralTab::SetSettings</a></div><div class="ttdeci">void SetSettings()</div><div class="ttdoc">Set the Settings object.</div><div class="ttdef"><b>Definition:</b> SettingsGeneral.cpp:80</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralTab_html_a7b26d8a088ce8f50b1fd0e719e38534b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b">GpgFrontend::UI::GeneralTab::SetSettings</a></div><div class="ttdeci">void SetSettings()</div><div class="ttdoc">Set the Settings object.</div><div class="ttdef"><b>Definition:</b> SettingsGeneral.cpp:118</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralTab_html_aa88ccbda61728be6de0aa2d9b92e0b69"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69">GpgFrontend::UI::GeneralTab::SignalRestartNeeded</a></div><div class="ttdeci">void SignalRestartNeeded(bool needed)</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralTab_html_aa88ccbda61728be6de0aa2d9b92e0b69"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69">GpgFrontend::UI::GeneralTab::SignalRestartNeeded</a></div><div class="ttdeci">void SignalRestartNeeded(bool needed)</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralTab_html_afc107d56f13000aa28436a5e26a0876b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b">GpgFrontend::UI::GeneralTab::SignalDeepRestartNeeded</a></div><div class="ttdeci">void SignalDeepRestartNeeded(bool needed)</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1GeneralTab_html_afc107d56f13000aa28436a5e26a0876b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b">GpgFrontend::UI::GeneralTab::SignalDeepRestartNeeded</a></div><div class="ttdeci">void SignalDeepRestartNeeded(bool needed)</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:152</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:170</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 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 -->
|
</div><!-- fragment --></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
@ -107,21 +107,23 @@ $(document).ready(function(){initNavTree('SignalStation_8h_source.html',''); ini
|
|||||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
|
||||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keywordtype">void</span> SignalKeyDatabaseRefreshDone();</div>
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keywordtype">void</span> SignalKeyDatabaseRefreshDone();</div>
|
||||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  </div>
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  </div>
|
||||||
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad"> 72</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad">SignalRefreshInfoBoard</a>(<span class="keyword">const</span> QString& text,</div>
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keywordtype">void</span> SignalUIRefresh();</div>
|
||||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <a class="code" href="namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d">InfoBoardStatus</a> verify_label_status);</div>
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  </div>
|
||||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
|
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad"> 78</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad">SignalRefreshInfoBoard</a>(<span class="keyword">const</span> QString& text,</div>
|
||||||
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3"> 81</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3">SignalRefreshStatusBar</a>(<span class="keyword">const</span> QString& message, <span class="keywordtype">int</span> timeout);</div>
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <a class="code" href="namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d">InfoBoardStatus</a> verify_label_status);</div>
|
||||||
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  </div>
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  </div>
|
||||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordtype">void</span> SignalUserInputPassphraseDone(QString passparase);</div>
|
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3"> 87</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3">SignalRefreshStatusBar</a>(<span class="keyword">const</span> QString& message, <span class="keywordtype">int</span> timeout);</div>
|
||||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
|
||||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keywordtype">void</span> SignalNeedUserInputPassphrase();</div>
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keywordtype">void</span> SignalUserInputPassphraseDone(QString passparase);</div>
|
||||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
||||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keywordtype">void</span> SignalRestartApplication(<span class="keywordtype">int</span>);</div>
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keywordtype">void</span> SignalNeedUserInputPassphrase();</div>
|
||||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> };</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>  </div>
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keywordtype">void</span> SignalRestartApplication(<span class="keywordtype">int</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="l00106"></a><span class="lineno"> 106</span> };</div>
|
||||||
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  </div>
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  </div>
|
||||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_SIGNALSTATION_H</span></div>
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
||||||
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  </div>
|
||||||
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_SIGNALSTATION_H</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignalStation_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignalStation.html">GpgFrontend::UI::SignalStation</a></div><div class="ttdef"><b>Definition:</b> SignalStation.h:41</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignalStation_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignalStation.html">GpgFrontend::UI::SignalStation</a></div><div class="ttdef"><b>Definition:</b> SignalStation.h:41</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignalStation_html_a7b5fb2e2c0ad238313650a08ea648ce3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3">GpgFrontend::UI::SignalStation::SignalRefreshStatusBar</a></div><div class="ttdeci">void SignalRefreshStatusBar(const QString &message, int timeout)</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignalStation_html_a7b5fb2e2c0ad238313650a08ea648ce3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3">GpgFrontend::UI::SignalStation::SignalRefreshStatusBar</a></div><div class="ttdeci">void SignalRefreshStatusBar(const QString &message, int timeout)</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignalStation_html_a94d4c7d79e0deb7026083689bc5dc2ad"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad">GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard</a></div><div class="ttdeci">void SignalRefreshInfoBoard(const QString &text, InfoBoardStatus verify_label_status)</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignalStation_html_a94d4c7d79e0deb7026083689bc5dc2ad"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad">GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard</a></div><div class="ttdeci">void SignalRefreshInfoBoard(const QString &text, InfoBoardStatus verify_label_status)</div></div>
|
||||||
|
@ -142,11 +142,11 @@ $(document).ready(function(){initNavTree('SignersPicker_8h_source.html',''); ini
|
|||||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
|
||||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H</span></div>
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_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_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_1KeyList_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:152</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyList_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></div><div class="ttdef"><b>Definition:</b> KeyList.h:170</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignersPicker_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignersPicker.html">GpgFrontend::UI::SignersPicker</a></div><div class="ttdef"><b>Definition:</b> SignersPicker.h:42</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignersPicker_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignersPicker.html">GpgFrontend::UI::SignersPicker</a></div><div class="ttdef"><b>Definition:</b> SignersPicker.h:42</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignersPicker_html_a02c3ba737702894fc6d4ac1a1c543ccb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb">GpgFrontend::UI::SignersPicker::SignersPicker</a></div><div class="ttdeci">SignersPicker(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Signers Picker object.</div><div class="ttdef"><b>Definition:</b> SignersPicker.cpp:34</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignersPicker_html_a02c3ba737702894fc6d4ac1a1c543ccb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb">GpgFrontend::UI::SignersPicker::SignersPicker</a></div><div class="ttdeci">SignersPicker(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Signers Picker object.</div><div class="ttdef"><b>Definition:</b> SignersPicker.cpp:34</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignersPicker_html_a2e98dcdf647a2e0e6455998b018aed00"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00">GpgFrontend::UI::SignersPicker::GetCheckedSigners</a></div><div class="ttdeci">GpgFrontend::KeyIdArgsListPtr GetCheckedSigners()</div><div class="ttdoc">Get the Checked Signers object.</div><div class="ttdef"><b>Definition:</b> SignersPicker.cpp:77</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignersPicker_html_a2e98dcdf647a2e0e6455998b018aed00"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00">GpgFrontend::UI::SignersPicker::GetCheckedSigners</a></div><div class="ttdeci">GpgFrontend::KeyIdArgsListPtr GetCheckedSigners()</div><div class="ttdoc">Get the Checked Signers object.</div><div class="ttdef"><b>Definition:</b> SignersPicker.cpp:76</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignersPicker_html_aba7633983da57c7a7eb2710a1f33f7ac"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac">GpgFrontend::UI::SignersPicker::GetStatus</a></div><div class="ttdeci">bool GetStatus() const</div><div class="ttdef"><b>Definition:</b> SignersPicker.cpp:81</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SignersPicker_html_aba7633983da57c7a7eb2710a1f33f7ac"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac">GpgFrontend::UI::SignersPicker::GetStatus</a></div><div class="ttdeci">bool GetStatus() const</div><div class="ttdef"><b>Definition:</b> SignersPicker.cpp:80</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 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 -->
|
</div><!-- fragment --></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
@ -134,99 +134,101 @@ $(document).ready(function(){initNavTree('TextEdit_8h_source.html',''); initResi
|
|||||||
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  </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_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c">SlotNewTab</a>();</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_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c">SlotNewTab</a>();</div>
|
||||||
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  </div>
|
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  </div>
|
||||||
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3">SlotOpenFile</a>(<span class="keyword">const</span> QString& path);</div>
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <span class="keywordtype">void</span> SlotNewTabWithContent(std::string title, <span class="keyword">const</span> std::string& content);</div>
|
||||||
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  </div>
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  </div>
|
||||||
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4">slotNewHelpTab</a>(<span class="keyword">const</span> QString& title, <span class="keyword">const</span> QString& path) <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3">SlotOpenFile</a>(<span class="keyword">const</span> QString& path);</div>
|
||||||
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  </div>
|
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  </div>
|
||||||
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39">SlotNewFileTab</a>() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4">slotNewHelpTab</a>(<span class="keyword">const</span> QString& title, <span class="keyword">const</span> QString& path) <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  </div>
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  </div>
|
||||||
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e">SlotShowModified</a>(<span class="keywordtype">bool</span>) <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39">SlotNewFileTab</a>() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  </div>
|
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  </div>
|
||||||
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b">SlotCloseTab</a>();</div>
|
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e">SlotShowModified</a>(<span class="keywordtype">bool</span>) <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  </div>
|
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  </div>
|
||||||
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762">SlotSwitchTabUp</a>() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b">SlotCloseTab</a>();</div>
|
||||||
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  </div>
|
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  </div>
|
||||||
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474">SlotSwitchTabDown</a>() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762">SlotSwitchTabUp</a>() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  </div>
|
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  </div>
|
||||||
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <span class="keyword">private</span>:</div>
|
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474">SlotSwitchTabDown</a>() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  uint text_page_data_modified_count_ = 0; </div>
|
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  </div>
|
||||||
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  </div>
|
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  <span class="keyword">private</span>:</div>
|
||||||
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  <span class="keyword">static</span> QString <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb">stripped_name</a>(<span class="keyword">const</span> QString& full_file_name);</div>
|
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  uint text_page_data_modified_count_ = 0; </div>
|
||||||
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  </div>
|
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  </div>
|
||||||
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c">maybe_save_current_tab</a>(<span class="keywordtype">bool</span> askToSave);</div>
|
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  <span class="keyword">static</span> QString <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb">stripped_name</a>(<span class="keyword">const</span> QString& full_file_name);</div>
|
||||||
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  </div>
|
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  </div>
|
||||||
<div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec"> 213</a></span>  <span class="keywordtype">int</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec">count_page_</a>; </div>
|
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c">maybe_save_current_tab</a>(<span class="keywordtype">bool</span> askToSave);</div>
|
||||||
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  </div>
|
|
||||||
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  <span class="keyword">private</span> slots:</div>
|
|
||||||
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  </div>
|
|
||||||
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  <span class="keywordtype">void</span> slot_file_page_path_changed(<span class="keyword">const</span> QString& path) <span class="keyword">const</span>;</div>
|
|
||||||
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  </div>
|
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  </div>
|
||||||
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42">slot_remove_tab</a>(<span class="keywordtype">int</span> index);</div>
|
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec"> 219</a></span>  <span class="keywordtype">int</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec">count_page_</a>; </div>
|
||||||
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  </div>
|
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  </div>
|
||||||
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1">slot_save_status_to_cache_for_revovery</a>();</div>
|
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  <span class="keyword">private</span> slots:</div>
|
||||||
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  </div>
|
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>  </div>
|
||||||
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  <span class="keyword">public</span> slots:</div>
|
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  <span class="keywordtype">void</span> slot_file_page_path_changed(<span class="keyword">const</span> QString& path) <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>  </div>
|
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  </div>
|
||||||
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162">SlotCut</a>() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42">slot_remove_tab</a>(<span class="keywordtype">int</span> index);</div>
|
||||||
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  </div>
|
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  </div>
|
||||||
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780">SlotCopy</a>() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1">slot_save_status_to_cache_for_revovery</a>();</div>
|
||||||
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  </div>
|
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  </div>
|
||||||
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9">SlotPaste</a>() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  <span class="keyword">public</span> slots:</div>
|
||||||
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  </div>
|
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  </div>
|
||||||
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5">SlotUndo</a>() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162">SlotCut</a>() <span class="keyword">const</span>;</div>
|
||||||
|
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>  </div>
|
||||||
|
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780">SlotCopy</a>() <span class="keyword">const</span>;</div>
|
||||||
|
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  </div>
|
||||||
|
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9">SlotPaste</a>() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  </div>
|
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  </div>
|
||||||
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929">SlotRedo</a>() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5">SlotUndo</a>() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  </div>
|
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  </div>
|
||||||
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  <span class="keywordtype">void</span> SlotZoomIn() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929">SlotRedo</a>() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  </div>
|
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  </div>
|
||||||
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  <span class="keywordtype">void</span> SlotZoomOut() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  <span class="keywordtype">void</span> SlotZoomIn() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  </div>
|
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  </div>
|
||||||
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55">SlotSelectAll</a>() <span class="keyword">const</span>;</div>
|
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  <span class="keywordtype">void</span> SlotZoomOut() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  </div>
|
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  </div>
|
||||||
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>  <span class="keyword">protected</span>:</div>
|
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55">SlotSelectAll</a>() <span class="keyword">const</span>;</div>
|
||||||
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf">save_file</a>(<span class="keyword">const</span> QString& fileName);</div>
|
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  </div>
|
||||||
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span> };</div>
|
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  <span class="keyword">protected</span>:</div>
|
||||||
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>  </div>
|
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  <span class="keywordtype">bool</span> <a class="code" href="classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf">save_file</a>(<span class="keyword">const</span> QString& fileName);</div>
|
||||||
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span> };</div>
|
||||||
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>  </div>
|
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>  </div>
|
||||||
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span> <span class="preprocessor">#endif </span><span class="comment">// __TEXTEDIT_H__</span></div>
|
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
||||||
|
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>  </div>
|
||||||
|
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span> <span class="preprocessor">#endif </span><span class="comment">// __TEXTEDIT_H__</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1FilePage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FilePage.html">GpgFrontend::UI::FilePage</a></div><div class="ttdef"><b>Definition:</b> FilePage.h:43</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1FilePage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1FilePage.html">GpgFrontend::UI::FilePage</a></div><div class="ttdef"><b>Definition:</b> FilePage.h:43</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></div><div class="ttdoc">Class for handling a single tab of the tabwidget.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:45</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1PlainTextEditorPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html">GpgFrontend::UI::PlainTextEditorPage</a></div><div class="ttdoc">Class for handling a single tab of the tabwidget.</div><div class="ttdef"><b>Definition:</b> PlainTextEditorPage.h:45</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html">GpgFrontend::UI::TextEdit</a></div><div class="ttdoc">TextEdit class.</div><div class="ttdef"><b>Definition:</b> TextEdit.h:41</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html">GpgFrontend::UI::TextEdit</a></div><div class="ttdoc">TextEdit class.</div><div class="ttdef"><b>Definition:</b> TextEdit.h:41</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a02fa44ba0c56f3f6ae125f8490faf254"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254">GpgFrontend::UI::TextEdit::SlotSaveAs</a></div><div class="ttdeci">bool SlotSaveAs()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:201</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a02fa44ba0c56f3f6ae125f8490faf254"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254">GpgFrontend::UI::TextEdit::SlotSaveAs</a></div><div class="ttdeci">bool SlotSaveAs()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:231</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a05c54658597b04c3976c72d3a5f9add9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9">GpgFrontend::UI::TextEdit::TabCount</a></div><div class="ttdeci">int TabCount() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:372</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a05c54658597b04c3976c72d3a5f9add9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9">GpgFrontend::UI::TextEdit::TabCount</a></div><div class="ttdeci">int TabCount() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:402</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a12f65fbc4984c266a5df4505ecde7c42"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42">GpgFrontend::UI::TextEdit::slot_remove_tab</a></div><div class="ttdeci">void slot_remove_tab(int index)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:225</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a12f65fbc4984c266a5df4505ecde7c42"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42">GpgFrontend::UI::TextEdit::slot_remove_tab</a></div><div class="ttdeci">void slot_remove_tab(int index)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:255</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a15335d38187ddf580b7200d856768cfb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb">GpgFrontend::UI::TextEdit::SlotOpen</a></div><div class="ttdeci">void SlotOpen()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:120</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a15335d38187ddf580b7200d856768cfb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb">GpgFrontend::UI::TextEdit::SlotOpen</a></div><div class="ttdeci">void SlotOpen()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:150</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a1bf57ebe1e32b12c48bb633b7dd7a4f1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1">GpgFrontend::UI::TextEdit::slot_save_status_to_cache_for_revovery</a></div><div class="ttdeci">void slot_save_status_to_cache_for_revovery()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:601</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a1bf57ebe1e32b12c48bb633b7dd7a4f1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1">GpgFrontend::UI::TextEdit::slot_save_status_to_cache_for_revovery</a></div><div class="ttdeci">void slot_save_status_to_cache_for_revovery()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:631</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3599bd01636a873cf3437ab6b9d38780"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780">GpgFrontend::UI::TextEdit::SlotCopy</a></div><div class="ttdeci">void SlotCopy() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:527</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3599bd01636a873cf3437ab6b9d38780"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780">GpgFrontend::UI::TextEdit::SlotCopy</a></div><div class="ttdeci">void SlotCopy() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:557</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4">GpgFrontend::UI::TextEdit::slotNewHelpTab</a></div><div class="ttdeci">void slotNewHelpTab(const QString &title, const QString &path) const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:73</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4">GpgFrontend::UI::TextEdit::slotNewHelpTab</a></div><div class="ttdeci">void slotNewHelpTab(const QString &title, const QString &path) const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:103</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3c976a5494d06c2186d94e7cc8ebe457"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457">GpgFrontend::UI::TextEdit::MaybeSaveAnyTab</a></div><div class="ttdeci">bool MaybeSaveAnyTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:304</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a3c976a5494d06c2186d94e7cc8ebe457"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457">GpgFrontend::UI::TextEdit::MaybeSaveAnyTab</a></div><div class="ttdeci">bool MaybeSaveAnyTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:334</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a48351dc1529da3b8da311f65b735b5f1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1">GpgFrontend::UI::TextEdit::SlotCurPageTextEdit</a></div><div class="ttdeci">PlainTextEditorPage * SlotCurPageTextEdit() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:374</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a48351dc1529da3b8da311f65b735b5f1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1">GpgFrontend::UI::TextEdit::SlotCurPageTextEdit</a></div><div class="ttdeci">PlainTextEditorPage * SlotCurPageTextEdit() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:404</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a4a81e69f6dc74ea649ca9a2358342fd5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5">GpgFrontend::UI::TextEdit::SlotUndo</a></div><div class="ttdeci">void SlotUndo() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:545</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a4a81e69f6dc74ea649ca9a2358342fd5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5">GpgFrontend::UI::TextEdit::SlotUndo</a></div><div class="ttdeci">void SlotUndo() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:575</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a576e06390e65576465297d2ab8d7d474"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474">GpgFrontend::UI::TextEdit::SlotSwitchTabDown</a></div><div class="ttdeci">void SlotSwitchTabDown() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:489</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a576e06390e65576465297d2ab8d7d474"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474">GpgFrontend::UI::TextEdit::SlotSwitchTabDown</a></div><div class="ttdeci">void SlotSwitchTabDown() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:519</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a57a46ab5595622ae0b7bceef7d56bd7c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c">GpgFrontend::UI::TextEdit::SlotNewTab</a></div><div class="ttdeci">void SlotNewTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:59</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a57a46ab5595622ae0b7bceef7d56bd7c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c">GpgFrontend::UI::TextEdit::SlotNewTab</a></div><div class="ttdeci">void SlotNewTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:62</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a60c73cc66a48a38c13e7890de49e86c3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3">GpgFrontend::UI::TextEdit::SlotOpenFile</a></div><div class="ttdeci">void SlotOpenFile(const QString &path)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:89</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a60c73cc66a48a38c13e7890de49e86c3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3">GpgFrontend::UI::TextEdit::SlotOpenFile</a></div><div class="ttdeci">void SlotOpenFile(const QString &path)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:119</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a66b6f6633e7ac71e5fe8b7814a81cadf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf">GpgFrontend::UI::TextEdit::save_file</a></div><div class="ttdeci">bool save_file(const QString &fileName)</div><div class="ttdoc">Saves the content of currentTab to the file filename.</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:146</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a66b6f6633e7ac71e5fe8b7814a81cadf"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf">GpgFrontend::UI::TextEdit::save_file</a></div><div class="ttdeci">bool save_file(const QString &fileName)</div><div class="ttdoc">Saves the content of currentTab to the file filename.</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:176</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6a02fce9dc4039c982d6dd19231517ee"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee">GpgFrontend::UI::TextEdit::SlotQuote</a></div><div class="ttdeci">void SlotQuote() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:385</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6a02fce9dc4039c982d6dd19231517ee"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee">GpgFrontend::UI::TextEdit::SlotQuote</a></div><div class="ttdeci">void SlotQuote() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:415</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6c814253dfc061bfdae0fa71c6196c55"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55">GpgFrontend::UI::TextEdit::SlotSelectAll</a></div><div class="ttdeci">void SlotSelectAll() const</div><div class="ttdoc">select all in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:581</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a6c814253dfc061bfdae0fa71c6196c55"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55">GpgFrontend::UI::TextEdit::SlotSelectAll</a></div><div class="ttdeci">void SlotSelectAll() const</div><div class="ttdoc">select all in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:611</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72014409d407c161b048e07c061b4cf9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9">GpgFrontend::UI::TextEdit::SlotCurPageFileTreeView</a></div><div class="ttdeci">FilePage * SlotCurPageFileTreeView() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:380</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72014409d407c161b048e07c061b4cf9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9">GpgFrontend::UI::TextEdit::SlotCurPageFileTreeView</a></div><div class="ttdeci">FilePage * SlotCurPageFileTreeView() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:410</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72ed46454c833adb038c36d8d4322d18"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18">GpgFrontend::UI::TextEdit::LoadFile</a></div><div class="ttdeci">void LoadFile(const QString &fileName)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:415</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a72ed46454c833adb038c36d8d4322d18"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18">GpgFrontend::UI::TextEdit::LoadFile</a></div><div class="ttdeci">void LoadFile(const QString &fileName)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:445</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a747d3740a88295e6c9565788d4cf56ec"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec">GpgFrontend::UI::TextEdit::count_page_</a></div><div class="ttdeci">int count_page_</div><div class="ttdoc">int containing the number of added tabs</div><div class="ttdef"><b>Definition:</b> TextEdit.h:213</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a747d3740a88295e6c9565788d4cf56ec"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec">GpgFrontend::UI::TextEdit::count_page_</a></div><div class="ttdeci">int count_page_</div><div class="ttdoc">int containing the number of added tabs</div><div class="ttdef"><b>Definition:</b> TextEdit.h:219</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a7aa1230fbf796225bd6b83d381e11a3b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b">GpgFrontend::UI::TextEdit::CurTextPage</a></div><div class="ttdeci">PlainTextEditorPage * CurTextPage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:359</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a7aa1230fbf796225bd6b83d381e11a3b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b">GpgFrontend::UI::TextEdit::CurTextPage</a></div><div class="ttdeci">PlainTextEditorPage * CurTextPage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:389</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a82fe98d45f54909ebea933b540367c39"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39">GpgFrontend::UI::TextEdit::UnsavedDocuments</a></div><div class="ttdeci">QHash< int, QString > UnsavedDocuments() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:500</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a82fe98d45f54909ebea933b540367c39"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39">GpgFrontend::UI::TextEdit::UnsavedDocuments</a></div><div class="ttdeci">QHash< int, QString > UnsavedDocuments() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:530</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a8fad090a19479a9fe89432300cca2b6c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c">GpgFrontend::UI::TextEdit::maybe_save_current_tab</a></div><div class="ttdeci">bool maybe_save_current_tab(bool askToSave)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:258</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_a8fad090a19479a9fe89432300cca2b6c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c">GpgFrontend::UI::TextEdit::maybe_save_current_tab</a></div><div class="ttdeci">bool maybe_save_current_tab(bool askToSave)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:288</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa21659aa7acba98dfd6286d69e00ab9b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b">GpgFrontend::UI::TextEdit::SlotCloseTab</a></div><div class="ttdeci">void SlotCloseTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:218</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa21659aa7acba98dfd6286d69e00ab9b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b">GpgFrontend::UI::TextEdit::SlotCloseTab</a></div><div class="ttdeci">void SlotCloseTab()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:248</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa2230418dc8f72c400f5a90082a983c9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9">GpgFrontend::UI::TextEdit::SlotPaste</a></div><div class="ttdeci">void SlotPaste() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:537</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa2230418dc8f72c400f5a90082a983c9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9">GpgFrontend::UI::TextEdit::SlotPaste</a></div><div class="ttdeci">void SlotPaste() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:567</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa30daf558cb85bbdcad55a805a106109"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109">GpgFrontend::UI::TextEdit::CurFilePage</a></div><div class="ttdeci">FilePage * CurFilePage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:363</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_aa30daf558cb85bbdcad55a805a106109"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109">GpgFrontend::UI::TextEdit::CurFilePage</a></div><div class="ttdeci">FilePage * CurFilePage() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:393</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ab24adc1adb3b9b29469992e4c444436e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e">GpgFrontend::UI::TextEdit::SlotShowModified</a></div><div class="ttdeci">void SlotShowModified(bool) const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:462</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ab24adc1adb3b9b29469992e4c444436e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e">GpgFrontend::UI::TextEdit::SlotShowModified</a></div><div class="ttdeci">void SlotShowModified(bool) const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:492</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ace0b8f4c161db9f4f5db5ecbfd7a91c0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0">GpgFrontend::UI::TextEdit::SlotSave</a></div><div class="ttdeci">void SlotSave()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:130</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ace0b8f4c161db9f4f5db5ecbfd7a91c0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0">GpgFrontend::UI::TextEdit::SlotSave</a></div><div class="ttdeci">void SlotSave()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:160</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_adca2bbfa746b5598f2a4f74026b84224"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224">GpgFrontend::UI::TextEdit::SlotPrint</a></div><div class="ttdeci">void SlotPrint()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:440</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_adca2bbfa746b5598f2a4f74026b84224"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224">GpgFrontend::UI::TextEdit::SlotPrint</a></div><div class="ttdeci">void SlotPrint()</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:470</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae1e710c6722910b8d35df97aaabb3162"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162">GpgFrontend::UI::TextEdit::SlotCut</a></div><div class="ttdeci">void SlotCut() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:519</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae1e710c6722910b8d35df97aaabb3162"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162">GpgFrontend::UI::TextEdit::SlotCut</a></div><div class="ttdeci">void SlotCut() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:549</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae22ecadf31648f424eb8ab86bd28ef39"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39">GpgFrontend::UI::TextEdit::SlotNewFileTab</a></div><div class="ttdeci">void SlotNewFileTab() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:79</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae22ecadf31648f424eb8ab86bd28ef39"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39">GpgFrontend::UI::TextEdit::SlotNewFileTab</a></div><div class="ttdeci">void SlotNewFileTab() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:109</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae2b3bf422789d56087face98b6a9e929"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929">GpgFrontend::UI::TextEdit::SlotRedo</a></div><div class="ttdeci">void SlotRedo() const</div><div class="ttdoc">redo last change in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:553</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_ae2b3bf422789d56087face98b6a9e929"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929">GpgFrontend::UI::TextEdit::SlotRedo</a></div><div class="ttdeci">void SlotRedo() const</div><div class="ttdoc">redo last change in current text page</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:583</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af1e364b513f566c743a5d36c19098762"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762">GpgFrontend::UI::TextEdit::SlotSwitchTabUp</a></div><div class="ttdeci">void SlotSwitchTabUp() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:482</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af1e364b513f566c743a5d36c19098762"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762">GpgFrontend::UI::TextEdit::SlotSwitchTabUp</a></div><div class="ttdeci">void SlotSwitchTabUp() const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:512</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af466ec2b8ab3f695d206efc0574bbe20"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20">GpgFrontend::UI::TextEdit::SlotFillTextEditWithText</a></div><div class="ttdeci">void SlotFillTextEditWithText(const QString &text) const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:407</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_af466ec2b8ab3f695d206efc0574bbe20"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20">GpgFrontend::UI::TextEdit::SlotFillTextEditWithText</a></div><div class="ttdeci">void SlotFillTextEditWithText(const QString &text) const</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:437</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_afb9b7a7d88154d774b3d727d8e640cbb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb">GpgFrontend::UI::TextEdit::stripped_name</a></div><div class="ttdeci">static QString stripped_name(const QString &full_file_name)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:436</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1TextEdit_html_afb9b7a7d88154d774b3d727d8e640cbb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb">GpgFrontend::UI::TextEdit::stripped_name</a></div><div class="ttdeci">static QString stripped_name(const QString &full_file_name)</div><div class="ttdef"><b>Definition:</b> TextEdit.cpp:466</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 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 -->
|
</div><!-- fragment --></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
@ -92,121 +92,129 @@ $(document).ready(function(){initNavTree('UserInterfaceUtils_8h_source.html','')
|
|||||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</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 "core/GpgModel.h"</span></div>
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include "core/GpgModel.h"</span></div>
|
||||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "core/function/result_analyse/GpgVerifyResultAnalyse.h"</span></div>
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "core/function/result_analyse/GpgVerifyResultAnalyse.h"</span></div>
|
||||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</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 "core/model/GpgKey.h"</span></div>
|
||||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#include "ui/GpgFrontendUI.h"</span></div>
|
||||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend.html">GpgFrontend</a> {</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">class </span>GpgResultAnalyse;</div>
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend.html">GpgFrontend</a> {</div>
|
||||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> }</div>
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="keyword">class </span>GpgResultAnalyse;</div>
|
||||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> }</div>
|
||||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div>
|
||||||
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend_1_1UI.html">GpgFrontend::UI</a> {</div>
|
||||||
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="keyword">class </span>InfoBoardWidget;</div>
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div>
|
||||||
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">class </span>TextEdit;</div>
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">class </span>InfoBoardWidget;</div>
|
||||||
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">class </span>TextEdit;</div>
|
||||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281">show_verify_details</a>(QWidget* parent, InfoBoardWidget* info_board,</div>
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div>
|
||||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  GpgError error, <span class="keyword">const</span> GpgVerifyResult& verify_result);</div>
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281">show_verify_details</a>(QWidget* parent, InfoBoardWidget* info_board,</div>
|
||||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  GpgError error, <span class="keyword">const</span> GpgVerifyResult& verify_result);</div>
|
||||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925">import_unknown_key_from_keyserver</a>(</div>
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
|
||||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  QWidget* parent, <span class="keyword">const</span> GpgVerifyResultAnalyse& verify_res);</div>
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925">import_unknown_key_from_keyserver</a>(</div>
|
||||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  </div>
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  QWidget* parent, <span class="keyword">const</span> GpgVerifyResultAnalyse& verify_res);</div>
|
||||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333">refresh_info_board</a>(InfoBoardWidget* info_board, <span class="keywordtype">int</span> status,</div>
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  </div>
|
||||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keyword">const</span> std::string& report_text);</div>
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333">refresh_info_board</a>(InfoBoardWidget* info_board, <span class="keywordtype">int</span> status,</div>
|
||||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keyword">const</span> std::string& report_text);</div>
|
||||||
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3">process_result_analyse</a>(TextEdit* edit, InfoBoardWidget* info_board,</div>
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
|
||||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keyword">const</span> GpgResultAnalyse& result_analyse);</div>
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3">process_result_analyse</a>(TextEdit* edit, InfoBoardWidget* info_board,</div>
|
||||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keyword">const</span> GpgResultAnalyse& result_analyse);</div>
|
||||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3">process_result_analyse</a>(TextEdit* edit, InfoBoardWidget* info_board,</div>
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </div>
|
||||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="keyword">const</span> GpgResultAnalyse& result_analyse_a,</div>
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3">process_result_analyse</a>(TextEdit* edit, InfoBoardWidget* info_board,</div>
|
||||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keyword">const</span> GpgResultAnalyse& result_analyse_b);</div>
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keyword">const</span> GpgResultAnalyse& result_analyse_a,</div>
|
||||||
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  </div>
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keyword">const</span> GpgResultAnalyse& result_analyse_b);</div>
|
||||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f">process_operation</a>(</div>
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  </div>
|
||||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  QWidget* parent, <span class="keyword">const</span> std::string& waiting_title,</div>
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f">process_operation</a>(</div>
|
||||||
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  GpgFrontend::Thread::Task::TaskRunnable func,</div>
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  QWidget* parent, <span class="keyword">const</span> std::string& waiting_title,</div>
|
||||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  GpgFrontend::Thread::Task::TaskCallback callback = <span class="keyword">nullptr</span>,</div>
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  GpgFrontend::Thread::Task::TaskRunnable func,</div>
|
||||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  Thread::Task::DataObjectPtr data_object = <span class="keyword">nullptr</span>);</div>
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  GpgFrontend::Thread::Task::TaskCallback callback = <span class="keyword">nullptr</span>,</div>
|
||||||
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  </div>
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  Thread::Task::DataObjectPtr data_object = <span class="keyword">nullptr</span>);</div>
|
||||||
<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770"> 117</a></span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770">import_key_from_keyserver</a>(QWidget* parent, <span class="keyword">const</span> std::string& key_id,</div>
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  </div>
|
||||||
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <span class="keyword">const</span> std::string& key_server);</div>
|
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770"> 118</a></span> <span class="keywordtype">void</span> <a class="code" href="namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770">import_key_from_keyserver</a>(QWidget* parent, <span class="keyword">const</span> std::string& key_id,</div>
|
||||||
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  </div>
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keyword">const</span> std::string& key_server);</div>
|
||||||
<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1CommonUtils.html"> 124</a></span> <span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">CommonUtils</a> : <span class="keyword">public</span> QWidget {</div>
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  </div>
|
||||||
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  Q_OBJECT</div>
|
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1CommonUtils.html"> 125</a></span> <span class="keyword">class </span><a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">CommonUtils</a> : <span class="keyword">public</span> QWidget {</div>
|
||||||
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  <span class="keyword">public</span>:</div>
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  Q_OBJECT</div>
|
||||||
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  <span class="keyword">using</span> ImportCallbackFunctiopn = std::function<void(</div>
|
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  <span class="keyword">public</span>:</div>
|
||||||
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <span class="keyword">const</span> std::string&, <span class="keyword">const</span> std::string&, <span class="keywordtype">size_t</span>, <span class="keywordtype">size_t</span>)>;</div>
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <span class="keyword">using</span> ImportCallbackFunctiopn = std::function<void(</div>
|
||||||
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  </div>
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="keyword">const</span> std::string&, <span class="keyword">const</span> std::string&, <span class="keywordtype">size_t</span>, <span class="keywordtype">size_t</span>)>;</div>
|
||||||
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965">CommonUtils</a>();</div>
|
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  </div>
|
||||||
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  </div>
|
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965">CommonUtils</a>();</div>
|
||||||
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <span class="keyword">static</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">CommonUtils</a>* <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49">GetInstance</a>();</div>
|
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  </div>
|
||||||
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  </div>
|
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <span class="keyword">static</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">CommonUtils</a>* <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49">GetInstance</a>();</div>
|
||||||
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="keywordtype">bool</span> isApplicationNeedRestart();</div>
|
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  </div>
|
||||||
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  </div>
|
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  <span class="keywordtype">bool</span> isApplicationNeedRestart();</div>
|
||||||
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  signals:</div>
|
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  </div>
|
||||||
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keywordtype">void</span> SignalKeyStatusUpdated();</div>
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keywordtype">bool</span> KeyExistsinFavouriteList(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>& key);</div>
|
||||||
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  </div>
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  </div>
|
||||||
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="keywordtype">void</span> SignalGnupgNotInstall();</div>
|
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="keywordtype">void</span> AddKey2Favourtie(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>& key);</div>
|
||||||
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  </div>
|
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  </div>
|
||||||
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28"> 170</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28">SignalKeyDatabaseRefreshDone</a>();</div>
|
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="keywordtype">void</span> RemoveKeyFromFavourite(<span class="keyword">const</span> <a class="code" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>& key);</div>
|
||||||
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  </div>
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  </div>
|
||||||
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <span class="keywordtype">void</span> SignalNeedUserInputPassphrase();</div>
|
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  signals:</div>
|
||||||
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  </div>
|
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="keywordtype">void</span> SignalKeyStatusUpdated();</div>
|
||||||
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  <span class="keywordtype">void</span> SignalUserInputPassphraseDone(QString passphrase);</div>
|
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  </div>
|
||||||
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  </div>
|
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  <span class="keywordtype">void</span> SignalGnupgNotInstall();</div>
|
||||||
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  <span class="keywordtype">void</span> SignalRestartApplication(<span class="keywordtype">int</span>);</div>
|
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  </div>
|
||||||
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  </div>
|
<div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28"> 189</a></span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28">SignalKeyDatabaseRefreshDone</a>();</div>
|
||||||
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  <span class="keyword">public</span> slots:</div>
|
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  </div>
|
||||||
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8">SlotImportKeys</a>(QWidget* parent, <span class="keyword">const</span> std::string& in_buffer);</div>
|
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <span class="keywordtype">void</span> SignalNeedUserInputPassphrase();</div>
|
||||||
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  </div>
|
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  </div>
|
||||||
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d">SlotImportKeyFromFile</a>(QWidget* parent);</div>
|
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  <span class="keywordtype">void</span> SignalUserInputPassphraseDone(QString passphrase);</div>
|
||||||
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  </div>
|
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  </div>
|
||||||
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea">SlotImportKeyFromKeyServer</a>(QWidget* parent);</div>
|
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  <span class="keywordtype">void</span> SignalRestartApplication(<span class="keywordtype">int</span>);</div>
|
||||||
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  </div>
|
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  </div>
|
||||||
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a">SlotImportKeyFromClipboard</a>(QWidget* parent);</div>
|
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  <span class="keyword">public</span> slots:</div>
|
||||||
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>  </div>
|
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8">SlotImportKeys</a>(QWidget* parent, <span class="keyword">const</span> std::string& in_buffer);</div>
|
||||||
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea">SlotImportKeyFromKeyServer</a>(</div>
|
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  </div>
|
||||||
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  <span class="keyword">const</span> GpgFrontend::KeyIdArgsList& key_ids,</div>
|
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d">SlotImportKeyFromFile</a>(QWidget* parent);</div>
|
||||||
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  <span class="keyword">const</span> GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn& callback);</div>
|
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  </div>
|
||||||
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  </div>
|
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea">SlotImportKeyFromKeyServer</a>(QWidget* parent);</div>
|
||||||
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d">SlotExecuteGpgCommand</a>(</div>
|
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  </div>
|
||||||
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  <span class="keyword">const</span> QStringList& arguments,</div>
|
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a">SlotImportKeyFromClipboard</a>(QWidget* parent);</div>
|
||||||
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  <span class="keyword">const</span> std::function<<span class="keywordtype">void</span>(QProcess*)>& interact_func);</div>
|
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  </div>
|
||||||
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  </div>
|
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea">SlotImportKeyFromKeyServer</a>(</div>
|
||||||
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791">SlotExecuteCommand</a>(<span class="keyword">const</span> std::string& cmd, <span class="keyword">const</span> QStringList& arguments,</div>
|
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  <span class="keyword">const</span> GpgFrontend::KeyIdArgsList& key_ids,</div>
|
||||||
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  <span class="keyword">const</span> std::function<<span class="keywordtype">void</span>(QProcess*)>& interact_func);</div>
|
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  <span class="keyword">const</span> GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn& callback);</div>
|
||||||
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  </div>
|
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  </div>
|
||||||
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  <span class="keywordtype">void</span> SlotRestartApplication(<span class="keywordtype">int</span>);</div>
|
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d">SlotExecuteGpgCommand</a>(</div>
|
||||||
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  </div>
|
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  <span class="keyword">const</span> QStringList& arguments,</div>
|
||||||
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  <span class="keyword">private</span> slots:</div>
|
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>  <span class="keyword">const</span> std::function<<span class="keywordtype">void</span>(QProcess*)>& interact_func);</div>
|
||||||
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  </div>
|
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>  </div>
|
||||||
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e">slot_update_key_status</a>();</div>
|
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791">SlotExecuteCommand</a>(<span class="keyword">const</span> std::string& cmd, <span class="keyword">const</span> QStringList& arguments,</div>
|
||||||
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  </div>
|
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  <span class="keyword">const</span> std::function<<span class="keywordtype">void</span>(QProcess*)>& interact_func);</div>
|
||||||
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  <span class="keywordtype">void</span> slot_popup_passphrase_input_dialog();</div>
|
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  </div>
|
||||||
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  </div>
|
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  <span class="keywordtype">void</span> SlotRestartApplication(<span class="keywordtype">int</span>);</div>
|
||||||
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  <span class="keyword">private</span>:</div>
|
|
||||||
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>  <span class="keyword">static</span> std::unique_ptr<CommonUtils> instance_; </div>
|
|
||||||
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  <span class="keywordtype">bool</span> application_need_to_restart_at_once_ = <span class="keyword">false</span>;</div>
|
|
||||||
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span> };</div>
|
|
||||||
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  </div>
|
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  </div>
|
||||||
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  <span class="keyword">private</span> slots:</div>
|
||||||
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  </div>
|
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  </div>
|
||||||
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_USER_INTERFACE_UTILS_H</span></div>
|
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  <span class="keywordtype">void</span> <a class="code" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e">slot_update_key_status</a>();</div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.h:124</div></div>
|
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  </div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a057526790f6b2f6288c3a35322c34d8d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d">GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile</a></div><div class="ttdeci">void SlotImportKeyFromFile(QWidget *parent)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:230</div></div>
|
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  <span class="keywordtype">void</span> slot_popup_passphrase_input_dialog();</div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a0c8bf56fc5371cd2c5e9d2a0f67bf72a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a">GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard</a></div><div class="ttdeci">void SlotImportKeyFromClipboard(QWidget *parent)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:251</div></div>
|
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>  </div>
|
||||||
|
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  <span class="keyword">private</span>:</div>
|
||||||
|
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>  <span class="keyword">static</span> std::unique_ptr<CommonUtils> instance_; </div>
|
||||||
|
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  <span class="keywordtype">bool</span> application_need_to_restart_at_once_ = <span class="keyword">false</span>;</div>
|
||||||
|
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span> };</div>
|
||||||
|
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>  </div>
|
||||||
|
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span> } <span class="comment">// namespace GpgFrontend::UI</span></div>
|
||||||
|
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>  </div>
|
||||||
|
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_USER_INTERFACE_UTILS_H</span></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1GpgKey_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></div><div class="ttdef"><b>Definition:</b> GpgKey.h:43</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.h:125</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a057526790f6b2f6288c3a35322c34d8d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d">GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile</a></div><div class="ttdeci">void SlotImportKeyFromFile(QWidget *parent)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:231</div></div>
|
||||||
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a0c8bf56fc5371cd2c5e9d2a0f67bf72a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a">GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard</a></div><div class="ttdeci">void SlotImportKeyFromClipboard(QWidget *parent)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:252</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a1abc83bba95579aa94d0870181991a28"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28">GpgFrontend::UI::CommonUtils::SignalKeyDatabaseRefreshDone</a></div><div class="ttdeci">void SignalKeyDatabaseRefreshDone()</div><div class="ttdoc">emit when the key database is refreshed</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a1abc83bba95579aa94d0870181991a28"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28">GpgFrontend::UI::CommonUtils::SignalKeyDatabaseRefreshDone</a></div><div class="ttdeci">void SignalKeyDatabaseRefreshDone()</div><div class="ttdoc">emit when the key database is refreshed</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a3bc26cc1e0f00f0ce2f95c0b6c8778d8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8">GpgFrontend::UI::CommonUtils::SlotImportKeys</a></div><div class="ttdeci">void SlotImportKeys(QWidget *parent, const std::string &in_buffer)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:222</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a3bc26cc1e0f00f0ce2f95c0b6c8778d8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8">GpgFrontend::UI::CommonUtils::SlotImportKeys</a></div><div class="ttdeci">void SlotImportKeys(QWidget *parent, const std::string &in_buffer)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:223</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a78f5c2696152e9326e845c76c94be965"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965">GpgFrontend::UI::CommonUtils::CommonUtils</a></div><div class="ttdeci">CommonUtils()</div><div class="ttdoc">Construct a new Common Utils object.</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:155</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a78f5c2696152e9326e845c76c94be965"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965">GpgFrontend::UI::CommonUtils::CommonUtils</a></div><div class="ttdeci">CommonUtils()</div><div class="ttdoc">Construct a new Common Utils object.</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:156</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a95cd625a2e0e74ee4d564843c6d16791"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791">GpgFrontend::UI::CommonUtils::SlotExecuteCommand</a></div><div class="ttdeci">void SlotExecuteCommand(const std::string &cmd, const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:257</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_a95cd625a2e0e74ee4d564843c6d16791"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791">GpgFrontend::UI::CommonUtils::SlotExecuteCommand</a></div><div class="ttdeci">void SlotExecuteCommand(const std::string &cmd, const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:258</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_ab4ac26378d6a07757720163eb4b1cb0e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e">GpgFrontend::UI::CommonUtils::slot_update_key_status</a></div><div class="ttdeci">void slot_update_key_status()</div><div class="ttdoc">update the key status when signal is emitted</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:434</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_ab4ac26378d6a07757720163eb4b1cb0e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e">GpgFrontend::UI::CommonUtils::slot_update_key_status</a></div><div class="ttdeci">void slot_update_key_status()</div><div class="ttdoc">update the key status when signal is emitted</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:435</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_aed529969f54e39e3f9da14ae6dd00d49"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49">GpgFrontend::UI::CommonUtils::GetInstance</a></div><div class="ttdeci">static CommonUtils * GetInstance()</div><div class="ttdoc">Get the Instance object.</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:148</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_aed529969f54e39e3f9da14ae6dd00d49"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49">GpgFrontend::UI::CommonUtils::GetInstance</a></div><div class="ttdeci">static CommonUtils * GetInstance()</div><div class="ttdoc">Get the Instance object.</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:149</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_af1b3538d3119c8564e83c7661f73f6ea"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea">GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer</a></div><div class="ttdeci">void SlotImportKeyFromKeyServer(QWidget *parent)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:246</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_af1b3538d3119c8564e83c7661f73f6ea"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea">GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer</a></div><div class="ttdeci">void SlotImportKeyFromKeyServer(QWidget *parent)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:247</div></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_afc845c1c37487c99f78d8e66f6874f6d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d">GpgFrontend::UI::CommonUtils::SlotExecuteGpgCommand</a></div><div class="ttdeci">void SlotExecuteGpgCommand(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:289</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1CommonUtils_html_afc845c1c37487c99f78d8e66f6874f6d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d">GpgFrontend::UI::CommonUtils::SlotExecuteGpgCommand</a></div><div class="ttdeci">void SlotExecuteGpgCommand(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:290</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 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 class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a204156a333cde4f705f0ace91cd3d333"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333">GpgFrontend::UI::refresh_info_board</a></div><div class="ttdeci">void refresh_info_board(InfoBoardWidget *info_board, int status, const std::string &report_text)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:88</div></div>
|
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a204156a333cde4f705f0ace91cd3d333"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333">GpgFrontend::UI::refresh_info_board</a></div><div class="ttdeci">void refresh_info_board(InfoBoardWidget *info_board, int status, const std::string &report_text)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:89</div></div>
|
||||||
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a3c971eeb5c620d08d6d92f0752ceaf9f"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f">GpgFrontend::UI::process_operation</a></div><div class="ttdeci">void process_operation(QWidget *parent, const std::string &waiting_title, const Thread::Task::TaskRunnable func, const Thread::Task::TaskCallback callback, Thread::Task::DataObjectPtr data_object)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:118</div></div>
|
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a3c971eeb5c620d08d6d92f0752ceaf9f"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f">GpgFrontend::UI::process_operation</a></div><div class="ttdeci">void process_operation(QWidget *parent, const std::string &waiting_title, const Thread::Task::TaskRunnable func, const Thread::Task::TaskCallback callback, Thread::Task::DataObjectPtr data_object)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:119</div></div>
|
||||||
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a590a26051105940a6d6e0743b147e281"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281">GpgFrontend::UI::show_verify_details</a></div><div class="ttdeci">void show_verify_details(QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:56</div></div>
|
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a590a26051105940a6d6e0743b147e281"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281">GpgFrontend::UI::show_verify_details</a></div><div class="ttdeci">void show_verify_details(QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:57</div></div>
|
||||||
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a9ab218dde057182cb4911c4792acd925"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925">GpgFrontend::UI::import_unknown_key_from_keyserver</a></div><div class="ttdeci">void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_res)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:65</div></div>
|
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a9ab218dde057182cb4911c4792acd925"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925">GpgFrontend::UI::import_unknown_key_from_keyserver</a></div><div class="ttdeci">void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_res)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:66</div></div>
|
||||||
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_aa346bd199cecc61b15ef406728b58770"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770">GpgFrontend::UI::import_key_from_keyserver</a></div><div class="ttdeci">void import_key_from_keyserver(QWidget *parent, const std::string &key_id, const std::string &key_server)</div></div>
|
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_aa346bd199cecc61b15ef406728b58770"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770">GpgFrontend::UI::import_key_from_keyserver</a></div><div class="ttdeci">void import_key_from_keyserver(QWidget *parent, const std::string &key_id, const std::string &key_server)</div></div>
|
||||||
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_abd3c7c636954390d52150b4e6d38e1b3"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3">GpgFrontend::UI::process_result_analyse</a></div><div class="ttdeci">void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:100</div></div>
|
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_abd3c7c636954390d52150b4e6d38e1b3"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3">GpgFrontend::UI::process_result_analyse</a></div><div class="ttdeci">void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)</div><div class="ttdef"><b>Definition:</b> UserInterfaceUtils.cpp:101</div></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"><div class="ttname"><a href="namespaceGpgFrontend.html">GpgFrontend</a></div><div class="ttdef"><b>Definition:</b> CoreCommonUtil.cpp:31</div></div>
|
||||||
</div><!-- fragment --></div><!-- contents -->
|
</div><!-- fragment --></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
@ -164,55 +164,56 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();
|
|||||||
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CoreCommonUtil.html" target="_self">CoreCommonUtil</a></td><td class="desc"></td></tr>
|
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CoreCommonUtil.html" target="_self">CoreCommonUtil</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1ArchiveStruct.html" target="_self">ArchiveStruct</a></td><td class="desc"></td></tr>
|
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1ArchiveStruct.html" target="_self">ArchiveStruct</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1ArchiveFileOperator.html" target="_self">ArchiveFileOperator</a></td><td class="desc"></td></tr>
|
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1ArchiveFileOperator.html" target="_self">ArchiveFileOperator</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CacheManager.html" target="_self">CacheManager</a></td><td class="desc"></td></tr>
|
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html" target="_self">ThreadSafeMap</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CharsetOperator.html" target="_self">CharsetOperator</a></td><td class="desc"></td></tr>
|
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CacheManager.html" target="_self">CacheManager</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CoreSignalStation.html" target="_self">CoreSignalStation</a></td><td class="desc"></td></tr>
|
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CharsetOperator.html" target="_self">CharsetOperator</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1DataObjectOperator.html" target="_self">DataObjectOperator</a></td><td class="desc"></td></tr>
|
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1CoreSignalStation.html" target="_self">CoreSignalStation</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1FileOperator.html" target="_self">FileOperator</a></td><td class="desc">File operations </td></tr>
|
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1DataObjectOperator.html" target="_self">DataObjectOperator</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html" target="_self">GlobalSettingStation</a></td><td class="desc"></td></tr>
|
<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1FileOperator.html" target="_self">FileOperator</a></td><td class="desc">File operations </td></tr>
|
||||||
<tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgAdvancedOperator.html" target="_self">GpgAdvancedOperator</a></td><td class="desc"></td></tr>
|
<tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html" target="_self">GlobalSettingStation</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgBasicOperator.html" target="_self">GpgBasicOperator</a></td><td class="desc">Basic operation collection </td></tr>
|
<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgAdvancedOperator.html" target="_self">GpgAdvancedOperator</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgCommandExecutor.html" target="_self">GpgCommandExecutor</a></td><td class="desc">Extra commands related to GPG </td></tr>
|
<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgBasicOperator.html" target="_self">GpgBasicOperator</a></td><td class="desc">Basic operation collection </td></tr>
|
||||||
<tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgFileOpera.html" target="_self">GpgFileOpera</a></td><td class="desc"></td></tr>
|
<tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgCommandExecutor.html" target="_self">GpgCommandExecutor</a></td><td class="desc">Extra commands related to GPG </td></tr>
|
||||||
<tr id="row_0_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyGetter.html" target="_self">GpgKeyGetter</a></td><td class="desc"></td></tr>
|
<tr id="row_0_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgFileOpera.html" target="_self">GpgFileOpera</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_16_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportedKey.html" target="_self">GpgImportedKey</a></td><td class="desc"></td></tr>
|
<tr id="row_0_16_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyGetter.html" target="_self">GpgKeyGetter</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportInformation.html" target="_self">GpgImportInformation</a></td><td class="desc"></td></tr>
|
<tr id="row_0_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportedKey.html" target="_self">GpgImportedKey</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_18_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyImportExporter.html" target="_self">GpgKeyImportExporter</a></td><td class="desc"></td></tr>
|
<tr id="row_0_18_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgImportInformation.html" target="_self">GpgImportInformation</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_19_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_19_" class="arrow" onclick="toggleFolder('0_19_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyManager.html" target="_self">GpgKeyManager</a></td><td class="desc"></td></tr>
|
<tr id="row_0_19_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyImportExporter.html" target="_self">GpgKeyImportExporter</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_19_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct.html" target="_self">AutomatonHandelStruct</a></td><td class="desc"></td></tr>
|
<tr id="row_0_20_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_20_" class="arrow" onclick="toggleFolder('0_20_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyManager.html" target="_self">GpgKeyManager</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_20_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyOpera.html" target="_self">GpgKeyOpera</a></td><td class="desc"></td></tr>
|
<tr id="row_0_20_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct.html" target="_self">AutomatonHandelStruct</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgUIDOperator.html" target="_self">GpgUIDOperator</a></td><td class="desc"></td></tr>
|
<tr id="row_0_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeyOpera.html" target="_self">GpgKeyOpera</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_22_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1KeyPackageOperator.html" target="_self">KeyPackageOperator</a></td><td class="desc">Give the possibility to import or export a key package </td></tr>
|
<tr id="row_0_22_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgUIDOperator.html" target="_self">GpgUIDOperator</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_23_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html" target="_self">PassphraseGenerator</a></td><td class="desc">The <a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class.">PassphraseGenerator</a> class </td></tr>
|
<tr id="row_0_23_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1KeyPackageOperator.html" target="_self">KeyPackageOperator</a></td><td class="desc">Give the possibility to import or export a key package </td></tr>
|
||||||
<tr id="row_0_24_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgDecryptResultAnalyse.html" target="_self">GpgDecryptResultAnalyse</a></td><td class="desc"></td></tr>
|
<tr id="row_0_24_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html" target="_self">PassphraseGenerator</a></td><td class="desc">The <a class="el" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class.">PassphraseGenerator</a> class </td></tr>
|
||||||
<tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgEncryptResultAnalyse.html" target="_self">GpgEncryptResultAnalyse</a></td><td class="desc"></td></tr>
|
<tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgDecryptResultAnalyse.html" target="_self">GpgDecryptResultAnalyse</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgResultAnalyse.html" target="_self">GpgResultAnalyse</a></td><td class="desc"></td></tr>
|
<tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgEncryptResultAnalyse.html" target="_self">GpgEncryptResultAnalyse</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignResultAnalyse.html" target="_self">GpgSignResultAnalyse</a></td><td class="desc"></td></tr>
|
<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgResultAnalyse.html" target="_self">GpgResultAnalyse</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgVerifyResultAnalyse.html" target="_self">GpgVerifyResultAnalyse</a></td><td class="desc"></td></tr>
|
<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignResultAnalyse.html" target="_self">GpgSignResultAnalyse</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1__result__ref__deletor.html" target="_self">_result_ref_deletor</a></td><td class="desc">Result Deleter </td></tr>
|
<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgVerifyResultAnalyse.html" target="_self">GpgVerifyResultAnalyse</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgConstants.html" target="_self">GpgConstants</a></td><td class="desc"></td></tr>
|
<tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1__result__ref__deletor.html" target="_self">_result_ref_deletor</a></td><td class="desc">Result Deleter </td></tr>
|
||||||
<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgContextInitArgs.html" target="_self">GpgContextInitArgs</a></td><td class="desc"></td></tr>
|
<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgConstants.html" target="_self">GpgConstants</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_32_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_32_" class="arrow" onclick="toggleFolder('0_32_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgContext.html" target="_self">GpgContext</a></td><td class="desc"></td></tr>
|
<tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgContextInitArgs.html" target="_self">GpgContextInitArgs</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_32_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html" target="_self">_ctx_ref_deleter</a></td><td class="desc"></td></tr>
|
<tr id="row_0_33_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_33_" class="arrow" onclick="toggleFolder('0_33_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgContext.html" target="_self">GpgContext</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1ChannelObject.html" target="_self">ChannelObject</a></td><td class="desc">Object which in channel system </td></tr>
|
<tr id="row_0_33_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html" target="_self">_ctx_ref_deleter</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_34_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorage.html" target="_self">SingletonStorage</a></td><td class="desc"></td></tr>
|
<tr id="row_0_34_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1ChannelObject.html" target="_self">ChannelObject</a></td><td class="desc">Object which in channel system </td></tr>
|
||||||
<tr id="row_0_35_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorageCollection.html" target="_self">SingletonStorageCollection</a></td><td class="desc"></td></tr>
|
<tr id="row_0_35_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorage.html" target="_self">SingletonStorage</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_36_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html" target="_self">SingletonFunctionObject</a></td><td class="desc"></td></tr>
|
<tr id="row_0_36_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonStorageCollection.html" target="_self">SingletonStorageCollection</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_37_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GenKeyInfo.html" target="_self">GenKeyInfo</a></td><td class="desc"></td></tr>
|
<tr id="row_0_37_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html" target="_self">SingletonFunctionObject</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_38_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgInfo.html" target="_self">GpgInfo</a></td><td class="desc">Use to record some info about gnupg </td></tr>
|
<tr id="row_0_38_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GenKeyInfo.html" target="_self">GenKeyInfo</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_39_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_39_" class="arrow" onclick="toggleFolder('0_39_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgData.html" target="_self">GpgData</a></td><td class="desc"></td></tr>
|
<tr id="row_0_39_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgInfo.html" target="_self">GpgInfo</a></td><td class="desc">Use to record some info about gnupg </td></tr>
|
||||||
<tr id="row_0_39_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html" target="_self">_data_ref_deleter</a></td><td class="desc"></td></tr>
|
<tr id="row_0_40_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_40_" class="arrow" onclick="toggleFolder('0_40_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgData.html" target="_self">GpgData</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_40_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_40_" class="arrow" onclick="toggleFolder('0_40_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKey.html" target="_self">GpgKey</a></td><td class="desc"></td></tr>
|
<tr id="row_0_40_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html" target="_self">_data_ref_deleter</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_40_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html" target="_self">_key_ref_deleter</a></td><td class="desc"></td></tr>
|
<tr id="row_0_41_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_41_" class="arrow" onclick="toggleFolder('0_41_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKey.html" target="_self">GpgKey</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_41_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeySignature.html" target="_self">GpgKeySignature</a></td><td class="desc"></td></tr>
|
<tr id="row_0_41_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html" target="_self">_key_ref_deleter</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_42_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignature.html" target="_self">GpgSignature</a></td><td class="desc"></td></tr>
|
<tr id="row_0_42_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgKeySignature.html" target="_self">GpgKeySignature</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_43_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSubKey.html" target="_self">GpgSubKey</a></td><td class="desc"></td></tr>
|
<tr id="row_0_43_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSignature.html" target="_self">GpgSignature</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_44_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgTOFUInfo.html" target="_self">GpgTOFUInfo</a></td><td class="desc"></td></tr>
|
<tr id="row_0_44_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgSubKey.html" target="_self">GpgSubKey</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_0_45_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgUID.html" target="_self">GpgUID</a></td><td class="desc"></td></tr>
|
<tr id="row_0_45_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgTOFUInfo.html" target="_self">GpgTOFUInfo</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classclass.html" target="_self">class</a></td><td class="desc">Executive files related to the basic operations that are provided by GpgBasicOperator </td></tr>
|
<tr id="row_0_46_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGpgFrontend_1_1GpgUID.html" target="_self">GpgUID</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classProxyConnectionTestThread.html" target="_self">ProxyConnectionTestThread</a></td><td class="desc"></td></tr>
|
<tr id="row_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classclass.html" target="_self">class</a></td><td class="desc">Executive files related to the basic operations that are provided by GpgBasicOperator </td></tr>
|
||||||
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classSignatureDetailsDialog.html" target="_self">SignatureDetailsDialog</a></td><td class="desc"></td></tr>
|
<tr id="row_2_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classProxyConnectionTestThread.html" target="_self">ProxyConnectionTestThread</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTestListedKeyServerThread.html" target="_self">TestListedKeyServerThread</a></td><td class="desc"></td></tr>
|
<tr id="row_3_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classSignatureDetailsDialog.html" target="_self">SignatureDetailsDialog</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_4_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTestListedKeyServerThread.html" target="_self">TestListedKeyServerThread</a></td><td class="desc"></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</div><!-- directory -->
|
</div><!-- directory -->
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
|
@ -75,6 +75,7 @@ var annotated_dup =
|
|||||||
[ "CoreCommonUtil", "classGpgFrontend_1_1CoreCommonUtil.html", "classGpgFrontend_1_1CoreCommonUtil" ],
|
[ "CoreCommonUtil", "classGpgFrontend_1_1CoreCommonUtil.html", "classGpgFrontend_1_1CoreCommonUtil" ],
|
||||||
[ "ArchiveStruct", "structGpgFrontend_1_1ArchiveStruct.html", "structGpgFrontend_1_1ArchiveStruct" ],
|
[ "ArchiveStruct", "structGpgFrontend_1_1ArchiveStruct.html", "structGpgFrontend_1_1ArchiveStruct" ],
|
||||||
[ "ArchiveFileOperator", "classGpgFrontend_1_1ArchiveFileOperator.html", "classGpgFrontend_1_1ArchiveFileOperator" ],
|
[ "ArchiveFileOperator", "classGpgFrontend_1_1ArchiveFileOperator.html", "classGpgFrontend_1_1ArchiveFileOperator" ],
|
||||||
|
[ "ThreadSafeMap", "classGpgFrontend_1_1ThreadSafeMap.html", "classGpgFrontend_1_1ThreadSafeMap" ],
|
||||||
[ "CacheManager", "classGpgFrontend_1_1CacheManager.html", "classGpgFrontend_1_1CacheManager" ],
|
[ "CacheManager", "classGpgFrontend_1_1CacheManager.html", "classGpgFrontend_1_1CacheManager" ],
|
||||||
[ "CharsetOperator", "classGpgFrontend_1_1CharsetOperator.html", "classGpgFrontend_1_1CharsetOperator" ],
|
[ "CharsetOperator", "classGpgFrontend_1_1CharsetOperator.html", "classGpgFrontend_1_1CharsetOperator" ],
|
||||||
[ "CoreSignalStation", "classGpgFrontend_1_1CoreSignalStation.html", "classGpgFrontend_1_1CoreSignalStation" ],
|
[ "CoreSignalStation", "classGpgFrontend_1_1CoreSignalStation.html", "classGpgFrontend_1_1CoreSignalStation" ],
|
||||||
|
@ -89,9 +89,38 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1CacheManager.html'
|
|||||||
|
|
||||||
<p>This is the complete list of members for <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>, including all inherited members.</p>
|
<p>This is the complete list of members for <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>, including all inherited members.</p>
|
||||||
<table class="directory">
|
<table class="directory">
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ClearAllCache</b>() (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311">_default_channel</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">static</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>LoadCache</b>(std::string name) (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>cache_storage_</b> (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe">SaveCache</a>(std::string key, const nlohmann::json &value)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html#a311ae4d0cc4f4d9425b44789aea6090a">CacheManager</a>(int channel=SingletonFunctionObject::GetDefaultChannel())</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee">channel_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0">ChannelObject</a>() noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd">ChannelObject</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518">CreateInstance</a>(int channel, std::function< std::unique_ptr< ChannelObject >(void)> factory)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>drk_key_</b> (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>flush_cache_storage</b>() (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>get_data_object_key</b>(std::string key) (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621">GetAllChannelId</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7">GetChannel</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">GetDefaultChannel</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GetInstance</a>(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>key_storage_</b> (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>load_all_cache_storage</b>() (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>load_cache_storage</b>(std::string key, nlohmann::json default_value) (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>LoadCache</b>(std::string key) (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>LoadCache</b>(std::string key, nlohmann::json default_value) (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>m_timer_</b> (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e">operator=</a>(const SingletonFunctionObject< CacheManager > &)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator=</b>(const CacheManager &)=delete (defined in <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>register_cache_key</b>(std::string key) (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106">ReleaseChannel</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SaveCache</b>(std::string key, const nlohmann::json &value, bool flush=false) (defined in <a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1CacheManager.html">GpgFrontend::CacheManager</a></td><td class="entry"></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09">SetChannel</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61">SingletonFunctionObject</a>(const SingletonFunctionObject< CacheManager > &)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a">SingletonFunctionObject</a>(CacheManager &&)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645">SingletonFunctionObject</a>(const CacheManager &)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258">SingletonFunctionObject</a>()=default</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251">SingletonFunctionObject</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span><span class="mlabel">protected</span></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc">~SingletonFunctionObject</a>()=default</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
|
@ -83,65 +83,180 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1CacheManager.html'
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="summary">
|
<div class="summary">
|
||||||
<a href="#pub-static-methods">Static Public Member Functions</a> |
|
<a href="#pub-methods">Public Member Functions</a> |
|
||||||
|
<a href="#pri-methods">Private Member Functions</a> |
|
||||||
|
<a href="#pri-attribs">Private Attributes</a> |
|
||||||
<a href="classGpgFrontend_1_1CacheManager-members.html">List of all members</a> </div>
|
<a href="classGpgFrontend_1_1CacheManager-members.html">List of all members</a> </div>
|
||||||
<div class="headertitle">
|
<div class="headertitle">
|
||||||
<div class="title">GpgFrontend::CacheManager Class Reference</div> </div>
|
<div class="title">GpgFrontend::CacheManager Class Reference</div> </div>
|
||||||
</div><!--header-->
|
</div><!--header-->
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<div class="dynheader">
|
<div class="dynheader">
|
||||||
|
Inheritance diagram for GpgFrontend::CacheManager:</div>
|
||||||
|
<div class="dyncontent">
|
||||||
|
<div class="center"><img src="classGpgFrontend_1_1CacheManager__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1CacheManager_inherit__map" alt="Inheritance graph"/></div>
|
||||||
|
<map name="aGpgFrontend_1_1CacheManager_inherit__map" id="aGpgFrontend_1_1CacheManager_inherit__map">
|
||||||
|
<area shape="rect" title=" " alt="" coords="5,883,216,1121"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="21,653,96,731"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="120,551,349,833"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="71,5,279,156"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="196,205,425,488"/>
|
||||||
|
</map>
|
||||||
|
</div>
|
||||||
|
<div class="dynheader">
|
||||||
Collaboration diagram for GpgFrontend::CacheManager:</div>
|
Collaboration diagram for GpgFrontend::CacheManager:</div>
|
||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1CacheManager__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1CacheManager_coll__map" alt="Collaboration graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1CacheManager__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1CacheManager_coll__map" alt="Collaboration graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1CacheManager_coll__map" id="aGpgFrontend_1_1CacheManager_coll__map">
|
<map name="aGpgFrontend_1_1CacheManager_coll__map" id="aGpgFrontend_1_1CacheManager_coll__map">
|
||||||
<area shape="rect" title=" " alt="" coords="5,5,216,112"/>
|
<area shape="rect" title=" " alt="" coords="225,1219,436,1428"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="5,976,80,1053"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="104,873,333,1156"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="44,285,252,436"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="104,513,333,796"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1ThreadSafeMap.html" title=" " alt="" coords="358,910,573,1119"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1ThreadSafeMap.html" title=" " alt="" coords="358,572,573,737"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="307,322,450,399"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="474,315,651,407"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="495,145,630,223"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="506,5,545,83"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="582,5,621,83"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="610,976,697,1053"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="597,609,736,701"/>
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
<table class="memberdecls">
|
<table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
|
||||||
Static Public Member Functions</h2></td></tr>
|
Public Member Functions</h2></td></tr>
|
||||||
<tr class="memitem:a3cbc3238638dcd8b4722bfdf560c73fe"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe">SaveCache</a> (std::string key, const nlohmann::json &value)</td></tr>
|
<tr class="memitem:a311ae4d0cc4f4d9425b44789aea6090a"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1CacheManager.html#a311ae4d0cc4f4d9425b44789aea6090a">CacheManager</a> (int channel=<a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">SingletonFunctionObject::GetDefaultChannel</a>())</td></tr>
|
||||||
<tr class="separator:a3cbc3238638dcd8b4722bfdf560c73fe"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a311ae4d0cc4f4d9425b44789aea6090a"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:aaac1a2b86867831713efa5f092abf985"><td class="memItemLeft" align="right" valign="top"><a id="aaac1a2b86867831713efa5f092abf985"></a>
|
<tr class="memitem:af61eef3700ff6a6790a42269b66e20e4"><td class="memItemLeft" align="right" valign="top"><a id="af61eef3700ff6a6790a42269b66e20e4"></a>
|
||||||
static nlohmann::json </td><td class="memItemRight" valign="bottom"><b>LoadCache</b> (std::string name)</td></tr>
|
void </td><td class="memItemRight" valign="bottom"><b>SaveCache</b> (std::string key, const nlohmann::json &value, bool flush=false)</td></tr>
|
||||||
<tr class="separator:aaac1a2b86867831713efa5f092abf985"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:af61eef3700ff6a6790a42269b66e20e4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:ae5246d24c5dbafb8f9abb561217ea235"><td class="memItemLeft" align="right" valign="top"><a id="ae5246d24c5dbafb8f9abb561217ea235"></a>
|
<tr class="memitem:a1176521fa6f3df1ed760c18af53ebcf5"><td class="memItemLeft" align="right" valign="top"><a id="a1176521fa6f3df1ed760c18af53ebcf5"></a>
|
||||||
static void </td><td class="memItemRight" valign="bottom"><b>ClearAllCache</b> ()</td></tr>
|
nlohmann::json </td><td class="memItemRight" valign="bottom"><b>LoadCache</b> (std::string key)</td></tr>
|
||||||
<tr class="separator:ae5246d24c5dbafb8f9abb561217ea235"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a1176521fa6f3df1ed760c18af53ebcf5"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:af1ee53c1ecc4b0835568ef4af34c1595"><td class="memItemLeft" align="right" valign="top"><a id="af1ee53c1ecc4b0835568ef4af34c1595"></a>
|
||||||
|
nlohmann::json </td><td class="memItemRight" valign="bottom"><b>LoadCache</b> (std::string key, nlohmann::json default_value)</td></tr>
|
||||||
|
<tr class="separator:af1ee53c1ecc4b0835568ef4af34c1595"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="inherit_header pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classGpgFrontend_1_1SingletonFunctionObject')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td></tr>
|
||||||
|
<tr class="memitem:a194e49b07d46345bdad386505d743a61 inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top"><a id="a194e49b07d46345bdad386505d743a61"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61">SingletonFunctionObject</a> (const <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">SingletonFunctionObject</a>< <a class="el" href="classGpgFrontend_1_1CacheManager.html">CacheManager</a> > &)=delete</td></tr>
|
||||||
|
<tr class="memdesc:a194e49b07d46345bdad386505d743a61 inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">prohibit copy <br /></td></tr>
|
||||||
|
<tr class="separator:a194e49b07d46345bdad386505d743a61 inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:aabc5fe8e5a372ac276a265286457cb9a inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top"><a id="aabc5fe8e5a372ac276a265286457cb9a"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a">SingletonFunctionObject</a> (<a class="el" href="classGpgFrontend_1_1CacheManager.html">CacheManager</a> &&)=delete</td></tr>
|
||||||
|
<tr class="memdesc:aabc5fe8e5a372ac276a265286457cb9a inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">Construct a new Singleton Function Object object. <br /></td></tr>
|
||||||
|
<tr class="separator:aabc5fe8e5a372ac276a265286457cb9a inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a7090636bed6f4bad5b99f28f6872c645 inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top"><a id="a7090636bed6f4bad5b99f28f6872c645"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645">SingletonFunctionObject</a> (const <a class="el" href="classGpgFrontend_1_1CacheManager.html">CacheManager</a> &)=delete</td></tr>
|
||||||
|
<tr class="memdesc:a7090636bed6f4bad5b99f28f6872c645 inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">Construct a new Singleton Function Object object. <br /></td></tr>
|
||||||
|
<tr class="separator:a7090636bed6f4bad5b99f28f6872c645 inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:aabb190a60f7a5d4ded43cae16ab8f59e inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">SingletonFunctionObject</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e">operator=</a> (const <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">SingletonFunctionObject</a>< <a class="el" href="classGpgFrontend_1_1CacheManager.html">CacheManager</a> > &)=delete</td></tr>
|
||||||
|
<tr class="memdesc:aabb190a60f7a5d4ded43cae16ab8f59e inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">prohibit copy <a href="classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:aabb190a60f7a5d4ded43cae16ab8f59e inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a03ce3095a745ecbf5e6a032e7da4bc97 inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top"><a id="a03ce3095a745ecbf5e6a032e7da4bc97"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>operator=</b> (const <a class="el" href="classGpgFrontend_1_1CacheManager.html">CacheManager</a> &)=delete</td></tr>
|
||||||
|
<tr class="separator:a03ce3095a745ecbf5e6a032e7da4bc97 inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:aa99440b9177f5d0c18840f08a40d64b7 inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7">GetChannel</a> () const</td></tr>
|
||||||
|
<tr class="memdesc:aa99440b9177f5d0c18840f08a40d64b7 inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">Get the Channel object. <a href="classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:aa99440b9177f5d0c18840f08a40d64b7 inherit pub_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="inherit_header pub_methods_classGpgFrontend_1_1ChannelObject"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classGpgFrontend_1_1ChannelObject')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td></tr>
|
||||||
|
<tr class="memitem:aedbf32eddc701e521bd8e790ef208da0 inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="memItemLeft" align="right" valign="top"><a id="aedbf32eddc701e521bd8e790ef208da0"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0">ChannelObject</a> () noexcept</td></tr>
|
||||||
|
<tr class="memdesc:aedbf32eddc701e521bd8e790ef208da0 inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="mdescLeft"> </td><td class="mdescRight">Construct a new Default Channel Object object. <br /></td></tr>
|
||||||
|
<tr class="separator:aedbf32eddc701e521bd8e790ef208da0 inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a68ad2a19339e3cd50626fe0eaad17ccd inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd">ChannelObject</a> (int channel)</td></tr>
|
||||||
|
<tr class="memdesc:a68ad2a19339e3cd50626fe0eaad17ccd inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="mdescLeft"> </td><td class="mdescRight">Construct a new Channel Object object. <a href="classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:a68ad2a19339e3cd50626fe0eaad17ccd inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a0e13a4bff1cfb679f68a3a2590a3b1b8 inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8">GetChannel</a> () const</td></tr>
|
||||||
|
<tr class="memdesc:a0e13a4bff1cfb679f68a3a2590a3b1b8 inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="mdescLeft"> </td><td class="mdescRight">Get the Channel object. <a href="classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:a0e13a4bff1cfb679f68a3a2590a3b1b8 inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:aa3b19cad6d873b314bba32a3dae85f09 inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09">SetChannel</a> (int channel)</td></tr>
|
||||||
|
<tr class="memdesc:aa3b19cad6d873b314bba32a3dae85f09 inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="mdescLeft"> </td><td class="mdescRight">Set the Channel object. <a href="classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:aa3b19cad6d873b314bba32a3dae85f09 inherit pub_methods_classGpgFrontend_1_1ChannelObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-methods"></a>
|
||||||
|
Private Member Functions</h2></td></tr>
|
||||||
|
<tr class="memitem:a9dd86b465c144340312956366b989cee"><td class="memItemLeft" align="right" valign="top"><a id="a9dd86b465c144340312956366b989cee"></a>
|
||||||
|
std::string </td><td class="memItemRight" valign="bottom"><b>get_data_object_key</b> (std::string key)</td></tr>
|
||||||
|
<tr class="separator:a9dd86b465c144340312956366b989cee"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a6e05751e92f8f0011bfcb755ccbb8003"><td class="memItemLeft" align="right" valign="top"><a id="a6e05751e92f8f0011bfcb755ccbb8003"></a>
|
||||||
|
nlohmann::json </td><td class="memItemRight" valign="bottom"><b>load_cache_storage</b> (std::string key, nlohmann::json default_value)</td></tr>
|
||||||
|
<tr class="separator:a6e05751e92f8f0011bfcb755ccbb8003"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a8fdeea326fe6ba46d02ac2b9fbdde58c"><td class="memItemLeft" align="right" valign="top"><a id="a8fdeea326fe6ba46d02ac2b9fbdde58c"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>load_all_cache_storage</b> ()</td></tr>
|
||||||
|
<tr class="separator:a8fdeea326fe6ba46d02ac2b9fbdde58c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a2cce51cf81b62dfb10b2195a0375f9b2"><td class="memItemLeft" align="right" valign="top"><a id="a2cce51cf81b62dfb10b2195a0375f9b2"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>flush_cache_storage</b> ()</td></tr>
|
||||||
|
<tr class="separator:a2cce51cf81b62dfb10b2195a0375f9b2"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ab974c30ff13b899ca647d6ff97f7c34d"><td class="memItemLeft" align="right" valign="top"><a id="ab974c30ff13b899ca647d6ff97f7c34d"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>register_cache_key</b> (std::string key)</td></tr>
|
||||||
|
<tr class="separator:ab974c30ff13b899ca647d6ff97f7c34d"><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>
|
||||||
|
<tr class="memitem:aec8664877393054794453f56373520cc"><td class="memItemLeft" align="right" valign="top"><a id="aec8664877393054794453f56373520cc"></a>
|
||||||
|
<a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">ThreadSafeMap</a>< std::string, nlohmann::json > </td><td class="memItemRight" valign="bottom"><b>cache_storage_</b></td></tr>
|
||||||
|
<tr class="separator:aec8664877393054794453f56373520cc"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:af961e0b1f041bac37d5c16929da9d515"><td class="memItemLeft" align="right" valign="top"><a id="af961e0b1f041bac37d5c16929da9d515"></a>
|
||||||
|
nlohmann::json </td><td class="memItemRight" valign="bottom"><b>key_storage_</b></td></tr>
|
||||||
|
<tr class="separator:af961e0b1f041bac37d5c16929da9d515"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:af4d6094e1c9fc5487e174ab876925a2b"><td class="memItemLeft" align="right" valign="top"><a id="af4d6094e1c9fc5487e174ab876925a2b"></a>
|
||||||
|
QTimer * </td><td class="memItemRight" valign="bottom"><b>m_timer_</b></td></tr>
|
||||||
|
<tr class="separator:af4d6094e1c9fc5487e174ab876925a2b"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a10682dce9d34272f3b99d1abbb48fb0d"><td class="memItemLeft" align="right" valign="top"><a id="a10682dce9d34272f3b99d1abbb48fb0d"></a>
|
||||||
|
const std::string </td><td class="memItemRight" valign="bottom"><b>drk_key_</b> = "__cache_manage_data_register_key_list"</td></tr>
|
||||||
|
<tr class="separator:a10682dce9d34272f3b99d1abbb48fb0d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
|
||||||
|
Additional Inherited Members</h2></td></tr>
|
||||||
|
<tr class="inherit_header pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td></tr>
|
||||||
|
<tr class="memitem:a70484d7cfe9f9dcbcd5f8bb749250f36 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classGpgFrontend_1_1CacheManager.html">CacheManager</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GetInstance</a> (int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)</td></tr>
|
||||||
|
<tr class="memdesc:a70484d7cfe9f9dcbcd5f8bb749250f36 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">Get the Instance object. <a href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:a70484d7cfe9f9dcbcd5f8bb749250f36 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a083807ff8cec58dc0aa732844edaf518 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classGpgFrontend_1_1CacheManager.html">CacheManager</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518">CreateInstance</a> (int channel, std::function< std::unique_ptr< <a class="el" href="classGpgFrontend_1_1ChannelObject.html">ChannelObject</a> >(void)> factory)</td></tr>
|
||||||
|
<tr class="memdesc:a083807ff8cec58dc0aa732844edaf518 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">Create a Instance object. <a href="classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:a083807ff8cec58dc0aa732844edaf518 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ab49b1d50252e1934691a9483a6df2106 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106">ReleaseChannel</a> (int channel)</td></tr>
|
||||||
|
<tr class="separator:ab49b1d50252e1934691a9483a6df2106 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a50e2b3794d6553f4231eaec72d9d0a50 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top">static int </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">GetDefaultChannel</a> ()</td></tr>
|
||||||
|
<tr class="memdesc:a50e2b3794d6553f4231eaec72d9d0a50 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">Get the Default Channel object. <a href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:a50e2b3794d6553f4231eaec72d9d0a50 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a5f2f0474871971f86ff91fb6a2408621 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top">static std::vector< int > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621">GetAllChannelId</a> ()</td></tr>
|
||||||
|
<tr class="memdesc:a5f2f0474871971f86ff91fb6a2408621 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">Get all the channel ids. <a href="classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:a5f2f0474871971f86ff91fb6a2408621 inherit pub_static_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="inherit_header pub_static_methods_classGpgFrontend_1_1ChannelObject"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classGpgFrontend_1_1ChannelObject')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td></tr>
|
||||||
|
<tr class="memitem:aece9c525c49900734bc1bebf85b644ef inherit pub_static_methods_classGpgFrontend_1_1ChannelObject"><td class="memItemLeft" align="right" valign="top">static int </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef">GetDefaultChannel</a> ()</td></tr>
|
||||||
|
<tr class="memdesc:aece9c525c49900734bc1bebf85b644ef inherit pub_static_methods_classGpgFrontend_1_1ChannelObject"><td class="mdescLeft"> </td><td class="mdescRight">Get the Default Channel object. <a href="classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:aece9c525c49900734bc1bebf85b644ef inherit pub_static_methods_classGpgFrontend_1_1ChannelObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="inherit_header pro_methods_classGpgFrontend_1_1SingletonFunctionObject"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classGpgFrontend_1_1SingletonFunctionObject')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< CacheManager ></a></td></tr>
|
||||||
|
<tr class="memitem:a02e76b42ab51d77588b01c7508bed258 inherit pro_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top"><a id="a02e76b42ab51d77588b01c7508bed258"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258">SingletonFunctionObject</a> ()=default</td></tr>
|
||||||
|
<tr class="memdesc:a02e76b42ab51d77588b01c7508bed258 inherit pro_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">Construct a new Singleton Function Object object. <br /></td></tr>
|
||||||
|
<tr class="separator:a02e76b42ab51d77588b01c7508bed258 inherit pro_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a4aa7f1eb1d3281bb1fccfcbb1b416251 inherit pro_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251">SingletonFunctionObject</a> (int channel)</td></tr>
|
||||||
|
<tr class="memdesc:a4aa7f1eb1d3281bb1fccfcbb1b416251 inherit pro_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">Construct a new Singleton Function Object object. <a href="classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:a4aa7f1eb1d3281bb1fccfcbb1b416251 inherit pro_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a8296be8c449f88175285186831b995bc inherit pro_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memItemLeft" align="right" valign="top"><a id="a8296be8c449f88175285186831b995bc"></a>
|
||||||
|
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc">~SingletonFunctionObject</a> ()=default</td></tr>
|
||||||
|
<tr class="memdesc:a8296be8c449f88175285186831b995bc inherit pro_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="mdescLeft"> </td><td class="mdescRight">Destroy the Singleton Function Object object. <br /></td></tr>
|
||||||
|
<tr class="separator:a8296be8c449f88175285186831b995bc inherit pro_methods_classGpgFrontend_1_1SingletonFunctionObject"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
</table>
|
</table>
|
||||||
<h2 class="groupheader">Member Function Documentation</h2>
|
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
||||||
<a id="a3cbc3238638dcd8b4722bfdf560c73fe"></a>
|
<a id="a311ae4d0cc4f4d9425b44789aea6090a"></a>
|
||||||
<h2 class="memtitle"><span class="permalink"><a href="#a3cbc3238638dcd8b4722bfdf560c73fe">◆ </a></span>SaveCache()</h2>
|
<h2 class="memtitle"><span class="permalink"><a href="#a311ae4d0cc4f4d9425b44789aea6090a">◆ </a></span>CacheManager()</h2>
|
||||||
|
|
||||||
<div class="memitem">
|
<div class="memitem">
|
||||||
<div class="memproto">
|
<div class="memproto">
|
||||||
<table class="mlabels">
|
|
||||||
<tr>
|
|
||||||
<td class="mlabels-left">
|
|
||||||
<table class="memname">
|
<table class="memname">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="memname">void GpgFrontend::CacheManager::SaveCache </td>
|
<td class="memname">GpgFrontend::CacheManager::CacheManager </td>
|
||||||
<td>(</td>
|
<td>(</td>
|
||||||
<td class="paramtype">std::string </td>
|
<td class="paramtype">int </td>
|
||||||
<td class="paramname"><em>key</em>, </td>
|
<td class="paramname"><em>channel</em> = <code><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">SingletonFunctionObject::GetDefaultChannel</a>()</code></td><td>)</td>
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="paramkey"></td>
|
|
||||||
<td></td>
|
<td></td>
|
||||||
<td class="paramtype">const nlohmann::json & </td>
|
|
||||||
<td class="paramname"><em>value</em> </td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td></td>
|
|
||||||
<td>)</td>
|
|
||||||
<td></td><td></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
|
||||||
<td class="mlabels-right">
|
|
||||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
<p>Copyright (C) 2021 Saturneric</p>
|
<p>Copyright (C) 2021 Saturneric</p>
|
||||||
<p>This file is part of <a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>.</p>
|
<p>This file is part of <a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a>.</p>
|
||||||
@ -152,8 +267,6 @@ static void </td><td class="memItemRight" valign="bottom"><b>ClearAllCache<
|
|||||||
<p>All the source code of <a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a> was modified and released by Saturneric<a href="#" onclick="location.href='mai'+'lto:'+'eri'+'c@'+'bkt'+'us'+'.co'+'m'; return false;">eric@<span style="display: none;">.nosp@m.</span>bktu<span style="display: none;">.nosp@m.</span>s.com</a> starting on May 12, 2021.</p>
|
<p>All the source code of <a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a> was modified and released by Saturneric<a href="#" onclick="location.href='mai'+'lto:'+'eri'+'c@'+'bkt'+'us'+'.co'+'m'; return false;">eric@<span style="display: none;">.nosp@m.</span>bktu<span style="display: none;">.nosp@m.</span>s.com</a> starting on May 12, 2021.</p>
|
||||||
<p>SPDX-License-Identifier: GPL-3.0-or-later </p>
|
<p>SPDX-License-Identifier: GPL-3.0-or-later </p>
|
||||||
|
|
||||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< DataObjectOperator >::GetInstance()</a>.</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following files:<ul>
|
<hr/>The documentation for this class was generated from the following files:<ul>
|
||||||
|
@ -1,6 +1,16 @@
|
|||||||
var classGpgFrontend_1_1CacheManager =
|
var classGpgFrontend_1_1CacheManager =
|
||||||
[
|
[
|
||||||
[ "ClearAllCache", "classGpgFrontend_1_1CacheManager.html#ae5246d24c5dbafb8f9abb561217ea235", null ],
|
[ "CacheManager", "classGpgFrontend_1_1CacheManager.html#a311ae4d0cc4f4d9425b44789aea6090a", null ],
|
||||||
[ "LoadCache", "classGpgFrontend_1_1CacheManager.html#aaac1a2b86867831713efa5f092abf985", null ],
|
[ "flush_cache_storage", "classGpgFrontend_1_1CacheManager.html#a2cce51cf81b62dfb10b2195a0375f9b2", null ],
|
||||||
[ "SaveCache", "classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe", null ]
|
[ "get_data_object_key", "classGpgFrontend_1_1CacheManager.html#a9dd86b465c144340312956366b989cee", null ],
|
||||||
|
[ "load_all_cache_storage", "classGpgFrontend_1_1CacheManager.html#a8fdeea326fe6ba46d02ac2b9fbdde58c", null ],
|
||||||
|
[ "load_cache_storage", "classGpgFrontend_1_1CacheManager.html#a6e05751e92f8f0011bfcb755ccbb8003", null ],
|
||||||
|
[ "LoadCache", "classGpgFrontend_1_1CacheManager.html#a1176521fa6f3df1ed760c18af53ebcf5", null ],
|
||||||
|
[ "LoadCache", "classGpgFrontend_1_1CacheManager.html#af1ee53c1ecc4b0835568ef4af34c1595", null ],
|
||||||
|
[ "register_cache_key", "classGpgFrontend_1_1CacheManager.html#ab974c30ff13b899ca647d6ff97f7c34d", null ],
|
||||||
|
[ "SaveCache", "classGpgFrontend_1_1CacheManager.html#af61eef3700ff6a6790a42269b66e20e4", null ],
|
||||||
|
[ "cache_storage_", "classGpgFrontend_1_1CacheManager.html#aec8664877393054794453f56373520cc", null ],
|
||||||
|
[ "drk_key_", "classGpgFrontend_1_1CacheManager.html#a10682dce9d34272f3b99d1abbb48fb0d", null ],
|
||||||
|
[ "key_storage_", "classGpgFrontend_1_1CacheManager.html#af961e0b1f041bac37d5c16929da9d515", null ],
|
||||||
|
[ "m_timer_", "classGpgFrontend_1_1CacheManager.html#af4d6094e1c9fc5487e174ab876925a2b", null ]
|
||||||
];
|
];
|
@ -1,3 +1,16 @@
|
|||||||
<map id="GpgFrontend::CacheManager" name="GpgFrontend::CacheManager">
|
<map id="GpgFrontend::CacheManager" name="GpgFrontend::CacheManager">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="5,5,216,112"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="225,1219,436,1428"/>
|
||||||
|
<area shape="rect" id="node2" title=" " alt="" coords="5,976,80,1053"/>
|
||||||
|
<area shape="rect" id="node3" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="104,873,333,1156"/>
|
||||||
|
<area shape="rect" id="node4" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="44,285,252,436"/>
|
||||||
|
<area shape="rect" id="node5" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="104,513,333,796"/>
|
||||||
|
<area shape="rect" id="node6" href="$classGpgFrontend_1_1ThreadSafeMap.html" title=" " alt="" coords="358,910,573,1119"/>
|
||||||
|
<area shape="rect" id="node7" href="$classGpgFrontend_1_1ThreadSafeMap.html" title=" " alt="" coords="358,572,573,737"/>
|
||||||
|
<area shape="rect" id="node8" title=" " alt="" coords="307,322,450,399"/>
|
||||||
|
<area shape="rect" id="node9" title=" " alt="" coords="474,315,651,407"/>
|
||||||
|
<area shape="rect" id="node10" title=" " alt="" coords="495,145,630,223"/>
|
||||||
|
<area shape="rect" id="node11" title=" " alt="" coords="506,5,545,83"/>
|
||||||
|
<area shape="rect" id="node12" title=" " alt="" coords="582,5,621,83"/>
|
||||||
|
<area shape="rect" id="node13" title=" " alt="" coords="610,976,697,1053"/>
|
||||||
|
<area shape="rect" id="node14" title=" " alt="" coords="597,609,736,701"/>
|
||||||
</map>
|
</map>
|
||||||
|
@ -1 +1 @@
|
|||||||
ab999b5079abf1e5aba4c0035606f5da
|
b3e687840219690156616592ad0a1131
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 126 KiB |
@ -0,0 +1,7 @@
|
|||||||
|
<map id="GpgFrontend::CacheManager" name="GpgFrontend::CacheManager">
|
||||||
|
<area shape="rect" id="node1" title=" " alt="" coords="5,883,216,1121"/>
|
||||||
|
<area shape="rect" id="node2" title=" " alt="" coords="21,653,96,731"/>
|
||||||
|
<area shape="rect" id="node3" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="120,551,349,833"/>
|
||||||
|
<area shape="rect" id="node4" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="71,5,279,156"/>
|
||||||
|
<area shape="rect" id="node5" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="196,205,425,488"/>
|
||||||
|
</map>
|
@ -0,0 +1 @@
|
|||||||
|
38d338047e3a84bc26ee786569b08568
|
BIN
docs/html/classGpgFrontend_1_1CacheManager__inherit__graph.png
Normal file
After Width: | Height: | Size: 62 KiB |
@ -102,36 +102,38 @@ Inheritance diagram for GpgFrontend::ChannelObject:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1ChannelObject__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1ChannelObject_inherit__map" alt="Inheritance graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1ChannelObject__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1ChannelObject_inherit__map" alt="Inheritance graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1ChannelObject_inherit__map" id="aGpgFrontend_1_1ChannelObject_inherit__map">
|
<map name="aGpgFrontend_1_1ChannelObject_inherit__map" id="aGpgFrontend_1_1ChannelObject_inherit__map">
|
||||||
<area shape="rect" title="object which in channel system" alt="" coords="1659,5,1867,156"/>
|
<area shape="rect" title="object which in channel system" alt="" coords="1725,5,1933,156"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1032,551,1261,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="549,551,778,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1285,551,1515,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1309,551,1538,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="259,551,488,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1815,551,2045,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1539,551,1781,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="282,551,525,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="765,551,1008,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="15,551,258,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="512,551,741,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1562,551,1791,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="802,551,1031,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3341,551,3571,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3339,551,3569,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2835,551,3064,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2833,551,3062,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2569,551,2810,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2579,551,2809,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1805,551,2035,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3593,551,3835,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3088,551,3317,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1055,551,1285,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2059,551,2291,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2069,551,2298,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2315,551,2544,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2322,551,2554,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1648,205,1877,488"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3086,551,3315,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="1041,1029,1261,1165"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1791,205,2021,488"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="1290,1022,1510,1173"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="553,1037,773,1173"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="292,1044,455,1151"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="1313,1029,1533,1180"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="1556,993,1764,1202"/>
|
<area shape="rect" href="classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="1849,1051,2011,1158"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="754,1044,1017,1151"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="299,1000,507,1209"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="525,1000,728,1195"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="5,1051,268,1158"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="19,1007,221,1187"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="1575,1007,1778,1202"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="3354,978,3558,1217"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="816,1015,1017,1195"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2829,993,3059,1202"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="3352,985,3556,1224"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2585,1000,2793,1195"/>
|
<area shape="rect" href="classGpgFrontend_1_1CacheManager.html" title=" " alt="" coords="2842,985,3053,1224"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="1801,883,2025,1312"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2587,1000,2817,1209"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="3084,985,3327,1209"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="3610,1007,3818,1202"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="2049,1044,2300,1151"/>
|
<area shape="rect" href="classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="1058,883,1282,1327"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="2324,934,2553,1261"/>
|
<area shape="rect" href="classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="2045,993,2287,1217"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="2311,1051,2562,1158"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="3086,941,3315,1268"/>
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
<div class="dynheader">
|
<div class="dynheader">
|
||||||
|
@ -1,32 +1,34 @@
|
|||||||
<map id="GpgFrontend::ChannelObject" name="GpgFrontend::ChannelObject">
|
<map id="GpgFrontend::ChannelObject" name="GpgFrontend::ChannelObject">
|
||||||
<area shape="rect" id="node1" title="object which in channel system" alt="" coords="1659,5,1867,156"/>
|
<area shape="rect" id="node1" title="object which in channel system" alt="" coords="1725,5,1933,156"/>
|
||||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1032,551,1261,833"/>
|
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="549,551,778,833"/>
|
||||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1285,551,1515,833"/>
|
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1309,551,1538,833"/>
|
||||||
<area shape="rect" id="node6" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="259,551,488,833"/>
|
<area shape="rect" id="node6" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1815,551,2045,833"/>
|
||||||
<area shape="rect" id="node8" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1539,551,1781,833"/>
|
<area shape="rect" id="node8" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="282,551,525,833"/>
|
||||||
<area shape="rect" id="node10" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="765,551,1008,833"/>
|
<area shape="rect" id="node10" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="15,551,258,833"/>
|
||||||
<area shape="rect" id="node12" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="512,551,741,833"/>
|
<area shape="rect" id="node12" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1562,551,1791,833"/>
|
||||||
<area shape="rect" id="node14" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
<area shape="rect" id="node14" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="802,551,1031,833"/>
|
||||||
<area shape="rect" id="node16" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3341,551,3571,833"/>
|
<area shape="rect" id="node16" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3339,551,3569,833"/>
|
||||||
<area shape="rect" id="node18" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2835,551,3064,833"/>
|
<area shape="rect" id="node18" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2833,551,3062,833"/>
|
||||||
<area shape="rect" id="node20" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2569,551,2810,833"/>
|
<area shape="rect" id="node20" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2579,551,2809,833"/>
|
||||||
<area shape="rect" id="node22" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1805,551,2035,833"/>
|
<area shape="rect" id="node22" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3593,551,3835,833"/>
|
||||||
<area shape="rect" id="node24" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3088,551,3317,833"/>
|
<area shape="rect" id="node24" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1055,551,1285,833"/>
|
||||||
<area shape="rect" id="node26" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2059,551,2291,833"/>
|
<area shape="rect" id="node26" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2069,551,2298,833"/>
|
||||||
<area shape="rect" id="node28" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2315,551,2544,833"/>
|
<area shape="rect" id="node28" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2322,551,2554,833"/>
|
||||||
<area shape="rect" id="node30" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1648,205,1877,488"/>
|
<area shape="rect" id="node30" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3086,551,3315,833"/>
|
||||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="1041,1029,1261,1165"/>
|
<area shape="rect" id="node32" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1791,205,2021,488"/>
|
||||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="1290,1022,1510,1173"/>
|
<area shape="rect" id="node3" href="$classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="553,1037,773,1173"/>
|
||||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="292,1044,455,1151"/>
|
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="1313,1029,1533,1180"/>
|
||||||
<area shape="rect" id="node9" href="$classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="1556,993,1764,1202"/>
|
<area shape="rect" id="node7" href="$classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="1849,1051,2011,1158"/>
|
||||||
<area shape="rect" id="node11" href="$classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="754,1044,1017,1151"/>
|
<area shape="rect" id="node9" href="$classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="299,1000,507,1209"/>
|
||||||
<area shape="rect" id="node13" href="$classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="525,1000,728,1195"/>
|
<area shape="rect" id="node11" href="$classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="5,1051,268,1158"/>
|
||||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="19,1007,221,1187"/>
|
<area shape="rect" id="node13" href="$classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="1575,1007,1778,1202"/>
|
||||||
<area shape="rect" id="node17" href="$classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="3354,978,3558,1217"/>
|
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="816,1015,1017,1195"/>
|
||||||
<area shape="rect" id="node19" href="$classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2829,993,3059,1202"/>
|
<area shape="rect" id="node17" href="$classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="3352,985,3556,1224"/>
|
||||||
<area shape="rect" id="node21" href="$classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2585,1000,2793,1195"/>
|
<area shape="rect" id="node19" href="$classGpgFrontend_1_1CacheManager.html" title=" " alt="" coords="2842,985,3053,1224"/>
|
||||||
<area shape="rect" id="node23" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="1801,883,2025,1312"/>
|
<area shape="rect" id="node21" href="$classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2587,1000,2817,1209"/>
|
||||||
<area shape="rect" id="node25" href="$classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="3084,985,3327,1209"/>
|
<area shape="rect" id="node23" href="$classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="3610,1007,3818,1202"/>
|
||||||
<area shape="rect" id="node27" href="$classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="2049,1044,2300,1151"/>
|
<area shape="rect" id="node25" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="1058,883,1282,1327"/>
|
||||||
<area shape="rect" id="node29" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="2324,934,2553,1261"/>
|
<area shape="rect" id="node27" href="$classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="2045,993,2287,1217"/>
|
||||||
|
<area shape="rect" id="node29" href="$classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="2311,1051,2562,1158"/>
|
||||||
|
<area shape="rect" id="node31" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="3086,941,3315,1268"/>
|
||||||
</map>
|
</map>
|
||||||
|
@ -1 +1 @@
|
|||||||
d63c215b8cd725bbc76688be4303b0dc
|
e07dbf2ba0765739eaa05bc8dfb44a8d
|
Before Width: | Height: | Size: 456 KiB After Width: | Height: | Size: 475 KiB |
@ -107,12 +107,12 @@ Collaboration diagram for GpgFrontend::DataObjectOperator:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1DataObjectOperator__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1DataObjectOperator_coll__map" alt="Collaboration graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1DataObjectOperator__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1DataObjectOperator_coll__map" alt="Collaboration graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1DataObjectOperator_coll__map" id="aGpgFrontend_1_1DataObjectOperator_coll__map">
|
<map name="aGpgFrontend_1_1DataObjectOperator_coll__map" id="aGpgFrontend_1_1DataObjectOperator_coll__map">
|
||||||
<area shape="rect" title=" " alt="" coords="72,1375,315,1584"/>
|
<area shape="rect" title=" " alt="" coords="72,1389,315,1599"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="191,5,399,156"/>
|
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="191,5,399,156"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="180,205,409,488"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="180,205,409,488"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="259,551,488,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="259,551,488,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="235,883,459,1312"/>
|
<area shape="rect" href="classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="235,883,459,1327"/>
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
<table class="memberdecls">
|
<table class="memberdecls">
|
||||||
@ -332,7 +332,7 @@ virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="c
|
|||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
||||||
<div class="line"> <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601">global_setting_station_</a>.GetAppDataPath() / <span class="stringliteral">"data_objs"</span></div>
|
<div class="line"> <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601">global_setting_station_</a>.GetAppDataPath() / <span class="stringliteral">"data_objs"</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1DataObjectOperator_html_a3c195f8e4c30d95be14a6d43e9282601"><div class="ttname"><a href="classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601">GpgFrontend::DataObjectOperator::global_setting_station_</a></div><div class="ttdeci">GlobalSettingStation & global_setting_station_</div><div class="ttdoc">GlobalSettingStation.</div><div class="ttdef"><b>Definition:</b> DataObjectOperator.h:62</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1DataObjectOperator_html_a3c195f8e4c30d95be14a6d43e9282601"><div class="ttname"><a href="classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601">GpgFrontend::DataObjectOperator::global_setting_station_</a></div><div class="ttdeci">GlobalSettingStation & global_setting_station_</div><div class="ttdoc">GlobalSettingStation.</div><div class="ttdef"><b>Definition:</b> DataObjectOperator.h:61</div></div>
|
||||||
</div><!-- fragment --><p>Where data object is stored </p>
|
</div><!-- fragment --><p>Where data object is stored </p>
|
||||||
|
|
||||||
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6">DataObjectOperator()</a>.</p>
|
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6">DataObjectOperator()</a>.</p>
|
||||||
@ -360,7 +360,7 @@ virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="c
|
|||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
||||||
<div class="line"> <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a">app_secure_path_</a> / <span class="stringliteral">"app.key"</span></div>
|
<div class="line"> <a class="code" href="classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a">app_secure_path_</a> / <span class="stringliteral">"app.key"</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1DataObjectOperator_html_a6d38d25c91c33c48d083ec4de051108a"><div class="ttname"><a href="classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a">GpgFrontend::DataObjectOperator::app_secure_path_</a></div><div class="ttdeci">std::filesystem::path app_secure_path_</div><div class="ttdoc">Where sensitive information is stored.</div><div class="ttdef"><b>Definition:</b> DataObjectOperator.h:64</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1DataObjectOperator_html_a6d38d25c91c33c48d083ec4de051108a"><div class="ttname"><a href="classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a">GpgFrontend::DataObjectOperator::app_secure_path_</a></div><div class="ttdeci">std::filesystem::path app_secure_path_</div><div class="ttdoc">Where sensitive information is stored.</div><div class="ttdef"><b>Definition:</b> DataObjectOperator.h:63</div></div>
|
||||||
</div><!-- fragment -->
|
</div><!-- fragment -->
|
||||||
<p>Where the key of data object is stored. </p>
|
<p>Where the key of data object is stored. </p>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<map id="GpgFrontend::DataObjectOperator" name="GpgFrontend::DataObjectOperator">
|
<map id="GpgFrontend::DataObjectOperator" name="GpgFrontend::DataObjectOperator">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="72,1375,315,1584"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="72,1389,315,1599"/>
|
||||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
||||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="191,5,399,156"/>
|
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="191,5,399,156"/>
|
||||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="180,205,409,488"/>
|
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="180,205,409,488"/>
|
||||||
<area shape="rect" id="node6" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="259,551,488,833"/>
|
<area shape="rect" id="node6" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="259,551,488,833"/>
|
||||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="235,883,459,1312"/>
|
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="235,883,459,1327"/>
|
||||||
</map>
|
</map>
|
||||||
|
@ -1 +1 @@
|
|||||||
e32bfce608224c6183c30cb059aaa829
|
6ddd50473c7f5b9203bcc40d528aa70c
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 102 KiB |
@ -100,39 +100,46 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1GlobalSettingStati
|
|||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee">channel_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee">channel_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0">ChannelObject</a>() noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0">ChannelObject</a>() noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd">ChannelObject</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd">ChannelObject</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>ClearAllDataObjects</b>() const (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ClearAllLogFiles</b>() const (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518">CreateInstance</a>(int channel, std::function< std::unique_ptr< ChannelObject >(void)> factory)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518">CreateInstance</a>(int channel, std::function< std::unique_ptr< ChannelObject >(void)> factory)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621">GetAllChannelId</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>delete_all_files</b>(std::filesystem::path path, std::string filename_pattern) const (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetAppConfigPath</b>() const (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>get_files_size_at_path</b>(std::filesystem::path path, std::string filename_pattern) const (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetAppDataPath</b>() const (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>get_human_readable_size</b>(int64_t size) const (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3">GetAppDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621">GetAllChannelId</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789">GetCertsDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetAppConfigPath</b>() const (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7">GetChannel</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetAppDataPath</b>() const (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3">GetAppDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789">GetCertsDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7">GetChannel</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetDataObjectsFilesSize</b>() const (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">GetDefaultChannel</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50">GetDefaultChannel</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GetInstance</a>(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GetInstance</a>(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565">GetLocaleDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565">GetLocaleDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23">GetLogDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23">GetLogDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0">GetResourceDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetLogFilesSize</b>() const (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332">GetStandaloneDatabaseDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0">GetResourceDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00">GetStandaloneGpgBinDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332">GetStandaloneDatabaseDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d8b9f91c75ef7a1d008a171f09f2c0e">GetUISettings</a>() noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00">GetStandaloneGpgBinDir</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0">GlobalSettingStation</a>(int channel=SingletonFunctionObject::GetDefaultChannel()) noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d8b9f91c75ef7a1d008a171f09f2c0e">GetUISettings</a>() noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>init_app_secure_key</b>() (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0">GlobalSettingStation</a>(int channel=SingletonFunctionObject::GetDefaultChannel()) noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2">LookupSettings</a>(std::string path, T default_value) noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>init_app_secure_key</b>() (defined in <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e">operator=</a>(const SingletonFunctionObject< GlobalSettingStation > &)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2">LookupSettings</a>(std::string path, T default_value) noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator=</b>(const GlobalSettingStation &)=delete (defined in <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e">operator=</a>(const SingletonFunctionObject< GlobalSettingStation > &)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106">ReleaseChannel</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator=</b>(const GlobalSettingStation &)=delete (defined in <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09">SetChannel</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106">ReleaseChannel</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61">SingletonFunctionObject</a>(const SingletonFunctionObject< GlobalSettingStation > &)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09">SetChannel</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ChannelObject.html">GpgFrontend::ChannelObject</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a">SingletonFunctionObject</a>(GlobalSettingStation &&)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61">SingletonFunctionObject</a>(const SingletonFunctionObject< GlobalSettingStation > &)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645">SingletonFunctionObject</a>(const GlobalSettingStation &)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a">SingletonFunctionObject</a>(GlobalSettingStation &&)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258">SingletonFunctionObject</a>()=default</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645">SingletonFunctionObject</a>(const GlobalSettingStation &)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251">SingletonFunctionObject</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span><span class="mlabel">protected</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258">SingletonFunctionObject</a>()=default</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d">SyncSettings</a>() noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251">SingletonFunctionObject</a>(int channel)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span><span class="mlabel">protected</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c">ui_cfg_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d">SyncSettings</a>() noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb">ui_config_dir_path_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c">ui_cfg_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830">ui_config_path_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb">ui_config_dir_path_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451">~GlobalSettingStation</a>() noexcept override</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830">ui_config_path_</a></td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc">~SingletonFunctionObject</a>()=default</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451">~GlobalSettingStation</a>() noexcept override</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html">GpgFrontend::GlobalSettingStation</a></td><td class="entry"></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc">~SingletonFunctionObject</a>()=default</td><td class="entry"><a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html">GpgFrontend::SingletonFunctionObject< GlobalSettingStation ></a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
|
@ -96,7 +96,7 @@ Inheritance diagram for GpgFrontend::GlobalSettingStation:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1GlobalSettingStation__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1GlobalSettingStation_inherit__map" alt="Inheritance graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1GlobalSettingStation__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1GlobalSettingStation_inherit__map" alt="Inheritance graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1GlobalSettingStation_inherit__map" id="aGpgFrontend_1_1GlobalSettingStation_inherit__map">
|
<map name="aGpgFrontend_1_1GlobalSettingStation_inherit__map" id="aGpgFrontend_1_1GlobalSettingStation_inherit__map">
|
||||||
<area shape="rect" title=" " alt="" coords="8,883,232,1312"/>
|
<area shape="rect" title=" " alt="" coords="8,883,232,1327"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="11,5,219,156"/>
|
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="11,5,219,156"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
||||||
@ -107,7 +107,7 @@ Collaboration diagram for GpgFrontend::GlobalSettingStation:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1GlobalSettingStation__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GlobalSettingStation_coll__map" alt="Collaboration graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1GlobalSettingStation__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GlobalSettingStation_coll__map" alt="Collaboration graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1GlobalSettingStation_coll__map" id="aGpgFrontend_1_1GlobalSettingStation_coll__map">
|
<map name="aGpgFrontend_1_1GlobalSettingStation_coll__map" id="aGpgFrontend_1_1GlobalSettingStation_coll__map">
|
||||||
<area shape="rect" title=" " alt="" coords="8,883,232,1312"/>
|
<area shape="rect" title=" " alt="" coords="8,883,232,1327"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="11,5,219,156"/>
|
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="11,5,219,156"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
||||||
@ -156,6 +156,18 @@ std::filesystem::path </td><td class="memItemRight" valign="bottom"><b>GetA
|
|||||||
<tr class="memitem:a385ae4ab6ad5b17742a5405fa693d789"><td class="memItemLeft" align="right" valign="top">std::filesystem::path </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789">GetCertsDir</a> () const</td></tr>
|
<tr class="memitem:a385ae4ab6ad5b17742a5405fa693d789"><td class="memItemLeft" align="right" valign="top">std::filesystem::path </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789">GetCertsDir</a> () const</td></tr>
|
||||||
<tr class="memdesc:a385ae4ab6ad5b17742a5405fa693d789"><td class="mdescLeft"> </td><td class="mdescRight">Get the Certs Dir object. <a href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789">More...</a><br /></td></tr>
|
<tr class="memdesc:a385ae4ab6ad5b17742a5405fa693d789"><td class="mdescLeft"> </td><td class="mdescRight">Get the Certs Dir object. <a href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789">More...</a><br /></td></tr>
|
||||||
<tr class="separator:a385ae4ab6ad5b17742a5405fa693d789"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a385ae4ab6ad5b17742a5405fa693d789"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a3029ae27bcb2d845f61f7870f43f8c6f"><td class="memItemLeft" align="right" valign="top"><a id="a3029ae27bcb2d845f61f7870f43f8c6f"></a>
|
||||||
|
std::string </td><td class="memItemRight" valign="bottom"><b>GetLogFilesSize</b> () const</td></tr>
|
||||||
|
<tr class="separator:a3029ae27bcb2d845f61f7870f43f8c6f"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a4da1d828e5bb719025f5b8e279e0bd02"><td class="memItemLeft" align="right" valign="top"><a id="a4da1d828e5bb719025f5b8e279e0bd02"></a>
|
||||||
|
std::string </td><td class="memItemRight" valign="bottom"><b>GetDataObjectsFilesSize</b> () const</td></tr>
|
||||||
|
<tr class="separator:a4da1d828e5bb719025f5b8e279e0bd02"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a43c472c40896308e7bbc14796b5740af"><td class="memItemLeft" align="right" valign="top"><a id="a43c472c40896308e7bbc14796b5740af"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>ClearAllLogFiles</b> () const</td></tr>
|
||||||
|
<tr class="separator:a43c472c40896308e7bbc14796b5740af"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a393186ae479062b007a41485f608636f"><td class="memItemLeft" align="right" valign="top"><a id="a393186ae479062b007a41485f608636f"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>ClearAllDataObjects</b> () const</td></tr>
|
||||||
|
<tr class="separator:a393186ae479062b007a41485f608636f"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:ac061ac8e5308f67ea52b98888bbb2e8d"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d">SyncSettings</a> () noexcept</td></tr>
|
<tr class="memitem:ac061ac8e5308f67ea52b98888bbb2e8d"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d">SyncSettings</a> () noexcept</td></tr>
|
||||||
<tr class="memdesc:ac061ac8e5308f67ea52b98888bbb2e8d"><td class="mdescLeft"> </td><td class="mdescRight">sync the settings to the file <a href="classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d">More...</a><br /></td></tr>
|
<tr class="memdesc:ac061ac8e5308f67ea52b98888bbb2e8d"><td class="mdescLeft"> </td><td class="mdescRight">sync the settings to the file <a href="classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d">More...</a><br /></td></tr>
|
||||||
<tr class="separator:ac061ac8e5308f67ea52b98888bbb2e8d"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:ac061ac8e5308f67ea52b98888bbb2e8d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
@ -201,6 +213,15 @@ Private Member Functions</h2></td></tr>
|
|||||||
<tr class="memitem:a1e1993b72d0ad09d247b643b4447e57c"><td class="memItemLeft" align="right" valign="top"><a id="a1e1993b72d0ad09d247b643b4447e57c"></a>
|
<tr class="memitem:a1e1993b72d0ad09d247b643b4447e57c"><td class="memItemLeft" align="right" valign="top"><a id="a1e1993b72d0ad09d247b643b4447e57c"></a>
|
||||||
void </td><td class="memItemRight" valign="bottom"><b>init_app_secure_key</b> ()</td></tr>
|
void </td><td class="memItemRight" valign="bottom"><b>init_app_secure_key</b> ()</td></tr>
|
||||||
<tr class="separator:a1e1993b72d0ad09d247b643b4447e57c"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a1e1993b72d0ad09d247b643b4447e57c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a4eb35bd5306e8c393ad168e91826aed4"><td class="memItemLeft" align="right" valign="top"><a id="a4eb35bd5306e8c393ad168e91826aed4"></a>
|
||||||
|
int64_t </td><td class="memItemRight" valign="bottom"><b>get_files_size_at_path</b> (std::filesystem::path path, std::string filename_pattern) const</td></tr>
|
||||||
|
<tr class="separator:a4eb35bd5306e8c393ad168e91826aed4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a369e57383a99bc673273c2819b8bebbb"><td class="memItemLeft" align="right" valign="top"><a id="a369e57383a99bc673273c2819b8bebbb"></a>
|
||||||
|
std::string </td><td class="memItemRight" valign="bottom"><b>get_human_readable_size</b> (int64_t size) const</td></tr>
|
||||||
|
<tr class="separator:a369e57383a99bc673273c2819b8bebbb"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a2b40c59a9fce37873dd3564f8e1bd906"><td class="memItemLeft" align="right" valign="top"><a id="a2b40c59a9fce37873dd3564f8e1bd906"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>delete_all_files</b> (std::filesystem::path path, std::string filename_pattern) const</td></tr>
|
||||||
|
<tr class="separator:a2b40c59a9fce37873dd3564f8e1bd906"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
</table><table class="memberdecls">
|
</table><table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
|
||||||
Private Attributes</h2></td></tr>
|
Private Attributes</h2></td></tr>
|
||||||
@ -633,8 +654,8 @@ template<typename T > </div>
|
|||||||
</table>
|
</table>
|
||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
||||||
<div class="line"> <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6">app_data_path_</a> / <span class="stringliteral">"objs"</span></div>
|
<div class="line"> <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6">app_data_path_</a> / <span class="stringliteral">"data_objs"</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a58fff8a42f98ad7989bffb8322344cd6"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6">GpgFrontend::GlobalSettingStation::app_data_path_</a></div><div class="ttdeci">std::filesystem::path app_data_path_</div><div class="ttdoc">Program Data Location.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:163</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a58fff8a42f98ad7989bffb8322344cd6"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6">GpgFrontend::GlobalSettingStation::app_data_path_</a></div><div class="ttdeci">std::filesystem::path app_data_path_</div><div class="ttdoc">Program Data Location.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:175</div></div>
|
||||||
</div><!-- fragment -->
|
</div><!-- fragment -->
|
||||||
<p>Object storage path. </p>
|
<p>Object storage path. </p>
|
||||||
|
|
||||||
@ -690,7 +711,7 @@ template<typename T > </div>
|
|||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
||||||
<div class="line"> <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388">app_resource_path_</a> / <span class="stringliteral">"locales"</span></div>
|
<div class="line"> <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388">app_resource_path_</a> / <span class="stringliteral">"locales"</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a1d94a126c78ac01ec01f10d2ce575388"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388">GpgFrontend::GlobalSettingStation::app_resource_path_</a></div><div class="ttdeci">std::filesystem::path app_resource_path_</div><div class="ttdoc">Program Data Location.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:176</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a1d94a126c78ac01ec01f10d2ce575388"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388">GpgFrontend::GlobalSettingStation::app_resource_path_</a></div><div class="ttdeci">std::filesystem::path app_resource_path_</div><div class="ttdoc">Program Data Location.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:188</div></div>
|
||||||
</div><!-- fragment -->
|
</div><!-- fragment -->
|
||||||
<p>Program Data Location. </p>
|
<p>Program Data Location. </p>
|
||||||
|
|
||||||
@ -775,7 +796,7 @@ template<typename T > </div>
|
|||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
||||||
<div class="line"> RESOURCE_DIR_BOOST_PATH(<a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac">app_path_</a>)</div>
|
<div class="line"> RESOURCE_DIR_BOOST_PATH(<a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac">app_path_</a>)</div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a678f8ba120f9ad050d0adfec4476d7ac"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac">GpgFrontend::GlobalSettingStation::app_path_</a></div><div class="ttdeci">std::filesystem::path app_path_</div><div class="ttdoc">Program Location.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:161</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a678f8ba120f9ad050d0adfec4476d7ac"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac">GpgFrontend::GlobalSettingStation::app_path_</a></div><div class="ttdeci">std::filesystem::path app_path_</div><div class="ttdoc">Program Location.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:173</div></div>
|
||||||
</div><!-- fragment -->
|
</div><!-- fragment -->
|
||||||
<p>Program Data Location. </p>
|
<p>Program Data Location. </p>
|
||||||
|
|
||||||
@ -802,7 +823,7 @@ template<typename T > </div>
|
|||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
||||||
<div class="line"> <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a">app_configure_path_</a> / <span class="stringliteral">"conf"</span></div>
|
<div class="line"> <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a">app_configure_path_</a> / <span class="stringliteral">"conf"</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a4d04bb665571921421b853f18b8b300a"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a">GpgFrontend::GlobalSettingStation::app_configure_path_</a></div><div class="ttdeci">std::filesystem::path app_configure_path_</div><div class="ttdoc">Program Configure Location.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:188</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_a4d04bb665571921421b853f18b8b300a"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a">GpgFrontend::GlobalSettingStation::app_configure_path_</a></div><div class="ttdeci">std::filesystem::path app_configure_path_</div><div class="ttdoc">Program Configure Location.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:200</div></div>
|
||||||
</div><!-- fragment -->
|
</div><!-- fragment -->
|
||||||
<p>Configure File Directory Location. </p>
|
<p>Configure File Directory Location. </p>
|
||||||
|
|
||||||
@ -831,7 +852,7 @@ template<typename T > </div>
|
|||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
<b>Initial value:</b><div class="fragment"><div class="line">=</div>
|
||||||
<div class="line"> <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb">ui_config_dir_path_</a> / <span class="stringliteral">"main.cfg"</span></div>
|
<div class="line"> <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb">ui_config_dir_path_</a> / <span class="stringliteral">"main.cfg"</span></div>
|
||||||
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_ab618fef68cfd4ff6e42d4a4aa8ea94bb"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb">GpgFrontend::GlobalSettingStation::ui_config_dir_path_</a></div><div class="ttdeci">std::filesystem::path ui_config_dir_path_</div><div class="ttdoc">Configure File Directory Location.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:191</div></div>
|
<div class="ttc" id="aclassGpgFrontend_1_1GlobalSettingStation_html_ab618fef68cfd4ff6e42d4a4aa8ea94bb"><div class="ttname"><a href="classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb">GpgFrontend::GlobalSettingStation::ui_config_dir_path_</a></div><div class="ttdeci">std::filesystem::path ui_config_dir_path_</div><div class="ttdoc">Configure File Directory Location.</div><div class="ttdef"><b>Definition:</b> GlobalSettingStation.h:203</div></div>
|
||||||
</div><!-- fragment -->
|
</div><!-- fragment -->
|
||||||
<p>Main Configure File Location. </p>
|
<p>Main Configure File Location. </p>
|
||||||
|
|
||||||
|
@ -2,12 +2,19 @@ var classGpgFrontend_1_1GlobalSettingStation =
|
|||||||
[
|
[
|
||||||
[ "GlobalSettingStation", "classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0", null ],
|
[ "GlobalSettingStation", "classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0", null ],
|
||||||
[ "~GlobalSettingStation", "classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451", null ],
|
[ "~GlobalSettingStation", "classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451", null ],
|
||||||
|
[ "ClearAllDataObjects", "classGpgFrontend_1_1GlobalSettingStation.html#a393186ae479062b007a41485f608636f", null ],
|
||||||
|
[ "ClearAllLogFiles", "classGpgFrontend_1_1GlobalSettingStation.html#a43c472c40896308e7bbc14796b5740af", null ],
|
||||||
|
[ "delete_all_files", "classGpgFrontend_1_1GlobalSettingStation.html#a2b40c59a9fce37873dd3564f8e1bd906", null ],
|
||||||
|
[ "get_files_size_at_path", "classGpgFrontend_1_1GlobalSettingStation.html#a4eb35bd5306e8c393ad168e91826aed4", null ],
|
||||||
|
[ "get_human_readable_size", "classGpgFrontend_1_1GlobalSettingStation.html#a369e57383a99bc673273c2819b8bebbb", null ],
|
||||||
[ "GetAppConfigPath", "classGpgFrontend_1_1GlobalSettingStation.html#a73d553587447165c5c7b7a9704771963", null ],
|
[ "GetAppConfigPath", "classGpgFrontend_1_1GlobalSettingStation.html#a73d553587447165c5c7b7a9704771963", null ],
|
||||||
[ "GetAppDataPath", "classGpgFrontend_1_1GlobalSettingStation.html#a657a17d85d06a3455a2d3ed0782f76a2", null ],
|
[ "GetAppDataPath", "classGpgFrontend_1_1GlobalSettingStation.html#a657a17d85d06a3455a2d3ed0782f76a2", null ],
|
||||||
[ "GetAppDir", "classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3", null ],
|
[ "GetAppDir", "classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3", null ],
|
||||||
[ "GetCertsDir", "classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789", null ],
|
[ "GetCertsDir", "classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789", null ],
|
||||||
|
[ "GetDataObjectsFilesSize", "classGpgFrontend_1_1GlobalSettingStation.html#a4da1d828e5bb719025f5b8e279e0bd02", null ],
|
||||||
[ "GetLocaleDir", "classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565", null ],
|
[ "GetLocaleDir", "classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565", null ],
|
||||||
[ "GetLogDir", "classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23", null ],
|
[ "GetLogDir", "classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23", null ],
|
||||||
|
[ "GetLogFilesSize", "classGpgFrontend_1_1GlobalSettingStation.html#a3029ae27bcb2d845f61f7870f43f8c6f", null ],
|
||||||
[ "GetResourceDir", "classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0", null ],
|
[ "GetResourceDir", "classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0", null ],
|
||||||
[ "GetStandaloneDatabaseDir", "classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332", null ],
|
[ "GetStandaloneDatabaseDir", "classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332", null ],
|
||||||
[ "GetStandaloneGpgBinDir", "classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00", null ],
|
[ "GetStandaloneGpgBinDir", "classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00", null ],
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<map id="GpgFrontend::GlobalSettingStation" name="GpgFrontend::GlobalSettingStation">
|
<map id="GpgFrontend::GlobalSettingStation" name="GpgFrontend::GlobalSettingStation">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="8,883,232,1312"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="8,883,232,1327"/>
|
||||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
||||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="11,5,219,156"/>
|
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="11,5,219,156"/>
|
||||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
||||||
|
@ -1 +1 @@
|
|||||||
37fb2bb8856d74cf0f5566e2ac029411
|
c2225f2c30ff4eb5d62be693f44a8270
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 68 KiB |
@ -1,5 +1,5 @@
|
|||||||
<map id="GpgFrontend::GlobalSettingStation" name="GpgFrontend::GlobalSettingStation">
|
<map id="GpgFrontend::GlobalSettingStation" name="GpgFrontend::GlobalSettingStation">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="8,883,232,1312"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="8,883,232,1327"/>
|
||||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
||||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="11,5,219,156"/>
|
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="11,5,219,156"/>
|
||||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
||||||
|
@ -1 +1 @@
|
|||||||
37fb2bb8856d74cf0f5566e2ac029411
|
c2225f2c30ff4eb5d62be693f44a8270
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 68 KiB |
@ -99,39 +99,40 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1GpgKey.html','');
|
|||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df">GetLastUpdateTime</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df">GetLastUpdateTime</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc">GetName</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc">GetName</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44">GetOwnerTrust</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44">GetOwnerTrust</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6">GetPrimaryKeyLength</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a4ced7bda206a0d72a2548783198ae4fe">GetOwnerTrustLevel</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130">GetProtocol</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6">GetPrimaryKeyLength</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f">GetPublicKeyAlgo</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130">GetProtocol</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d">GetSubKeys</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f">GetPublicKeyAlgo</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99">GetUIDs</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d">GetSubKeys</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1">GpgKey</a>()=default</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99">GetUIDs</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9">GpgKey</a>(gpgme_key_t &&key)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1">GpgKey</a>()=default</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804">GpgKey</a>(const gpgme_key_t &key)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9">GpgKey</a>(gpgme_key_t &&key)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#aeb316f8728b10e966eed6f0291794eed">GpgKey</a>(GpgKey &&k) noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804">GpgKey</a>(const gpgme_key_t &key)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>gpgme_key_opera_mutex</b> (defined in <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"><span class="mlabel">mutable</span><span class="mlabel">private</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#aeb316f8728b10e966eed6f0291794eed">GpgKey</a>(GpgKey &&k) noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c">IsDisabled</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>gpgme_key_opera_mutex</b> (defined in <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"><span class="mlabel">mutable</span><span class="mlabel">private</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327">IsExpired</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c">IsDisabled</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6">IsGood</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327">IsExpired</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6">IsHasActualAuthenticationCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6">IsGood</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c">IsHasActualCertificationCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6">IsHasActualAuthenticationCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d">IsHasActualEncryptionCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c">IsHasActualCertificationCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1">IsHasActualSigningCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d">IsHasActualEncryptionCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0">IsHasAuthenticationCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1">IsHasActualSigningCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed">IsHasCardKey</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0">IsHasAuthenticationCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490">IsHasCertificationCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed">IsHasCardKey</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605">IsHasEncryptionCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490">IsHasCertificationCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741">IsHasMasterKey</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605">IsHasEncryptionCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877">IsHasSigningCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741">IsHasMasterKey</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d">IsPrivateKey</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877">IsHasSigningCapability</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87">IsRevoked</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d">IsPrivateKey</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>key_ref_</b> (defined in <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87">IsRevoked</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>KeyRefHandler</b> typedef (defined in <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>key_ref_</b> (defined in <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b">operator gpgme_key_t</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>KeyRefHandler</b> typedef (defined in <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d">operator<=</a>(const GpgKey &o) const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b">operator gpgme_key_t</a>() const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6">operator=</a>(GpgKey &&k) noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d">operator<=</a>(const GpgKey &o) const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a">operator=</a>(const gpgme_key_t &key)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6">operator=</a>(GpgKey &&k) noexcept</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367">operator==</a>(const GpgKey &o) const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a">operator=</a>(const gpgme_key_t &key)=delete</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697">~GpgKey</a>()=default</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367">operator==</a>(const GpgKey &o) const</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697">~GpgKey</a>()=default</td><td class="entry"><a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgFrontend::GpgKey</a></td><td class="entry"></td></tr>
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
|
@ -97,7 +97,7 @@ Collaboration diagram for GpgFrontend::GpgKey:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1GpgKey__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GpgKey_coll__map" alt="Collaboration graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1GpgKey__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GpgKey_coll__map" alt="Collaboration graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1GpgKey_coll__map" id="aGpgFrontend_1_1GpgKey_coll__map">
|
<map name="aGpgFrontend_1_1GpgKey_coll__map" id="aGpgFrontend_1_1GpgKey_coll__map">
|
||||||
<area shape="rect" title=" " alt="" coords="67,469,244,693"/>
|
<area shape="rect" title=" " alt="" coords="66,469,245,693"/>
|
||||||
<area shape="rect" title=" " alt="" coords="5,315,97,392"/>
|
<area shape="rect" title=" " alt="" coords="5,315,97,392"/>
|
||||||
<area shape="rect" title=" " alt="" coords="174,300,345,407"/>
|
<area shape="rect" title=" " alt="" coords="174,300,345,407"/>
|
||||||
<area shape="rect" title=" " alt="" coords="181,145,338,223"/>
|
<area shape="rect" title=" " alt="" coords="181,145,338,223"/>
|
||||||
@ -128,6 +128,8 @@ Public Member Functions</h2></td></tr>
|
|||||||
<tr class="separator:ad2440a2902c81192d5549fe951ddb130"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:ad2440a2902c81192d5549fe951ddb130"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a3327ad34ff14feb75f3fbfc2bfb7fc44"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44">GetOwnerTrust</a> () const</td></tr>
|
<tr class="memitem:a3327ad34ff14feb75f3fbfc2bfb7fc44"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44">GetOwnerTrust</a> () const</td></tr>
|
||||||
<tr class="separator:a3327ad34ff14feb75f3fbfc2bfb7fc44"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a3327ad34ff14feb75f3fbfc2bfb7fc44"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a4ced7bda206a0d72a2548783198ae4fe"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a4ced7bda206a0d72a2548783198ae4fe">GetOwnerTrustLevel</a> () const</td></tr>
|
||||||
|
<tr class="separator:a4ced7bda206a0d72a2548783198ae4fe"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a1c21bc3b1788753f56272ad73052fc5f"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f">GetPublicKeyAlgo</a> () const</td></tr>
|
<tr class="memitem:a1c21bc3b1788753f56272ad73052fc5f"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f">GetPublicKeyAlgo</a> () const</td></tr>
|
||||||
<tr class="separator:a1c21bc3b1788753f56272ad73052fc5f"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a1c21bc3b1788753f56272ad73052fc5f"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a3532e20298b642f5d312712fa8a791df"><td class="memItemLeft" align="right" valign="top">boost::posix_time::ptime </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df">GetLastUpdateTime</a> () const</td></tr>
|
<tr class="memitem:a3532e20298b642f5d312712fa8a791df"><td class="memItemLeft" align="right" valign="top">boost::posix_time::ptime </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df">GetLastUpdateTime</a> () const</td></tr>
|
||||||
@ -516,6 +518,24 @@ std::mutex </td><td class="memItemRight" valign="bottom"><b>gpgme_key_opera
|
|||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
<dl class="section return"><dt>Returns</dt><dd>std::string </dd></dl>
|
<dl class="section return"><dt>Returns</dt><dd>std::string </dd></dl>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="a4ced7bda206a0d72a2548783198ae4fe"></a>
|
||||||
|
<h2 class="memtitle"><span class="permalink"><a href="#a4ced7bda206a0d72a2548783198ae4fe">◆ </a></span>GetOwnerTrustLevel()</h2>
|
||||||
|
|
||||||
|
<div class="memitem">
|
||||||
|
<div class="memproto">
|
||||||
|
<table class="memname">
|
||||||
|
<tr>
|
||||||
|
<td class="memname">int GpgFrontend::GpgKey::GetOwnerTrustLevel </td>
|
||||||
|
<td>(</td>
|
||||||
|
<td class="paramname"></td><td>)</td>
|
||||||
|
<td> const</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div><div class="memdoc">
|
||||||
|
<dl class="section return"><dt>Returns</dt><dd>int </dd></dl>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a id="a5b276fdeb438fe14ec2850d799401be6"></a>
|
<a id="a5b276fdeb438fe14ec2850d799401be6"></a>
|
||||||
|
@ -17,6 +17,7 @@ var classGpgFrontend_1_1GpgKey =
|
|||||||
[ "GetLastUpdateTime", "classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df", null ],
|
[ "GetLastUpdateTime", "classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df", null ],
|
||||||
[ "GetName", "classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc", null ],
|
[ "GetName", "classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc", null ],
|
||||||
[ "GetOwnerTrust", "classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44", null ],
|
[ "GetOwnerTrust", "classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44", null ],
|
||||||
|
[ "GetOwnerTrustLevel", "classGpgFrontend_1_1GpgKey.html#a4ced7bda206a0d72a2548783198ae4fe", null ],
|
||||||
[ "GetPrimaryKeyLength", "classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6", null ],
|
[ "GetPrimaryKeyLength", "classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6", null ],
|
||||||
[ "GetProtocol", "classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130", null ],
|
[ "GetProtocol", "classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130", null ],
|
||||||
[ "GetPublicKeyAlgo", "classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f", null ],
|
[ "GetPublicKeyAlgo", "classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f", null ],
|
||||||
|
@ -1 +1 @@
|
|||||||
1d241d41d01258fed5295b9362f4762e
|
6a6ff2140cc132606bfabbb7cdfb5327
|
Before Width: | Height: | Size: 427 KiB After Width: | Height: | Size: 427 KiB |
@ -1,5 +1,5 @@
|
|||||||
<map id="GpgFrontend::GpgKey" name="GpgFrontend::GpgKey">
|
<map id="GpgFrontend::GpgKey" name="GpgFrontend::GpgKey">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="67,469,244,693"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="66,469,245,693"/>
|
||||||
<area shape="rect" id="node2" title=" " alt="" coords="5,315,97,392"/>
|
<area shape="rect" id="node2" title=" " alt="" coords="5,315,97,392"/>
|
||||||
<area shape="rect" id="node3" title=" " alt="" coords="174,300,345,407"/>
|
<area shape="rect" id="node3" title=" " alt="" coords="174,300,345,407"/>
|
||||||
<area shape="rect" id="node4" title=" " alt="" coords="181,145,338,223"/>
|
<area shape="rect" id="node4" title=" " alt="" coords="181,145,338,223"/>
|
||||||
|
@ -1 +1 @@
|
|||||||
491e5b154e6f2eabb0b30bf631c32b2d
|
9a775b2482c42e4e5d3d4f17c369d530
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 31 KiB |
@ -98,7 +98,7 @@ Inheritance diagram for GpgFrontend::SingletonFunctionObject< T >:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1SingletonFunctionObject_3_01T_01_4_inherit__map" alt="Inheritance graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1SingletonFunctionObject_3_01T_01_4_inherit__map" alt="Inheritance graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1SingletonFunctionObject_3_01T_01_4_inherit__map" id="aGpgFrontend_1_1SingletonFunctionObject_3_01T_01_4_inherit__map">
|
<map name="aGpgFrontend_1_1SingletonFunctionObject_3_01T_01_4_inherit__map" id="aGpgFrontend_1_1SingletonFunctionObject_3_01T_01_4_inherit__map">
|
||||||
<area shape="rect" title=" " alt="" coords="1679,205,1908,488"/>
|
<area shape="rect" title=" " alt="" coords="1805,205,2035,488"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="259,551,488,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="259,551,488,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="512,551,741,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="512,551,741,833"/>
|
||||||
@ -108,26 +108,28 @@ Inheritance diagram for GpgFrontend::SingletonFunctionObject< T >:</div>
|
|||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1552,551,1781,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1552,551,1781,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1805,551,2035,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1805,551,2035,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2059,551,2288,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2059,551,2288,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2313,551,2554,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2312,551,2541,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2579,551,2808,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2566,551,2807,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2832,551,3061,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2832,551,3061,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3089,551,3321,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3085,551,3315,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3352,551,3581,833"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3343,551,3575,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="1689,5,1897,156"/>
|
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3605,551,3835,833"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="10,1029,230,1165"/>
|
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="1816,5,2024,156"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="263,1022,483,1173"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="10,1037,230,1173"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="545,1044,708,1151"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="263,1029,483,1180"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="783,993,991,1202"/>
|
<area shape="rect" href="classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="545,1051,708,1158"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="1022,1044,1285,1151"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="783,1000,991,1209"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="1312,1000,1515,1195"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="1022,1051,1285,1158"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="1566,1007,1767,1187"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="1312,1007,1515,1202"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="1818,978,2022,1217"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="1566,1015,1767,1195"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2058,993,2289,1202"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="1818,985,2022,1224"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2329,1000,2537,1195"/>
|
<area shape="rect" href="classGpgFrontend_1_1CacheManager.html" title=" " alt="" coords="2068,985,2279,1224"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="2569,883,2793,1312"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2311,1000,2542,1209"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="2817,985,3060,1209"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2583,1007,2791,1202"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="3084,1044,3335,1151"/>
|
<area shape="rect" href="classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="2823,883,3047,1327"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="3359,934,3588,1261"/>
|
<area shape="rect" href="classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="3071,993,3313,1217"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="3337,1051,3588,1158"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="3612,941,3841,1268"/>
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
<div class="dynheader">
|
<div class="dynheader">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<map id="GpgFrontend::SingletonFunctionObject< T >" name="GpgFrontend::SingletonFunctionObject< T >">
|
<map id="GpgFrontend::SingletonFunctionObject< T >" name="GpgFrontend::SingletonFunctionObject< T >">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="1679,205,1908,488"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="1805,205,2035,488"/>
|
||||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
<area shape="rect" id="node3" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,551,235,833"/>
|
||||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="259,551,488,833"/>
|
<area shape="rect" id="node5" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="259,551,488,833"/>
|
||||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="512,551,741,833"/>
|
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="512,551,741,833"/>
|
||||||
@ -9,24 +9,26 @@
|
|||||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1552,551,1781,833"/>
|
<area shape="rect" id="node15" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1552,551,1781,833"/>
|
||||||
<area shape="rect" id="node17" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1805,551,2035,833"/>
|
<area shape="rect" id="node17" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1805,551,2035,833"/>
|
||||||
<area shape="rect" id="node19" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2059,551,2288,833"/>
|
<area shape="rect" id="node19" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2059,551,2288,833"/>
|
||||||
<area shape="rect" id="node21" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2313,551,2554,833"/>
|
<area shape="rect" id="node21" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2312,551,2541,833"/>
|
||||||
<area shape="rect" id="node23" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2579,551,2808,833"/>
|
<area shape="rect" id="node23" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2566,551,2807,833"/>
|
||||||
<area shape="rect" id="node25" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2832,551,3061,833"/>
|
<area shape="rect" id="node25" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2832,551,3061,833"/>
|
||||||
<area shape="rect" id="node27" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3089,551,3321,833"/>
|
<area shape="rect" id="node27" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3085,551,3315,833"/>
|
||||||
<area shape="rect" id="node29" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3352,551,3581,833"/>
|
<area shape="rect" id="node29" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3343,551,3575,833"/>
|
||||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="1689,5,1897,156"/>
|
<area shape="rect" id="node31" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3605,551,3835,833"/>
|
||||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="10,1029,230,1165"/>
|
<area shape="rect" id="node2" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="1816,5,2024,156"/>
|
||||||
<area shape="rect" id="node6" href="$classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="263,1022,483,1173"/>
|
<area shape="rect" id="node4" href="$classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="10,1037,230,1173"/>
|
||||||
<area shape="rect" id="node8" href="$classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="545,1044,708,1151"/>
|
<area shape="rect" id="node6" href="$classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="263,1029,483,1180"/>
|
||||||
<area shape="rect" id="node10" href="$classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="783,993,991,1202"/>
|
<area shape="rect" id="node8" href="$classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="545,1051,708,1158"/>
|
||||||
<area shape="rect" id="node12" href="$classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="1022,1044,1285,1151"/>
|
<area shape="rect" id="node10" href="$classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="783,1000,991,1209"/>
|
||||||
<area shape="rect" id="node14" href="$classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="1312,1000,1515,1195"/>
|
<area shape="rect" id="node12" href="$classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="1022,1051,1285,1158"/>
|
||||||
<area shape="rect" id="node16" href="$classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="1566,1007,1767,1187"/>
|
<area shape="rect" id="node14" href="$classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="1312,1007,1515,1202"/>
|
||||||
<area shape="rect" id="node18" href="$classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="1818,978,2022,1217"/>
|
<area shape="rect" id="node16" href="$classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="1566,1015,1767,1195"/>
|
||||||
<area shape="rect" id="node20" href="$classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2058,993,2289,1202"/>
|
<area shape="rect" id="node18" href="$classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="1818,985,2022,1224"/>
|
||||||
<area shape="rect" id="node22" href="$classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2329,1000,2537,1195"/>
|
<area shape="rect" id="node20" href="$classGpgFrontend_1_1CacheManager.html" title=" " alt="" coords="2068,985,2279,1224"/>
|
||||||
<area shape="rect" id="node24" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="2569,883,2793,1312"/>
|
<area shape="rect" id="node22" href="$classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2311,1000,2542,1209"/>
|
||||||
<area shape="rect" id="node26" href="$classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="2817,985,3060,1209"/>
|
<area shape="rect" id="node24" href="$classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2583,1007,2791,1202"/>
|
||||||
<area shape="rect" id="node28" href="$classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="3084,1044,3335,1151"/>
|
<area shape="rect" id="node26" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="2823,883,3047,1327"/>
|
||||||
<area shape="rect" id="node30" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="3359,934,3588,1261"/>
|
<area shape="rect" id="node28" href="$classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="3071,993,3313,1217"/>
|
||||||
|
<area shape="rect" id="node30" href="$classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="3337,1051,3588,1158"/>
|
||||||
|
<area shape="rect" id="node32" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="3612,941,3841,1268"/>
|
||||||
</map>
|
</map>
|
||||||
|
@ -1 +1 @@
|
|||||||
01fc59b26e43f09fd340ee203d0f6b8a
|
3e36b1c5013e744b90ff1a08ed8d9a68
|
Before Width: | Height: | Size: 319 KiB After Width: | Height: | Size: 368 KiB |
112
docs/html/classGpgFrontend_1_1ThreadSafeMap-members.html
Normal file
@ -0,0 +1,112 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<title>GpgFrontend Project: Member List</title>
|
||||||
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="resize.js"></script>
|
||||||
|
<script type="text/javascript" src="navtreedata.js"></script>
|
||||||
|
<script type="text/javascript" src="navtree.js"></script>
|
||||||
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||||
|
<script type="text/javascript" src="search/search.js"></script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div id="titlearea">
|
||||||
|
<table cellspacing="0" cellpadding="0">
|
||||||
|
<tbody>
|
||||||
|
<tr style="height: 56px;">
|
||||||
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
|
<div id="projectname">GpgFrontend Project
|
||||||
|
</div>
|
||||||
|
<div id="projectbrief">A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.9.1 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript" src="menudata.js"></script>
|
||||||
|
<script type="text/javascript" src="menu.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(function() {
|
||||||
|
initMenu('',true,false,'search.php','Search');
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
});
|
||||||
|
/* @license-end */</script>
|
||||||
|
<div id="main-nav"></div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||||
|
<div id="nav-tree">
|
||||||
|
<div id="nav-tree-contents">
|
||||||
|
<div id="nav-sync" class="sync"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="splitbar" style="-moz-user-select:none;"
|
||||||
|
class="ui-resizable-handle">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(document).ready(function(){initNavTree('classGpgFrontend_1_1ThreadSafeMap.html',''); initResizable(); });
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<div id="doc-content">
|
||||||
|
<!-- window showing the filter options -->
|
||||||
|
<div id="MSearchSelectWindow"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- iframe showing the search results (closed by default) -->
|
||||||
|
<div id="MSearchResultsWindow">
|
||||||
|
<iframe src="javascript:void(0)" frameborder="0"
|
||||||
|
name="MSearchResults" id="MSearchResults">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">GpgFrontend::ThreadSafeMap< Key, Value > Member List</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
|
||||||
|
<p>This is the complete list of members for <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>, including all inherited members.</p>
|
||||||
|
<table class="directory">
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>begin</b>() (defined in <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>end</b>() (defined in <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>exists</b>(const Key &key) (defined in <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>get</b>(const Key &key) (defined in <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>insert</b>(const Key &key, const Value &value) (defined in <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>IteratorType</b> typedef (defined in <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a></td><td class="entry"></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>map_</b> (defined in <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>map_mirror_</b> (defined in <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>MapType</b> typedef (defined in <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a></td><td class="entry"></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>mirror</b>() (defined in <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>mutex_</b> (defined in <a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">GpgFrontend::ThreadSafeMap< Key, Value ></a></td><td class="entry"><span class="mlabel">mutable</span><span class="mlabel">private</span></td></tr>
|
||||||
|
</table></div><!-- contents -->
|
||||||
|
</div><!-- doc-content -->
|
||||||
|
<!-- start footer part -->
|
||||||
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
|
<ul>
|
||||||
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
172
docs/html/classGpgFrontend_1_1ThreadSafeMap.html
Normal file
@ -0,0 +1,172 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<title>GpgFrontend Project: GpgFrontend::ThreadSafeMap< Key, Value > Class Template Reference</title>
|
||||||
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="resize.js"></script>
|
||||||
|
<script type="text/javascript" src="navtreedata.js"></script>
|
||||||
|
<script type="text/javascript" src="navtree.js"></script>
|
||||||
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||||
|
<script type="text/javascript" src="search/search.js"></script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div id="titlearea">
|
||||||
|
<table cellspacing="0" cellpadding="0">
|
||||||
|
<tbody>
|
||||||
|
<tr style="height: 56px;">
|
||||||
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
|
<div id="projectname">GpgFrontend Project
|
||||||
|
</div>
|
||||||
|
<div id="projectbrief">A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.9.1 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript" src="menudata.js"></script>
|
||||||
|
<script type="text/javascript" src="menu.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(function() {
|
||||||
|
initMenu('',true,false,'search.php','Search');
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
});
|
||||||
|
/* @license-end */</script>
|
||||||
|
<div id="main-nav"></div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||||
|
<div id="nav-tree">
|
||||||
|
<div id="nav-tree-contents">
|
||||||
|
<div id="nav-sync" class="sync"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="splitbar" style="-moz-user-select:none;"
|
||||||
|
class="ui-resizable-handle">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(document).ready(function(){initNavTree('classGpgFrontend_1_1ThreadSafeMap.html',''); initResizable(); });
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<div id="doc-content">
|
||||||
|
<!-- window showing the filter options -->
|
||||||
|
<div id="MSearchSelectWindow"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- iframe showing the search results (closed by default) -->
|
||||||
|
<div id="MSearchResultsWindow">
|
||||||
|
<iframe src="javascript:void(0)" frameborder="0"
|
||||||
|
name="MSearchResults" id="MSearchResults">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="header">
|
||||||
|
<div class="summary">
|
||||||
|
<a href="#pub-types">Public Types</a> |
|
||||||
|
<a href="#pub-methods">Public Member Functions</a> |
|
||||||
|
<a href="#pri-attribs">Private Attributes</a> |
|
||||||
|
<a href="classGpgFrontend_1_1ThreadSafeMap-members.html">List of all members</a> </div>
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">GpgFrontend::ThreadSafeMap< Key, Value > Class Template Reference</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="dynheader">
|
||||||
|
Inheritance diagram for GpgFrontend::ThreadSafeMap< Key, Value >:</div>
|
||||||
|
<div class="dyncontent">
|
||||||
|
<div class="center"><img src="classGpgFrontend_1_1ThreadSafeMap__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1ThreadSafeMap_3_01Key_00_01Value_01_4_inherit__map" alt="Inheritance graph"/></div>
|
||||||
|
<map name="aGpgFrontend_1_1ThreadSafeMap_3_01Key_00_01Value_01_4_inherit__map" id="aGpgFrontend_1_1ThreadSafeMap_3_01Key_00_01Value_01_4_inherit__map">
|
||||||
|
<area shape="rect" title=" " alt="" coords="5,5,220,200"/>
|
||||||
|
<area shape="rect" href="classGpgFrontend_1_1ThreadSafeMap.html" title=" " alt="" coords="5,277,220,487"/>
|
||||||
|
</map>
|
||||||
|
</div>
|
||||||
|
<div class="dynheader">
|
||||||
|
Collaboration diagram for GpgFrontend::ThreadSafeMap< Key, Value >:</div>
|
||||||
|
<div class="dyncontent">
|
||||||
|
<div class="center"><img src="classGpgFrontend_1_1ThreadSafeMap__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1ThreadSafeMap_3_01Key_00_01Value_01_4_coll__map" alt="Collaboration graph"/></div>
|
||||||
|
<map name="aGpgFrontend_1_1ThreadSafeMap_3_01Key_00_01Value_01_4_coll__map" id="aGpgFrontend_1_1ThreadSafeMap_3_01Key_00_01Value_01_4_coll__map">
|
||||||
|
<area shape="rect" title=" " alt="" coords="37,455,252,620"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="5,293,148,370"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="172,285,349,377"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="193,145,328,223"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="204,5,243,83"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="280,5,319,83"/>
|
||||||
|
</map>
|
||||||
|
</div>
|
||||||
|
<table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
|
||||||
|
Public Types</h2></td></tr>
|
||||||
|
<tr class="memitem:ae47d44e31883547e285e5366db23a0fe"><td class="memItemLeft" align="right" valign="top"><a id="ae47d44e31883547e285e5366db23a0fe"></a>
|
||||||
|
using </td><td class="memItemRight" valign="bottom"><b>MapType</b> = std::map< Key, Value ></td></tr>
|
||||||
|
<tr class="separator:ae47d44e31883547e285e5366db23a0fe"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:af1a2463215950aab4068f0ac7aaf4be2"><td class="memItemLeft" align="right" valign="top"><a id="af1a2463215950aab4068f0ac7aaf4be2"></a>
|
||||||
|
using </td><td class="memItemRight" valign="bottom"><b>IteratorType</b> = typename MapType::iterator</td></tr>
|
||||||
|
<tr class="separator:af1a2463215950aab4068f0ac7aaf4be2"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
|
||||||
|
Public Member Functions</h2></td></tr>
|
||||||
|
<tr class="memitem:a8499e210ffb71c52cdeb309269127157"><td class="memItemLeft" align="right" valign="top"><a id="a8499e210ffb71c52cdeb309269127157"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>insert</b> (const Key &key, const Value &value)</td></tr>
|
||||||
|
<tr class="separator:a8499e210ffb71c52cdeb309269127157"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a76a53b29aa6246066a28838f1edecbbc"><td class="memItemLeft" align="right" valign="top"><a id="a76a53b29aa6246066a28838f1edecbbc"></a>
|
||||||
|
std::optional< Value > </td><td class="memItemRight" valign="bottom"><b>get</b> (const Key &key)</td></tr>
|
||||||
|
<tr class="separator:a76a53b29aa6246066a28838f1edecbbc"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:adf6a7f5770e39645bfc97b3f1a5ed93e"><td class="memItemLeft" align="right" valign="top"><a id="adf6a7f5770e39645bfc97b3f1a5ed93e"></a>
|
||||||
|
bool </td><td class="memItemRight" valign="bottom"><b>exists</b> (const Key &key)</td></tr>
|
||||||
|
<tr class="separator:adf6a7f5770e39645bfc97b3f1a5ed93e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a894aa615f685990f88faaac4df4c1924"><td class="memItemLeft" align="right" valign="top"><a id="a894aa615f685990f88faaac4df4c1924"></a>
|
||||||
|
IteratorType </td><td class="memItemRight" valign="bottom"><b>begin</b> ()</td></tr>
|
||||||
|
<tr class="separator:a894aa615f685990f88faaac4df4c1924"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a7edfa6ed1e9ab39648df92416de860ef"><td class="memItemLeft" align="right" valign="top"><a id="a7edfa6ed1e9ab39648df92416de860ef"></a>
|
||||||
|
IteratorType </td><td class="memItemRight" valign="bottom"><b>end</b> ()</td></tr>
|
||||||
|
<tr class="separator:a7edfa6ed1e9ab39648df92416de860ef"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a11ef5fe7417c123d4bb5d0445e36f8c7"><td class="memItemLeft" align="right" valign="top"><a id="a11ef5fe7417c123d4bb5d0445e36f8c7"></a>
|
||||||
|
<a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">ThreadSafeMap</a> & </td><td class="memItemRight" valign="bottom"><b>mirror</b> ()</td></tr>
|
||||||
|
<tr class="separator:a11ef5fe7417c123d4bb5d0445e36f8c7"><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>
|
||||||
|
<tr class="memitem:a2058ecb5e51a52f0d1721aa7de6943ee"><td class="memItemLeft" align="right" valign="top"><a id="a2058ecb5e51a52f0d1721aa7de6943ee"></a>
|
||||||
|
MapType </td><td class="memItemRight" valign="bottom"><b>map_mirror_</b></td></tr>
|
||||||
|
<tr class="separator:a2058ecb5e51a52f0d1721aa7de6943ee"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a86951ca9a069cc520549757437b01332"><td class="memItemLeft" align="right" valign="top"><a id="a86951ca9a069cc520549757437b01332"></a>
|
||||||
|
MapType </td><td class="memItemRight" valign="bottom"><b>map_</b></td></tr>
|
||||||
|
<tr class="separator:a86951ca9a069cc520549757437b01332"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:acc5f153d80e6930caaa16315e938a044"><td class="memItemLeft" align="right" valign="top"><a id="acc5f153d80e6930caaa16315e938a044"></a>
|
||||||
|
std::shared_mutex </td><td class="memItemRight" valign="bottom"><b>mutex_</b></td></tr>
|
||||||
|
<tr class="separator:acc5f153d80e6930caaa16315e938a044"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table>
|
||||||
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
|
<li>src/core/function/<a class="el" href="CacheManager_8h_source.html">CacheManager.h</a></li>
|
||||||
|
</ul>
|
||||||
|
</div><!-- contents -->
|
||||||
|
</div><!-- doc-content -->
|
||||||
|
<!-- start footer part -->
|
||||||
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
|
<ul>
|
||||||
|
<li class="navelem"><a class="el" href="namespaceGpgFrontend.html">GpgFrontend</a></li><li class="navelem"><a class="el" href="classGpgFrontend_1_1ThreadSafeMap.html">ThreadSafeMap</a></li>
|
||||||
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
14
docs/html/classGpgFrontend_1_1ThreadSafeMap.js
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
var classGpgFrontend_1_1ThreadSafeMap =
|
||||||
|
[
|
||||||
|
[ "IteratorType", "classGpgFrontend_1_1ThreadSafeMap.html#af1a2463215950aab4068f0ac7aaf4be2", null ],
|
||||||
|
[ "MapType", "classGpgFrontend_1_1ThreadSafeMap.html#ae47d44e31883547e285e5366db23a0fe", null ],
|
||||||
|
[ "begin", "classGpgFrontend_1_1ThreadSafeMap.html#a894aa615f685990f88faaac4df4c1924", null ],
|
||||||
|
[ "end", "classGpgFrontend_1_1ThreadSafeMap.html#a7edfa6ed1e9ab39648df92416de860ef", null ],
|
||||||
|
[ "exists", "classGpgFrontend_1_1ThreadSafeMap.html#adf6a7f5770e39645bfc97b3f1a5ed93e", null ],
|
||||||
|
[ "get", "classGpgFrontend_1_1ThreadSafeMap.html#a76a53b29aa6246066a28838f1edecbbc", null ],
|
||||||
|
[ "insert", "classGpgFrontend_1_1ThreadSafeMap.html#a8499e210ffb71c52cdeb309269127157", null ],
|
||||||
|
[ "mirror", "classGpgFrontend_1_1ThreadSafeMap.html#a11ef5fe7417c123d4bb5d0445e36f8c7", null ],
|
||||||
|
[ "map_", "classGpgFrontend_1_1ThreadSafeMap.html#a86951ca9a069cc520549757437b01332", null ],
|
||||||
|
[ "map_mirror_", "classGpgFrontend_1_1ThreadSafeMap.html#a2058ecb5e51a52f0d1721aa7de6943ee", null ],
|
||||||
|
[ "mutex_", "classGpgFrontend_1_1ThreadSafeMap.html#acc5f153d80e6930caaa16315e938a044", null ]
|
||||||
|
];
|
@ -0,0 +1,8 @@
|
|||||||
|
<map id="GpgFrontend::ThreadSafeMap< Key, Value >" name="GpgFrontend::ThreadSafeMap< Key, Value >">
|
||||||
|
<area shape="rect" id="node1" title=" " alt="" coords="37,455,252,620"/>
|
||||||
|
<area shape="rect" id="node2" title=" " alt="" coords="5,293,148,370"/>
|
||||||
|
<area shape="rect" id="node3" title=" " alt="" coords="172,285,349,377"/>
|
||||||
|
<area shape="rect" id="node4" title=" " alt="" coords="193,145,328,223"/>
|
||||||
|
<area shape="rect" id="node5" title=" " alt="" coords="204,5,243,83"/>
|
||||||
|
<area shape="rect" id="node6" title=" " alt="" coords="280,5,319,83"/>
|
||||||
|
</map>
|
@ -0,0 +1 @@
|
|||||||
|
0fe5367c7090c9d470426cd88c68041a
|
BIN
docs/html/classGpgFrontend_1_1ThreadSafeMap__coll__graph.png
Normal file
After Width: | Height: | Size: 25 KiB |
@ -0,0 +1,4 @@
|
|||||||
|
<map id="GpgFrontend::ThreadSafeMap< Key, Value >" name="GpgFrontend::ThreadSafeMap< Key, Value >">
|
||||||
|
<area shape="rect" id="node1" title=" " alt="" coords="5,5,220,200"/>
|
||||||
|
<area shape="rect" id="node2" href="$classGpgFrontend_1_1ThreadSafeMap.html" title=" " alt="" coords="5,277,220,487"/>
|
||||||
|
</map>
|
@ -0,0 +1 @@
|
|||||||
|
e1b020bef354085a6ed78869c4ca8a86
|
BIN
docs/html/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.png
Normal file
After Width: | Height: | Size: 18 KiB |
@ -89,28 +89,31 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1CommonUtils.
|
|||||||
|
|
||||||
<p>This is the complete list of members for <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>, including all inherited members.</p>
|
<p>This is the complete list of members for <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>, including all inherited members.</p>
|
||||||
<table class="directory">
|
<table class="directory">
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>application_need_to_restart_at_once_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>AddKey2Favourtie</b>(const GpgKey &key) (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965">CommonUtils</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>application_need_to_restart_at_once_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49">GetInstance</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965">CommonUtils</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>ImportCallbackFunctiopn</b> typedef (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49">GetInstance</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>instance_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">static</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ImportCallbackFunctiopn</b> typedef (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>isApplicationNeedRestart</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>instance_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">static</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SignalGnupgNotInstall</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>isApplicationNeedRestart</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28">SignalKeyDatabaseRefreshDone</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>KeyExistsinFavouriteList</b>(const GpgKey &key) (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SignalKeyStatusUpdated</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>RemoveKeyFromFavourite</b>(const GpgKey &key) (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>SignalNeedUserInputPassphrase</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>SignalGnupgNotInstall</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SignalRestartApplication</b>(int) (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28">SignalKeyDatabaseRefreshDone</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>SignalUserInputPassphraseDone</b>(QString passphrase) (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>SignalKeyStatusUpdated</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>slot_popup_passphrase_input_dialog</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SignalNeedUserInputPassphrase</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e">slot_update_key_status</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>SignalRestartApplication</b>(int) (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791">SlotExecuteCommand</a>(const std::string &cmd, const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SignalUserInputPassphraseDone</b>(QString passphrase) (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d">SlotExecuteGpgCommand</a>(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>slot_popup_passphrase_input_dialog</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a">SlotImportKeyFromClipboard</a>(QWidget *parent)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e">slot_update_key_status</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d">SlotImportKeyFromFile</a>(QWidget *parent)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791">SlotExecuteCommand</a>(const std::string &cmd, const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea">SlotImportKeyFromKeyServer</a>(QWidget *parent)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d">SlotExecuteGpgCommand</a>(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a">SlotImportKeyFromKeyServer</a>(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">static</span><span class="mlabel">slot</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a">SlotImportKeyFromClipboard</a>(QWidget *parent)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8">SlotImportKeys</a>(QWidget *parent, const std::string &in_buffer)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d">SlotImportKeyFromFile</a>(QWidget *parent)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>SlotRestartApplication</b>(int) (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea">SlotImportKeyFromKeyServer</a>(QWidget *parent)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a">SlotImportKeyFromKeyServer</a>(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">static</span><span class="mlabel">slot</span></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8">SlotImportKeys</a>(QWidget *parent, const std::string &in_buffer)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SlotRestartApplication</b>(int) (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html">GpgFrontend::UI::CommonUtils</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
|
@ -101,7 +101,7 @@ Inheritance diagram for GpgFrontend::UI::CommonUtils:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1CommonUtils_inherit__map" alt="Inheritance graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1CommonUtils_inherit__map" alt="Inheritance graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1UI_1_1CommonUtils_inherit__map" id="aGpgFrontend_1_1UI_1_1CommonUtils_inherit__map">
|
<map name="aGpgFrontend_1_1UI_1_1CommonUtils_inherit__map" id="aGpgFrontend_1_1UI_1_1CommonUtils_inherit__map">
|
||||||
<area shape="rect" title=" " alt="" coords="5,131,244,428"/>
|
<area shape="rect" title=" " alt="" coords="5,131,244,472"/>
|
||||||
<area shape="rect" title=" " alt="" coords="85,5,164,83"/>
|
<area shape="rect" title=" " alt="" coords="85,5,164,83"/>
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
@ -110,7 +110,7 @@ Collaboration diagram for GpgFrontend::UI::CommonUtils:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1CommonUtils_coll__map" alt="Collaboration graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1CommonUtils_coll__map" alt="Collaboration graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1UI_1_1CommonUtils_coll__map" id="aGpgFrontend_1_1UI_1_1CommonUtils_coll__map">
|
<map name="aGpgFrontend_1_1UI_1_1CommonUtils_coll__map" id="aGpgFrontend_1_1UI_1_1CommonUtils_coll__map">
|
||||||
<area shape="rect" title=" " alt="" coords="5,455,244,737"/>
|
<area shape="rect" title=" " alt="" coords="5,455,244,781"/>
|
||||||
<area shape="rect" title=" " alt="" coords="32,307,111,385"/>
|
<area shape="rect" title=" " alt="" coords="32,307,111,385"/>
|
||||||
<area shape="rect" title=" " alt="" coords="135,300,352,392"/>
|
<area shape="rect" title=" " alt="" coords="135,300,352,392"/>
|
||||||
<area shape="rect" title=" " alt="" coords="165,145,322,223"/>
|
<area shape="rect" title=" " alt="" coords="165,145,322,223"/>
|
||||||
@ -175,6 +175,15 @@ Public Member Functions</h2></td></tr>
|
|||||||
<tr class="memitem:abb25baa60d62d6842028e174f7e341fe"><td class="memItemLeft" align="right" valign="top"><a id="abb25baa60d62d6842028e174f7e341fe"></a>
|
<tr class="memitem:abb25baa60d62d6842028e174f7e341fe"><td class="memItemLeft" align="right" valign="top"><a id="abb25baa60d62d6842028e174f7e341fe"></a>
|
||||||
bool </td><td class="memItemRight" valign="bottom"><b>isApplicationNeedRestart</b> ()</td></tr>
|
bool </td><td class="memItemRight" valign="bottom"><b>isApplicationNeedRestart</b> ()</td></tr>
|
||||||
<tr class="separator:abb25baa60d62d6842028e174f7e341fe"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:abb25baa60d62d6842028e174f7e341fe"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a570b6d08ceb683f950e94d648bf334ea"><td class="memItemLeft" align="right" valign="top"><a id="a570b6d08ceb683f950e94d648bf334ea"></a>
|
||||||
|
bool </td><td class="memItemRight" valign="bottom"><b>KeyExistsinFavouriteList</b> (const <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> &key)</td></tr>
|
||||||
|
<tr class="separator:a570b6d08ceb683f950e94d648bf334ea"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a7a7b01b992c465ded7e25e54e3ebacec"><td class="memItemLeft" align="right" valign="top"><a id="a7a7b01b992c465ded7e25e54e3ebacec"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>AddKey2Favourtie</b> (const <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> &key)</td></tr>
|
||||||
|
<tr class="separator:a7a7b01b992c465ded7e25e54e3ebacec"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a0cf35e9d02ff3464cb83435a61d060c2"><td class="memItemLeft" align="right" valign="top"><a id="a0cf35e9d02ff3464cb83435a61d060c2"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>RemoveKeyFromFavourite</b> (const <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> &key)</td></tr>
|
||||||
|
<tr class="separator:a0cf35e9d02ff3464cb83435a61d060c2"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
</table><table class="memberdecls">
|
</table><table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
|
||||||
Static Public Member Functions</h2></td></tr>
|
Static Public Member Functions</h2></td></tr>
|
||||||
@ -231,7 +240,7 @@ static std::unique_ptr< <a class="el" href="classGpgFrontend_1_1UI_1_1CommonU
|
|||||||
<p>Get the Instance object. </p>
|
<p>Get the Instance object. </p>
|
||||||
<dl class="section return"><dt>Returns</dt><dd>CommonUtils* </dd></dl>
|
<dl class="section return"><dt>Returns</dt><dd>CommonUtils* </dd></dl>
|
||||||
|
|
||||||
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8">GpgFrontend::UI::KeyMgmt::create_actions()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355">GpgFrontend::UI::MainWindow::create_actions()</a>, <a class="el" href="namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad">GpgFrontend::UI::InitGpgFrontendUI()</a>, <a class="el" href="namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da">GpgFrontend::UI::RunGpgFrontendUI()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf">GpgFrontend::UI::MainWindow::slot_import_key_from_edit()</a>.</p>
|
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8">GpgFrontend::UI::KeyMgmt::create_actions()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355">GpgFrontend::UI::MainWindow::create_actions()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de">GpgFrontend::UI::MainWindow::create_dock_windows()</a>, <a class="el" href="namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad">GpgFrontend::UI::InitGpgFrontendUI()</a>, <a class="el" href="namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da">GpgFrontend::UI::RunGpgFrontendUI()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf">GpgFrontend::UI::MainWindow::slot_import_key_from_edit()</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,8 +2,11 @@ var classGpgFrontend_1_1UI_1_1CommonUtils =
|
|||||||
[
|
[
|
||||||
[ "ImportCallbackFunctiopn", "classGpgFrontend_1_1UI_1_1CommonUtils.html#aadd249062c24f9b7fc545c03296bbb83", null ],
|
[ "ImportCallbackFunctiopn", "classGpgFrontend_1_1UI_1_1CommonUtils.html#aadd249062c24f9b7fc545c03296bbb83", null ],
|
||||||
[ "CommonUtils", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965", null ],
|
[ "CommonUtils", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965", null ],
|
||||||
|
[ "AddKey2Favourtie", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a7a7b01b992c465ded7e25e54e3ebacec", null ],
|
||||||
[ "GetInstance", "classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49", null ],
|
[ "GetInstance", "classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49", null ],
|
||||||
[ "isApplicationNeedRestart", "classGpgFrontend_1_1UI_1_1CommonUtils.html#abb25baa60d62d6842028e174f7e341fe", null ],
|
[ "isApplicationNeedRestart", "classGpgFrontend_1_1UI_1_1CommonUtils.html#abb25baa60d62d6842028e174f7e341fe", null ],
|
||||||
|
[ "KeyExistsinFavouriteList", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a570b6d08ceb683f950e94d648bf334ea", null ],
|
||||||
|
[ "RemoveKeyFromFavourite", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a0cf35e9d02ff3464cb83435a61d060c2", null ],
|
||||||
[ "SignalGnupgNotInstall", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a4d2f10c2089c2bfb23be5c1f573af31f", null ],
|
[ "SignalGnupgNotInstall", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a4d2f10c2089c2bfb23be5c1f573af31f", null ],
|
||||||
[ "SignalKeyDatabaseRefreshDone", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28", null ],
|
[ "SignalKeyDatabaseRefreshDone", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28", null ],
|
||||||
[ "SignalKeyStatusUpdated", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc9e91daa0d3c4ee4141ba4bd8726bb", null ],
|
[ "SignalKeyStatusUpdated", "classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc9e91daa0d3c4ee4141ba4bd8726bb", null ],
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<map id="GpgFrontend::UI::CommonUtils" name="GpgFrontend::UI::CommonUtils">
|
<map id="GpgFrontend::UI::CommonUtils" name="GpgFrontend::UI::CommonUtils">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="5,455,244,737"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="5,455,244,781"/>
|
||||||
<area shape="rect" id="node2" title=" " alt="" coords="32,307,111,385"/>
|
<area shape="rect" id="node2" title=" " alt="" coords="32,307,111,385"/>
|
||||||
<area shape="rect" id="node3" title=" " alt="" coords="135,300,352,392"/>
|
<area shape="rect" id="node3" title=" " alt="" coords="135,300,352,392"/>
|
||||||
<area shape="rect" id="node4" title=" " alt="" coords="165,145,322,223"/>
|
<area shape="rect" id="node4" title=" " alt="" coords="165,145,322,223"/>
|
||||||
|
@ -1 +1 @@
|
|||||||
9ccaa9bbac90405c7f875bd65294ac91
|
9415a44729c72a443972db63160897b4
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 41 KiB |
@ -1,4 +1,4 @@
|
|||||||
<map id="GpgFrontend::UI::CommonUtils" name="GpgFrontend::UI::CommonUtils">
|
<map id="GpgFrontend::UI::CommonUtils" name="GpgFrontend::UI::CommonUtils">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="5,131,244,428"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="5,131,244,472"/>
|
||||||
<area shape="rect" id="node2" title=" " alt="" coords="85,5,164,83"/>
|
<area shape="rect" id="node2" title=" " alt="" coords="85,5,164,83"/>
|
||||||
</map>
|
</map>
|
||||||
|
@ -1 +1 @@
|
|||||||
1f5d3460c478127374910b0894596624
|
046da7180b33594d351afcb5c96bf44b
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 18 KiB |
@ -99,8 +99,8 @@ Inheritance diagram for GpgFrontend::UI::GeneralMainWindow:</div>
|
|||||||
<div class="center"><img src="classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1GeneralMainWindow_inherit__map" alt="Inheritance graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1GeneralMainWindow_inherit__map" alt="Inheritance graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1UI_1_1GeneralMainWindow_inherit__map" id="aGpgFrontend_1_1UI_1_1GeneralMainWindow_inherit__map">
|
<map name="aGpgFrontend_1_1UI_1_1GeneralMainWindow_inherit__map" id="aGpgFrontend_1_1UI_1_1GeneralMainWindow_inherit__map">
|
||||||
<area shape="rect" title=" " alt="" coords="152,131,345,355"/>
|
<area shape="rect" title=" " alt="" coords="152,131,345,355"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html" title=" " alt="" coords="5,549,241,979"/>
|
<area shape="rect" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html" title=" " alt="" coords="5,564,241,993"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1MainWindow.html" title=" " alt="" coords="266,403,485,1125"/>
|
<area shape="rect" href="classGpgFrontend_1_1UI_1_1MainWindow.html" title=" " alt="" coords="266,403,485,1155"/>
|
||||||
<area shape="rect" title=" " alt="" coords="191,5,307,83"/>
|
<area shape="rect" title=" " alt="" coords="191,5,307,83"/>
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<map id="GpgFrontend::UI::GeneralMainWindow" name="GpgFrontend::UI::GeneralMainWindow">
|
<map id="GpgFrontend::UI::GeneralMainWindow" name="GpgFrontend::UI::GeneralMainWindow">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="152,131,345,355"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="152,131,345,355"/>
|
||||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1UI_1_1KeyMgmt.html" title=" " alt="" coords="5,549,241,979"/>
|
<area shape="rect" id="node3" href="$classGpgFrontend_1_1UI_1_1KeyMgmt.html" title=" " alt="" coords="5,564,241,993"/>
|
||||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1UI_1_1MainWindow.html" title=" " alt="" coords="266,403,485,1125"/>
|
<area shape="rect" id="node4" href="$classGpgFrontend_1_1UI_1_1MainWindow.html" title=" " alt="" coords="266,403,485,1155"/>
|
||||||
<area shape="rect" id="node2" title=" " alt="" coords="191,5,307,83"/>
|
<area shape="rect" id="node2" title=" " alt="" coords="191,5,307,83"/>
|
||||||
</map>
|
</map>
|
||||||
|
@ -1 +1 @@
|
|||||||
9be2919c12ba85d51fafcaa0ef389b5c
|
1e7196263fbb24fabfea5b3bccb36443
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 69 KiB |
@ -105,26 +105,26 @@ Collaboration diagram for GpgFrontend::UI::GeneralTab:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1GeneralTab_coll__map" alt="Collaboration graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1GeneralTab_coll__map" alt="Collaboration graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1UI_1_1GeneralTab_coll__map" id="aGpgFrontend_1_1UI_1_1GeneralTab_coll__map">
|
<map name="aGpgFrontend_1_1UI_1_1GeneralTab_coll__map" id="aGpgFrontend_1_1UI_1_1GeneralTab_coll__map">
|
||||||
<area shape="rect" title=" " alt="" coords="590,2149,798,2256"/>
|
<area shape="rect" title=" " alt="" coords="154,2223,362,2329"/>
|
||||||
<area shape="rect" title=" " alt="" coords="5,1345,84,1422"/>
|
<area shape="rect" title=" " alt="" coords="100,1389,179,1466"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1KeyList.html" title=" " alt="" coords="395,1569,598,2087"/>
|
<area shape="rect" href="classGpgFrontend_1_1UI_1_1KeyList.html" title=" " alt="" coords="263,1613,466,2160"/>
|
||||||
<area shape="rect" title=" " alt="" coords="799,1453,947,1545"/>
|
<area shape="rect" title=" " alt="" coords="5,1497,153,1589"/>
|
||||||
<area shape="rect" title=" " alt="" coords="819,1139,977,1216"/>
|
<area shape="rect" title=" " alt="" coords="179,1161,337,1238"/>
|
||||||
<area shape="rect" title=" " alt="" coords="689,1337,837,1429"/>
|
<area shape="rect" title=" " alt="" coords="203,1381,351,1473"/>
|
||||||
<area shape="rect" title=" " alt="" coords="755,5,793,83"/>
|
<area shape="rect" title=" " alt="" coords="539,5,577,83"/>
|
||||||
<area shape="rect" title=" " alt="" coords="290,145,447,223"/>
|
<area shape="rect" title=" " alt="" coords="479,145,637,223"/>
|
||||||
<area shape="rect" title=" " alt="" coords="709,620,839,697"/>
|
<area shape="rect" title=" " alt="" coords="1095,620,1224,697"/>
|
||||||
<area shape="rect" title=" " alt="" coords="17,431,227,523"/>
|
<area shape="rect" title=" " alt="" coords="298,431,509,523"/>
|
||||||
<area shape="rect" title=" " alt="" coords="168,795,367,887"/>
|
<area shape="rect" title=" " alt="" coords="448,795,647,887"/>
|
||||||
<area shape="rect" title=" " alt="" coords="554,300,725,407"/>
|
<area shape="rect" title=" " alt="" coords="929,300,1099,407"/>
|
||||||
<area shape="rect" title=" " alt="" coords="471,1337,661,1429"/>
|
<area shape="rect" title=" " alt="" coords="493,1381,682,1473"/>
|
||||||
<area shape="rect" href="structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="469,1080,663,1275"/>
|
<area shape="rect" href="structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="491,1080,684,1319"/>
|
||||||
<area shape="rect" title=" " alt="" coords="483,911,673,1003"/>
|
<area shape="rect" title=" " alt="" coords="700,918,787,995"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="464,547,641,771"/>
|
<area shape="rect" title=" " alt="" coords="985,1161,1171,1238"/>
|
||||||
<area shape="rect" title=" " alt="" coords="424,315,516,392"/>
|
<area shape="rect" title=" " alt="" coords="638,613,777,705"/>
|
||||||
<area shape="rect" title=" " alt="" coords="983,918,1170,995"/>
|
<area shape="rect" title=" " alt="" coords="862,911,1051,1003"/>
|
||||||
<area shape="rect" title=" " alt="" coords="1033,620,1120,697"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="851,547,1030,771"/>
|
||||||
<area shape="rect" title=" " alt="" coords="1007,307,1146,399"/>
|
<area shape="rect" title=" " alt="" coords="791,315,883,392"/>
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
<table class="memberdecls">
|
<table class="memberdecls">
|
||||||
@ -193,7 +193,7 @@ std::vector< std::string > </td><td class="memItemRight" valign="bott
|
|||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26">GpgFrontend::UI::SettingsDialog::ListLanguages()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b">SetSettings()</a>.</p>
|
<p class="reference">References <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26">GpgFrontend::UI::SettingsDialog::ListLanguages()</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
<map id="GpgFrontend::UI::GeneralTab" name="GpgFrontend::UI::GeneralTab">
|
<map id="GpgFrontend::UI::GeneralTab" name="GpgFrontend::UI::GeneralTab">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="590,2149,798,2256"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="154,2223,362,2329"/>
|
||||||
<area shape="rect" id="node2" title=" " alt="" coords="5,1345,84,1422"/>
|
<area shape="rect" id="node2" title=" " alt="" coords="100,1389,179,1466"/>
|
||||||
<area shape="rect" id="node6" href="$classGpgFrontend_1_1UI_1_1KeyList.html" title=" " alt="" coords="395,1569,598,2087"/>
|
<area shape="rect" id="node6" href="$classGpgFrontend_1_1UI_1_1KeyList.html" title=" " alt="" coords="263,1613,466,2160"/>
|
||||||
<area shape="rect" id="node3" title=" " alt="" coords="799,1453,947,1545"/>
|
<area shape="rect" id="node3" title=" " alt="" coords="5,1497,153,1589"/>
|
||||||
<area shape="rect" id="node4" title=" " alt="" coords="819,1139,977,1216"/>
|
<area shape="rect" id="node4" title=" " alt="" coords="179,1161,337,1238"/>
|
||||||
<area shape="rect" id="node17" title=" " alt="" coords="689,1337,837,1429"/>
|
<area shape="rect" id="node19" title=" " alt="" coords="203,1381,351,1473"/>
|
||||||
<area shape="rect" id="node5" title=" " alt="" coords="755,5,793,83"/>
|
<area shape="rect" id="node5" title=" " alt="" coords="539,5,577,83"/>
|
||||||
<area shape="rect" id="node8" title=" " alt="" coords="290,145,447,223"/>
|
<area shape="rect" id="node8" title=" " alt="" coords="479,145,637,223"/>
|
||||||
<area shape="rect" id="node16" title=" " alt="" coords="709,620,839,697"/>
|
<area shape="rect" id="node18" title=" " alt="" coords="1095,620,1224,697"/>
|
||||||
<area shape="rect" id="node7" title=" " alt="" coords="17,431,227,523"/>
|
<area shape="rect" id="node7" title=" " alt="" coords="298,431,509,523"/>
|
||||||
<area shape="rect" id="node11" title=" " alt="" coords="168,795,367,887"/>
|
<area shape="rect" id="node11" title=" " alt="" coords="448,795,647,887"/>
|
||||||
<area shape="rect" id="node15" title=" " alt="" coords="554,300,725,407"/>
|
<area shape="rect" id="node17" title=" " alt="" coords="929,300,1099,407"/>
|
||||||
<area shape="rect" id="node9" title=" " alt="" coords="471,1337,661,1429"/>
|
<area shape="rect" id="node9" title=" " alt="" coords="493,1381,682,1473"/>
|
||||||
<area shape="rect" id="node10" href="$structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="469,1080,663,1275"/>
|
<area shape="rect" id="node10" href="$structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="491,1080,684,1319"/>
|
||||||
<area shape="rect" id="node12" title=" " alt="" coords="483,911,673,1003"/>
|
<area shape="rect" id="node12" title=" " alt="" coords="700,918,787,995"/>
|
||||||
<area shape="rect" id="node13" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="464,547,641,771"/>
|
<area shape="rect" id="node20" title=" " alt="" coords="985,1161,1171,1238"/>
|
||||||
<area shape="rect" id="node14" title=" " alt="" coords="424,315,516,392"/>
|
<area shape="rect" id="node13" title=" " alt="" coords="638,613,777,705"/>
|
||||||
<area shape="rect" id="node18" title=" " alt="" coords="983,918,1170,995"/>
|
<area shape="rect" id="node14" title=" " alt="" coords="862,911,1051,1003"/>
|
||||||
<area shape="rect" id="node19" title=" " alt="" coords="1033,620,1120,697"/>
|
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="851,547,1030,771"/>
|
||||||
<area shape="rect" id="node20" title=" " alt="" coords="1007,307,1146,399"/>
|
<area shape="rect" id="node16" title=" " alt="" coords="791,315,883,392"/>
|
||||||
</map>
|
</map>
|
||||||
|
@ -1 +1 @@
|
|||||||
b86d1d6d931488f83ced2a64a52798e8
|
d32f9c0b1a08db29c44676ac7f0e8dd3
|
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 316 KiB |
@ -89,7 +89,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyList.html
|
|||||||
|
|
||||||
<p>This is the complete list of members for <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>, including all inherited members.</p>
|
<p>This is the complete list of members for <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>, including all inherited members.</p>
|
||||||
<table class="directory">
|
<table class="directory">
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec">AddListGroupTab</a>(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab8663d18901d10c00dbcc0ba852b3bf4">AddListGroupTab</a>(const QString &name, const QString &id, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const KeyTable::KeyTableFilter filter=[](const GpgKey &, const KeyTable &) -> bool { return true;})</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886">AddMenuAction</a>(QAction *act)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886">AddMenuAction</a>(QAction *act)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>AddSeparator</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>AddSeparator</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>buffered_key_list_mutex_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>buffered_key_list_mutex_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
@ -99,31 +99,33 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyList.html
|
|||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190">contextMenuEvent</a>(QContextMenuEvent *event) override</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190">contextMenuEvent</a>(QContextMenuEvent *event) override</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f">dragEnterEvent</a>(QDragEnterEvent *event) override</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f">dragEnterEvent</a>(QDragEnterEvent *event) override</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f">dropEvent</a>(QDropEvent *event) override</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f">dropEvent</a>(QDropEvent *event) override</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87">GetAllPrivateKeys</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>filter_by_keyword</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33">GetChecked</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87">GetAllPrivateKeys</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38">GetChecked</a>(const KeyTable &key_table)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33">GetChecked</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd">GetPrivateChecked</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38">GetChecked</a>(const KeyTable &key_table)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544">GetSelected</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd">GetPrivateChecked</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f">GetSelectedKey</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544">GetSelected</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153">import_keys</a>(const QByteArray &inBuffer)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f">GetSelectedKey</a>()</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>init</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153">import_keys</a>(const QByteArray &inBuffer)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418">KeyList</a>(KeyMenuAbility::AbilityType menu_ability, QWidget *parent=nullptr)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>init</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>m_action_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418">KeyList</a>(KeyMenuAbility::AbilityType menu_ability, QWidget *parent=nullptr)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>m_key_list_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>m_action_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>m_key_tables_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>m_key_list_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e">MarkKeys</a>(QStringList *keyIds)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>m_key_tables_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>menu_ability_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e">MarkKeys</a>(QStringList *keyIds)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>popup_menu_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>menu_ability_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689">SetChecked</a>(KeyIdArgsListPtr key_ids)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>popup_menu_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe">SetChecked</a>(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689">SetChecked</a>(KeyIdArgsListPtr key_ids)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5">SetColumnWidth</a>(int row, int size)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe">SetChecked</a>(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">SetDoubleClickedAction</a>(std::function< void(const GpgKey &, QWidget *)> action)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5">SetColumnWidth</a>(int row, int size)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>SignalRefreshDatabase</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">SetDoubleClickedAction</a>(std::function< void(const GpgKey &, QWidget *)> action)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a">SignalRefreshStatusBar</a>(const QString &message, int timeout)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SignalRefreshDatabase</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e">slot_double_clicked</a>(const QModelIndex &index)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
|
<tr><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a">SignalRefreshStatusBar</a>(const QString &message, int timeout)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>slot_refresh_ui</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e">slot_double_clicked</a>(const QModelIndex &index)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>slot_sync_with_key_server</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>slot_refresh_ui</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SlotRefresh</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>slot_sync_with_key_server</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>SlotRefresh</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SlotRefreshUI</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>ui_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>ui_</b> (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>uncheck_all</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>uncheck_all</b>() (defined in <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a>)</td><td class="entry"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html">GpgFrontend::UI::KeyList</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
|
@ -101,7 +101,7 @@ Inheritance diagram for GpgFrontend::UI::KeyList:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1KeyList_inherit__map" alt="Inheritance graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1KeyList_inherit__map" alt="Inheritance graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1UI_1_1KeyList_inherit__map" id="aGpgFrontend_1_1UI_1_1KeyList_inherit__map">
|
<map name="aGpgFrontend_1_1UI_1_1KeyList_inherit__map" id="aGpgFrontend_1_1UI_1_1KeyList_inherit__map">
|
||||||
<area shape="rect" title=" " alt="" coords="5,131,208,707"/>
|
<area shape="rect" title=" " alt="" coords="5,131,208,736"/>
|
||||||
<area shape="rect" title=" " alt="" coords="67,5,146,83"/>
|
<area shape="rect" title=" " alt="" coords="67,5,146,83"/>
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
@ -110,21 +110,23 @@ Collaboration diagram for GpgFrontend::UI::KeyList:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1UI_1_1KeyList__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1KeyList_coll__map" alt="Collaboration graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1UI_1_1KeyList__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1KeyList_coll__map" alt="Collaboration graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1UI_1_1KeyList_coll__map" id="aGpgFrontend_1_1UI_1_1KeyList_coll__map">
|
<map name="aGpgFrontend_1_1UI_1_1KeyList_coll__map" id="aGpgFrontend_1_1UI_1_1KeyList_coll__map">
|
||||||
<area shape="rect" title=" " alt="" coords="229,1555,431,2072"/>
|
<area shape="rect" title=" " alt="" coords="186,1599,389,2145"/>
|
||||||
<area shape="rect" title=" " alt="" coords="5,1407,84,1485"/>
|
<area shape="rect" title=" " alt="" coords="5,1451,84,1529"/>
|
||||||
<area shape="rect" title=" " alt="" coords="729,431,939,523"/>
|
<area shape="rect" title=" " alt="" coords="37,431,247,523"/>
|
||||||
<area shape="rect" title=" " alt="" coords="607,145,765,223"/>
|
<area shape="rect" title=" " alt="" coords="545,145,702,223"/>
|
||||||
<area shape="rect" title=" " alt="" coords="605,795,804,887"/>
|
<area shape="rect" title=" " alt="" coords="561,795,760,887"/>
|
||||||
<area shape="rect" title=" " alt="" coords="434,300,605,407"/>
|
<area shape="rect" title=" " alt="" coords="471,300,642,407"/>
|
||||||
<area shape="rect" title=" " alt="" coords="667,5,705,83"/>
|
<area shape="rect" title=" " alt="" coords="925,5,964,83"/>
|
||||||
<area shape="rect" title=" " alt="" coords="249,620,379,697"/>
|
<area shape="rect" title=" " alt="" coords="880,620,1009,697"/>
|
||||||
<area shape="rect" title=" " alt="" coords="865,145,1022,223"/>
|
<area shape="rect" title=" " alt="" coords="1017,145,1174,223"/>
|
||||||
<area shape="rect" title=" " alt="" coords="235,1400,425,1492"/>
|
<area shape="rect" title=" " alt="" coords="459,1444,649,1536"/>
|
||||||
<area shape="rect" href="structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="360,1143,553,1337"/>
|
<area shape="rect" href="structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="457,1143,651,1381"/>
|
||||||
<area shape="rect" title=" " alt="" coords="362,911,551,1003"/>
|
<area shape="rect" title=" " alt="" coords="348,918,435,995"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="431,547,608,771"/>
|
<area shape="rect" title=" " alt="" coords="325,613,463,705"/>
|
||||||
<area shape="rect" title=" " alt="" coords="103,315,195,392"/>
|
<area shape="rect" title=" " alt="" coords="459,911,649,1003"/>
|
||||||
<area shape="rect" title=" " alt="" coords="965,1027,1113,1119"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="487,547,666,771"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="255,315,347,392"/>
|
||||||
|
<area shape="rect" title=" " alt="" coords="1127,1027,1275,1119"/>
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
<table class="memberdecls">
|
<table class="memberdecls">
|
||||||
@ -133,6 +135,9 @@ Public Slots</h2></td></tr>
|
|||||||
<tr class="memitem:a152e66db4a0f033366f43b4ec89073f4"><td class="memItemLeft" align="right" valign="top"><a id="a152e66db4a0f033366f43b4ec89073f4"></a>
|
<tr class="memitem:a152e66db4a0f033366f43b4ec89073f4"><td class="memItemLeft" align="right" valign="top"><a id="a152e66db4a0f033366f43b4ec89073f4"></a>
|
||||||
void </td><td class="memItemRight" valign="bottom"><b>SlotRefresh</b> ()</td></tr>
|
void </td><td class="memItemRight" valign="bottom"><b>SlotRefresh</b> ()</td></tr>
|
||||||
<tr class="separator:a152e66db4a0f033366f43b4ec89073f4"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a152e66db4a0f033366f43b4ec89073f4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a84499e74d082e71e90a8526991c5331a"><td class="memItemLeft" align="right" valign="top"><a id="a84499e74d082e71e90a8526991c5331a"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>SlotRefreshUI</b> ()</td></tr>
|
||||||
|
<tr class="separator:a84499e74d082e71e90a8526991c5331a"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
</table><table class="memberdecls">
|
</table><table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="signals"></a>
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="signals"></a>
|
||||||
Signals</h2></td></tr>
|
Signals</h2></td></tr>
|
||||||
@ -147,8 +152,8 @@ Public Member Functions</h2></td></tr>
|
|||||||
<tr class="memitem:a7c9d5cacdb42e1fbda5d3cc96e861418"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418">KeyList</a> (KeyMenuAbility::AbilityType menu_ability, QWidget *parent=nullptr)</td></tr>
|
<tr class="memitem:a7c9d5cacdb42e1fbda5d3cc96e861418"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418">KeyList</a> (KeyMenuAbility::AbilityType menu_ability, QWidget *parent=nullptr)</td></tr>
|
||||||
<tr class="memdesc:a7c9d5cacdb42e1fbda5d3cc96e861418"><td class="mdescLeft"> </td><td class="mdescRight">Construct a new Key List object. <a href="classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418">More...</a><br /></td></tr>
|
<tr class="memdesc:a7c9d5cacdb42e1fbda5d3cc96e861418"><td class="mdescLeft"> </td><td class="mdescRight">Construct a new Key List object. <a href="classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418">More...</a><br /></td></tr>
|
||||||
<tr class="separator:a7c9d5cacdb42e1fbda5d3cc96e861418"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a7c9d5cacdb42e1fbda5d3cc96e861418"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a73ddb7feb1f70eac44e038c3dc925fec"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec">AddListGroupTab</a> (const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> &)> &filter=[](const <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> &) -> bool { return true;})</td></tr>
|
<tr class="memitem:ab8663d18901d10c00dbcc0ba852b3bf4"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab8663d18901d10c00dbcc0ba852b3bf4">AddListGroupTab</a> (const QString &name, const QString &id, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const KeyTable::KeyTableFilter filter=[](const <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> &, const <a class="el" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a> &) -> bool { return true;})</td></tr>
|
||||||
<tr class="separator:a73ddb7feb1f70eac44e038c3dc925fec"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:ab8663d18901d10c00dbcc0ba852b3bf4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a7d75246eee6368be295c9ab5fe5ef291"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">SetDoubleClickedAction</a> (std::function< void(const <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> &, QWidget *)> action)</td></tr>
|
<tr class="memitem:a7d75246eee6368be295c9ab5fe5ef291"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">SetDoubleClickedAction</a> (std::function< void(const <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> &, QWidget *)> action)</td></tr>
|
||||||
<tr class="memdesc:a7d75246eee6368be295c9ab5fe5ef291"><td class="mdescLeft"> </td><td class="mdescRight">Set the Double Clicked Action object. <a href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">More...</a><br /></td></tr>
|
<tr class="memdesc:a7d75246eee6368be295c9ab5fe5ef291"><td class="mdescLeft"> </td><td class="mdescRight">Set the Double Clicked Action object. <a href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">More...</a><br /></td></tr>
|
||||||
<tr class="separator:a7d75246eee6368be295c9ab5fe5ef291"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a7d75246eee6368be295c9ab5fe5ef291"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
@ -225,6 +230,9 @@ void </td><td class="memItemRight" valign="bottom"><b>uncheck_all</b> ()</t
|
|||||||
<tr class="memitem:a0c3090591dff7b68bfb83c93d2c168e3"><td class="memItemLeft" align="right" valign="top"><a id="a0c3090591dff7b68bfb83c93d2c168e3"></a>
|
<tr class="memitem:a0c3090591dff7b68bfb83c93d2c168e3"><td class="memItemLeft" align="right" valign="top"><a id="a0c3090591dff7b68bfb83c93d2c168e3"></a>
|
||||||
void </td><td class="memItemRight" valign="bottom"><b>check_all</b> ()</td></tr>
|
void </td><td class="memItemRight" valign="bottom"><b>check_all</b> ()</td></tr>
|
||||||
<tr class="separator:a0c3090591dff7b68bfb83c93d2c168e3"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a0c3090591dff7b68bfb83c93d2c168e3"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:adc5099f326fdd4da9a82e34a68cb2fd7"><td class="memItemLeft" align="right" valign="top"><a id="adc5099f326fdd4da9a82e34a68cb2fd7"></a>
|
||||||
|
void </td><td class="memItemRight" valign="bottom"><b>filter_by_keyword</b> ()</td></tr>
|
||||||
|
<tr class="separator:adc5099f326fdd4da9a82e34a68cb2fd7"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
</table><table class="memberdecls">
|
</table><table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
|
||||||
Private Attributes</h2></td></tr>
|
Private Attributes</h2></td></tr>
|
||||||
@ -300,8 +308,8 @@ KeyMenuAbility::AbilityType </td><td class="memItemRight" valign="bottom"><
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="groupheader">Member Function Documentation</h2>
|
<h2 class="groupheader">Member Function Documentation</h2>
|
||||||
<a id="a73ddb7feb1f70eac44e038c3dc925fec"></a>
|
<a id="ab8663d18901d10c00dbcc0ba852b3bf4"></a>
|
||||||
<h2 class="memtitle"><span class="permalink"><a href="#a73ddb7feb1f70eac44e038c3dc925fec">◆ </a></span>AddListGroupTab()</h2>
|
<h2 class="memtitle"><span class="permalink"><a href="#ab8663d18901d10c00dbcc0ba852b3bf4">◆ </a></span>AddListGroupTab()</h2>
|
||||||
|
|
||||||
<div class="memitem">
|
<div class="memitem">
|
||||||
<div class="memproto">
|
<div class="memproto">
|
||||||
@ -312,6 +320,12 @@ KeyMenuAbility::AbilityType </td><td class="memItemRight" valign="bottom"><
|
|||||||
<td class="paramtype">const QString & </td>
|
<td class="paramtype">const QString & </td>
|
||||||
<td class="paramname"><em>name</em>, </td>
|
<td class="paramname"><em>name</em>, </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="paramkey"></td>
|
||||||
|
<td></td>
|
||||||
|
<td class="paramtype">const QString & </td>
|
||||||
|
<td class="paramname"><em>id</em>, </td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="paramkey"></td>
|
<td class="paramkey"></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
@ -327,8 +341,8 @@ KeyMenuAbility::AbilityType </td><td class="memItemRight" valign="bottom"><
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="paramkey"></td>
|
<td class="paramkey"></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td class="paramtype">const std::function< bool(const <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a> &)> & </td>
|
<td class="paramtype">const KeyTable::KeyTableFilter </td>
|
||||||
<td class="paramname"><em>filter</em> = <code>[](const <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&) -> bool { return true; }</code> </td>
|
<td class="paramname"><em>filter</em> = <code>[](const <a class="el" href="classGpgFrontend_1_1GpgKey.html">GpgKey</a>&, const <a class="el" href="structGpgFrontend_1_1UI_1_1KeyTable.html">KeyTable</a>&) -> bool { return true; }</code> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
@ -917,7 +931,7 @@ false </dd></dl>
|
|||||||
|
|
||||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance()</a>, and <a class="el" href="classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1">GpgFrontend::GpgKeyGetter::GetKey()</a>.</p>
|
<p class="reference">References <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance()</a>, and <a class="el" href="classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1">GpgFrontend::GpgKeyGetter::GetKey()</a>.</p>
|
||||||
|
|
||||||
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec">AddListGroupTab()</a>.</p>
|
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab8663d18901d10c00dbcc0ba852b3bf4">AddListGroupTab()</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
var classGpgFrontend_1_1UI_1_1KeyList =
|
var classGpgFrontend_1_1UI_1_1KeyList =
|
||||||
[
|
[
|
||||||
[ "KeyList", "classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418", null ],
|
[ "KeyList", "classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418", null ],
|
||||||
[ "AddListGroupTab", "classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec", null ],
|
[ "AddListGroupTab", "classGpgFrontend_1_1UI_1_1KeyList.html#ab8663d18901d10c00dbcc0ba852b3bf4", null ],
|
||||||
[ "AddMenuAction", "classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886", null ],
|
[ "AddMenuAction", "classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886", null ],
|
||||||
[ "AddSeparator", "classGpgFrontend_1_1UI_1_1KeyList.html#a0ea28d6f108bad10aaa8844fa86db033", null ],
|
[ "AddSeparator", "classGpgFrontend_1_1UI_1_1KeyList.html#a0ea28d6f108bad10aaa8844fa86db033", null ],
|
||||||
[ "check_all", "classGpgFrontend_1_1UI_1_1KeyList.html#a0c3090591dff7b68bfb83c93d2c168e3", null ],
|
[ "check_all", "classGpgFrontend_1_1UI_1_1KeyList.html#a0c3090591dff7b68bfb83c93d2c168e3", null ],
|
||||||
@ -9,6 +9,7 @@ var classGpgFrontend_1_1UI_1_1KeyList =
|
|||||||
[ "contextMenuEvent", "classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190", null ],
|
[ "contextMenuEvent", "classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190", null ],
|
||||||
[ "dragEnterEvent", "classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f", null ],
|
[ "dragEnterEvent", "classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f", null ],
|
||||||
[ "dropEvent", "classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f", null ],
|
[ "dropEvent", "classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f", null ],
|
||||||
|
[ "filter_by_keyword", "classGpgFrontend_1_1UI_1_1KeyList.html#adc5099f326fdd4da9a82e34a68cb2fd7", null ],
|
||||||
[ "GetAllPrivateKeys", "classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87", null ],
|
[ "GetAllPrivateKeys", "classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87", null ],
|
||||||
[ "GetChecked", "classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33", null ],
|
[ "GetChecked", "classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33", null ],
|
||||||
[ "GetChecked", "classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38", null ],
|
[ "GetChecked", "classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38", null ],
|
||||||
@ -28,6 +29,7 @@ var classGpgFrontend_1_1UI_1_1KeyList =
|
|||||||
[ "slot_refresh_ui", "classGpgFrontend_1_1UI_1_1KeyList.html#aad57901bf84aaf7849e7cf7bb9f8fc99", null ],
|
[ "slot_refresh_ui", "classGpgFrontend_1_1UI_1_1KeyList.html#aad57901bf84aaf7849e7cf7bb9f8fc99", null ],
|
||||||
[ "slot_sync_with_key_server", "classGpgFrontend_1_1UI_1_1KeyList.html#a6e97d359158f91217b9fe797410c74a6", null ],
|
[ "slot_sync_with_key_server", "classGpgFrontend_1_1UI_1_1KeyList.html#a6e97d359158f91217b9fe797410c74a6", null ],
|
||||||
[ "SlotRefresh", "classGpgFrontend_1_1UI_1_1KeyList.html#a152e66db4a0f033366f43b4ec89073f4", null ],
|
[ "SlotRefresh", "classGpgFrontend_1_1UI_1_1KeyList.html#a152e66db4a0f033366f43b4ec89073f4", null ],
|
||||||
|
[ "SlotRefreshUI", "classGpgFrontend_1_1UI_1_1KeyList.html#a84499e74d082e71e90a8526991c5331a", null ],
|
||||||
[ "uncheck_all", "classGpgFrontend_1_1UI_1_1KeyList.html#ae9667bbf246913ea22413d46bcda675a", null ],
|
[ "uncheck_all", "classGpgFrontend_1_1UI_1_1KeyList.html#ae9667bbf246913ea22413d46bcda675a", null ],
|
||||||
[ "buffered_key_list_mutex_", "classGpgFrontend_1_1UI_1_1KeyList.html#ac4629f2ffafe87215acc66f3cefc23d4", null ],
|
[ "buffered_key_list_mutex_", "classGpgFrontend_1_1UI_1_1KeyList.html#ac4629f2ffafe87215acc66f3cefc23d4", null ],
|
||||||
[ "buffered_keys_list_", "classGpgFrontend_1_1UI_1_1KeyList.html#a19b3f64d41843bb267fcd6c9956fde88", null ],
|
[ "buffered_keys_list_", "classGpgFrontend_1_1UI_1_1KeyList.html#a19b3f64d41843bb267fcd6c9956fde88", null ],
|
||||||
|
@ -1,17 +1,19 @@
|
|||||||
<map id="GpgFrontend::UI::KeyList" name="GpgFrontend::UI::KeyList">
|
<map id="GpgFrontend::UI::KeyList" name="GpgFrontend::UI::KeyList">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="229,1555,431,2072"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="186,1599,389,2145"/>
|
||||||
<area shape="rect" id="node2" title=" " alt="" coords="5,1407,84,1485"/>
|
<area shape="rect" id="node2" title=" " alt="" coords="5,1451,84,1529"/>
|
||||||
<area shape="rect" id="node3" title=" " alt="" coords="729,431,939,523"/>
|
<area shape="rect" id="node3" title=" " alt="" coords="37,431,247,523"/>
|
||||||
<area shape="rect" id="node4" title=" " alt="" coords="607,145,765,223"/>
|
<area shape="rect" id="node4" title=" " alt="" coords="545,145,702,223"/>
|
||||||
<area shape="rect" id="node8" title=" " alt="" coords="605,795,804,887"/>
|
<area shape="rect" id="node8" title=" " alt="" coords="561,795,760,887"/>
|
||||||
<area shape="rect" id="node12" title=" " alt="" coords="434,300,605,407"/>
|
<area shape="rect" id="node14" title=" " alt="" coords="471,300,642,407"/>
|
||||||
<area shape="rect" id="node5" title=" " alt="" coords="667,5,705,83"/>
|
<area shape="rect" id="node5" title=" " alt="" coords="925,5,964,83"/>
|
||||||
<area shape="rect" id="node13" title=" " alt="" coords="249,620,379,697"/>
|
<area shape="rect" id="node15" title=" " alt="" coords="880,620,1009,697"/>
|
||||||
<area shape="rect" id="node15" title=" " alt="" coords="865,145,1022,223"/>
|
<area shape="rect" id="node17" title=" " alt="" coords="1017,145,1174,223"/>
|
||||||
<area shape="rect" id="node6" title=" " alt="" coords="235,1400,425,1492"/>
|
<area shape="rect" id="node6" title=" " alt="" coords="459,1444,649,1536"/>
|
||||||
<area shape="rect" id="node7" href="$structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="360,1143,553,1337"/>
|
<area shape="rect" id="node7" href="$structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="457,1143,651,1381"/>
|
||||||
<area shape="rect" id="node9" title=" " alt="" coords="362,911,551,1003"/>
|
<area shape="rect" id="node9" title=" " alt="" coords="348,918,435,995"/>
|
||||||
<area shape="rect" id="node10" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="431,547,608,771"/>
|
<area shape="rect" id="node10" title=" " alt="" coords="325,613,463,705"/>
|
||||||
<area shape="rect" id="node11" title=" " alt="" coords="103,315,195,392"/>
|
<area shape="rect" id="node11" title=" " alt="" coords="459,911,649,1003"/>
|
||||||
<area shape="rect" id="node14" title=" " alt="" coords="965,1027,1113,1119"/>
|
<area shape="rect" id="node12" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="487,547,666,771"/>
|
||||||
|
<area shape="rect" id="node13" title=" " alt="" coords="255,315,347,392"/>
|
||||||
|
<area shape="rect" id="node16" title=" " alt="" coords="1127,1027,1275,1119"/>
|
||||||
</map>
|
</map>
|
||||||
|
@ -1 +1 @@
|
|||||||
bbb168b8d5ff81c3dc9ffb169eeb802e
|
45ebfa593dd64b1d4d09d49204e2fa4b
|
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 246 KiB |
@ -1,4 +1,4 @@
|
|||||||
<map id="GpgFrontend::UI::KeyList" name="GpgFrontend::UI::KeyList">
|
<map id="GpgFrontend::UI::KeyList" name="GpgFrontend::UI::KeyList">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="5,131,208,707"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="5,131,208,736"/>
|
||||||
<area shape="rect" id="node2" title=" " alt="" coords="67,5,146,83"/>
|
<area shape="rect" id="node2" title=" " alt="" coords="67,5,146,83"/>
|
||||||
</map>
|
</map>
|
||||||
|
@ -1 +1 @@
|
|||||||
2aa0055ff35628b98d995671776b2a4c
|
10bbd40bcfec677631fb971a9adf8790
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
@ -108,29 +108,29 @@ Collaboration diagram for GpgFrontend::UI::KeyMgmt:</div>
|
|||||||
<div class="dyncontent">
|
<div class="dyncontent">
|
||||||
<div class="center"><img src="classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1KeyMgmt_coll__map" alt="Collaboration graph"/></div>
|
<div class="center"><img src="classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1UI_1_1KeyMgmt_coll__map" alt="Collaboration graph"/></div>
|
||||||
<map name="aGpgFrontend_1_1UI_1_1KeyMgmt_coll__map" id="aGpgFrontend_1_1UI_1_1KeyMgmt_coll__map">
|
<map name="aGpgFrontend_1_1UI_1_1KeyMgmt_coll__map" id="aGpgFrontend_1_1UI_1_1KeyMgmt_coll__map">
|
||||||
<area shape="rect" title=" " alt="" coords="251,2252,487,2681"/>
|
<area shape="rect" title=" " alt="" coords="1045,2637,1281,3067"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1GeneralMainWindow.html" title=" " alt="" coords="273,1400,466,1609"/>
|
<area shape="rect" href="classGpgFrontend_1_1UI_1_1GeneralMainWindow.html" title=" " alt="" coords="1067,1157,1260,1367"/>
|
||||||
<area shape="rect" title=" " alt="" coords="307,1201,423,1279"/>
|
<area shape="rect" title=" " alt="" coords="1263,918,1379,995"/>
|
||||||
<area shape="rect" title=" " alt="" coords="194,1201,281,1279"/>
|
<area shape="rect" title=" " alt="" coords="1120,918,1207,995"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1GeneralDialog.html" title=" " alt="" coords="5,1400,248,1609"/>
|
<area shape="rect" href="structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="556,1143,749,1381"/>
|
||||||
<area shape="rect" title=" " alt="" coords="168,911,307,1003"/>
|
<area shape="rect" href="classGpgFrontend_1_1UI_1_1GeneralDialog.html" title=" " alt="" coords="1285,1157,1527,1367"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1KeyList.html" title=" " alt="" coords="981,1672,1184,2189"/>
|
<area shape="rect" title=" " alt="" coords="1094,613,1233,705"/>
|
||||||
<area shape="rect" title=" " alt="" coords="1247,1466,1326,1543"/>
|
<area shape="rect" href="classGpgFrontend_1_1UI_1_1KeyList.html" title=" " alt="" coords="231,2028,434,2575"/>
|
||||||
<area shape="rect" title=" " alt="" coords="1047,431,1257,523"/>
|
<area shape="rect" title=" " alt="" coords="272,1451,351,1529"/>
|
||||||
<area shape="rect" title=" " alt="" coords="745,145,903,223"/>
|
<area shape="rect" title=" " alt="" coords="785,431,995,523"/>
|
||||||
<area shape="rect" title=" " alt="" coords="481,795,679,887"/>
|
<area shape="rect" title=" " alt="" coords="567,145,725,223"/>
|
||||||
<area shape="rect" title=" " alt="" coords="739,300,909,407"/>
|
<area shape="rect" title=" " alt="" coords="672,795,871,887"/>
|
||||||
<area shape="rect" title=" " alt="" coords="805,5,843,83"/>
|
<area shape="rect" title=" " alt="" coords="478,300,649,407"/>
|
||||||
<area shape="rect" title=" " alt="" coords="425,620,554,697"/>
|
<area shape="rect" title=" " alt="" coords="415,5,453,83"/>
|
||||||
<area shape="rect" title=" " alt="" coords="1067,145,1224,223"/>
|
<area shape="rect" title=" " alt="" coords="316,620,445,697"/>
|
||||||
<area shape="rect" title=" " alt="" coords="588,1459,777,1551"/>
|
<area shape="rect" title=" " alt="" coords="115,145,273,223"/>
|
||||||
<area shape="rect" href="structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="586,1143,779,1337"/>
|
<area shape="rect" title=" " alt="" coords="375,1444,565,1536"/>
|
||||||
<area shape="rect" title=" " alt="" coords="771,911,960,1003"/>
|
<area shape="rect" title=" " alt="" coords="483,911,673,1003"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="727,547,905,771"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="474,547,653,771"/>
|
||||||
<area shape="rect" title=" " alt="" coords="957,315,1049,392"/>
|
<area shape="rect" title=" " alt="" coords="169,315,261,392"/>
|
||||||
<area shape="rect" title=" " alt="" coords="1301,1027,1449,1119"/>
|
<area shape="rect" title=" " alt="" coords="5,1027,153,1119"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html" title=" " alt="" coords="103,1709,305,2153"/>
|
<area shape="rect" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html" title=" " alt="" coords="1244,1560,1445,2004"/>
|
||||||
<area shape="rect" title=" " alt="" coords="89,1201,164,1279"/>
|
<area shape="rect" title=" " alt="" coords="1403,918,1478,995"/>
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
<table class="memberdecls">
|
<table class="memberdecls">
|
||||||
@ -314,7 +314,7 @@ Qt::ToolButtonStyle </td><td class="memItemRight" valign="bottom"><b>icon_s
|
|||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec">GpgFrontend::UI::KeyList::AddListGroupTab()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886">GpgFrontend::UI::KeyList::AddMenuAction()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8">create_actions()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46">create_menus()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5">create_tool_bars()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419">GpgFrontend::UI::SignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c">GpgFrontend::GpgKey::IsDisabled()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327">GpgFrontend::GpgKey::IsExpired()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741">GpgFrontend::GpgKey::IsHasMasterKey()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d">GpgFrontend::GpgKey::IsPrivateKey()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87">GpgFrontend::GpgKey::IsRevoked()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">GpgFrontend::UI::KeyList::SetDoubleClickedAction()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3">GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()</a>.</p>
|
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab8663d18901d10c00dbcc0ba852b3bf4">GpgFrontend::UI::KeyList::AddListGroupTab()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886">GpgFrontend::UI::KeyList::AddMenuAction()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8">create_actions()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46">create_menus()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5">create_tool_bars()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419">GpgFrontend::UI::SignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c">GpgFrontend::GpgKey::IsDisabled()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327">GpgFrontend::GpgKey::IsExpired()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741">GpgFrontend::GpgKey::IsHasMasterKey()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d">GpgFrontend::GpgKey::IsPrivateKey()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87">GpgFrontend::GpgKey::IsRevoked()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291">GpgFrontend::UI::KeyList::SetDoubleClickedAction()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3">GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,25 +1,25 @@
|
|||||||
<map id="GpgFrontend::UI::KeyMgmt" name="GpgFrontend::UI::KeyMgmt">
|
<map id="GpgFrontend::UI::KeyMgmt" name="GpgFrontend::UI::KeyMgmt">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="251,2252,487,2681"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="1045,2637,1281,3067"/>
|
||||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1UI_1_1GeneralMainWindow.html" title=" " alt="" coords="273,1400,466,1609"/>
|
<area shape="rect" id="node2" href="$classGpgFrontend_1_1UI_1_1GeneralMainWindow.html" title=" " alt="" coords="1067,1157,1260,1367"/>
|
||||||
<area shape="rect" id="node3" title=" " alt="" coords="307,1201,423,1279"/>
|
<area shape="rect" id="node3" title=" " alt="" coords="1263,918,1379,995"/>
|
||||||
<area shape="rect" id="node4" title=" " alt="" coords="194,1201,281,1279"/>
|
<area shape="rect" id="node4" title=" " alt="" coords="1120,918,1207,995"/>
|
||||||
<area shape="rect" id="node22" href="$classGpgFrontend_1_1UI_1_1GeneralDialog.html" title=" " alt="" coords="5,1400,248,1609"/>
|
<area shape="rect" id="node12" href="$structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="556,1143,749,1381"/>
|
||||||
<area shape="rect" id="node5" title=" " alt="" coords="168,911,307,1003"/>
|
<area shape="rect" id="node22" href="$classGpgFrontend_1_1UI_1_1GeneralDialog.html" title=" " alt="" coords="1285,1157,1527,1367"/>
|
||||||
<area shape="rect" id="node6" href="$classGpgFrontend_1_1UI_1_1KeyList.html" title=" " alt="" coords="981,1672,1184,2189"/>
|
<area shape="rect" id="node5" title=" " alt="" coords="1094,613,1233,705"/>
|
||||||
<area shape="rect" id="node7" title=" " alt="" coords="1247,1466,1326,1543"/>
|
<area shape="rect" id="node6" href="$classGpgFrontend_1_1UI_1_1KeyList.html" title=" " alt="" coords="231,2028,434,2575"/>
|
||||||
<area shape="rect" id="node8" title=" " alt="" coords="1047,431,1257,523"/>
|
<area shape="rect" id="node7" title=" " alt="" coords="272,1451,351,1529"/>
|
||||||
<area shape="rect" id="node9" title=" " alt="" coords="745,145,903,223"/>
|
<area shape="rect" id="node8" title=" " alt="" coords="785,431,995,523"/>
|
||||||
<area shape="rect" id="node13" title=" " alt="" coords="481,795,679,887"/>
|
<area shape="rect" id="node9" title=" " alt="" coords="567,145,725,223"/>
|
||||||
<area shape="rect" id="node17" title=" " alt="" coords="739,300,909,407"/>
|
<area shape="rect" id="node13" title=" " alt="" coords="672,795,871,887"/>
|
||||||
<area shape="rect" id="node10" title=" " alt="" coords="805,5,843,83"/>
|
<area shape="rect" id="node17" title=" " alt="" coords="478,300,649,407"/>
|
||||||
<area shape="rect" id="node18" title=" " alt="" coords="425,620,554,697"/>
|
<area shape="rect" id="node10" title=" " alt="" coords="415,5,453,83"/>
|
||||||
<area shape="rect" id="node20" title=" " alt="" coords="1067,145,1224,223"/>
|
<area shape="rect" id="node18" title=" " alt="" coords="316,620,445,697"/>
|
||||||
<area shape="rect" id="node11" title=" " alt="" coords="588,1459,777,1551"/>
|
<area shape="rect" id="node20" title=" " alt="" coords="115,145,273,223"/>
|
||||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1UI_1_1KeyTable.html" title=" " alt="" coords="586,1143,779,1337"/>
|
<area shape="rect" id="node11" title=" " alt="" coords="375,1444,565,1536"/>
|
||||||
<area shape="rect" id="node14" title=" " alt="" coords="771,911,960,1003"/>
|
<area shape="rect" id="node14" title=" " alt="" coords="483,911,673,1003"/>
|
||||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="727,547,905,771"/>
|
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="474,547,653,771"/>
|
||||||
<area shape="rect" id="node16" title=" " alt="" coords="957,315,1049,392"/>
|
<area shape="rect" id="node16" title=" " alt="" coords="169,315,261,392"/>
|
||||||
<area shape="rect" id="node19" title=" " alt="" coords="1301,1027,1449,1119"/>
|
<area shape="rect" id="node19" title=" " alt="" coords="5,1027,153,1119"/>
|
||||||
<area shape="rect" id="node21" href="$classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html" title=" " alt="" coords="103,1709,305,2153"/>
|
<area shape="rect" id="node21" href="$classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html" title=" " alt="" coords="1244,1560,1445,2004"/>
|
||||||
<area shape="rect" id="node23" title=" " alt="" coords="89,1201,164,1279"/>
|
<area shape="rect" id="node23" title=" " alt="" coords="1403,918,1478,995"/>
|
||||||
</map>
|
</map>
|
||||||
|
@ -1 +1 @@
|
|||||||
8c3b0094684823f3450255eaadb03a97
|
42045b617e048b376f5e7ed98081a2f5
|
Before Width: | Height: | Size: 375 KiB After Width: | Height: | Size: 409 KiB |
@ -113,7 +113,7 @@ Collaboration diagram for GpgFrontend::UI::KeyNewUIDDialog:</div>
|
|||||||
<area shape="rect" title=" " alt="" coords="37,329,112,407"/>
|
<area shape="rect" title=" " alt="" coords="37,329,112,407"/>
|
||||||
<area shape="rect" title=" " alt="" coords="137,329,223,407"/>
|
<area shape="rect" title=" " alt="" coords="137,329,223,407"/>
|
||||||
<area shape="rect" title=" " alt="" coords="111,145,249,237"/>
|
<area shape="rect" title=" " alt="" coords="111,145,249,237"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="273,484,450,708"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="272,484,451,708"/>
|
||||||
<area shape="rect" title=" " alt="" coords="281,329,373,407"/>
|
<area shape="rect" title=" " alt="" coords="281,329,373,407"/>
|
||||||
<area shape="rect" title=" " alt="" coords="449,315,620,421"/>
|
<area shape="rect" title=" " alt="" coords="449,315,620,421"/>
|
||||||
<area shape="rect" title=" " alt="" coords="456,153,613,230"/>
|
<area shape="rect" title=" " alt="" coords="456,153,613,230"/>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<area shape="rect" id="node3" title=" " alt="" coords="37,329,112,407"/>
|
<area shape="rect" id="node3" title=" " alt="" coords="37,329,112,407"/>
|
||||||
<area shape="rect" id="node4" title=" " alt="" coords="137,329,223,407"/>
|
<area shape="rect" id="node4" title=" " alt="" coords="137,329,223,407"/>
|
||||||
<area shape="rect" id="node5" title=" " alt="" coords="111,145,249,237"/>
|
<area shape="rect" id="node5" title=" " alt="" coords="111,145,249,237"/>
|
||||||
<area shape="rect" id="node6" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="273,484,450,708"/>
|
<area shape="rect" id="node6" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="272,484,451,708"/>
|
||||||
<area shape="rect" id="node7" title=" " alt="" coords="281,329,373,407"/>
|
<area shape="rect" id="node7" title=" " alt="" coords="281,329,373,407"/>
|
||||||
<area shape="rect" id="node8" title=" " alt="" coords="449,315,620,421"/>
|
<area shape="rect" id="node8" title=" " alt="" coords="449,315,620,421"/>
|
||||||
<area shape="rect" id="node9" title=" " alt="" coords="456,153,613,230"/>
|
<area shape="rect" id="node9" title=" " alt="" coords="456,153,613,230"/>
|
||||||
|
@ -1 +1 @@
|
|||||||
b44a6d3adf9fb5b3fd953f8f01671094
|
e31d89c48cd3413def767b23597bddb4
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
@ -107,11 +107,11 @@ Collaboration diagram for GpgFrontend::UI::KeyPairDetailTab:</div>
|
|||||||
<map name="aGpgFrontend_1_1UI_1_1KeyPairDetailTab_coll__map" id="aGpgFrontend_1_1UI_1_1KeyPairDetailTab_coll__map">
|
<map name="aGpgFrontend_1_1UI_1_1KeyPairDetailTab_coll__map" id="aGpgFrontend_1_1UI_1_1KeyPairDetailTab_coll__map">
|
||||||
<area shape="rect" title=" " alt="" coords="5,756,188,1039"/>
|
<area shape="rect" title=" " alt="" coords="5,756,188,1039"/>
|
||||||
<area shape="rect" title=" " alt="" coords="36,543,115,620"/>
|
<area shape="rect" title=" " alt="" coords="36,543,115,620"/>
|
||||||
<area shape="rect" href="classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="139,469,316,693"/>
|
<area shape="rect" href="classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="139,469,318,693"/>
|
||||||
<area shape="rect" title=" " alt="" coords="77,315,169,392"/>
|
<area shape="rect" title=" " alt="" coords="79,315,171,392"/>
|
||||||
<area shape="rect" title=" " alt="" coords="246,300,417,407"/>
|
<area shape="rect" title=" " alt="" coords="247,300,418,407"/>
|
||||||
<area shape="rect" title=" " alt="" coords="253,145,410,223"/>
|
<area shape="rect" title=" " alt="" coords="254,145,411,223"/>
|
||||||
<area shape="rect" title=" " alt="" coords="312,5,351,83"/>
|
<area shape="rect" title=" " alt="" coords="313,5,352,83"/>
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
<table class="memberdecls">
|
<table class="memberdecls">
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<map id="GpgFrontend::UI::KeyPairDetailTab" name="GpgFrontend::UI::KeyPairDetailTab">
|
<map id="GpgFrontend::UI::KeyPairDetailTab" name="GpgFrontend::UI::KeyPairDetailTab">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="5,756,188,1039"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="5,756,188,1039"/>
|
||||||
<area shape="rect" id="node2" title=" " alt="" coords="36,543,115,620"/>
|
<area shape="rect" id="node2" title=" " alt="" coords="36,543,115,620"/>
|
||||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="139,469,316,693"/>
|
<area shape="rect" id="node3" href="$classGpgFrontend_1_1GpgKey.html" title=" " alt="" coords="139,469,318,693"/>
|
||||||
<area shape="rect" id="node4" title=" " alt="" coords="77,315,169,392"/>
|
<area shape="rect" id="node4" title=" " alt="" coords="79,315,171,392"/>
|
||||||
<area shape="rect" id="node5" title=" " alt="" coords="246,300,417,407"/>
|
<area shape="rect" id="node5" title=" " alt="" coords="247,300,418,407"/>
|
||||||
<area shape="rect" id="node6" title=" " alt="" coords="253,145,410,223"/>
|
<area shape="rect" id="node6" title=" " alt="" coords="254,145,411,223"/>
|
||||||
<area shape="rect" id="node7" title=" " alt="" coords="312,5,351,83"/>
|
<area shape="rect" id="node7" title=" " alt="" coords="313,5,352,83"/>
|
||||||
</map>
|
</map>
|
||||||
|
@ -1 +1 @@
|
|||||||
a13e3996f6672881d369cc8652858206
|
46104683cd2b87f770b47dd36a370599
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 51 KiB |