Update Doxygen ref refs/heads/dev/2.1.0/main on 2023-04-05 05:26:17
@ -104,101 +104,112 @@ $(document).ready(function(){initNavTree('GlobalSettingStation_8h_source.html','
|
||||
<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="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="l00057"></a><span class="lineno"> 57</span>  </div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b"> 63</a></span>  libconfig::Setting &GetUISettings() noexcept { <span class="keywordflow">return</span> ui_cfg_.getRoot(); }</div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  libconfig::Setting &GetUISettings() noexcept;</div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  </div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3"> 70</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="l00071"></a><span class="lineno"> 71</span>  </div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  [[nodiscard]] std::filesystem::path GetAppDataPath()<span class="keyword"> const </span>{</div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keywordflow">return</span> app_data_path_;</div>
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  }</div>
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
|
||||
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23"> 81</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="l00082"></a><span class="lineno"> 82</span>  <span class="keywordflow">return</span> app_log_path_;</div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  }</div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332"> 90</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="l00091"></a><span class="lineno"> 91</span>  <span class="keyword">auto</span> db_path = app_configure_path_ / <span class="stringliteral">"db"</span>;</div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keywordflow">if</span> (!std::filesystem::exists(db_path)) {</div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  std::filesystem::create_directory(db_path);</div>
|
||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  }</div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keywordflow">return</span> db_path;</div>
|
||||
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  }</div>
|
||||
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  </div>
|
||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  [[nodiscard]] std::filesystem::path GetAppConfigPath()<span class="keyword"> const </span>{</div>
|
||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keywordflow">return</span> app_configure_path_;</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="l00107"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00"> 107</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="l00108"></a><span class="lineno"> 108</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="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="l00116"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565"> 116</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="l00117"></a><span class="lineno"> 117</span>  <span class="keywordflow">return</span> app_locale_path_;</div>
|
||||
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  }</div>
|
||||
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  </div>
|
||||
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0"> 125</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="l00126"></a><span class="lineno"> 126</span>  <span class="keywordflow">return</span> app_resource_path_;</div>
|
||||
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  }</div>
|
||||
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  </div>
|
||||
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789"> 134</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="l00135"></a><span class="lineno"> 135</span>  <span class="keywordflow">return</span> app_resource_path_ / <span class="stringliteral">"certs"</span>;</div>
|
||||
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  }</div>
|
||||
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  </div>
|
||||
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <span class="keywordtype">void</span> SyncSettings() noexcept;</div>
|
||||
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  </div>
|
||||
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  private:</div>
|
||||
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac"> 145</a></span>  std::filesystem::path app_path_ = QCoreApplication::applicationDirPath()</div>
|
||||
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  .toStdString(); </div>
|
||||
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6"> 147</a></span>  std::filesystem::path app_data_path_ =</div>
|
||||
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation)</div>
|
||||
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  .toStdString(); </div>
|
||||
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7"> 150</a></span>  std::filesystem::path app_log_path_ =</div>
|
||||
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  app_data_path_ / "logs"; </div>
|
||||
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a"> 152</a></span>  std::filesystem::path app_data_objs_path_ =</div>
|
||||
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  app_data_path_ / "objs"; </div>
|
||||
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  </div>
|
||||
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span> <span class="preprocessor">#ifdef LINUX_INSTALL_BUILD</span></div>
|
||||
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  std::filesystem::path app_resource_path_ =</div>
|
||||
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  std::filesystem::path(APP_LOCALSTATE_PATH) /</div>
|
||||
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="stringliteral">"gpgfrontend"</span>; </div>
|
||||
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span> <span class="preprocessor">#else</span></div>
|
||||
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388"> 160</a></span>  std::filesystem::path app_resource_path_ =</div>
|
||||
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  RESOURCE_DIR_BOOST_PATH(app_path_); </div>
|
||||
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span> <span class="preprocessor">#endif</span></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> <span class="preprocessor">#ifdef LINUX_INSTALL_BUILD</span></div>
|
||||
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  std::filesystem::path app_locale_path_ =</div>
|
||||
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  std::string(APP_LOCALE_PATH); </div>
|
||||
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span> <span class="preprocessor">#else</span></div>
|
||||
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb"> 168</a></span>  std::filesystem::path app_locale_path_ =</div>
|
||||
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  app_resource_path_ / <span class="stringliteral">"locales"</span>; </div>
|
||||
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span> <span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  </div>
|
||||
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a"> 172</a></span>  std::filesystem::path app_configure_path_ =</div>
|
||||
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation)</div>
|
||||
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  .toStdString(); </div>
|
||||
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb"> 175</a></span>  std::filesystem::path ui_config_dir_path_ =</div>
|
||||
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  app_configure_path_ / <span class="stringliteral">"conf"</span>; </div>
|
||||
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830"> 177</a></span>  std::filesystem::path ui_config_path_ =</div>
|
||||
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  ui_config_dir_path_ / <span class="stringliteral">"main.cfg"</span>; </div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  template <typename T></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="l00072"></a><span class="lineno"> 72</span>  T value = default_value;</div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keywordflow">try</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="l00075"></a><span class="lineno"> 75</span>  } <span class="keywordflow">catch</span> (...) {</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="l00077"></a><span class="lineno"> 77</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="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="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="l00087"></a><span class="lineno"> 87</span>  </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="l00089"></a><span class="lineno"> 89</span>  <span class="keywordflow">return</span> app_data_path_;</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>  </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="l00098"></a><span class="lineno"> 98</span>  <span class="keywordflow">return</span> app_log_path_;</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>  </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="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="l00108"></a><span class="lineno"> 108</span>  <span class="keywordflow">if</span> (!std::filesystem::exists(db_path)) {</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="l00110"></a><span class="lineno"> 110</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="l00112"></a><span class="lineno"> 112</span>  }</div>
|
||||
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  </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="l00115"></a><span class="lineno"> 115</span>  <span class="keywordflow">return</span> app_configure_path_;</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="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="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="l00125"></a><span class="lineno"> 125</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"><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="l00133"></a><span class="lineno"> 133</span>  <span class="keywordflow">return</span> app_locale_path_;</div>
|
||||
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  }</div>
|
||||
<div class="line"><a name="l00135"></a><span class="lineno"> 135</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="l00142"></a><span class="lineno"> 142</span>  <span class="keywordflow">return</span> app_resource_path_;</div>
|
||||
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  }</div>
|
||||
<div class="line"><a name="l00144"></a><span class="lineno"> 144</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="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="l00152"></a><span class="lineno"> 152</span>  }</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> SyncSettings() noexcept;</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="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="l00162"></a><span class="lineno"> 162</span>  .toStdString(); </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="l00164"></a><span class="lineno"> 164</span>  QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation)</div>
|
||||
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  .toStdString(); </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="l00167"></a><span class="lineno"> 167</span>  app_data_path_ / "logs"; </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="l00169"></a><span class="lineno"> 169</span>  app_data_path_ / "objs"; </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> <span class="preprocessor">#ifdef LINUX_INSTALL_BUILD</span></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="l00173"></a><span class="lineno"> 173</span>  std::filesystem::path(APP_LOCALSTATE_PATH) /</div>
|
||||
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="stringliteral">"gpgfrontend"</span>; </div>
|
||||
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span> <span class="preprocessor">#else</span></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="l00177"></a><span class="lineno"> 177</span>  RESOURCE_DIR_BOOST_PATH(app_path_); </div>
|
||||
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span> <span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  </div>
|
||||
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c"> 180</a></span>  libconfig::Config <a class="code" href="classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c">ui_cfg_</a>; </div>
|
||||
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  </div>
|
||||
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  <span class="keywordtype">void</span> init_app_secure_key();</div>
|
||||
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span> };</div>
|
||||
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span> } <span class="comment">// namespace GpgFrontend</span></div>
|
||||
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  </div>
|
||||
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_GLOBALSETTINGSTATION_H</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="l00181"></a><span class="lineno"> 181</span>  std::filesystem::path app_locale_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="l00183"></a><span class="lineno"> 183</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="l00185"></a><span class="lineno"> 185</span>  app_resource_path_ / <span class="stringliteral">"locales"</span>; </div>
|
||||
<div class="line"><a name="l00186"></a><span class="lineno"> 186</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="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="l00189"></a><span class="lineno"> 189</span>  QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation)</div>
|
||||
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  .toStdString(); </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="l00192"></a><span class="lineno"> 192</span>  app_configure_path_ / <span class="stringliteral">"conf"</span>; </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="l00194"></a><span class="lineno"> 194</span>  ui_config_dir_path_ / <span class="stringliteral">"main.cfg"</span>; </div>
|
||||
<div class="line"><a name="l00195"></a><span class="lineno"> 195</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="l00197"></a><span class="lineno"> 197</span>  </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="l00203"></a><span class="lineno"> 203</span> };</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="l00205"></a><span class="lineno"> 205</span>  </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="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_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:116</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:180</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:134</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:81</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:107</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:70</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:90</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:132</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:196</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:150</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:97</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:123</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:86</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:106</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:125</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_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="anamespaceGpgFrontend_html"><div class="ttname"><a href="namespaceGpgFrontend.html">GpgFrontend</a></div><div class="ttdef"><b>Definition:</b> CoreCommonUtil.cpp:31</div></div>
|
||||
|
@ -93,28 +93,28 @@ $(document).ready(function(){initNavTree('GpgContext_8h_source.html',''); initRe
|
||||
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include <optional></span></div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include <string></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 "GpgConstants.h"</span></div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#include "GpgFunctionObject.h"</span></div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#include "GpgInfo.h"</span></div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#include "GpgModel.h"</span></div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#include "GpgFunctionObject.h"</span></div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#include "GpgInfo.h"</span></div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend.html">GpgFrontend</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> <span class="keyword">namespace </span><a class="code" href="namespaceGpgFrontend.html">GpgFrontend</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"><a class="line" href="structGpgFrontend_1_1GpgContextInitArgs.html"> 46</a></span> <span class="keyword">struct </span><a class="code" href="structGpgFrontend_1_1GpgContextInitArgs.html">GpgContextInitArgs</a> {</div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="comment">// make no sense for gpg2</span></div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keywordtype">bool</span> independent_database = <span class="keyword">false</span>; </div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  std::string db_path = {};</div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keywordtype">bool</span> gpg_alone = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  std::string gpg_path = {};</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>  <span class="keywordtype">bool</span> test_mode = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordtype">bool</span> ascii = <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keywordtype">bool</span> offline_mode = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordtype">bool</span> auto_import_missing_key = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keywordtype">bool</span> custom_gpgconf = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  std::string custom_gpgconf_path;</div>
|
||||
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="structGpgFrontend_1_1GpgContextInitArgs.html"> 44</a></span> <span class="keyword">struct </span><a class="code" href="structGpgFrontend_1_1GpgContextInitArgs.html">GpgContextInitArgs</a> {</div>
|
||||
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="comment">// make no sense for gpg2</span></div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keywordtype">bool</span> independent_database = <span class="keyword">false</span>; </div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  std::string db_path = {};</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="keywordtype">bool</span> gpg_alone = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  std::string gpg_path = {};</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>  <span class="keywordtype">bool</span> test_mode = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keywordtype">bool</span> ascii = <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keywordtype">bool</span> offline_mode = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordtype">bool</span> auto_import_missing_key = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordtype">bool</span> custom_gpgconf = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  std::string custom_gpgconf_path;</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="keywordtype">bool</span> use_pinentry = <span class="keyword">false</span>;</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>  <a class="code" href="structGpgFrontend_1_1GpgContextInitArgs.html">GpgContextInitArgs</a>() = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> };</div>
|
||||
@ -182,7 +182,7 @@ $(document).ready(function(){initNavTree('GpgContext_8h_source.html',''); initRe
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1GpgInfo_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgInfo.html">GpgFrontend::GpgInfo</a></div><div class="ttdoc">Use to record some info about gnupg.</div><div class="ttdef"><b>Definition:</b> GpgInfo.h:40</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="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_1GpgContextInitArgs_html"><div class="ttname"><a href="structGpgFrontend_1_1GpgContextInitArgs.html">GpgFrontend::GpgContextInitArgs</a></div><div class="ttdef"><b>Definition:</b> GpgContext.h:46</div></div>
|
||||
<div class="ttc" id="astructGpgFrontend_1_1GpgContextInitArgs_html"><div class="ttname"><a href="structGpgFrontend_1_1GpgContextInitArgs.html">GpgFrontend::GpgContextInitArgs</a></div><div class="ttdef"><b>Definition:</b> GpgContext.h:44</div></div>
|
||||
<div class="ttc" id="astructGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter_html"><div class="ttname"><a href="structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html">GpgFrontend::GpgContext::_ctx_ref_deleter</a></div><div class="ttdef"><b>Definition:</b> GpgContext.h:145</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
@ -111,8 +111,8 @@ $(document).ready(function(){initNavTree('GpgCoreInit_8h_source.html',''); initR
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_GPGCOREINIT_H</span></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_html"><div class="ttname"><a href="namespaceGpgFrontend.html">GpgFrontend</a></div><div class="ttdef"><b>Definition:</b> CoreCommonUtil.cpp:31</div></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_html_aafb9aa0ba1d03afa09085b1b8136c55f"><div class="ttname"><a href="namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f">GpgFrontend::new_default_settings_channel</a></div><div class="ttdeci">void new_default_settings_channel(int channel)</div><div class="ttdef"><b>Definition:</b> GpgCoreInit.cpp:245</div></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_html_ab4a865228be071282d2a08e66ef6cb68"><div class="ttname"><a href="namespaceGpgFrontend.html#ab4a865228be071282d2a08e66ef6cb68">GpgFrontend::InitCoreLoggingSystem</a></div><div class="ttdeci">void InitCoreLoggingSystem()</div><div class="ttdoc">setup logging system and do proper initialization</div><div class="ttdef"><b>Definition:</b> GpgCoreInit.cpp:52</div></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_html_aafb9aa0ba1d03afa09085b1b8136c55f"><div class="ttname"><a href="namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f">GpgFrontend::new_default_settings_channel</a></div><div class="ttdeci">void new_default_settings_channel(int channel)</div><div class="ttdef"><b>Definition:</b> GpgCoreInit.cpp:235</div></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_html_ab4a865228be071282d2a08e66ef6cb68"><div class="ttname"><a href="namespaceGpgFrontend.html#ab4a865228be071282d2a08e66ef6cb68">GpgFrontend::InitCoreLoggingSystem</a></div><div class="ttdeci">void InitCoreLoggingSystem()</div><div class="ttdoc">setup logging system and do proper initialization</div><div class="ttdef"><b>Definition:</b> GpgCoreInit.cpp:53</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
@ -106,8 +106,8 @@ $(document).ready(function(){initNavTree('GpgFrontendUIInit_8h_source.html','');
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  </div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_GPGFRONTENDUIINIT_H</span></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_a9e2d085812ef8fdd6f19ea94a241b4da"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da">GpgFrontend::UI::RunGpgFrontendUI</a></div><div class="ttdeci">int RunGpgFrontendUI(QApplication *app)</div><div class="ttdoc">run main window</div><div class="ttdef"><b>Definition:</b> GpgFrontendUIInit.cpp:180</div></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_ab0311557c1d7bde9c56cbca85fefa6ad"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad">GpgFrontend::UI::InitGpgFrontendUI</a></div><div class="ttdeci">void InitGpgFrontendUI(QApplication *app)</div><div class="ttdoc">init the UI library</div><div class="ttdef"><b>Definition:</b> GpgFrontendUIInit.cpp:54</div></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_a9e2d085812ef8fdd6f19ea94a241b4da"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da">GpgFrontend::UI::RunGpgFrontendUI</a></div><div class="ttdeci">int RunGpgFrontendUI(QApplication *app)</div><div class="ttdoc">run main window</div><div class="ttdef"><b>Definition:</b> GpgFrontendUIInit.cpp:183</div></div>
|
||||
<div class="ttc" id="anamespaceGpgFrontend_1_1UI_html_ab0311557c1d7bde9c56cbca85fefa6ad"><div class="ttname"><a href="namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad">GpgFrontend::UI::InitGpgFrontendUI</a></div><div class="ttdeci">void InitGpgFrontendUI(QApplication *app)</div><div class="ttdoc">init the UI library</div><div class="ttdef"><b>Definition:</b> GpgFrontendUIInit.cpp:56</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
@ -252,34 +252,34 @@ $(document).ready(function(){initNavTree('KeyList_8h_source.html',''); initResiz
|
||||
<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="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_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:253</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:270</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:302</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:380</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:239</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:391</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:99</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_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_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_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_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_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_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: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:402</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:195</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:209</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:289</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: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: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: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_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:300</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:282</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:407</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:384</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:181</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:373</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_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_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_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_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_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="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_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_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_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_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:499</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_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:518</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:514</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:519</div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
@ -170,10 +170,10 @@ $(document).ready(function(){initNavTree('KeyMgmt_8h_source.html',''); initResiz
|
||||
<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_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:290</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:126</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:257</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:234</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_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_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_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_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="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>
|
||||
|
@ -164,16 +164,16 @@ $(document).ready(function(){initNavTree('KeyServerImportDialog_8h_source.html',
|
||||
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span> <span class="preprocessor">#endif </span><span class="comment">// __KEY_SERVER_IMPORT_DIALOG_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_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_a1e17305d6b470d0f7050eb8e3e6ee3d8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8">GpgFrontend::UI::KeyServerImportDialog::SlotImport</a></div><div class="ttdeci">void SlotImport(const KeyIdArgsListPtr &keys)</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:447</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a3b818c2a3e5c32fc32425b17e63367e2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2">GpgFrontend::UI::KeyServerImportDialog::import_keys</a></div><div class="ttdeci">void import_keys(ByteArrayPtr in_data)</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:547</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a1e17305d6b470d0f7050eb8e3e6ee3d8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8">GpgFrontend::UI::KeyServerImportDialog::SlotImport</a></div><div class="ttdeci">void SlotImport(const KeyIdArgsListPtr &keys)</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:440</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a3b818c2a3e5c32fc32425b17e63367e2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2">GpgFrontend::UI::KeyServerImportDialog::import_keys</a></div><div class="ttdeci">void import_keys(ByteArrayPtr in_data)</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:540</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a4c5d8a43fd8a6f1c217d83694dcc689c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c">GpgFrontend::UI::KeyServerImportDialog::create_button</a></div><div class="ttdeci">QPushButton * create_button(const QString &text, const char *member)</div><div class="ttdoc">Create a button object.</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a6f006d4702885fb41317d10d654dfa3c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c">GpgFrontend::UI::KeyServerImportDialog::create_keys_table</a></div><div class="ttdeci">void create_keys_table()</div><div class="ttdoc">Create a keys table object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:204</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a6f1c5238da7cd6f117bed8018469b37a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a">GpgFrontend::UI::KeyServerImportDialog::slot_import_finished</a></div><div class="ttdeci">void slot_import_finished(QNetworkReply::NetworkError error, QByteArray buffer)</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:496</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a6f006d4702885fb41317d10d654dfa3c"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c">GpgFrontend::UI::KeyServerImportDialog::create_keys_table</a></div><div class="ttdeci">void create_keys_table()</div><div class="ttdoc">Create a keys table object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:197</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a6f1c5238da7cd6f117bed8018469b37a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a">GpgFrontend::UI::KeyServerImportDialog::slot_import_finished</a></div><div class="ttdeci">void slot_import_finished(QNetworkReply::NetworkError error, QByteArray buffer)</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:489</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_a96b40e94b5c5a3216f513b9699820063"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063">GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog</a></div><div class="ttdeci">KeyServerImportDialog(bool automatic, QWidget *parent)</div><div class="ttdoc">Construct a new Key Server Import Dialog object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:44</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ab93fbf5e0626bffe398f5baa2bc00b1a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a">GpgFrontend::UI::KeyServerImportDialog::set_message</a></div><div class="ttdeci">void set_message(const QString &text, bool error)</div><div class="ttdoc">Set the message object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:226</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ab9e2fe38d54c0f0d3d73907300faa513"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513">GpgFrontend::UI::KeyServerImportDialog::create_comboBox</a></div><div class="ttdeci">QComboBox * create_comboBox()</div><div class="ttdoc">Create a comboBox object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:174</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ac9c14bbc97945c94fd02c8e067ccab06"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06">GpgFrontend::UI::KeyServerImportDialog::slot_import</a></div><div class="ttdeci">void slot_import()</div><div class="ttdoc">import key(s) for the key table selection</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:434</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ad4a75da57fa18bfcfaeb7fc601f1c8f6"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6">GpgFrontend::UI::KeyServerImportDialog::set_loading</a></div><div class="ttdeci">void set_loading(bool status)</div><div class="ttdoc">Set the loading object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:565</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ab93fbf5e0626bffe398f5baa2bc00b1a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a">GpgFrontend::UI::KeyServerImportDialog::set_message</a></div><div class="ttdeci">void set_message(const QString &text, bool error)</div><div class="ttdoc">Set the message object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:219</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ab9e2fe38d54c0f0d3d73907300faa513"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513">GpgFrontend::UI::KeyServerImportDialog::create_comboBox</a></div><div class="ttdeci">QComboBox * create_comboBox()</div><div class="ttdoc">Create a comboBox object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:167</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ac9c14bbc97945c94fd02c8e067ccab06"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06">GpgFrontend::UI::KeyServerImportDialog::slot_import</a></div><div class="ttdeci">void slot_import()</div><div class="ttdoc">import key(s) for the key table selection</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:427</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyServerImportDialog_html_ad4a75da57fa18bfcfaeb7fc601f1c8f6"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6">GpgFrontend::UI::KeyServerImportDialog::set_loading</a></div><div class="ttdeci">void set_loading(bool status)</div><div class="ttdoc">Set the loading object.</div><div class="ttdef"><b>Definition:</b> KeyServerImportDialog.cpp:558</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><!-- doc-content -->
|
||||
|
@ -163,31 +163,31 @@ $(document).ready(function(){initNavTree('KeygenDialog_8h_source.html',''); init
|
||||
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span> <span class="preprocessor">#endif </span><span class="comment">// __KEYGENDIALOG_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_1KeyGenDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html">GpgFrontend::UI::KeyGenDialog</a></div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:41</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a010acccfd5fb5475769658f9cf68da7b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b">GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box</a></div><div class="ttdeci">QGroupBox * create_basic_info_group_box()</div><div class="ttdoc">Create a basic info group box object.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:379</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a010acccfd5fb5475769658f9cf68da7b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b">GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box</a></div><div class="ttdeci">QGroupBox * create_basic_info_group_box()</div><div class="ttdoc">Create a basic info group box object.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:367</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a03a8e1c8f2c1887732d36a346185bb40"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40">GpgFrontend::UI::KeyGenDialog::error_messages_</a></div><div class="ttdeci">QStringList error_messages_</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:87</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a03b7fe3e34147e404ca3ca6a0aa80cfc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc">GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed</a></div><div class="ttdeci">void slot_signing_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:262</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a03b7fe3e34147e404ca3ca6a0aa80cfc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc">GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed</a></div><div class="ttdeci">void slot_signing_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:250</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a196ef707a7a2cfd717f69c8a5bc3278d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d">GpgFrontend::UI::KeyGenDialog::expire_check_box_</a></div><div class="ttdeci">QCheckBox * expire_check_box_</div><div class="ttdoc">Checkbox, if key should expire.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:100</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a242a3245de709ede086087d7a096e6cd"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd">GpgFrontend::UI::KeyGenDialog::date_edit_</a></div><div class="ttdeci">QDateTimeEdit * date_edit_</div><div class="ttdoc">Date edit for expiration date.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:99</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a281bfffd99fcb600d07c4604bf2a8841"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841">GpgFrontend::UI::KeyGenDialog::key_type_combo_box_</a></div><div class="ttdeci">QComboBox * key_type_combo_box_</div><div class="ttdoc">Combobox for Key type.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:98</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a3008e2a9879a8e122e422f67cf0018f8"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8">GpgFrontend::UI::KeyGenDialog::comment_edit_</a></div><div class="ttdeci">QLineEdit * comment_edit_</div><div class="ttdoc">Line edit for the keys comment.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:95</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a3453d1a8a4c0411472b2779d018abdc3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3">GpgFrontend::UI::KeyGenDialog::email_edit_</a></div><div class="ttdeci">QLineEdit * email_edit_</div><div class="ttdoc">Line edit for the keys email.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:94</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a3aef8d2bb8e0d36842532726a6796ab9"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9">GpgFrontend::UI::KeyGenDialog::KeyGenDialog</a></div><div class="ttdeci">KeyGenDialog(QWidget *parent=nullptr)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:41</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a48e953cd49efde2315868e8606af7226"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226">GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed</a></div><div class="ttdeci">void slot_certification_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:270</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a4eb53559f200092cd299f7a90c03cdbb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb">GpgFrontend::UI::KeyGenDialog::refresh_widgets_state</a></div><div class="ttdeci">void refresh_widgets_state()</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:295</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a516aa59c71a9ddf06c51e93252e93b76"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76">GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed</a></div><div class="ttdeci">void slot_expire_box_changed()</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:213</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a48e953cd49efde2315868e8606af7226"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226">GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed</a></div><div class="ttdeci">void slot_certification_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:258</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a4eb53559f200092cd299f7a90c03cdbb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb">GpgFrontend::UI::KeyGenDialog::refresh_widgets_state</a></div><div class="ttdeci">void refresh_widgets_state()</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:283</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a516aa59c71a9ddf06c51e93252e93b76"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76">GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed</a></div><div class="ttdeci">void slot_expire_box_changed()</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:201</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a7b1b9cb46c0547c1e561e56d55616cf1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1">GpgFrontend::UI::KeyGenDialog::key_usage_group_box_</a></div><div class="ttdeci">QGroupBox * key_usage_group_box_</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:102</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a7ed095cce29c658741ae0520049010c0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0">GpgFrontend::UI::KeyGenDialog::name_edit_</a></div><div class="ttdeci">QLineEdit * name_edit_</div><div class="ttdoc">Line edit for the keys name.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:93</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a8e500e3153558364fe5ba5b8bab6f219"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219">GpgFrontend::UI::KeyGenDialog::error_label_</a></div><div class="ttdeci">QLabel * error_label_</div><div class="ttdoc">Label containing error message.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:92</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a8e6554b47e0dd6c2025ccb0d1d0cb658"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658">GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box</a></div><div class="ttdeci">QGroupBox * create_key_usage_group_box()</div><div class="ttdoc">Create a key usage group box object.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:221</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a904d5e72a1946382ddfca80dc57c4db5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5">GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed</a></div><div class="ttdeci">void slot_authentication_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:278</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_aa36de61cedb98f919f10e35d4e6b5146"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146">GpgFrontend::UI::KeyGenDialog::set_signal_slot</a></div><div class="ttdeci">void set_signal_slot()</div><div class="ttdoc">Set the signal slot object.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:347</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a8e6554b47e0dd6c2025ccb0d1d0cb658"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658">GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box</a></div><div class="ttdeci">QGroupBox * create_key_usage_group_box()</div><div class="ttdoc">Create a key usage group box object.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:209</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_a904d5e72a1946382ddfca80dc57c4db5"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5">GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed</a></div><div class="ttdeci">void slot_authentication_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:266</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_aa36de61cedb98f919f10e35d4e6b5146"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146">GpgFrontend::UI::KeyGenDialog::set_signal_slot</a></div><div class="ttdeci">void set_signal_slot()</div><div class="ttdoc">Set the signal slot object.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:335</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_aa765259f9aa65b81d59b982ee0595e52"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52">GpgFrontend::UI::KeyGenDialog::button_box_</a></div><div class="ttdeci">QDialogButtonBox * button_box_</div><div class="ttdoc">Box for standard buttons.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:91</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_aaa9b55830c39ce854e4ede26d916a844"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844">GpgFrontend::UI::KeyGenDialog::key_size_spin_box_</a></div><div class="ttdeci">QSpinBox * key_size_spin_box_</div><div class="ttdoc">Spinbox for the keys size (in bit)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:97</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_ab0ccac068670a3e28ce78ff87a40b2fc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc">GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_</a></div><div class="ttdeci">std::vector< QCheckBox * > key_usage_check_boxes_</div><div class="ttdoc">ENCR, SIGN, CERT, AUTH.</div><div class="ttdef"><b>Definition:</b> KeygenDialog.h:105</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_ab8f04b046abb56d53bdbe67838b84fdc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc">GpgFrontend::UI::KeyGenDialog::slot_activated_key_type</a></div><div class="ttdeci">void slot_activated_key_type(int index)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:286</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_ae611933ccd6fd67e65a2cf1ff09b5e8f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f">GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed</a></div><div class="ttdeci">void slot_encryption_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:254</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_ae8aeaff7be0b1552b29d1f209af0bd28"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28">GpgFrontend::UI::KeyGenDialog::check_email_address</a></div><div class="ttdeci">bool check_email_address(const QString &str)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:375</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_af1f7a62dcb024513453766ee8816d514"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514">GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept</a></div><div class="ttdeci">void slot_key_gen_accept()</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:103</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_ab8f04b046abb56d53bdbe67838b84fdc"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc">GpgFrontend::UI::KeyGenDialog::slot_activated_key_type</a></div><div class="ttdeci">void slot_activated_key_type(int index)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:274</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_ae611933ccd6fd67e65a2cf1ff09b5e8f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f">GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed</a></div><div class="ttdeci">void slot_encryption_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:242</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_ae8aeaff7be0b1552b29d1f209af0bd28"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28">GpgFrontend::UI::KeyGenDialog::check_email_address</a></div><div class="ttdeci">bool check_email_address(const QString &str)</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:363</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenDialog_html_af1f7a62dcb024513453766ee8816d514"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514">GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept</a></div><div class="ttdeci">void slot_key_gen_accept()</div><div class="ttdef"><b>Definition:</b> KeygenDialog.cpp:91</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><!-- doc-content -->
|
||||
|
@ -338,11 +338,11 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
|
||||
<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_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_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:590</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_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_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_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_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:292</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_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_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>
|
||||
@ -350,16 +350,16 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
|
||||
<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_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_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:280</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:574</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_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_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_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_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_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:175</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_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_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_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:553</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_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>
|
||||
@ -372,7 +372,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
|
||||
<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_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_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_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:271</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_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_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_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>
|
||||
@ -386,7 +386,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
|
||||
<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_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_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_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:246</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_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_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>
|
||||
@ -395,26 +395,26 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
|
||||
<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_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_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:365</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_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_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_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_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:460</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_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_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:451</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_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_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_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_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:525</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_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_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_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_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:684</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_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_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>
|
||||
|
@ -156,24 +156,24 @@ $(document).ready(function(){initNavTree('SubkeyGenerateDialog_8h_source.html','
|
||||
<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_1SubkeyGenerateDialog_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html">GpgFrontend::UI::SubkeyGenerateDialog</a></div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.h:40</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a001803152c0e5bd9de7c7dd04cef8ad4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4">GpgFrontend::UI::SubkeyGenerateDialog::no_pass_phrase_check_box_</a></div><div class="ttdeci">QCheckBox * no_pass_phrase_check_box_</div><div class="ttdoc">Checkbox, if key should expire.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.h:72</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a029017ad2e025a43d21144f1b7427593"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593">GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box</a></div><div class="ttdeci">QGroupBox * create_basic_info_group_box()</div><div class="ttdoc">Create a basic info group box object.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:136</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a13229f07ef0ed594357df1918af50d3d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d">GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed</a></div><div class="ttdeci">void slot_authentication_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:382</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a1f4dda7500b3de7476e5d1e7bd5b550b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b">GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed</a></div><div class="ttdeci">void slot_encryption_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:358</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a49d9f3bb2cfb17eb39dcd4dc0385234e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e">GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed</a></div><div class="ttdeci">void slot_expire_box_changed()</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:216</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a4a5b77fb909e9a6a0e4da780c75f7535"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535">GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state</a></div><div class="ttdeci">void refresh_widgets_state()</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:224</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a52a0aadc9b1e80bdcaaf1ad9d8997957"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957">GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type</a></div><div class="ttdeci">void slot_activated_key_type(int index)</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:390</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a029017ad2e025a43d21144f1b7427593"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593">GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box</a></div><div class="ttdeci">QGroupBox * create_basic_info_group_box()</div><div class="ttdoc">Create a basic info group box object.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:124</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a13229f07ef0ed594357df1918af50d3d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d">GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed</a></div><div class="ttdeci">void slot_authentication_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:370</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a1f4dda7500b3de7476e5d1e7bd5b550b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b">GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed</a></div><div class="ttdeci">void slot_encryption_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:346</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a49d9f3bb2cfb17eb39dcd4dc0385234e"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e">GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed</a></div><div class="ttdeci">void slot_expire_box_changed()</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:204</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a4a5b77fb909e9a6a0e4da780c75f7535"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535">GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state</a></div><div class="ttdeci">void refresh_widgets_state()</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:212</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a52a0aadc9b1e80bdcaaf1ad9d8997957"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957">GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type</a></div><div class="ttdeci">void slot_activated_key_type(int index)</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:378</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a5d67b8ed68062ef127ad92986a98e95a"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a">GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_</a></div><div class="ttdeci">std::vector< QCheckBox * > key_usage_check_boxes_</div><div class="ttdoc">ENCR, SIGN, CERT, AUTH.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.h:75</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a75f325b4a5aa8bcfcc411bdaf9279683"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683">GpgFrontend::UI::SubkeyGenerateDialog::error_label_</a></div><div class="ttdeci">QLabel * error_label_</div><div class="ttdoc">Label containing error message.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.h:67</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a8ab50d8f47489c57e382b3fe231ba9a7"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7">GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed</a></div><div class="ttdeci">void slot_certification_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:374</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a8ab50d8f47489c57e382b3fe231ba9a7"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7">GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed</a></div><div class="ttdeci">void slot_certification_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:362</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a8f9d8baa7b576a4aa857818b87c26bcd"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd">GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog</a></div><div class="ttdeci">SubkeyGenerateDialog(const KeyId &key_id, QWidget *parent)</div><div class="ttdoc">Construct a new Subkey Generate Dialog object.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:40</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a90900b67eceb2d16af5de27f9f038f7f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f">GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot</a></div><div class="ttdeci">void set_signal_slot()</div><div class="ttdoc">Set the signal slot object.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:188</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_aa24064a5f585b23d71e1036958f31d7d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d">GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box</a></div><div class="ttdeci">QGroupBox * create_key_usage_group_box()</div><div class="ttdoc">Create a key usage group box object.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:103</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_a90900b67eceb2d16af5de27f9f038f7f"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f">GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot</a></div><div class="ttdeci">void set_signal_slot()</div><div class="ttdoc">Set the signal slot object.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:176</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_aa24064a5f585b23d71e1036958f31d7d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d">GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box</a></div><div class="ttdeci">QGroupBox * create_key_usage_group_box()</div><div class="ttdoc">Create a key usage group box object.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:91</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_aa8bf228ba2a773c0d38f9e5c2f20539d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d">GpgFrontend::UI::SubkeyGenerateDialog::date_edit_</a></div><div class="ttdeci">QDateTimeEdit * date_edit_</div><div class="ttdoc">Date edit for expiration date.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.h:70</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_aa91db742b41d352ba9f88620d649afb3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3">GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_</a></div><div class="ttdeci">QSpinBox * key_size_spin_box_</div><div class="ttdoc">Spinbox for the keys size (in bit)</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.h:68</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_aab426dec4b4655b215b09b490e05ad05"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05">GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept</a></div><div class="ttdeci">void slot_key_gen_accept()</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:271</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_aab426dec4b4655b215b09b490e05ad05"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05">GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept</a></div><div class="ttdeci">void slot_key_gen_accept()</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:259</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_ab06b11f407fbb407139235fc84325de2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2">GpgFrontend::UI::SubkeyGenerateDialog::button_box_</a></div><div class="ttdeci">QDialogButtonBox * button_box_</div><div class="ttdoc">Box for standard buttons.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.h:66</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_ac515dabcf6c094c5eeb2bf88aa3aa9d3"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3">GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_</a></div><div class="ttdeci">QComboBox * key_type_combo_box_</div><div class="ttdoc">Combobox for Key tpe.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.h:69</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_aedef4e8784c8a3edb06b0f2821500552"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552">GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed</a></div><div class="ttdeci">void slot_signing_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:366</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_aedef4e8784c8a3edb06b0f2821500552"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552">GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed</a></div><div class="ttdeci">void slot_signing_box_changed(int state)</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.cpp:354</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1SubkeyGenerateDialog_html_afa21ac4d45a6474afc1bc594486ed8e2"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2">GpgFrontend::UI::SubkeyGenerateDialog::expire_check_box_</a></div><div class="ttdeci">QCheckBox * expire_check_box_</div><div class="ttdoc">Checkbox, if key should expire.</div><div class="ttdef"><b>Definition:</b> SubkeyGenerateDialog.h:71</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 -->
|
||||
|
@ -114,7 +114,7 @@ $(document).ready(function(){initNavTree('VerifyKeyDetailBox_8h_source.html','')
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor">#endif </span><span class="comment">// __VERIFYKEYDETAILBOX_H__</span></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1GpgSignature_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgSignature.html">GpgFrontend::GpgSignature</a></div><div class="ttdef"><b>Definition:</b> GpgSignature.h:43</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1VerifyKeyDetailBox_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html">GpgFrontend::UI::VerifyKeyDetailBox</a></div><div class="ttdef"><b>Definition:</b> VerifyKeyDetailBox.h:40</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1VerifyKeyDetailBox_html_a25b96a986a009d35847f94719ec327c1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1">GpgFrontend::UI::VerifyKeyDetailBox::create_key_info_grid</a></div><div class="ttdeci">QGridLayout * create_key_info_grid(const GpgSignature &signature)</div><div class="ttdoc">Create a key info grid object.</div><div class="ttdef"><b>Definition:</b> VerifyKeyDetailBox.cpp:180</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1VerifyKeyDetailBox_html_a25b96a986a009d35847f94719ec327c1"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1">GpgFrontend::UI::VerifyKeyDetailBox::create_key_info_grid</a></div><div class="ttdeci">QGridLayout * create_key_info_grid(const GpgSignature &signature)</div><div class="ttdoc">Create a key info grid object.</div><div class="ttdef"><b>Definition:</b> VerifyKeyDetailBox.cpp:173</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1VerifyKeyDetailBox_html_a36bf3306b8564b49da04eee1dc653675"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675">GpgFrontend::UI::VerifyKeyDetailBox::fpr_</a></div><div class="ttdeci">std::string fpr_</div><div class="ttdoc">fingerprint of the key</div><div class="ttdef"><b>Definition:</b> VerifyKeyDetailBox.h:68</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1VerifyKeyDetailBox_html_afbbe8e87786cca020c9aa8759eb041a0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0">GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox</a></div><div class="ttdeci">VerifyKeyDetailBox(const GpgSignature &signature, QWidget *parent)</div><div class="ttdoc">Construct a new Verify Key Detail Box object.</div><div class="ttdef"><b>Definition:</b> VerifyKeyDetailBox.cpp:36</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>
|
||||
|
@ -170,18 +170,18 @@ $(document).ready(function(){initNavTree('Wizard_8h_source.html',''); initResiza
|
||||
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  </div>
|
||||
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span> <span class="preprocessor">#endif</span></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ChoosePage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ChoosePage.html">GpgFrontend::UI::ChoosePage</a></div><div class="ttdef"><b>Definition:</b> Wizard.h:98</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ChoosePage_html_a243a82d13267b7252844fd7691c703f0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0">GpgFrontend::UI::ChoosePage::nextId</a></div><div class="ttdeci">int nextId() const override</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:178</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ChoosePage_html_ae370e789009be3926410cb749c86907b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b">GpgFrontend::UI::ChoosePage::ChoosePage</a></div><div class="ttdeci">ChoosePage(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Choose Page object.</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:123</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ChoosePage_html_af0d7890fe65385b7785719b9cff0718b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b">GpgFrontend::UI::ChoosePage::slot_jump_page</a></div><div class="ttdeci">void slot_jump_page(const QString &page)</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:180</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ChoosePage_html_a243a82d13267b7252844fd7691c703f0"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0">GpgFrontend::UI::ChoosePage::nextId</a></div><div class="ttdeci">int nextId() const override</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:173</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ChoosePage_html_ae370e789009be3926410cb749c86907b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b">GpgFrontend::UI::ChoosePage::ChoosePage</a></div><div class="ttdeci">ChoosePage(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Choose Page object.</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:118</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ChoosePage_html_af0d7890fe65385b7785719b9cff0718b"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b">GpgFrontend::UI::ChoosePage::slot_jump_page</a></div><div class="ttdeci">void slot_jump_page(const QString &page)</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:175</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ConclusionPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ConclusionPage.html">GpgFrontend::UI::ConclusionPage</a></div><div class="ttdef"><b>Definition:</b> Wizard.h:164</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ConclusionPage_html_a0f3f3118456ccce7c2a6965cf68d2cf7"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7">GpgFrontend::UI::ConclusionPage::nextId</a></div><div class="ttdeci">int nextId() const override</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:265</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ConclusionPage_html_afcd98b4735047807d384e6b3d3aea3a7"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7">GpgFrontend::UI::ConclusionPage::ConclusionPage</a></div><div class="ttdeci">ConclusionPage(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Conclusion Page object.</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:229</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ConclusionPage_html_a0f3f3118456ccce7c2a6965cf68d2cf7"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7">GpgFrontend::UI::ConclusionPage::nextId</a></div><div class="ttdeci">int nextId() const override</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:260</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1ConclusionPage_html_afcd98b4735047807d384e6b3d3aea3a7"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7">GpgFrontend::UI::ConclusionPage::ConclusionPage</a></div><div class="ttdeci">ConclusionPage(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Conclusion Page object.</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:224</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1IntroPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1IntroPage.html">GpgFrontend::UI::IntroPage</a></div><div class="ttdef"><b>Definition:</b> Wizard.h:78</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1IntroPage_html_a812fd63d87955f9131a98ad8b679f8a4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4">GpgFrontend::UI::IntroPage::nextId</a></div><div class="ttdeci">int nextId() const override</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:121</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1IntroPage_html_aed4220a7372b192ee4e8bc5024db922d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d">GpgFrontend::UI::IntroPage::IntroPage</a></div><div class="ttdeci">IntroPage(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Intro Page object.</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:84</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1IntroPage_html_a812fd63d87955f9131a98ad8b679f8a4"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4">GpgFrontend::UI::IntroPage::nextId</a></div><div class="ttdeci">int nextId() const override</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:116</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1IntroPage_html_aed4220a7372b192ee4e8bc5024db922d"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d">GpgFrontend::UI::IntroPage::IntroPage</a></div><div class="ttdeci">IntroPage(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Intro Page object.</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:79</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenPage_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenPage.html">GpgFrontend::UI::KeyGenPage</a></div><div class="ttdef"><b>Definition:</b> Wizard.h:133</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenPage_html_a0eb5dad522c597dcd101c02f496e7e70"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70">GpgFrontend::UI::KeyGenPage::KeyGenPage</a></div><div class="ttdeci">KeyGenPage(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Key Gen Page object.</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:189</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenPage_html_a28958f6627f01db7c6f75fc0dec3eead"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead">GpgFrontend::UI::KeyGenPage::nextId</a></div><div class="ttdeci">int nextId() const override</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:222</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenPage_html_a0eb5dad522c597dcd101c02f496e7e70"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70">GpgFrontend::UI::KeyGenPage::KeyGenPage</a></div><div class="ttdeci">KeyGenPage(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Key Gen Page object.</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:184</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1KeyGenPage_html_a28958f6627f01db7c6f75fc0dec3eead"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead">GpgFrontend::UI::KeyGenPage::nextId</a></div><div class="ttdeci">int nextId() const override</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:217</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1Wizard_html"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1Wizard.html">GpgFrontend::UI::Wizard</a></div><div class="ttdef"><b>Definition:</b> Wizard.h:44</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1Wizard_html_a448db8fe5ace96418ffd1f23b0142b10"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10">GpgFrontend::UI::Wizard::Wizard</a></div><div class="ttdeci">Wizard(QWidget *parent=nullptr)</div><div class="ttdoc">Construct a new Wizard object.</div><div class="ttdef"><b>Definition:</b> Wizard.cpp:35</div></div>
|
||||
<div class="ttc" id="aclassGpgFrontend_1_1UI_1_1Wizard_html_a8b5f5ddb1e6470cbf6c87cc6400031fb"><div class="ttname"><a href="classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb">GpgFrontend::UI::Wizard::SignalOpenHelp</a></div><div class="ttdeci">void SignalOpenHelp(QString page)</div></div>
|
||||
|
@ -118,20 +118,20 @@ Inheritance diagram for GpgFrontend::ChannelObject:</div>
|
||||
<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="2315,551,2544,833"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1648,205,1877,488"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="1041,1022,1261,1158"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="1290,1029,1510,1151"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="292,1037,455,1143"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="1556,985,1764,1195"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="754,1037,1017,1143"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="525,993,728,1187"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="19,1000,221,1180"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="3354,971,3558,1209"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2829,985,3059,1195"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2585,993,2793,1187"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="1801,883,2025,1297"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="3084,978,3327,1202"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="2049,1037,2300,1143"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="2324,927,2553,1253"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="1041,1029,1261,1165"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="1290,1037,1510,1158"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="292,1044,455,1151"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="1556,993,1764,1202"/>
|
||||
<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_1GpgKeyOpera.html" title=" " alt="" coords="525,1000,728,1195"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="19,1007,221,1187"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="3354,978,3558,1217"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2829,993,3059,1202"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2585,1000,2793,1195"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="1801,883,2025,1312"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="3084,985,3327,1209"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="2049,1044,2300,1151"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="2324,934,2553,1261"/>
|
||||
</map>
|
||||
</div>
|
||||
<div class="dynheader">
|
||||
|
@ -15,18 +15,18 @@
|
||||
<area shape="rect" id="node26" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2059,551,2291,833"/>
|
||||
<area shape="rect" id="node28" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="2315,551,2544,833"/>
|
||||
<area shape="rect" id="node30" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="1648,205,1877,488"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="1041,1022,1261,1158"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="1290,1029,1510,1151"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="292,1037,455,1143"/>
|
||||
<area shape="rect" id="node9" href="$classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="1556,985,1764,1195"/>
|
||||
<area shape="rect" id="node11" href="$classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="754,1037,1017,1143"/>
|
||||
<area shape="rect" id="node13" href="$classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="525,993,728,1187"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="19,1000,221,1180"/>
|
||||
<area shape="rect" id="node17" href="$classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="3354,971,3558,1209"/>
|
||||
<area shape="rect" id="node19" href="$classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2829,985,3059,1195"/>
|
||||
<area shape="rect" id="node21" href="$classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2585,993,2793,1187"/>
|
||||
<area shape="rect" id="node23" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="1801,883,2025,1297"/>
|
||||
<area shape="rect" id="node25" href="$classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="3084,978,3327,1202"/>
|
||||
<area shape="rect" id="node27" href="$classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="2049,1037,2300,1143"/>
|
||||
<area shape="rect" id="node29" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="2324,927,2553,1253"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="1041,1029,1261,1165"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="1290,1037,1510,1158"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="292,1044,455,1151"/>
|
||||
<area shape="rect" id="node9" href="$classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="1556,993,1764,1202"/>
|
||||
<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="node13" href="$classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="525,1000,728,1195"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="19,1007,221,1187"/>
|
||||
<area shape="rect" id="node17" href="$classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="3354,978,3558,1217"/>
|
||||
<area shape="rect" id="node19" href="$classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2829,993,3059,1202"/>
|
||||
<area shape="rect" id="node21" href="$classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2585,1000,2793,1195"/>
|
||||
<area shape="rect" id="node23" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="1801,883,2025,1312"/>
|
||||
<area shape="rect" id="node25" href="$classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="3084,985,3327,1209"/>
|
||||
<area shape="rect" id="node27" href="$classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="2049,1044,2300,1151"/>
|
||||
<area shape="rect" id="node29" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="2324,934,2553,1261"/>
|
||||
</map>
|
||||
|
@ -1 +1 @@
|
||||
2ed67f78500bac86a4cd2e70e3e98442
|
||||
93d2928cbbf8af327f5ce00cf0f0e75e
|
Before Width: | Height: | Size: 499 KiB After Width: | Height: | Size: 455 KiB |
@ -107,12 +107,12 @@ Collaboration diagram for GpgFrontend::DataObjectOperator:</div>
|
||||
<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>
|
||||
<map name="aGpgFrontend_1_1DataObjectOperator_coll__map" id="aGpgFrontend_1_1DataObjectOperator_coll__map">
|
||||
<area shape="rect" title=" " alt="" coords="72,1360,315,1569"/>
|
||||
<area shape="rect" title=" " alt="" coords="72,1375,315,1584"/>
|
||||
<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_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_1GlobalSettingStation.html" title=" " alt="" coords="235,883,459,1297"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="235,883,459,1312"/>
|
||||
</map>
|
||||
</div>
|
||||
<table class="memberdecls">
|
||||
|
@ -1,8 +1,8 @@
|
||||
<map id="GpgFrontend::DataObjectOperator" name="GpgFrontend::DataObjectOperator">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="72,1360,315,1569"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="72,1375,315,1584"/>
|
||||
<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="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="node5" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="235,883,459,1297"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="235,883,459,1312"/>
|
||||
</map>
|
||||
|
@ -1 +1 @@
|
||||
22eb5da53743b5af242bac30a5e74f59
|
||||
e32bfce608224c6183c30cb059aaa829
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 100 KiB |
@ -114,24 +114,25 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1GlobalSettingStati
|
||||
<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><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 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><td class="entry"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GetUISettings</a>() 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><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 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 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 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 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_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_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< 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#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#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#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#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#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#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#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#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>
|
||||
<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><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 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><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 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><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 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><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 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><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 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><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 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><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 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><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 -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
@ -96,7 +96,7 @@ Inheritance diagram for GpgFrontend::GlobalSettingStation:</div>
|
||||
<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>
|
||||
<map name="aGpgFrontend_1_1GlobalSettingStation_inherit__map" id="aGpgFrontend_1_1GlobalSettingStation_inherit__map">
|
||||
<area shape="rect" title=" " alt="" coords="8,883,232,1297"/>
|
||||
<area shape="rect" title=" " alt="" coords="8,883,232,1312"/>
|
||||
<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_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
||||
@ -107,7 +107,7 @@ Collaboration diagram for GpgFrontend::GlobalSettingStation:</div>
|
||||
<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>
|
||||
<map name="aGpgFrontend_1_1GlobalSettingStation_coll__map" id="aGpgFrontend_1_1GlobalSettingStation_coll__map">
|
||||
<area shape="rect" title=" " alt="" coords="8,883,232,1297"/>
|
||||
<area shape="rect" title=" " alt="" coords="8,883,232,1312"/>
|
||||
<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_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
||||
@ -124,8 +124,11 @@ Public Member Functions</h2></td></tr>
|
||||
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451">~GlobalSettingStation</a> () noexcept override</td></tr>
|
||||
<tr class="memdesc:af700161900e623a0ea14261d51616451"><td class="mdescLeft"> </td><td class="mdescRight">Destroy the Global Setting Station object. <br /></td></tr>
|
||||
<tr class="separator:af700161900e623a0ea14261d51616451"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a14433405831283cd95091d741614d03b"><td class="memItemLeft" align="right" valign="top">libconfig::Setting & </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GetUISettings</a> () noexcept</td></tr>
|
||||
<tr class="separator:a14433405831283cd95091d741614d03b"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a1d8b9f91c75ef7a1d008a171f09f2c0e"><td class="memItemLeft" align="right" valign="top">libconfig::Setting & </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d8b9f91c75ef7a1d008a171f09f2c0e">GetUISettings</a> () noexcept</td></tr>
|
||||
<tr class="separator:a1d8b9f91c75ef7a1d008a171f09f2c0e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a819b3f4ea553fc1e839ef0ae230f0ea2"><td class="memTemplParams" colspan="2">template<typename T > </td></tr>
|
||||
<tr class="memitem:a819b3f4ea553fc1e839ef0ae230f0ea2"><td class="memTemplItemLeft" align="right" valign="top">T </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2">LookupSettings</a> (std::string path, T default_value) noexcept</td></tr>
|
||||
<tr class="separator:a819b3f4ea553fc1e839ef0ae230f0ea2"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae9d1da3d01c4a834120968636596c3c3"><td class="memItemLeft" align="right" valign="top">std::filesystem::path </td><td class="memItemRight" valign="bottom"><a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3">GetAppDir</a> () const</td></tr>
|
||||
<tr class="memdesc:ae9d1da3d01c4a834120968636596c3c3"><td class="mdescLeft"> </td><td class="mdescRight">Get the App Dir object. <a href="classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3">More...</a><br /></td></tr>
|
||||
<tr class="separator:ae9d1da3d01c4a834120968636596c3c3"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@ -470,8 +473,8 @@ virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="c
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a14433405831283cd95091d741614d03b"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a14433405831283cd95091d741614d03b">◆ </a></span>GetUISettings()</h2>
|
||||
<a id="a1d8b9f91c75ef7a1d008a171f09f2c0e"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a1d8b9f91c75ef7a1d008a171f09f2c0e">◆ </a></span>GetUISettings()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
@ -480,7 +483,7 @@ virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="c
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">libconfig::Setting& GpgFrontend::GlobalSettingStation::GetUISettings </td>
|
||||
<td class="memname">libconfig::Setting & GpgFrontend::GlobalSettingStation::GetUISettings </td>
|
||||
<td>(</td>
|
||||
<td class="paramname"></td><td>)</td>
|
||||
<td></td>
|
||||
@ -488,13 +491,56 @@ virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="c
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">noexcept</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="section return"><dt>Returns</dt><dd>libconfig::Setting& </dd></dl>
|
||||
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c">ui_cfg_</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f">GpgFrontend::UI::KeyList::dropEvent()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835">GpgFrontend::UI::GnuPGControllerDialog::GnuPGControllerDialog()</a>, <a class="el" href="namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee">GpgFrontend::UI::init_locale()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5">GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b">GpgFrontend::UI::GeneralTab::SetSettings()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a">GpgFrontend::UI::NetworkTab::SetSettings()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a">GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a819b3f4ea553fc1e839ef0ae230f0ea2"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a819b3f4ea553fc1e839ef0ae230f0ea2">◆ </a></span>LookupSettings()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<div class="memtemplate">
|
||||
template<typename T > </div>
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">T GpgFrontend::GlobalSettingStation::LookupSettings </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">std::string </td>
|
||||
<td class="paramname"><em>path</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="paramkey"></td>
|
||||
<td></td>
|
||||
<td class="paramtype">T </td>
|
||||
<td class="paramname"><em>default_value</em> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>)</td>
|
||||
<td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">noexcept</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<dl class="section return"><dt>Returns</dt><dd>libconfig::Setting& </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="classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f">GpgFrontend::UI::KeyList::dropEvent()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835">GpgFrontend::UI::GnuPGControllerDialog::GnuPGControllerDialog()</a>, <a class="el" href="namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee">GpgFrontend::UI::init_locale()</a>, <a class="el" href="namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad">GpgFrontend::UI::InitGpgFrontendUI()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9">GpgFrontend::UI::KeyGenDialog::KeyGenDialog()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64">GpgFrontend::UI::KeyMgmt::KeyMgmt()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5">GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063">GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog()</a>, <a class="el" href="classGpgFrontend_1_1GpgContext.html#aaf3f394ff1790897c315c3249b1f06fe">GpgFrontend::GpgContext::post_init_ctx()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b">GpgFrontend::UI::GeneralTab::SetSettings()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a">GpgFrontend::UI::NetworkTab::SetSettings()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3">GpgFrontend::UI::MainWindow::SlotFileEncrypt()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30">GpgFrontend::UI::MainWindow::SlotFileEncryptSign()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf">GpgFrontend::UI::MainWindow::SlotFileSign()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8">GpgFrontend::UI::MainWindow::SlotFileVerify()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a">GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd">GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0">GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10">GpgFrontend::UI::Wizard::Wizard()</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_1KeyList.html#a23ebf79be8de637560d41afd0433c35f">GpgFrontend::UI::KeyList::dropEvent()</a>, <a class="el" href="namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad">GpgFrontend::UI::InitGpgFrontendUI()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9">GpgFrontend::UI::KeyGenDialog::KeyGenDialog()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063">GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3">GpgFrontend::UI::MainWindow::SlotFileEncrypt()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30">GpgFrontend::UI::MainWindow::SlotFileEncryptSign()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf">GpgFrontend::UI::MainWindow::SlotFileSign()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8">GpgFrontend::UI::MainWindow::SlotFileVerify()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd">GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0">GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10">GpgFrontend::UI::Wizard::Wizard()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -588,7 +634,7 @@ virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="c
|
||||
</div><div class="memdoc">
|
||||
<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="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:147</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:163</div></div>
|
||||
</div><!-- fragment -->
|
||||
<p>Object storage path. </p>
|
||||
|
||||
@ -644,7 +690,7 @@ virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="c
|
||||
</div><div class="memdoc">
|
||||
<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="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:160</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:176</div></div>
|
||||
</div><!-- fragment -->
|
||||
<p>Program Data Location. </p>
|
||||
|
||||
@ -729,7 +775,7 @@ virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="c
|
||||
</div><div class="memdoc">
|
||||
<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="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:145</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:161</div></div>
|
||||
</div><!-- fragment -->
|
||||
<p>Program Data Location. </p>
|
||||
|
||||
@ -756,7 +802,7 @@ virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="c
|
||||
</div><div class="memdoc">
|
||||
<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="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:172</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:188</div></div>
|
||||
</div><!-- fragment -->
|
||||
<p>Configure File Directory Location. </p>
|
||||
|
||||
@ -785,7 +831,7 @@ virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="c
|
||||
</div><div class="memdoc">
|
||||
<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="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:175</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:191</div></div>
|
||||
</div><!-- fragment -->
|
||||
<p>Main Configure File Location. </p>
|
||||
|
||||
|
@ -11,8 +11,9 @@ var classGpgFrontend_1_1GlobalSettingStation =
|
||||
[ "GetResourceDir", "classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0", null ],
|
||||
[ "GetStandaloneDatabaseDir", "classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332", null ],
|
||||
[ "GetStandaloneGpgBinDir", "classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00", null ],
|
||||
[ "GetUISettings", "classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b", null ],
|
||||
[ "GetUISettings", "classGpgFrontend_1_1GlobalSettingStation.html#a1d8b9f91c75ef7a1d008a171f09f2c0e", null ],
|
||||
[ "init_app_secure_key", "classGpgFrontend_1_1GlobalSettingStation.html#a1e1993b72d0ad09d247b643b4447e57c", null ],
|
||||
[ "LookupSettings", "classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2", null ],
|
||||
[ "SyncSettings", "classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d", null ],
|
||||
[ "app_configure_path_", "classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a", null ],
|
||||
[ "app_data_objs_path_", "classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a", null ],
|
||||
|
@ -1,5 +1,5 @@
|
||||
<map id="GpgFrontend::GlobalSettingStation" name="GpgFrontend::GlobalSettingStation">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="8,883,232,1297"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="8,883,232,1312"/>
|
||||
<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="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
||||
|
@ -1 +1 @@
|
||||
f8e533fe202a12036424cce3de95e65a
|
||||
37fb2bb8856d74cf0f5566e2ac029411
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 67 KiB |
@ -1,5 +1,5 @@
|
||||
<map id="GpgFrontend::GlobalSettingStation" name="GpgFrontend::GlobalSettingStation">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="8,883,232,1297"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="8,883,232,1312"/>
|
||||
<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="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="136,205,365,488"/>
|
||||
|
@ -1 +1 @@
|
||||
f8e533fe202a12036424cce3de95e65a
|
||||
37fb2bb8856d74cf0f5566e2ac029411
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 67 KiB |
@ -106,21 +106,21 @@ Collaboration diagram for GpgFrontend::GpgAdvancedOperator:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GpgAdvancedOperator_coll__map" alt="Collaboration graph"/></div>
|
||||
<map name="aGpgFrontend_1_1GpgAdvancedOperator_coll__map" id="aGpgFrontend_1_1GpgAdvancedOperator_coll__map">
|
||||
<area shape="rect" title=" " alt="" coords="118,1847,326,2041"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,247,1453"/>
|
||||
<area shape="rect" title=" " alt="" coords="118,1861,326,2056"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,247,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="201,315,409,465"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="190,675,419,957"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="370,1171,599,1453"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="522,1516,751,1784"/>
|
||||
<area shape="rect" title=" " alt="" coords="271,1273,346,1351"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="370,1185,599,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="522,1531,751,1799"/>
|
||||
<area shape="rect" title=" " alt="" coords="271,1288,346,1365"/>
|
||||
<area shape="rect" title=" " alt="" coords="562,517,749,623"/>
|
||||
<area shape="rect" title=" " alt="" coords="730,160,887,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1219,13,1257,90"/>
|
||||
<area shape="rect" title=" " alt="" coords="1189,160,1319,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1372,160,1507,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="685,777,828,855"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="964,1273,1128,1351"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="738,981,978,1147"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="964,1288,1128,1365"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="738,981,978,1161"/>
|
||||
<area shape="rect" title=" " alt="" coords="1048,160,1135,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1146,770,1351,862"/>
|
||||
<area shape="rect" title=" " alt="" coords="1205,351,1391,429"/>
|
||||
|
@ -1,19 +1,19 @@
|
||||
<map id="GpgFrontend::GpgAdvancedOperator" name="GpgFrontend::GpgAdvancedOperator">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="118,1847,326,2041"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,247,1453"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="118,1861,326,2056"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,247,1468"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="201,315,409,465"/>
|
||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="190,675,419,957"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="370,1171,599,1453"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="522,1516,751,1784"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="271,1273,346,1351"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="370,1185,599,1468"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="522,1531,751,1799"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="271,1288,346,1365"/>
|
||||
<area shape="rect" id="node8" title=" " alt="" coords="562,517,749,623"/>
|
||||
<area shape="rect" id="node9" title=" " alt="" coords="730,160,887,237"/>
|
||||
<area shape="rect" id="node10" title=" " alt="" coords="1219,13,1257,90"/>
|
||||
<area shape="rect" id="node18" title=" " alt="" coords="1189,160,1319,237"/>
|
||||
<area shape="rect" id="node19" title=" " alt="" coords="1372,160,1507,237"/>
|
||||
<area shape="rect" id="node11" title=" " alt="" coords="685,777,828,855"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="964,1273,1128,1351"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="738,981,978,1147"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="964,1288,1128,1365"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="738,981,978,1161"/>
|
||||
<area shape="rect" id="node13" title=" " alt="" coords="1048,160,1135,237"/>
|
||||
<area shape="rect" id="node16" title=" " alt="" coords="1146,770,1351,862"/>
|
||||
<area shape="rect" id="node17" title=" " alt="" coords="1205,351,1391,429"/>
|
||||
|
@ -1 +1 @@
|
||||
a211d338b1a0606aa84255aa837e69bc
|
||||
f753acb0765d9002e601470919090b3f
|
Before Width: | Height: | Size: 324 KiB After Width: | Height: | Size: 292 KiB |
@ -111,21 +111,21 @@ Collaboration diagram for GpgFrontend::GpgBasicOperator:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classGpgFrontend_1_1GpgBasicOperator__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GpgBasicOperator_coll__map" alt="Collaboration graph"/></div>
|
||||
<map name="aGpgFrontend_1_1GpgBasicOperator_coll__map" id="aGpgFrontend_1_1GpgBasicOperator_coll__map">
|
||||
<area shape="rect" title="Basic operation collection." alt="" coords="97,1847,327,2056"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,235,1453"/>
|
||||
<area shape="rect" title="Basic operation collection." alt="" coords="97,1861,327,2071"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,235,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="192,315,400,465"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="181,675,411,957"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1171,587,1453"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1516,739,1784"/>
|
||||
<area shape="rect" title=" " alt="" coords="259,1273,333,1351"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1185,587,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1531,739,1799"/>
|
||||
<area shape="rect" title=" " alt="" coords="259,1288,333,1365"/>
|
||||
<area shape="rect" title=" " alt="" coords="540,517,727,623"/>
|
||||
<area shape="rect" title=" " alt="" coords="729,160,887,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1206,13,1245,90"/>
|
||||
<area shape="rect" title=" " alt="" coords="1177,160,1306,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1359,160,1494,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="669,777,811,855"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1273,1115,1351"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1147"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1288,1115,1365"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1161"/>
|
||||
<area shape="rect" title=" " alt="" coords="1051,160,1138,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1132,770,1337,862"/>
|
||||
<area shape="rect" title=" " alt="" coords="1192,351,1379,429"/>
|
||||
|
@ -1,19 +1,19 @@
|
||||
<map id="GpgFrontend::GpgBasicOperator" name="GpgFrontend::GpgBasicOperator">
|
||||
<area shape="rect" id="node1" title="Basic operation collection." alt="" coords="97,1847,327,2056"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,235,1453"/>
|
||||
<area shape="rect" id="node1" title="Basic operation collection." alt="" coords="97,1861,327,2071"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,235,1468"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="192,315,400,465"/>
|
||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="181,675,411,957"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1171,587,1453"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1516,739,1784"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="259,1273,333,1351"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1185,587,1468"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1531,739,1799"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="259,1288,333,1365"/>
|
||||
<area shape="rect" id="node8" title=" " alt="" coords="540,517,727,623"/>
|
||||
<area shape="rect" id="node9" title=" " alt="" coords="729,160,887,237"/>
|
||||
<area shape="rect" id="node10" title=" " alt="" coords="1206,13,1245,90"/>
|
||||
<area shape="rect" id="node18" title=" " alt="" coords="1177,160,1306,237"/>
|
||||
<area shape="rect" id="node19" title=" " alt="" coords="1359,160,1494,237"/>
|
||||
<area shape="rect" id="node11" title=" " alt="" coords="669,777,811,855"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1273,1115,1351"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1147"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1288,1115,1365"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1161"/>
|
||||
<area shape="rect" id="node13" title=" " alt="" coords="1051,160,1138,237"/>
|
||||
<area shape="rect" id="node16" title=" " alt="" coords="1132,770,1337,862"/>
|
||||
<area shape="rect" id="node17" title=" " alt="" coords="1192,351,1379,429"/>
|
||||
|
@ -1 +1 @@
|
||||
c76ac110914db542662b53a49f8d34e8
|
||||
7ad15d90610a1a2e0ac540cffb1a6eaa
|
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 287 KiB |
@ -111,21 +111,21 @@ Collaboration diagram for GpgFrontend::GpgCommandExecutor:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classGpgFrontend_1_1GpgCommandExecutor__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GpgCommandExecutor_coll__map" alt="Collaboration graph"/></div>
|
||||
<map name="aGpgFrontend_1_1GpgCommandExecutor_coll__map" id="aGpgFrontend_1_1GpgCommandExecutor_coll__map">
|
||||
<area shape="rect" title="Extra commands related to GPG." alt="" coords="91,1847,354,1953"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,248,1453"/>
|
||||
<area shape="rect" title="Extra commands related to GPG." alt="" coords="91,1861,354,1968"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,248,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="201,315,409,465"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="191,675,420,957"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="371,1171,600,1453"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="523,1516,752,1784"/>
|
||||
<area shape="rect" title=" " alt="" coords="272,1273,347,1351"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="371,1185,600,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="523,1531,752,1799"/>
|
||||
<area shape="rect" title=" " alt="" coords="272,1288,347,1365"/>
|
||||
<area shape="rect" title=" " alt="" coords="563,517,749,623"/>
|
||||
<area shape="rect" title=" " alt="" coords="731,160,888,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1219,13,1258,90"/>
|
||||
<area shape="rect" title=" " alt="" coords="1190,160,1319,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1373,160,1507,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="686,777,829,855"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="965,1273,1129,1351"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="739,981,979,1147"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="965,1288,1129,1365"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="739,981,979,1161"/>
|
||||
<area shape="rect" title=" " alt="" coords="1049,160,1135,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1147,770,1352,862"/>
|
||||
<area shape="rect" title=" " alt="" coords="1205,351,1392,429"/>
|
||||
|
@ -1,19 +1,19 @@
|
||||
<map id="GpgFrontend::GpgCommandExecutor" name="GpgFrontend::GpgCommandExecutor">
|
||||
<area shape="rect" id="node1" title="Extra commands related to GPG." alt="" coords="91,1847,354,1953"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,248,1453"/>
|
||||
<area shape="rect" id="node1" title="Extra commands related to GPG." alt="" coords="91,1861,354,1968"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,248,1468"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="201,315,409,465"/>
|
||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="191,675,420,957"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="371,1171,600,1453"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="523,1516,752,1784"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="272,1273,347,1351"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="371,1185,600,1468"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="523,1531,752,1799"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="272,1288,347,1365"/>
|
||||
<area shape="rect" id="node8" title=" " alt="" coords="563,517,749,623"/>
|
||||
<area shape="rect" id="node9" title=" " alt="" coords="731,160,888,237"/>
|
||||
<area shape="rect" id="node10" title=" " alt="" coords="1219,13,1258,90"/>
|
||||
<area shape="rect" id="node18" title=" " alt="" coords="1190,160,1319,237"/>
|
||||
<area shape="rect" id="node19" title=" " alt="" coords="1373,160,1507,237"/>
|
||||
<area shape="rect" id="node11" title=" " alt="" coords="686,777,829,855"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="965,1273,1129,1351"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="739,981,979,1147"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="965,1288,1129,1365"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="739,981,979,1161"/>
|
||||
<area shape="rect" id="node13" title=" " alt="" coords="1049,160,1135,237"/>
|
||||
<area shape="rect" id="node16" title=" " alt="" coords="1147,770,1352,862"/>
|
||||
<area shape="rect" id="node17" title=" " alt="" coords="1205,351,1392,429"/>
|
||||
|
@ -1 +1 @@
|
||||
f0344dfc66fcf3d3832dc80adabe3d0d
|
||||
f7d302c3d843f984c2727fe879d0c666
|
Before Width: | Height: | Size: 310 KiB After Width: | Height: | Size: 310 KiB |
@ -112,9 +112,9 @@ Collaboration diagram for GpgFrontend::GpgContext:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classGpgFrontend_1_1GpgContext__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GpgContext_coll__map" alt="Collaboration graph"/></div>
|
||||
<map name="aGpgFrontend_1_1GpgContext_coll__map" id="aGpgFrontend_1_1GpgContext_coll__map">
|
||||
<area shape="rect" title=" " alt="" coords="375,1516,604,1784"/>
|
||||
<area shape="rect" title=" " alt="" coords="5,1273,80,1351"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="104,1171,333,1453"/>
|
||||
<area shape="rect" title=" " alt="" coords="375,1531,604,1799"/>
|
||||
<area shape="rect" title=" " alt="" coords="5,1288,80,1365"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="104,1185,333,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="25,315,233,465"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="120,675,349,957"/>
|
||||
<area shape="rect" title=" " alt="" coords="939,517,1125,623"/>
|
||||
@ -123,8 +123,8 @@ Collaboration diagram for GpgFrontend::GpgContext:</div>
|
||||
<area shape="rect" title=" " alt="" coords="1135,160,1265,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1289,160,1423,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="487,777,630,855"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="683,1273,847,1351"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="299,981,539,1147"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="683,1288,847,1365"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="299,981,539,1161"/>
|
||||
<area shape="rect" title=" " alt="" coords="661,160,747,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="728,770,933,862"/>
|
||||
<area shape="rect" title=" " alt="" coords="808,351,995,429"/>
|
||||
@ -553,7 +553,7 @@ false </dd></dl>
|
||||
<p>Setting the output type must be done at the beginning</p>
|
||||
<p>think this means ascii-armor --> ?</p>
|
||||
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0">GpgFrontend::GpgInfo::AppPath</a>, <a class="el" href="namespaceGpgFrontend.html#afdad4e5f4c3ac891c09216e245c0f48e">GpgFrontend::check_gpg_error()</a>, <a class="el" href="namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684">GpgFrontend::check_gpg_error_2_err_code()</a>, <a class="el" href="classGpgFrontend_1_1GpgContext.html#af46f09a4f5c77429c3e782b551812ec2">custom_passphrase_cb()</a>, <a class="el" href="classGpgFrontend_1_1GpgInfo.html#a7347d47006bdf41f1da979ea3289de7e">GpgFrontend::GpgInfo::DatabasePath</a>, <a class="el" href="classGpgFrontend_1_1GpgContext.html#a4a8f6ff37e45979159ab375b2c7d48c3">GetInfo()</a>, <a class="el" href="classGpgFrontend_1_1CoreSignalStation.html#a0c5893909726b919ea733de9906cfb36">GpgFrontend::CoreSignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings()</a>, <a class="el" href="classGpgFrontend_1_1GpgInfo.html#abbb3d503b10073bebf86d79bbaeab4c9">GpgFrontend::GpgInfo::GnupgVersion</a>, <a class="el" href="classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c">SetPassphraseCb()</a>, <a class="el" href="classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4">test_passphrase_cb()</a>, and <a class="el" href="classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271">test_status_cb()</a>.</p>
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0">GpgFrontend::GpgInfo::AppPath</a>, <a class="el" href="namespaceGpgFrontend.html#afdad4e5f4c3ac891c09216e245c0f48e">GpgFrontend::check_gpg_error()</a>, <a class="el" href="namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684">GpgFrontend::check_gpg_error_2_err_code()</a>, <a class="el" href="classGpgFrontend_1_1GpgContext.html#af46f09a4f5c77429c3e782b551812ec2">custom_passphrase_cb()</a>, <a class="el" href="classGpgFrontend_1_1GpgInfo.html#a7347d47006bdf41f1da979ea3289de7e">GpgFrontend::GpgInfo::DatabasePath</a>, <a class="el" href="classGpgFrontend_1_1GpgContext.html#a4a8f6ff37e45979159ab375b2c7d48c3">GetInfo()</a>, <a class="el" href="classGpgFrontend_1_1CoreSignalStation.html#a0c5893909726b919ea733de9906cfb36">GpgFrontend::CoreSignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GpgInfo.html#abbb3d503b10073bebf86d79bbaeab4c9">GpgFrontend::GpgInfo::GnupgVersion</a>, <a class="el" href="classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c">SetPassphraseCb()</a>, <a class="el" href="classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4">test_passphrase_cb()</a>, and <a class="el" href="classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271">test_status_cb()</a>.</p>
|
||||
|
||||
<p class="reference">Referenced by <a class="el" href="classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147">GpgContext()</a>.</p>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<map id="GpgFrontend::GpgContext" name="GpgFrontend::GpgContext">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="375,1516,604,1784"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,1273,80,1351"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="104,1171,333,1453"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="375,1531,604,1799"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,1288,80,1365"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="104,1185,333,1468"/>
|
||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="25,315,233,465"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="120,675,349,957"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="939,517,1125,623"/>
|
||||
@ -10,8 +10,8 @@
|
||||
<area shape="rect" id="node16" title=" " alt="" coords="1135,160,1265,237"/>
|
||||
<area shape="rect" id="node17" title=" " alt="" coords="1289,160,1423,237"/>
|
||||
<area shape="rect" id="node9" title=" " alt="" coords="487,777,630,855"/>
|
||||
<area shape="rect" id="node13" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="683,1273,847,1351"/>
|
||||
<area shape="rect" id="node10" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="299,981,539,1147"/>
|
||||
<area shape="rect" id="node13" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="683,1288,847,1365"/>
|
||||
<area shape="rect" id="node10" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="299,981,539,1161"/>
|
||||
<area shape="rect" id="node11" title=" " alt="" coords="661,160,747,237"/>
|
||||
<area shape="rect" id="node14" title=" " alt="" coords="728,770,933,862"/>
|
||||
<area shape="rect" id="node15" title=" " alt="" coords="808,351,995,429"/>
|
||||
|
@ -1 +1 @@
|
||||
0bbc972a6a670b645bee4cda49901f69
|
||||
931817bd4914bdac49139f44d425b028
|
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 255 KiB |
@ -107,15 +107,15 @@ Collaboration diagram for GpgFrontend::GpgKeyGetter:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classGpgFrontend_1_1GpgKeyGetter__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GpgKeyGetter_coll__map" alt="Collaboration graph"/></div>
|
||||
<map name="aGpgFrontend_1_1GpgKeyGetter_coll__map" id="aGpgFrontend_1_1GpgKeyGetter_coll__map">
|
||||
<area shape="rect" title=" " alt="" coords="1119,1847,1323,2041"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,235,1453"/>
|
||||
<area shape="rect" title=" " alt="" coords="1119,1861,1323,2056"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,235,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="139,315,347,465"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="128,675,357,957"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="293,1171,523,1453"/>
|
||||
<area shape="rect" title=" " alt="" coords="1278,1266,1461,1358"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="293,1185,523,1468"/>
|
||||
<area shape="rect" title=" " alt="" coords="1278,1281,1461,1373"/>
|
||||
<area shape="rect" title=" " alt="" coords="634,160,721,237"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="845,981,1085,1147"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="578,1273,742,1351"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="845,981,1085,1161"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="578,1288,742,1365"/>
|
||||
<area shape="rect" title=" " alt="" coords="496,770,701,862"/>
|
||||
<area shape="rect" title=" " alt="" coords="671,351,857,429"/>
|
||||
<area shape="rect" title=" " alt="" coords="608,5,747,97"/>
|
||||
@ -128,8 +128,8 @@ Collaboration diagram for GpgFrontend::GpgKeyGetter:</div>
|
||||
<area shape="rect" title=" " alt="" coords="1566,351,1701,429"/>
|
||||
<area shape="rect" title=" " alt="" coords="947,160,1077,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1546,160,1585,237"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="855,1516,1084,1784"/>
|
||||
<area shape="rect" title=" " alt="" coords="1039,1273,1113,1351"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="855,1531,1084,1799"/>
|
||||
<area shape="rect" title=" " alt="" coords="1039,1288,1113,1365"/>
|
||||
<area shape="rect" title=" " alt="" coords="726,777,869,855"/>
|
||||
</map>
|
||||
</div>
|
||||
|
@ -1,13 +1,13 @@
|
||||
<map id="GpgFrontend::GpgKeyGetter" name="GpgFrontend::GpgKeyGetter">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="1119,1847,1323,2041"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,235,1453"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="1119,1861,1323,2056"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,235,1468"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="139,315,347,465"/>
|
||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="128,675,357,957"/>
|
||||
<area shape="rect" id="node17" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="293,1171,523,1453"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="1278,1266,1461,1358"/>
|
||||
<area shape="rect" id="node17" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="293,1185,523,1468"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="1278,1281,1461,1373"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="634,160,721,237"/>
|
||||
<area shape="rect" id="node20" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="845,981,1085,1147"/>
|
||||
<area shape="rect" id="node21" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="578,1273,742,1351"/>
|
||||
<area shape="rect" id="node20" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="845,981,1085,1161"/>
|
||||
<area shape="rect" id="node21" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="578,1288,742,1365"/>
|
||||
<area shape="rect" id="node22" title=" " alt="" coords="496,770,701,862"/>
|
||||
<area shape="rect" id="node23" title=" " alt="" coords="671,351,857,429"/>
|
||||
<area shape="rect" id="node7" title=" " alt="" coords="608,5,747,97"/>
|
||||
@ -20,7 +20,7 @@
|
||||
<area shape="rect" id="node13" title=" " alt="" coords="1566,351,1701,429"/>
|
||||
<area shape="rect" id="node24" title=" " alt="" coords="947,160,1077,237"/>
|
||||
<area shape="rect" id="node14" title=" " alt="" coords="1546,160,1585,237"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="855,1516,1084,1784"/>
|
||||
<area shape="rect" id="node16" title=" " alt="" coords="1039,1273,1113,1351"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="855,1531,1084,1799"/>
|
||||
<area shape="rect" id="node16" title=" " alt="" coords="1039,1288,1113,1365"/>
|
||||
<area shape="rect" id="node19" title=" " alt="" coords="726,777,869,855"/>
|
||||
</map>
|
||||
|
@ -1 +1 @@
|
||||
00ca14f0c0495bad961d20b4e1036e2d
|
||||
1d241d41d01258fed5295b9362f4762e
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 427 KiB |
@ -106,21 +106,21 @@ Collaboration diagram for GpgFrontend::GpgKeyImportExporter:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GpgKeyImportExporter_coll__map" alt="Collaboration graph"/></div>
|
||||
<map name="aGpgFrontend_1_1GpgKeyImportExporter_coll__map" id="aGpgFrontend_1_1GpgKeyImportExporter_coll__map">
|
||||
<area shape="rect" title=" " alt="" coords="119,1847,327,2056"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,248,1453"/>
|
||||
<area shape="rect" title=" " alt="" coords="119,1861,327,2071"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,248,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="203,315,411,465"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="192,675,421,957"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="371,1171,600,1453"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="523,1516,752,1784"/>
|
||||
<area shape="rect" title=" " alt="" coords="272,1273,347,1351"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="371,1185,600,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="523,1531,752,1799"/>
|
||||
<area shape="rect" title=" " alt="" coords="272,1288,347,1365"/>
|
||||
<area shape="rect" title=" " alt="" coords="563,517,749,623"/>
|
||||
<area shape="rect" title=" " alt="" coords="731,160,888,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1219,13,1258,90"/>
|
||||
<area shape="rect" title=" " alt="" coords="1190,160,1319,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1373,160,1507,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="686,777,829,855"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="965,1273,1129,1351"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="739,981,979,1147"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="965,1288,1129,1365"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="739,981,979,1161"/>
|
||||
<area shape="rect" title=" " alt="" coords="1049,160,1135,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1147,770,1352,862"/>
|
||||
<area shape="rect" title=" " alt="" coords="1205,351,1392,429"/>
|
||||
|
@ -1,19 +1,19 @@
|
||||
<map id="GpgFrontend::GpgKeyImportExporter" name="GpgFrontend::GpgKeyImportExporter">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="119,1847,327,2056"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,248,1453"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="119,1861,327,2071"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,248,1468"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="203,315,411,465"/>
|
||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="192,675,421,957"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="371,1171,600,1453"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="523,1516,752,1784"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="272,1273,347,1351"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="371,1185,600,1468"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="523,1531,752,1799"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="272,1288,347,1365"/>
|
||||
<area shape="rect" id="node8" title=" " alt="" coords="563,517,749,623"/>
|
||||
<area shape="rect" id="node9" title=" " alt="" coords="731,160,888,237"/>
|
||||
<area shape="rect" id="node10" title=" " alt="" coords="1219,13,1258,90"/>
|
||||
<area shape="rect" id="node18" title=" " alt="" coords="1190,160,1319,237"/>
|
||||
<area shape="rect" id="node19" title=" " alt="" coords="1373,160,1507,237"/>
|
||||
<area shape="rect" id="node11" title=" " alt="" coords="686,777,829,855"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="965,1273,1129,1351"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="739,981,979,1147"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="965,1288,1129,1365"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="739,981,979,1161"/>
|
||||
<area shape="rect" id="node13" title=" " alt="" coords="1049,160,1135,237"/>
|
||||
<area shape="rect" id="node16" title=" " alt="" coords="1147,770,1352,862"/>
|
||||
<area shape="rect" id="node17" title=" " alt="" coords="1205,351,1392,429"/>
|
||||
|
@ -1 +1 @@
|
||||
21ef6ea833dff7e6cb88228447d1c32c
|
||||
50734d77c845d6c8b6983a75f5e73cef
|
Before Width: | Height: | Size: 324 KiB After Width: | Height: | Size: 323 KiB |
@ -106,21 +106,21 @@ Collaboration diagram for GpgFrontend::GpgKeyManager:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classGpgFrontend_1_1GpgKeyManager__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GpgKeyManager_coll__map" alt="Collaboration graph"/></div>
|
||||
<map name="aGpgFrontend_1_1GpgKeyManager_coll__map" id="aGpgFrontend_1_1GpgKeyManager_coll__map">
|
||||
<area shape="rect" title=" " alt="" coords="102,1847,322,1968"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,235,1453"/>
|
||||
<area shape="rect" title=" " alt="" coords="102,1861,322,1983"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,235,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="191,315,399,465"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="180,675,409,957"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1171,587,1453"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1516,739,1784"/>
|
||||
<area shape="rect" title=" " alt="" coords="259,1273,333,1351"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1185,587,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1531,739,1799"/>
|
||||
<area shape="rect" title=" " alt="" coords="259,1288,333,1365"/>
|
||||
<area shape="rect" title=" " alt="" coords="540,517,727,623"/>
|
||||
<area shape="rect" title=" " alt="" coords="729,160,887,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1206,13,1245,90"/>
|
||||
<area shape="rect" title=" " alt="" coords="1177,160,1306,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1359,160,1494,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="669,777,811,855"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1273,1115,1351"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1147"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1288,1115,1365"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1161"/>
|
||||
<area shape="rect" title=" " alt="" coords="1051,160,1138,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1132,770,1337,862"/>
|
||||
<area shape="rect" title=" " alt="" coords="1192,351,1379,429"/>
|
||||
|
@ -1,19 +1,19 @@
|
||||
<map id="GpgFrontend::GpgKeyManager" name="GpgFrontend::GpgKeyManager">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="102,1847,322,1968"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,235,1453"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="102,1861,322,1983"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,235,1468"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="191,315,399,465"/>
|
||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="180,675,409,957"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1171,587,1453"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1516,739,1784"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="259,1273,333,1351"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1185,587,1468"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1531,739,1799"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="259,1288,333,1365"/>
|
||||
<area shape="rect" id="node8" title=" " alt="" coords="540,517,727,623"/>
|
||||
<area shape="rect" id="node9" title=" " alt="" coords="729,160,887,237"/>
|
||||
<area shape="rect" id="node10" title=" " alt="" coords="1206,13,1245,90"/>
|
||||
<area shape="rect" id="node18" title=" " alt="" coords="1177,160,1306,237"/>
|
||||
<area shape="rect" id="node19" title=" " alt="" coords="1359,160,1494,237"/>
|
||||
<area shape="rect" id="node11" title=" " alt="" coords="669,777,811,855"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1273,1115,1351"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1147"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1288,1115,1365"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1161"/>
|
||||
<area shape="rect" id="node13" title=" " alt="" coords="1051,160,1138,237"/>
|
||||
<area shape="rect" id="node16" title=" " alt="" coords="1132,770,1337,862"/>
|
||||
<area shape="rect" id="node17" title=" " alt="" coords="1192,351,1379,429"/>
|
||||
|
@ -1 +1 @@
|
||||
d41404f797688a383d37f12a91040c70
|
||||
5da126807f17423e4a82fe81ebea4839
|
Before Width: | Height: | Size: 277 KiB After Width: | Height: | Size: 278 KiB |
@ -107,21 +107,21 @@ Collaboration diagram for GpgFrontend::GpgKeyOpera:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classGpgFrontend_1_1GpgKeyOpera__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GpgKeyOpera_coll__map" alt="Collaboration graph"/></div>
|
||||
<map name="aGpgFrontend_1_1GpgKeyOpera_coll__map" id="aGpgFrontend_1_1GpgKeyOpera_coll__map">
|
||||
<area shape="rect" title=" " alt="" coords="111,1847,313,2041"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,235,1453"/>
|
||||
<area shape="rect" title=" " alt="" coords="111,1861,313,2056"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,235,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="197,315,405,465"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="187,675,416,957"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1171,587,1453"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1516,739,1784"/>
|
||||
<area shape="rect" title=" " alt="" coords="259,1273,333,1351"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1185,587,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1531,739,1799"/>
|
||||
<area shape="rect" title=" " alt="" coords="259,1288,333,1365"/>
|
||||
<area shape="rect" title=" " alt="" coords="540,517,727,623"/>
|
||||
<area shape="rect" title=" " alt="" coords="729,160,887,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1206,13,1245,90"/>
|
||||
<area shape="rect" title=" " alt="" coords="1177,160,1306,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1359,160,1494,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="669,777,811,855"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1273,1115,1351"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1147"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1288,1115,1365"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1161"/>
|
||||
<area shape="rect" title=" " alt="" coords="1051,160,1138,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1132,770,1337,862"/>
|
||||
<area shape="rect" title=" " alt="" coords="1192,351,1379,429"/>
|
||||
|
@ -1,19 +1,19 @@
|
||||
<map id="GpgFrontend::GpgKeyOpera" name="GpgFrontend::GpgKeyOpera">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="111,1847,313,2041"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,235,1453"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="111,1861,313,2056"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,235,1468"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="197,315,405,465"/>
|
||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="187,675,416,957"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1171,587,1453"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1516,739,1784"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="259,1273,333,1351"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1185,587,1468"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1531,739,1799"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="259,1288,333,1365"/>
|
||||
<area shape="rect" id="node8" title=" " alt="" coords="540,517,727,623"/>
|
||||
<area shape="rect" id="node9" title=" " alt="" coords="729,160,887,237"/>
|
||||
<area shape="rect" id="node10" title=" " alt="" coords="1206,13,1245,90"/>
|
||||
<area shape="rect" id="node18" title=" " alt="" coords="1177,160,1306,237"/>
|
||||
<area shape="rect" id="node19" title=" " alt="" coords="1359,160,1494,237"/>
|
||||
<area shape="rect" id="node11" title=" " alt="" coords="669,777,811,855"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1273,1115,1351"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1147"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1288,1115,1365"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1161"/>
|
||||
<area shape="rect" id="node13" title=" " alt="" coords="1051,160,1138,237"/>
|
||||
<area shape="rect" id="node16" title=" " alt="" coords="1132,770,1337,862"/>
|
||||
<area shape="rect" id="node17" title=" " alt="" coords="1192,351,1379,429"/>
|
||||
|
@ -1 +1 @@
|
||||
8b49382e3789c44f04736620e8e31c8c
|
||||
f2725a42e8f9f4ff0a2c6a0b5a81e939
|
Before Width: | Height: | Size: 319 KiB After Width: | Height: | Size: 287 KiB |
@ -106,21 +106,21 @@ Collaboration diagram for GpgFrontend::GpgUIDOperator:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="classGpgFrontend_1_1GpgUIDOperator__coll__graph.png" border="0" usemap="#aGpgFrontend_1_1GpgUIDOperator_coll__map" alt="Collaboration graph"/></div>
|
||||
<map name="aGpgFrontend_1_1GpgUIDOperator_coll__map" id="aGpgFrontend_1_1GpgUIDOperator_coll__map">
|
||||
<area shape="rect" title=" " alt="" coords="102,1847,322,1983"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,235,1453"/>
|
||||
<area shape="rect" title=" " alt="" coords="102,1861,322,1997"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,235,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="191,315,399,465"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="180,675,409,957"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1171,587,1453"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1516,739,1784"/>
|
||||
<area shape="rect" title=" " alt="" coords="259,1273,333,1351"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1185,587,1468"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1531,739,1799"/>
|
||||
<area shape="rect" title=" " alt="" coords="259,1288,333,1365"/>
|
||||
<area shape="rect" title=" " alt="" coords="540,517,727,623"/>
|
||||
<area shape="rect" title=" " alt="" coords="729,160,887,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1206,13,1245,90"/>
|
||||
<area shape="rect" title=" " alt="" coords="1177,160,1306,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1359,160,1494,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="669,777,811,855"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1273,1115,1351"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1147"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1288,1115,1365"/>
|
||||
<area shape="rect" href="structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1161"/>
|
||||
<area shape="rect" title=" " alt="" coords="1051,160,1138,237"/>
|
||||
<area shape="rect" title=" " alt="" coords="1132,770,1337,862"/>
|
||||
<area shape="rect" title=" " alt="" coords="1192,351,1379,429"/>
|
||||
|
@ -1,19 +1,19 @@
|
||||
<map id="GpgFrontend::GpgUIDOperator" name="GpgFrontend::GpgUIDOperator">
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="102,1847,322,1983"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1171,235,1453"/>
|
||||
<area shape="rect" id="node1" title=" " alt="" coords="102,1861,322,1997"/>
|
||||
<area shape="rect" id="node2" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="5,1185,235,1468"/>
|
||||
<area shape="rect" id="node3" href="$classGpgFrontend_1_1ChannelObject.html" title="object which in channel system" alt="" coords="191,315,399,465"/>
|
||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="180,675,409,957"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1171,587,1453"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1516,739,1784"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="259,1273,333,1351"/>
|
||||
<area shape="rect" id="node7" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="357,1185,587,1468"/>
|
||||
<area shape="rect" id="node5" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="509,1531,739,1799"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="259,1288,333,1365"/>
|
||||
<area shape="rect" id="node8" title=" " alt="" coords="540,517,727,623"/>
|
||||
<area shape="rect" id="node9" title=" " alt="" coords="729,160,887,237"/>
|
||||
<area shape="rect" id="node10" title=" " alt="" coords="1206,13,1245,90"/>
|
||||
<area shape="rect" id="node18" title=" " alt="" coords="1177,160,1306,237"/>
|
||||
<area shape="rect" id="node19" title=" " alt="" coords="1359,160,1494,237"/>
|
||||
<area shape="rect" id="node11" title=" " alt="" coords="669,777,811,855"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1273,1115,1351"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1147"/>
|
||||
<area shape="rect" id="node15" href="$classGpgFrontend_1_1GpgInfo.html" title="Use to record some info about gnupg." alt="" coords="951,1288,1115,1365"/>
|
||||
<area shape="rect" id="node12" href="$structGpgFrontend_1_1GpgContextInitArgs.html" title=" " alt="" coords="725,981,965,1161"/>
|
||||
<area shape="rect" id="node13" title=" " alt="" coords="1051,160,1138,237"/>
|
||||
<area shape="rect" id="node16" title=" " alt="" coords="1132,770,1337,862"/>
|
||||
<area shape="rect" id="node17" title=" " alt="" coords="1192,351,1379,429"/>
|
||||
|
@ -1 +1 @@
|
||||
75cf14670f465531d6d8848525d97fdc
|
||||
7374468b58fa8d0e4ddd3fde0c96a68b
|
Before Width: | Height: | Size: 277 KiB After Width: | Height: | Size: 310 KiB |
@ -114,20 +114,20 @@ Inheritance diagram for GpgFrontend::SingletonFunctionObject< T >:</div>
|
||||
<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="3352,551,3581,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_1GpgUIDOperator.html" title=" " alt="" coords="10,1022,230,1158"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="263,1029,483,1151"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="545,1037,708,1143"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="783,985,991,1195"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="1022,1037,1285,1143"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="1312,993,1515,1187"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="1566,1000,1767,1180"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="1818,971,2022,1209"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2058,985,2289,1195"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2329,993,2537,1187"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="2569,883,2793,1297"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="2817,978,3060,1202"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="3084,1037,3335,1143"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="3359,927,3588,1253"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="10,1029,230,1165"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="263,1037,483,1158"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="545,1044,708,1151"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="783,993,991,1202"/>
|
||||
<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_1GpgKeyOpera.html" title=" " alt="" coords="1312,1000,1515,1195"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="1566,1007,1767,1187"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="1818,978,2022,1217"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2058,993,2289,1202"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2329,1000,2537,1195"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="2569,883,2793,1312"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="2817,985,3060,1209"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="3084,1044,3335,1151"/>
|
||||
<area shape="rect" href="classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="3359,934,3588,1261"/>
|
||||
</map>
|
||||
</div>
|
||||
<div class="dynheader">
|
||||
|
@ -15,18 +15,18 @@
|
||||
<area shape="rect" id="node27" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3089,551,3321,833"/>
|
||||
<area shape="rect" id="node29" href="$classGpgFrontend_1_1SingletonFunctionObject.html" title=" " alt="" coords="3352,551,3581,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="node4" href="$classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="10,1022,230,1158"/>
|
||||
<area shape="rect" id="node6" href="$classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="263,1029,483,1151"/>
|
||||
<area shape="rect" id="node8" href="$classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="545,1037,708,1143"/>
|
||||
<area shape="rect" id="node10" href="$classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="783,985,991,1195"/>
|
||||
<area shape="rect" id="node12" href="$classGpgFrontend_1_1GpgCommandExecutor.html" title="Extra commands related to GPG." alt="" coords="1022,1037,1285,1143"/>
|
||||
<area shape="rect" id="node14" href="$classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="1312,993,1515,1187"/>
|
||||
<area shape="rect" id="node16" href="$classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="1566,1000,1767,1180"/>
|
||||
<area shape="rect" id="node18" href="$classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="1818,971,2022,1209"/>
|
||||
<area shape="rect" id="node20" href="$classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2058,985,2289,1195"/>
|
||||
<area shape="rect" id="node22" href="$classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2329,993,2537,1187"/>
|
||||
<area shape="rect" id="node24" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="2569,883,2793,1297"/>
|
||||
<area shape="rect" id="node26" href="$classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="2817,978,3060,1202"/>
|
||||
<area shape="rect" id="node28" href="$classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="3084,1037,3335,1143"/>
|
||||
<area shape="rect" id="node30" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="3359,927,3588,1253"/>
|
||||
<area shape="rect" id="node4" href="$classGpgFrontend_1_1GpgUIDOperator.html" title=" " alt="" coords="10,1029,230,1165"/>
|
||||
<area shape="rect" id="node6" href="$classGpgFrontend_1_1GpgKeyManager.html" title=" " alt="" coords="263,1037,483,1158"/>
|
||||
<area shape="rect" id="node8" href="$classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html" title=" " alt="" coords="545,1044,708,1151"/>
|
||||
<area shape="rect" id="node10" href="$classGpgFrontend_1_1GpgKeyImportExporter.html" title=" " alt="" coords="783,993,991,1202"/>
|
||||
<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="node14" href="$classGpgFrontend_1_1GpgKeyOpera.html" title=" " alt="" coords="1312,1000,1515,1195"/>
|
||||
<area shape="rect" id="node16" href="$classGpgFrontend_1_1GpgFileOpera.html" title=" " alt="" coords="1566,1007,1767,1187"/>
|
||||
<area shape="rect" id="node18" href="$classGpgFrontend_1_1GpgKeyGetter.html" title=" " alt="" coords="1818,978,2022,1217"/>
|
||||
<area shape="rect" id="node20" href="$classGpgFrontend_1_1GpgBasicOperator.html" title="Basic operation collection." alt="" coords="2058,993,2289,1202"/>
|
||||
<area shape="rect" id="node22" href="$classGpgFrontend_1_1GpgAdvancedOperator.html" title=" " alt="" coords="2329,1000,2537,1195"/>
|
||||
<area shape="rect" id="node24" href="$classGpgFrontend_1_1GlobalSettingStation.html" title=" " alt="" coords="2569,883,2793,1312"/>
|
||||
<area shape="rect" id="node26" href="$classGpgFrontend_1_1DataObjectOperator.html" title=" " alt="" coords="2817,985,3060,1209"/>
|
||||
<area shape="rect" id="node28" href="$classGpgFrontend_1_1PassphraseGenerator.html" title="The PassphraseGenerator class." alt="" coords="3084,1044,3335,1151"/>
|
||||
<area shape="rect" id="node30" href="$classGpgFrontend_1_1GpgContext.html" title=" " alt="" coords="3359,934,3588,1261"/>
|
||||
</map>
|
||||
|
@ -1 +1 @@
|
||||
6c391e1a48251d8a7f666d10a3e8df58
|
||||
b9d6e38f18e1d3269119c57a19a3f079
|
Before Width: | Height: | Size: 348 KiB After Width: | Height: | Size: 318 KiB |
@ -443,7 +443,7 @@ static std::unique_ptr< <a class="el" href="classGpgFrontend_1_1UI_1_1CommonU
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e">GpgFrontend::UI::SettingsObject::Check()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GpgKeyImportExporter >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings()</a>, and <a class="el" href="classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d">GpgFrontend::GpgKeyImportExporter::ImportKey()</a>.</p>
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e">GpgFrontend::UI::SettingsObject::Check()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GpgKeyImportExporter >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d8b9f91c75ef7a1d008a171f09f2c0e">GpgFrontend::GlobalSettingStation::GetUISettings()</a>, and <a class="el" href="classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d">GpgFrontend::GpgKeyImportExporter::ImportKey()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -215,7 +215,7 @@ void </td><td class="memItemRight" valign="bottom"><b>movePosition2CenterOf
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419">GpgFrontend::UI::SignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c">SignalRestartNeeded()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83">slot_set_restart_needed()</a>.</p>
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419">GpgFrontend::UI::SignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d8b9f91c75ef7a1d008a171f09f2c0e">GpgFrontend::GlobalSettingStation::GetUISettings()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c">SignalRestartNeeded()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83">slot_set_restart_needed()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -279,7 +279,7 @@ void </td><td class="memItemRight" valign="bottom"><b>movePosition2CenterOf
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52">button_box_</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419">GpgFrontend::UI::SignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, and <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings()</a>.</p>
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52">button_box_</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419">GpgFrontend::UI::SignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, and <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2">GpgFrontend::GlobalSettingStation::LookupSettings()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -493,7 +493,7 @@ false </dd></dl>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153">import_keys()</a>, and <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d">GpgFrontend::GlobalSettingStation::SyncSettings()</a>.</p>
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d8b9f91c75ef7a1d008a171f09f2c0e">GpgFrontend::GlobalSettingStation::GetUISettings()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153">import_keys()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2">GpgFrontend::GlobalSettingStation::LookupSettings()</a>, and <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d">GpgFrontend::GlobalSettingStation::SyncSettings()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -314,7 +314,7 @@ Qt::ToolButtonStyle </td><td class="memItemRight" valign="bottom"><b>icon_s
|
||||
</dd>
|
||||
</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_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings()</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#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>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -202,7 +202,7 @@ QMenu * </td><td class="memItemRight" valign="bottom"><b>secret_key_export_
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f">CreateOperaMenu()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741">GpgFrontend::GpgKey::IsHasMasterKey()</a>, and <a class="el" href="classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d">GpgFrontend::GpgKey::IsPrivateKey()</a>.</p>
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f">CreateOperaMenu()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d8b9f91c75ef7a1d008a171f09f2c0e">GpgFrontend::GlobalSettingStation::GetUISettings()</a>, <a class="el" href="classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741">GpgFrontend::GpgKey::IsHasMasterKey()</a>, and <a class="el" href="classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d">GpgFrontend::GpgKey::IsPrivateKey()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -263,7 +263,7 @@ void </td><td class="memItemRight" valign="bottom"><b>movePosition2CenterOf
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513">create_comboBox()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c">create_keys_table()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419">GpgFrontend::UI::SignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06">slot_import()</a>.</p>
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513">create_comboBox()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c">create_keys_table()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419">GpgFrontend::UI::SignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2">GpgFrontend::GlobalSettingStation::LookupSettings()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06">slot_import()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -277,7 +277,7 @@ void </td><td class="memItemRight" valign="bottom"><b>movePosition2CenterOf
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2">button_box_</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593">create_basic_info_group_box()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d">create_key_usage_group_box()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683">error_label_</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419">GpgFrontend::UI::SignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535">refresh_widgets_state()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f">set_signal_slot()</a>.</p>
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2">button_box_</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593">create_basic_info_group_box()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d">create_key_usage_group_box()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683">error_label_</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419">GpgFrontend::UI::SignalStation::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2">GpgFrontend::GlobalSettingStation::LookupSettings()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535">refresh_widgets_state()</a>, and <a class="el" href="classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f">set_signal_slot()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -182,7 +182,7 @@ std::string </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1">create_key_info_grid()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675">fpr_</a>, <a class="el" href="classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be">GpgFrontend::GpgSignature::GetFingerprint()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GpgSignature.html#a859b4a3788c8490937f954d92686f490">GpgFrontend::GpgSignature::GetStatus()</a>, and <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings()</a>.</p>
|
||||
<p class="reference">References <a class="el" href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1">create_key_info_grid()</a>, <a class="el" href="classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675">fpr_</a>, <a class="el" href="classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be">GpgFrontend::GpgSignature::GetFingerprint()</a>, <a class="el" href="classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36">GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance()</a>, <a class="el" href="classGpgFrontend_1_1GpgSignature.html#a859b4a3788c8490937f954d92686f490">GpgFrontend::GpgSignature::GetStatus()</a>, and <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2">GpgFrontend::GlobalSettingStation::LookupSettings()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -170,7 +170,7 @@ void </td><td class="memItemRight" valign="bottom"><b>slot_wizard_accepted<
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<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_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation::GetUISettings()</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_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2">GpgFrontend::GlobalSettingStation::LookupSettings()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -419,7 +419,7 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
|
||||
: <a class="el" href="classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99">GpgFrontend::GpgKey</a>
|
||||
</li>
|
||||
<li>GetUISettings()
|
||||
: <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation</a>
|
||||
: <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d8b9f91c75ef7a1d008a171f09f2c0e">GpgFrontend::GlobalSettingStation</a>
|
||||
</li>
|
||||
<li>GetUserid()
|
||||
: <a class="el" href="classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1">GpgFrontend::GenKeyInfo</a>
|
||||
|
@ -97,6 +97,9 @@ $(document).ready(function(){initNavTree('functions_func_l.html',''); initResiza
|
||||
<li>localized_help()
|
||||
: <a class="el" href="classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f">GpgFrontend::UI::HelpPage</a>
|
||||
</li>
|
||||
<li>LookupSettings()
|
||||
: <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2">GpgFrontend::GlobalSettingStation</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
@ -419,7 +419,7 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
|
||||
: <a class="el" href="classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99">GpgFrontend::GpgKey</a>
|
||||
</li>
|
||||
<li>GetUISettings()
|
||||
: <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b">GpgFrontend::GlobalSettingStation</a>
|
||||
: <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a1d8b9f91c75ef7a1d008a171f09f2c0e">GpgFrontend::GlobalSettingStation</a>
|
||||
</li>
|
||||
<li>GetUserid()
|
||||
: <a class="el" href="classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1">GpgFrontend::GenKeyInfo</a>
|
||||
|
@ -100,6 +100,9 @@ $(document).ready(function(){initNavTree('functions_l.html',''); initResizable()
|
||||
<li>localized_help()
|
||||
: <a class="el" href="classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f">GpgFrontend::UI::HelpPage</a>
|
||||
</li>
|
||||
<li>LookupSettings()
|
||||
: <a class="el" href="classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2">GpgFrontend::GlobalSettingStation</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
|
@ -53,13 +53,13 @@ var NAVTREE =
|
||||
var NAVTREEINDEX =
|
||||
[
|
||||
"AboutDialog_8h_source.html",
|
||||
"classGpgFrontend_1_1GpgAdvancedOperator.html#a209f6d1d664ab672437198dc10ed8226",
|
||||
"classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402",
|
||||
"classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f",
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d",
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8",
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e",
|
||||
"structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html"
|
||||
"classGpgFrontend_1_1GpgAdvancedOperator.html#a07c32ba25cf6153fbc8ee585c4ba377c",
|
||||
"classGpgFrontend_1_1GpgSignature.html#a1c4fbd2d10a769c1ed0b644f06e4f871",
|
||||
"classGpgFrontend_1_1UI_1_1FilePage.html#a00cd511308dceeda07d078a9e4ed0164",
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7",
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b",
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109",
|
||||
"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html"
|
||||
];
|
||||
|
||||
var SYNCONMSG = 'click to disable panel synchronisation';
|
||||
|
@ -225,29 +225,29 @@ var NAVTREEINDEX0 =
|
||||
"classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4":[2,0,0,37,44],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html":[2,0,0,10],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565":[2,0,0,10,6],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b":[2,0,0,10,11],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c":[2,0,0,10,21],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388":[2,0,0,10,20],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c":[2,0,0,10,22],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a1d8b9f91c75ef7a1d008a171f09f2c0e":[2,0,0,10,11],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388":[2,0,0,10,21],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a1e1993b72d0ad09d247b643b4447e57c":[2,0,0,10,12],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb":[2,0,0,10,17],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb":[2,0,0,10,18],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789":[2,0,0,10,5],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a":[2,0,0,10,14],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6":[2,0,0,10,16],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7":[2,0,0,10,18],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a":[2,0,0,10,15],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6":[2,0,0,10,17],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7":[2,0,0,10,19],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a657a17d85d06a3455a2d3ed0782f76a2":[2,0,0,10,3],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac":[2,0,0,10,19],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac":[2,0,0,10,20],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a73d553587447165c5c7b7a9704771963":[2,0,0,10,2],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23":[2,0,0,10,7],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#a819b3f4ea553fc1e839ef0ae230f0ea2":[2,0,0,10,13],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00":[2,0,0,10,10],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb":[2,0,0,10,22],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb":[2,0,0,10,23],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0":[2,0,0,10,0],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d":[2,0,0,10,13],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a":[2,0,0,10,15],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d":[2,0,0,10,14],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a":[2,0,0,10,16],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3":[2,0,0,10,4],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332":[2,0,0,10,9],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451":[2,0,0,10,1],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830":[2,0,0,10,23],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830":[2,0,0,10,24],
|
||||
"classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0":[2,0,0,10,8],
|
||||
"classGpgFrontend_1_1GpgAdvancedOperator.html":[2,0,0,11],
|
||||
"classGpgFrontend_1_1GpgAdvancedOperator.html#a07c32ba25cf6153fbc8ee585c4ba377c":[2,0,0,11,6]
|
||||
"classGpgFrontend_1_1GpgAdvancedOperator.html":[2,0,0,11]
|
||||
};
|
||||
|
@ -1,5 +1,6 @@
|
||||
var NAVTREEINDEX1 =
|
||||
{
|
||||
"classGpgFrontend_1_1GpgAdvancedOperator.html#a07c32ba25cf6153fbc8ee585c4ba377c":[2,0,0,11,6],
|
||||
"classGpgFrontend_1_1GpgAdvancedOperator.html#a209f6d1d664ab672437198dc10ed8226":[2,0,0,11,3],
|
||||
"classGpgFrontend_1_1GpgAdvancedOperator.html#a387ad457bb729f340f680d0b743733ad":[2,0,0,11,8],
|
||||
"classGpgFrontend_1_1GpgAdvancedOperator.html#a46085a11235894deccd312fc259d5078":[2,0,0,11,5],
|
||||
@ -248,6 +249,5 @@ var NAVTREEINDEX1 =
|
||||
"classGpgFrontend_1_1GpgSignature.html#a0796249b259af85c30873f5c41a01101":[2,0,0,42,7],
|
||||
"classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad":[2,0,0,42,13],
|
||||
"classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986":[2,0,0,42,14],
|
||||
"classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7":[2,0,0,42,5],
|
||||
"classGpgFrontend_1_1GpgSignature.html#a1c4fbd2d10a769c1ed0b644f06e4f871":[2,0,0,42,16]
|
||||
"classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7":[2,0,0,42,5]
|
||||
};
|
||||
|
@ -1,5 +1,6 @@
|
||||
var NAVTREEINDEX2 =
|
||||
{
|
||||
"classGpgFrontend_1_1GpgSignature.html#a1c4fbd2d10a769c1ed0b644f06e4f871":[2,0,0,42,16],
|
||||
"classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402":[2,0,0,42,6],
|
||||
"classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f":[2,0,0,42,12],
|
||||
"classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a":[2,0,0,42,2],
|
||||
@ -248,6 +249,5 @@ var NAVTREEINDEX2 =
|
||||
"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a3ae9ff221ddfeeee8bec5c218c8061ef":[2,0,0,1,9,1],
|
||||
"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8":[2,0,0,1,9,0],
|
||||
"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7f9160202394557df01edf3f82f50a55":[2,0,0,1,9,2],
|
||||
"classGpgFrontend_1_1UI_1_1FilePage.html":[2,0,0,1,50],
|
||||
"classGpgFrontend_1_1UI_1_1FilePage.html#a00cd511308dceeda07d078a9e4ed0164":[2,0,0,1,50,13]
|
||||
"classGpgFrontend_1_1UI_1_1FilePage.html":[2,0,0,1,50]
|
||||
};
|
||||
|
@ -1,5 +1,6 @@
|
||||
var NAVTREEINDEX3 =
|
||||
{
|
||||
"classGpgFrontend_1_1UI_1_1FilePage.html#a00cd511308dceeda07d078a9e4ed0164":[2,0,0,1,50,13],
|
||||
"classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f":[2,0,0,1,50,8],
|
||||
"classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f":[2,0,0,1,50,6],
|
||||
"classGpgFrontend_1_1UI_1_1FilePage.html#a379abfff5c0e3935b478aee938528ba1":[2,0,0,1,50,22],
|
||||
@ -248,6 +249,5 @@ var NAVTREEINDEX3 =
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be":[2,0,0,1,39,17],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac6b43abecc2477164e4947759fc97237":[2,0,0,1,39,23],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2":[2,0,0,1,39,8],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[2,0,0,1,39,29],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7":[2,0,0,1,39,30]
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[2,0,0,1,39,29]
|
||||
};
|
||||
|
@ -1,5 +1,6 @@
|
||||
var NAVTREEINDEX4 =
|
||||
{
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7":[2,0,0,1,39,30],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d":[2,0,0,1,39,32],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#adff3b71d088f4a13ef3d032b3c0ecebc":[2,0,0,1,39,34],
|
||||
"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ae41fbcbbf621133fb7655e566f36768b":[2,0,0,1,39,31],
|
||||
@ -248,6 +249,5 @@ var NAVTREEINDEX4 =
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[2,0,0,1,40,114],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a23c517e1b4c63d03e0413bf3772ffb92":[2,0,0,1,40,17],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,0,1,40,80],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,0,1,40,30],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,0,1,40,106]
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,0,1,40,30]
|
||||
};
|
||||
|
@ -1,5 +1,6 @@
|
||||
var NAVTREEINDEX5 =
|
||||
{
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,0,1,40,106],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[2,0,0,1,40,51],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30":[2,0,0,1,40,46],
|
||||
"classGpgFrontend_1_1UI_1_1MainWindow.html#a261fb867b194d5b16ad15ed2ff6c60ec":[2,0,0,1,40,19],
|
||||
@ -248,6 +249,5 @@ var NAVTREEINDEX5 =
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39":[2,0,0,1,60,36],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[2,0,0,1,60,4],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[2,0,0,1,60,10],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,0,1,60,21],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109":[2,0,0,1,60,1]
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,0,1,60,21]
|
||||
};
|
||||
|
@ -1,5 +1,6 @@
|
||||
var NAVTREEINDEX6 =
|
||||
{
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109":[2,0,0,1,60,1],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e":[2,0,0,1,60,28],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#ac9e2fb3d6ebb721f03416aa2da5e1fd1":[2,0,0,1,60,32],
|
||||
"classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0":[2,0,0,1,60,25],
|
||||
@ -239,6 +240,7 @@ var NAVTREEINDEX6 =
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#a0ab27875287142f6c72bb7cc7e7bc271":[2,0,0,31,0],
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#a12e9e2e6ad393864a4b2d85727350edc":[2,0,0,31,2],
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#a25ca282a0a82ed7aa4cb677a86f53eef":[2,0,0,31,10],
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#a2b09f18f4f10ca44370ed204d19de122":[2,0,0,31,11],
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#a33cd883333581952ae49784ae86edae7":[2,0,0,31,9],
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#a646fd830375ccf3b69ea64ede0c76f52":[2,0,0,31,1],
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#a825d8c5daced5eb06be1a949ae0eadfd":[2,0,0,31,7],
|
||||
@ -247,7 +249,5 @@ var NAVTREEINDEX6 =
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#aa850fc1db1cc8f3daae78a0fcefb2fdb":[2,0,0,31,5],
|
||||
"structGpgFrontend_1_1GpgContextInitArgs.html#ac2679300c14d3f0ce29625a267054e6b":[2,0,0,31,8],
|
||||
"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html":[2,0,0,32,0],
|
||||
"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html#a1975ed97838072cf98bd80eef72fd3a8":[2,0,0,32,0,0],
|
||||
"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html":[2,0,0,39,0],
|
||||
"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html#a1dec67f70f17e45e7f78a92414d05485":[2,0,0,39,0,0]
|
||||
"structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html#a1975ed97838072cf98bd80eef72fd3a8":[2,0,0,32,0,0]
|
||||
};
|
||||
|
@ -1,5 +1,7 @@
|
||||
var NAVTREEINDEX7 =
|
||||
{
|
||||
"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html":[2,0,0,39,0],
|
||||
"structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html#a1dec67f70f17e45e7f78a92414d05485":[2,0,0,39,0,0],
|
||||
"structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html":[2,0,0,40,0],
|
||||
"structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html#a9427ebabbbae929fe1489a2e8534c752":[2,0,0,40,0,0],
|
||||
"structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html":[2,0,0,0,1,0,0],
|
||||
|
@ -1,6 +1,6 @@
|
||||
var searchData=
|
||||
[
|
||||
['quit_5fact_5f_470',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['quitdialog_471',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI::QuitDialog'],['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog::QuitDialog()']]],
|
||||
['quote_5fact_5f_472',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]]
|
||||
['quit_5fact_5f_471',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['quitdialog_472',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI::QuitDialog'],['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog::QuitDialog()']]],
|
||||
['quote_5fact_5f_473',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]]
|
||||
];
|
||||
|
@ -1,25 +1,25 @@
|
||||
var searchData=
|
||||
[
|
||||
['rd_5f_473',['rd_',['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()'],['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()']]],
|
||||
['read2buffer_474',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]],
|
||||
['read_5fall_5fdata_5fin_5ffile_475',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]],
|
||||
['readdone_476',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['readfile_477',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]],
|
||||
['readfilestd_478',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]],
|
||||
['redo_5fact_5f_479',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['refresh_480',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]],
|
||||
['refresh_5finfo_5fboard_481',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]],
|
||||
['refresh_5fkeys_5ffrom_5fkey_5fserver_482',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['refresh_5fwidgets_5fstate_483',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]],
|
||||
['releasechannel_484',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]],
|
||||
['reloadgpgcomponents_485',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a6876b6ee63ff7147c274e4f9538d29ce',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['resetconfigures_486',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a209f6d1d664ab672437198dc10ed8226',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['resetoptionactionsmenu_487',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]],
|
||||
['resettempcachevalue_488',['ResetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#ae2df4542d0d7d15a542f9c664f1f295f',1,'GpgFrontend::CoreCommonUtil']]],
|
||||
['restartgpgcomponents_489',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a5801bf4ea7391cbcc60efd2513d41041',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['restore_5fsettings_490',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['revsign_491',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]],
|
||||
['revuid_492',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]],
|
||||
['run_493',['Run',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()']]],
|
||||
['rungpgfrontendui_494',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]]
|
||||
['rd_5f_474',['rd_',['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()'],['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()']]],
|
||||
['read2buffer_475',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]],
|
||||
['read_5fall_5fdata_5fin_5ffile_476',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]],
|
||||
['readdone_477',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['readfile_478',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]],
|
||||
['readfilestd_479',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]],
|
||||
['redo_5fact_5f_480',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['refresh_481',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]],
|
||||
['refresh_5finfo_5fboard_482',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]],
|
||||
['refresh_5fkeys_5ffrom_5fkey_5fserver_483',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['refresh_5fwidgets_5fstate_484',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]],
|
||||
['releasechannel_485',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]],
|
||||
['reloadgpgcomponents_486',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a6876b6ee63ff7147c274e4f9538d29ce',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['resetconfigures_487',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a209f6d1d664ab672437198dc10ed8226',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['resetoptionactionsmenu_488',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]],
|
||||
['resettempcachevalue_489',['ResetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#ae2df4542d0d7d15a542f9c664f1f295f',1,'GpgFrontend::CoreCommonUtil']]],
|
||||
['restartgpgcomponents_490',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a5801bf4ea7391cbcc60efd2513d41041',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['restore_5fsettings_491',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['revsign_492',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]],
|
||||
['revuid_493',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]],
|
||||
['run_494',['Run',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()']]],
|
||||
['rungpgfrontendui_495',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]]
|
||||
];
|
||||
|
@ -1,197 +1,197 @@
|
||||
var searchData=
|
||||
[
|
||||
['save_5fact_5f_495',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['save_5fas_5fact_5f_496',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['save_5ffile_497',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['save_5fsettings_498',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['savecache_499',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe',1,'GpgFrontend::CacheManager']]],
|
||||
['select_5fall_5fact_5f_500',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['sequency_5f_501',['sequency_',['../classGpgFrontend_1_1Thread_1_1Task.html#a71ed097a2c4b4b735fd385dfe87e6f57',1,'GpgFrontend::Thread::Task']]],
|
||||
['set_5fbackground_502',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]],
|
||||
['set_5floading_503',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]],
|
||||
['set_5fmessage_504',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
|
||||
['set_5fsignal_5fslot_505',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()']]],
|
||||
['set_5fstatus_506',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]],
|
||||
['setalgo_507',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#adcd9c4f3e75f989810988e0bc81d401f',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setallowauthentication_508',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setallowcertification_509',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setallowencryption_510',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setallowsigning_511',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setchannel_512',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]],
|
||||
['setchecked_513',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)']]],
|
||||
['setcolumnwidth_514',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]],
|
||||
['setcomment_515',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setcryptomenustatus_516',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['setdoubleclickedaction_517',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]],
|
||||
['setemail_518',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setexpire_519',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]],
|
||||
['setexpiretime_520',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setfilepath_521',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['setfinishafterrun_522',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]],
|
||||
['setinfoboard_523',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]],
|
||||
['setissubkey_524',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setkeylength_525',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setname_526',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setnonexpired_527',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setnonpassphrase_528',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setobjectinchannel_529',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]],
|
||||
['setpassphrase_530',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setpassphrasecb_531',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]],
|
||||
['setprimaryuid_532',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]],
|
||||
['setrtn_533',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]],
|
||||
['setsettings_534',['SetSettings',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()']]],
|
||||
['setsigners_535',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]],
|
||||
['settempcachevalue_536',['SetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#abe5fa8731b0b672613505d59a576a3d7',1,'GpgFrontend::CoreCommonUtil']]],
|
||||
['settingsdialog_537',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI::SettingsDialog'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog::SettingsDialog()']]],
|
||||
['settingsobject_538',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI::SettingsObject'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302',1,'GpgFrontend::UI::SettingsObject::SettingsObject(std::string settings_name)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d',1,'GpgFrontend::UI::SettingsObject::SettingsObject(nlohmann::json _sub_json, bool)']]],
|
||||
['show_5fkey_5fdetails_5fact_5f_539',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['show_5fverify_5fdetails_540',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]],
|
||||
['showevent_541',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]],
|
||||
['shownotificationwidget_542',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['sign_543',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]],
|
||||
['sign_5fact_5f_544',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['sign_5fmarked_5f_545',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['signaldeeprestartneeded_546',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b',1,'GpgFrontend::UI::GeneralTab']]],
|
||||
['signalkeydatabaserefreshdone_547',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['signalkeyserverimportresult_548',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f',1,'GpgFrontend::UI::KeyServerImportTask']]],
|
||||
['signalkeyserverlisttestresult_549',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
|
||||
['signalkeyserversearchresult_550',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]],
|
||||
['signalopenhelp_551',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]],
|
||||
['signalpathchanged_552',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]],
|
||||
['signalproxyconnectiontestresult_553',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873',1,'GpgFrontend::UI::ProxyConnectionTestTask']]],
|
||||
['signalrefreshinfoboard_554',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]],
|
||||
['signalrefreshstatusbar_555',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3',1,'GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]],
|
||||
['signalreplyfromupdateserver_556',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]],
|
||||
['signalrestartneeded_557',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c',1,'GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()']]],
|
||||
['save_5fact_5f_496',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['save_5fas_5fact_5f_497',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['save_5ffile_498',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['save_5fsettings_499',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['savecache_500',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#a3cbc3238638dcd8b4722bfdf560c73fe',1,'GpgFrontend::CacheManager']]],
|
||||
['select_5fall_5fact_5f_501',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['sequency_5f_502',['sequency_',['../classGpgFrontend_1_1Thread_1_1Task.html#a71ed097a2c4b4b735fd385dfe87e6f57',1,'GpgFrontend::Thread::Task']]],
|
||||
['set_5fbackground_503',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]],
|
||||
['set_5floading_504',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]],
|
||||
['set_5fmessage_505',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
|
||||
['set_5fsignal_5fslot_506',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()']]],
|
||||
['set_5fstatus_507',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]],
|
||||
['setalgo_508',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#adcd9c4f3e75f989810988e0bc81d401f',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setallowauthentication_509',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setallowcertification_510',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setallowencryption_511',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setallowsigning_512',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setchannel_513',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]],
|
||||
['setchecked_514',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)']]],
|
||||
['setcolumnwidth_515',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]],
|
||||
['setcomment_516',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setcryptomenustatus_517',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['setdoubleclickedaction_518',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]],
|
||||
['setemail_519',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setexpire_520',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]],
|
||||
['setexpiretime_521',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setfilepath_522',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['setfinishafterrun_523',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]],
|
||||
['setinfoboard_524',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]],
|
||||
['setissubkey_525',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setkeylength_526',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setname_527',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setnonexpired_528',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setnonpassphrase_529',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setobjectinchannel_530',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]],
|
||||
['setpassphrase_531',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]],
|
||||
['setpassphrasecb_532',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]],
|
||||
['setprimaryuid_533',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]],
|
||||
['setrtn_534',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]],
|
||||
['setsettings_535',['SetSettings',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()']]],
|
||||
['setsigners_536',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]],
|
||||
['settempcachevalue_537',['SetTempCacheValue',['../classGpgFrontend_1_1CoreCommonUtil.html#abe5fa8731b0b672613505d59a576a3d7',1,'GpgFrontend::CoreCommonUtil']]],
|
||||
['settingsdialog_538',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI::SettingsDialog'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog::SettingsDialog()']]],
|
||||
['settingsobject_539',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI::SettingsObject'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302',1,'GpgFrontend::UI::SettingsObject::SettingsObject(std::string settings_name)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d',1,'GpgFrontend::UI::SettingsObject::SettingsObject(nlohmann::json _sub_json, bool)']]],
|
||||
['show_5fkey_5fdetails_5fact_5f_540',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['show_5fverify_5fdetails_541',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]],
|
||||
['showevent_542',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]],
|
||||
['shownotificationwidget_543',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['sign_544',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]],
|
||||
['sign_5fact_5f_545',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['sign_5fmarked_5f_546',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['signaldeeprestartneeded_547',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b',1,'GpgFrontend::UI::GeneralTab']]],
|
||||
['signalkeydatabaserefreshdone_548',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['signalkeyserverimportresult_549',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f',1,'GpgFrontend::UI::KeyServerImportTask']]],
|
||||
['signalkeyserverlisttestresult_550',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
|
||||
['signalkeyserversearchresult_551',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]],
|
||||
['signalopenhelp_552',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]],
|
||||
['signalpathchanged_553',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]],
|
||||
['signalproxyconnectiontestresult_554',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873',1,'GpgFrontend::UI::ProxyConnectionTestTask']]],
|
||||
['signalrefreshinfoboard_555',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]],
|
||||
['signalrefreshstatusbar_556',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3',1,'GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]],
|
||||
['signalreplyfromupdateserver_557',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]],
|
||||
['signalrestartneeded_558',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab']]],
|
||||
['signalstation_559',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]],
|
||||
['signaltaskend_560',['SignalTaskEnd',['../classGpgFrontend_1_1Thread_1_1Task.html#abbbb68bcac48b6c31d6fe8ee1572f151',1,'GpgFrontend::Thread::Task']]],
|
||||
['signaltaskrunnableend_561',['SignalTaskRunnableEnd',['../classGpgFrontend_1_1Thread_1_1Task.html#a125b7e71f21dadf10618e30ee0386b12',1,'GpgFrontend::Thread::Task']]],
|
||||
['signaluibytesdisplayed_562',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['signalupgradeversion_563',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]],
|
||||
['signaturedetailsdialog_564',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]],
|
||||
['signerspicker_565',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]],
|
||||
['signfile_566',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]],
|
||||
['signkey_567',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]],
|
||||
['singletonfunctionobject_568',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend::SingletonFunctionObject< T >'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete']]],
|
||||
['singletonfunctionobject_3c_20dataobjectoperator_20_3e_569',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20globalsettingstation_20_3e_570',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgadvancedoperator_20_3e_571',['SingletonFunctionObject< GpgAdvancedOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_572',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_573',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgcontext_20_3e_574',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgfileopera_20_3e_575',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgkeygetter_20_3e_576',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_577',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgkeymanager_20_3e_578',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgkeyopera_20_3e_579',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpguidoperator_20_3e_580',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20passphrasegenerator_20_3e_581',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20taskrunnergetter_20_3e_582',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonstorage_583',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]],
|
||||
['singletonstoragecollection_584',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]],
|
||||
['slot_5factivated_5fkey_5ftype_585',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()']]],
|
||||
['slot_5fadd_5fpgp_5fheader_586',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fadd_5fuid_5fresult_587',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]],
|
||||
['slot_5fappend_5fselected_5fkeys_588',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fauthentication_5fbox_5fchanged_589',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed(int state)']]],
|
||||
['slot_5fcertification_5fbox_5fchanged_590',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()']]],
|
||||
['slot_5fclean_5fdouble_5fline_5fbreaks_591',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fcompress_5ffiles_592',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]],
|
||||
['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_593',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fcopy_5ffingerprint_594',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]],
|
||||
['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_595',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_596',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fcreate_5fnew_5fuid_597',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
|
||||
['slot_5fcut_5fpgp_5fheader_598',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fdecrypt_599',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fdecrypt_5fverify_600',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fdisable_5ftab_5factions_601',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fdouble_5fclicked_602',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]],
|
||||
['slot_5fencrypt_603',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fencrypt_5fsign_604',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fencryption_5fbox_5fchanged_605',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()']]],
|
||||
['slot_5fexpire_5fbox_5fchanged_606',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()']]],
|
||||
['slot_5fexport_5fprivate_5fkey_607',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]],
|
||||
['slot_5ffile_5ftree_5fview_5fitem_5fclicked_608',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]],
|
||||
['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_609',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]],
|
||||
['slot_5ffind_610',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fformat_5fgpg_5fheader_611',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['slot_5fimport_612',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]],
|
||||
['slot_5fimport_5ffinished_613',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
|
||||
['slot_5fimport_5fkey_5ffrom_5fedit_614',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5finsert_5ftext_615',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['slot_5fjump_5fpage_616',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]],
|
||||
['slot_5fkey_5fgen_5faccept_617',['slot_key_gen_accept',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514',1,'GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept()']]],
|
||||
['slot_5fnon_5fexpired_5fchecked_618',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]],
|
||||
['slot_5fopen_5ffile_5ftab_619',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fopen_5fkey_5fmanagement_620',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fopen_5fsettings_5fdialog_621',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fopen_5furl_622',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]],
|
||||
['slot_5fprocess_5fnetwork_5freply_623',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
|
||||
['slot_5fremove_5ftab_624',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_625',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slot_5fset_5frestart_5fneeded_626',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83',1,'GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952',1,'GpgFrontend::UI::SettingsDialog::slot_set_restart_needed()']]],
|
||||
['slot_5fshow_5fkey_5fdetails_627',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fshow_5fversion_5fstatus_628',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]],
|
||||
['slot_5fsign_629',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fsign_5fkey_630',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
|
||||
['slot_5fsigning_5fbox_5fchanged_631',['slot_signing_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc',1,'GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed()']]],
|
||||
['slot_5fstart_5fwizard_632',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fupdate_5fkey_5fstatus_633',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slot_5fupload_5fkey_5fto_5fserver_634',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]],
|
||||
['slot_5fverify_635',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fversion_5fupgrade_636',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotclosetab_637',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotcopy_638',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotcurpagefiletreeview_639',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotcurpagetextedit_640',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotcut_641',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotexecutecommand_642',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slotexecutegpgcommand_643',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slotfiledecrypt_644',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfiledecryptverify_645',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfileencrypt_646',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfileencryptsign_647',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfilesign_648',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfileverify_649',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfilltexteditwithtext_650',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotimport_651',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< std::string > key_ids_list, std::string keyserver_url)']]],
|
||||
['slotimportkeyfromclipboard_652',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slotimportkeyfromfile_653',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slotimportkeyfromkeyserver_654',['SlotImportKeyFromKeyServer',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)']]],
|
||||
['slotimportkeys_655',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slotnewfiletab_656',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotnewhelptab_657',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotnewtab_658',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotopen_659',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotopenfile_660',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]],
|
||||
['slotpaste_661',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotprint_662',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotquote_663',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotredo_664',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotrefresh_665',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]],
|
||||
['slotsave_666',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotsaveas_667',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotselectall_668',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotsetrestartneeded_669',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotshowmodified_670',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotswitchtabdown_671',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotswitchtabup_672',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotundo_673',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['softwareversion_674',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]],
|
||||
['special_5fedit_5ftool_5fbar_5f_675',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['start_5fwizard_5fact_5f_676',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['startdirmngr_677',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a46085a11235894deccd312fc259d5078',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['startgpgagent_678',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a07c32ba25cf6153fbc8ee585c4ba377c',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['startkeyboxd_679',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a9313410359ed9cff9ee66fa9b4b095ee',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['steganography_5fmenu_5f_680',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['storages_5fmutex_5f_681',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]],
|
||||
['stripped_5fname_682',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['subkeygeneratedialog_683',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI::SubkeyGenerateDialog'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog()']]],
|
||||
['switch_5ftab_5fdown_5fact_5f_684',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['switch_5ftab_5fup_5fact_5f_685',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['switch_5fui_5fenabled_686',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]],
|
||||
['switch_5fui_5fproxy_5ftype_687',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]],
|
||||
['syncsettings_688',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]]
|
||||
['signalrestartneeded_559',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c',1,'GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()']]],
|
||||
['signalstation_560',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]],
|
||||
['signaltaskend_561',['SignalTaskEnd',['../classGpgFrontend_1_1Thread_1_1Task.html#abbbb68bcac48b6c31d6fe8ee1572f151',1,'GpgFrontend::Thread::Task']]],
|
||||
['signaltaskrunnableend_562',['SignalTaskRunnableEnd',['../classGpgFrontend_1_1Thread_1_1Task.html#a125b7e71f21dadf10618e30ee0386b12',1,'GpgFrontend::Thread::Task']]],
|
||||
['signaluibytesdisplayed_563',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['signalupgradeversion_564',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]],
|
||||
['signaturedetailsdialog_565',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]],
|
||||
['signerspicker_566',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]],
|
||||
['signfile_567',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]],
|
||||
['signkey_568',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]],
|
||||
['singletonfunctionobject_569',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend::SingletonFunctionObject< T >'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete']]],
|
||||
['singletonfunctionobject_3c_20dataobjectoperator_20_3e_570',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20globalsettingstation_20_3e_571',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgadvancedoperator_20_3e_572',['SingletonFunctionObject< GpgAdvancedOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_573',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_574',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgcontext_20_3e_575',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgfileopera_20_3e_576',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgkeygetter_20_3e_577',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_578',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgkeymanager_20_3e_579',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpgkeyopera_20_3e_580',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20gpguidoperator_20_3e_581',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20passphrasegenerator_20_3e_582',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonfunctionobject_3c_20taskrunnergetter_20_3e_583',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]],
|
||||
['singletonstorage_584',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]],
|
||||
['singletonstoragecollection_585',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]],
|
||||
['slot_5factivated_5fkey_5ftype_586',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()']]],
|
||||
['slot_5fadd_5fpgp_5fheader_587',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fadd_5fuid_5fresult_588',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]],
|
||||
['slot_5fappend_5fselected_5fkeys_589',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fauthentication_5fbox_5fchanged_590',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed(int state)']]],
|
||||
['slot_5fcertification_5fbox_5fchanged_591',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()']]],
|
||||
['slot_5fclean_5fdouble_5fline_5fbreaks_592',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fcompress_5ffiles_593',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]],
|
||||
['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_594',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fcopy_5ffingerprint_595',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]],
|
||||
['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_596',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_597',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fcreate_5fnew_5fuid_598',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]],
|
||||
['slot_5fcut_5fpgp_5fheader_599',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fdecrypt_600',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fdecrypt_5fverify_601',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fdisable_5ftab_5factions_602',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fdouble_5fclicked_603',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]],
|
||||
['slot_5fencrypt_604',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fencrypt_5fsign_605',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fencryption_5fbox_5fchanged_606',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()']]],
|
||||
['slot_5fexpire_5fbox_5fchanged_607',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()']]],
|
||||
['slot_5fexport_5fprivate_5fkey_608',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]],
|
||||
['slot_5ffile_5ftree_5fview_5fitem_5fclicked_609',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]],
|
||||
['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_610',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]],
|
||||
['slot_5ffind_611',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fformat_5fgpg_5fheader_612',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['slot_5fimport_613',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]],
|
||||
['slot_5fimport_5ffinished_614',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a',1,'GpgFrontend::UI::KeyServerImportDialog']]],
|
||||
['slot_5fimport_5fkey_5ffrom_5fedit_615',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5finsert_5ftext_616',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['slot_5fjump_5fpage_617',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]],
|
||||
['slot_5fkey_5fgen_5faccept_618',['slot_key_gen_accept',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514',1,'GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept()']]],
|
||||
['slot_5fnon_5fexpired_5fchecked_619',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]],
|
||||
['slot_5fopen_5ffile_5ftab_620',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fopen_5fkey_5fmanagement_621',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fopen_5fsettings_5fdialog_622',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fopen_5furl_623',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]],
|
||||
['slot_5fprocess_5fnetwork_5freply_624',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask']]],
|
||||
['slot_5fremove_5ftab_625',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_626',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slot_5fset_5frestart_5fneeded_627',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83',1,'GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952',1,'GpgFrontend::UI::SettingsDialog::slot_set_restart_needed()']]],
|
||||
['slot_5fshow_5fkey_5fdetails_628',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fshow_5fversion_5fstatus_629',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]],
|
||||
['slot_5fsign_630',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fsign_5fkey_631',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]],
|
||||
['slot_5fsigning_5fbox_5fchanged_632',['slot_signing_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc',1,'GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed()']]],
|
||||
['slot_5fstart_5fwizard_633',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fupdate_5fkey_5fstatus_634',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slot_5fupload_5fkey_5fto_5fserver_635',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]],
|
||||
['slot_5fverify_636',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slot_5fversion_5fupgrade_637',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotclosetab_638',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotcopy_639',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotcurpagefiletreeview_640',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotcurpagetextedit_641',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotcut_642',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotexecutecommand_643',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a95cd625a2e0e74ee4d564843c6d16791',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slotexecutegpgcommand_644',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slotfiledecrypt_645',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfiledecryptverify_646',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfileencrypt_647',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfileencryptsign_648',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfilesign_649',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfileverify_650',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotfilltexteditwithtext_651',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotimport_652',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< std::string > key_ids_list, std::string keyserver_url)']]],
|
||||
['slotimportkeyfromclipboard_653',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slotimportkeyfromfile_654',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slotimportkeyfromkeyserver_655',['SlotImportKeyFromKeyServer',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)']]],
|
||||
['slotimportkeys_656',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]],
|
||||
['slotnewfiletab_657',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotnewhelptab_658',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotnewtab_659',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotopen_660',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotopenfile_661',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]],
|
||||
['slotpaste_662',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotprint_663',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotquote_664',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotredo_665',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotrefresh_666',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]],
|
||||
['slotsave_667',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotsaveas_668',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotselectall_669',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotsetrestartneeded_670',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['slotshowmodified_671',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotswitchtabdown_672',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotswitchtabup_673',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['slotundo_674',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['softwareversion_675',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]],
|
||||
['special_5fedit_5ftool_5fbar_5f_676',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['start_5fwizard_5fact_5f_677',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['startdirmngr_678',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a46085a11235894deccd312fc259d5078',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['startgpgagent_679',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a07c32ba25cf6153fbc8ee585c4ba377c',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['startkeyboxd_680',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a9313410359ed9cff9ee66fa9b4b095ee',1,'GpgFrontend::GpgAdvancedOperator']]],
|
||||
['steganography_5fmenu_5f_681',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['storages_5fmutex_5f_682',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]],
|
||||
['stripped_5fname_683',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['subkeygeneratedialog_684',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI::SubkeyGenerateDialog'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog()']]],
|
||||
['switch_5ftab_5fdown_5fact_5f_685',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['switch_5ftab_5fup_5fact_5f_686',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['switch_5fui_5fenabled_687',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]],
|
||||
['switch_5fui_5fproxy_5ftype_688',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]],
|
||||
['syncsettings_689',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]]
|
||||
];
|
||||
|
@ -1,19 +1,19 @@
|
||||
var searchData=
|
||||
[
|
||||
['tabcount_689',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['takechargeofresult_690',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
|
||||
['task_691',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread::Task'],['../classGpgFrontend_1_1Thread_1_1Task.html#a59047d6d26fdf78f9b43ddc189d84958',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, std::string name, DataObjectPtr data, TaskCallback callback=[](int, const std::shared_ptr< DataObject > &) {}, bool sequency=true)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a79f935428d2e03585673226228a7ffff',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, std::string name=DEFAULT_TASK_NAME, DataObjectPtr data_object=nullptr, bool sequency=true)'],['../classGpgFrontend_1_1Thread_1_1Task.html#abdff056f5c96f00ac67bd1edcb5f0a48',1,'GpgFrontend::Thread::Task::Task(std::string name=DEFAULT_TASK_NAME)']]],
|
||||
['taskrunner_692',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread::TaskRunner'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner::TaskRunner()']]],
|
||||
['taskrunnergetter_693',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread::TaskRunnerGetter'],['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter::TaskRunnerGetter()']]],
|
||||
['tasks_694',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]],
|
||||
['tasks_5fmutex_5f_695',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]],
|
||||
['test_5fpassphrase_5fcb_696',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]],
|
||||
['test_5fstatus_5fcb_697',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]],
|
||||
['testlistedkeyserverthread_698',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]],
|
||||
['text_5fis_5fsigned_699',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]],
|
||||
['textedit_700',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]],
|
||||
['thread_5fpool_5f_701',['thread_pool_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a2bdc321dd0732ba7a72499b2dc12f7c9',1,'GpgFrontend::Thread::TaskRunner']]],
|
||||
['tofuinfopage_702',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI::TOFUInfoPage'],['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage::TOFUInfoPage()']]],
|
||||
['translate_5fact_5f_703',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['translatorstab_704',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI::TranslatorsTab'],['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab::TranslatorsTab()']]]
|
||||
['tabcount_690',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['takechargeofresult_691',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]],
|
||||
['task_692',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread::Task'],['../classGpgFrontend_1_1Thread_1_1Task.html#a59047d6d26fdf78f9b43ddc189d84958',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, std::string name, DataObjectPtr data, TaskCallback callback=[](int, const std::shared_ptr< DataObject > &) {}, bool sequency=true)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a79f935428d2e03585673226228a7ffff',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, std::string name=DEFAULT_TASK_NAME, DataObjectPtr data_object=nullptr, bool sequency=true)'],['../classGpgFrontend_1_1Thread_1_1Task.html#abdff056f5c96f00ac67bd1edcb5f0a48',1,'GpgFrontend::Thread::Task::Task(std::string name=DEFAULT_TASK_NAME)']]],
|
||||
['taskrunner_693',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread::TaskRunner'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner::TaskRunner()']]],
|
||||
['taskrunnergetter_694',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread::TaskRunnerGetter'],['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter::TaskRunnerGetter()']]],
|
||||
['tasks_695',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]],
|
||||
['tasks_5fmutex_5f_696',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]],
|
||||
['test_5fpassphrase_5fcb_697',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]],
|
||||
['test_5fstatus_5fcb_698',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]],
|
||||
['testlistedkeyserverthread_699',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]],
|
||||
['text_5fis_5fsigned_700',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]],
|
||||
['textedit_701',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]],
|
||||
['thread_5fpool_5f_702',['thread_pool_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a2bdc321dd0732ba7a72499b2dc12f7c9',1,'GpgFrontend::Thread::TaskRunner']]],
|
||||
['tofuinfopage_703',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI::TOFUInfoPage'],['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage::TOFUInfoPage()']]],
|
||||
['translate_5fact_5f_704',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['translatorstab_705',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI::TranslatorsTab'],['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab::TranslatorsTab()']]]
|
||||
];
|
||||
|
@ -1,10 +1,10 @@
|
||||
var searchData=
|
||||
[
|
||||
['ui_5fcfg_5f_705',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]],
|
||||
['ui_5fconfig_5fdir_5fpath_5f_706',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]],
|
||||
['ui_5fconfig_5fpath_5f_707',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]],
|
||||
['undo_5fact_5f_708',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['unsaveddocuments_709',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['updatetab_710',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI::UpdateTab'],['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab::UpdateTab()']]],
|
||||
['upload_5fkey_5fto_5fserver_711',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]]
|
||||
['ui_5fcfg_5f_706',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]],
|
||||
['ui_5fconfig_5fdir_5fpath_5f_707',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]],
|
||||
['ui_5fconfig_5fpath_5f_708',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]],
|
||||
['undo_5fact_5f_709',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['unsaveddocuments_710',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]],
|
||||
['updatetab_711',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI::UpdateTab'],['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab::UpdateTab()']]],
|
||||
['upload_5fkey_5fto_5fserver_712',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]]
|
||||
];
|
||||
|
@ -1,12 +1,12 @@
|
||||
var searchData=
|
||||
[
|
||||
['verify_712',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]],
|
||||
['verify_5fact_5f_713',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['verifydetailsdialog_714',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]],
|
||||
['verifyfile_715',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]],
|
||||
['verifykeydetailbox_716',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]],
|
||||
['version_5fcompare_717',['version_compare',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#ae1989b6a34c76103f4bd06f35686d536',1,'GpgFrontend::UI::SoftwareVersion']]],
|
||||
['versionchecktask_718',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html',1,'GpgFrontend::UI::VersionCheckTask'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask::VersionCheckTask()']]],
|
||||
['versionwithdrawn_719',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]],
|
||||
['view_5fmenu_5f_720',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]]
|
||||
['verify_713',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]],
|
||||
['verify_5fact_5f_714',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]],
|
||||
['verifydetailsdialog_715',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]],
|
||||
['verifyfile_716',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]],
|
||||
['verifykeydetailbox_717',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]],
|
||||
['version_5fcompare_718',['version_compare',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#ae1989b6a34c76103f4bd06f35686d536',1,'GpgFrontend::UI::SoftwareVersion']]],
|
||||
['versionchecktask_719',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html',1,'GpgFrontend::UI::VersionCheckTask'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask::VersionCheckTask()']]],
|
||||
['versionwithdrawn_720',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]],
|
||||
['view_5fmenu_5f_721',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]]
|
||||
];
|
||||
|
@ -1,9 +1,9 @@
|
||||
var searchData=
|
||||
[
|
||||
['waitingdialog_721',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]],
|
||||
['willcharsetchange_722',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['wizard_723',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI::Wizard'],['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard::Wizard()']]],
|
||||
['write_5fbuffer_5fto_5ffile_724',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]],
|
||||
['writefile_725',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]],
|
||||
['writefilestd_726',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]]
|
||||
['waitingdialog_722',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]],
|
||||
['willcharsetchange_723',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]],
|
||||
['wizard_724',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI::Wizard'],['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard::Wizard()']]],
|
||||
['write_5fbuffer_5fto_5ffile_725',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]],
|
||||
['writefile_726',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]],
|
||||
['writefilestd_727',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]]
|
||||
];
|
||||
|