diff --git a/docs/html/DataObjectOperator_8h_source.html b/docs/html/DataObjectOperator_8h_source.html index 998ed267..ea7fef02 100644 --- a/docs/html/DataObjectOperator_8h_source.html +++ b/docs/html/DataObjectOperator_8h_source.html @@ -129,7 +129,7 @@ $(document).ready(function(){initNavTree('DataObjectOperator_8h_source.html','')
GpgFrontend::DataObjectOperator
Definition: DataObjectOperator.h:39
GpgFrontend::DataObjectOperator::hash_key_
QByteArray hash_key_
Hash key.
Definition: DataObjectOperator.h:73
GpgFrontend::GlobalSettingStation
Singleton class for managing global settings in the application.
Definition: GlobalSettingStation.h:43
-
GpgFrontend::GlobalSettingStation::GetAppDataPath
auto GetAppDataPath() const -> QString
Gets the application data directory.
Definition: GlobalSettingStation.cpp:169
+
GpgFrontend::GlobalSettingStation::GetAppDataPath
auto GetAppDataPath() const -> QString
Gets the application data directory.
Definition: GlobalSettingStation.cpp:179
GpgFrontend::SingletonFunctionObject
Definition: GpgFunctionObject.h:57
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static auto GetInstance(int channel=GpgFrontend::kGpgFrontendDefaultChannel) -> GlobalSettingStation &
Get the Instance object.
Definition: GpgFunctionObject.h:79
GpgFrontend::SingletonFunctionObject::GetDefaultChannel
static auto GetDefaultChannel() -> int
Get the Default Channel object.
Definition: GpgFunctionObject.h:130
diff --git a/docs/html/GlobalSettingStation_8h_source.html b/docs/html/GlobalSettingStation_8h_source.html index 05b83fa2..08898363 100644 --- a/docs/html/GlobalSettingStation_8h_source.html +++ b/docs/html/GlobalSettingStation_8h_source.html @@ -109,19 +109,21 @@ $(document).ready(function(){initNavTree('GlobalSettingStation_8h_source.html','
77 
83  [[nodiscard]] auto GetLogDir() const -> QString;
84 
-
90  [[nodiscard]] auto GetLogFilesSize() const -> QString;
+
90  [[nodiscard]] auto GetModulesDir() const -> QString;
91 
-
97  [[nodiscard]] auto GetDataObjectsFilesSize() const -> QString;
+
97  [[nodiscard]] auto GetLogFilesSize() const -> QString;
98 
-
103  void ClearAllLogFiles() const;
-
104 
-
109  void ClearAllDataObjects() const;
-
110 
-
111  private:
-
112  class Impl;
-
113  SecureUniquePtr<Impl> p_;
-
114 };
-
115 } // namespace GpgFrontend
+
104  [[nodiscard]] auto GetDataObjectsFilesSize() const -> QString;
+
105 
+
110  void ClearAllLogFiles() const;
+
111 
+
116  void ClearAllDataObjects() const;
+
117 
+
118  private:
+
119  class Impl;
+
120  SecureUniquePtr<Impl> p_;
+
121 };
+
122 } // namespace GpgFrontend
GpgFrontend::GlobalSettingStation::Impl
Definition: GlobalSettingStation.cpp:36
GpgFrontend::GlobalSettingStation
Singleton class for managing global settings in the application.
Definition: GlobalSettingStation.h:43
GpgFrontend::GlobalSettingStation::~GlobalSettingStation
~GlobalSettingStation() noexcept override
Destroy the Global Setting Station object.
diff --git a/docs/html/GnuPGControllerDialog_8h_source.html b/docs/html/GnuPGControllerDialog_8h_source.html index 438d6582..2bb56349 100644 --- a/docs/html/GnuPGControllerDialog_8h_source.html +++ b/docs/html/GnuPGControllerDialog_8h_source.html @@ -121,7 +121,7 @@ $(document).ready(function(){initNavTree('GnuPGControllerDialog_8h_source.html',
87  QString custom_key_database_path_;
88  QString custom_gnupg_path_;
89 
-
96  [[nodiscard]] auto get_restart_needed() const -> int;
+
96  [[nodiscard]] auto get_restart_needed() const -> int;
97 
102  void set_settings();
103 
@@ -134,13 +134,13 @@ $(document).ready(function(){initNavTree('GnuPGControllerDialog_8h_source.html',
126 } // namespace GpgFrontend::UI
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::GnuPGControllerDialog
Definition: GnuPGControllerDialog.h:36
-
GpgFrontend::UI::GnuPGControllerDialog::check_custom_gnupg_path
auto check_custom_gnupg_path(QString) -> bool
Definition: GnuPGControllerDialog.cpp:352
-
GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed
void slot_set_restart_needed(int)
Definition: GnuPGControllerDialog.cpp:348
+
GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed
auto get_restart_needed() const -> int
Get the Restart Needed object.
Definition: GnuPGControllerDialog.cpp:338
+
GpgFrontend::UI::GnuPGControllerDialog::check_custom_gnupg_path
auto check_custom_gnupg_path(QString) -> bool
Definition: GnuPGControllerDialog.cpp:347
+
GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed
void slot_set_restart_needed(int)
Definition: GnuPGControllerDialog.cpp:342
GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded
void SignalRestartNeeded(int)
-
GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed
auto get_restart_needed() const -> int
Get the Restart Needed object.
Definition: GnuPGControllerDialog.cpp:344
-
GpgFrontend::UI::GnuPGControllerDialog::set_settings
void set_settings()
Set the settings object.
Definition: GnuPGControllerDialog.cpp:269
+
GpgFrontend::UI::GnuPGControllerDialog::set_settings
void set_settings()
Set the settings object.
Definition: GnuPGControllerDialog.cpp:263
GpgFrontend::UI::GnuPGControllerDialog::GnuPGControllerDialog
GnuPGControllerDialog(QWidget *parent=nullptr)
Construct a new General Tab object.
Definition: GnuPGControllerDialog.cpp:40
-
GpgFrontend::UI::GnuPGControllerDialog::check_custom_gnupg_key_database_path
auto check_custom_gnupg_key_database_path(QString) -> bool
Definition: GnuPGControllerDialog.cpp:385
+
GpgFrontend::UI::GnuPGControllerDialog::check_custom_gnupg_key_database_path
auto check_custom_gnupg_key_database_path(QString) -> bool
Definition: GnuPGControllerDialog.cpp:380
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/GpgConstants_8h_source.html b/docs/html/GpgConstants_8h_source.html index a30224fb..4aceb885 100644 --- a/docs/html/GpgConstants_8h_source.html +++ b/docs/html/GpgConstants_8h_source.html @@ -91,36 +91,37 @@ $(document).ready(function(){initNavTree('GpgConstants_8h_source.html',''); init
30 
31 namespace GpgFrontend {
32 
-
33 constexpr int kRestartCode = 1000;
-
34 constexpr int kDeepRestartCode = 1001; // refresh core and ui
-
35 
-
36 // Channels
-
37 constexpr int kGpgFrontendDefaultChannel = 0;
-
38 constexpr int kGpgFrontendNonAsciiChannel = 2;
-
39 
-
40 // HEADER
-
41 constexpr const char* PGP_CRYPT_BEGIN = "-----BEGIN PGP MESSAGE-----";
-
42 constexpr const char* PGP_CRYPT_END = "-----END PGP MESSAGE-----";
-
43 constexpr const char* PGP_SIGNED_BEGIN =
-
44  "-----BEGIN PGP SIGNED MESSAGE-----";
-
45 constexpr const char* PGP_SIGNED_END = "-----END PGP SIGNATURE-----";
-
46 constexpr const char* PGP_SIGNATURE_BEGIN =
-
47  "-----BEGIN PGP SIGNATURE-----";
-
48 constexpr const char* PGP_SIGNATURE_END = "-----END PGP SIGNATURE-----";
-
49 constexpr const char* PGP_PUBLIC_KEY_BEGIN =
-
50  "-----BEGIN PGP PUBLIC KEY BLOCK-----";
-
51 constexpr const char* PGP_PRIVATE_KEY_BEGIN =
-
52  "-----BEGIN PGP PRIVATE KEY BLOCK-----";
-
53 
-
54 // MODULE ID
-
55 const QString kGnuPGInfoGatheringModuleID =
-
56  "com.bktus.gpgfrontend.module.gnupg_info_gathering";
-
57 const QString kVersionCheckingModuleID =
-
58  "com.bktus.gpgfrontend.module.version_checking";
-
59 
-
60 } // namespace GpgFrontend
+
33 constexpr int kNonRestartCode = 0;
+
34 constexpr int kRestartCode = 1000;
+
35 constexpr int kDeepRestartCode = 1001; // refresh core and ui
+
36 
+
37 // Channels
+
38 constexpr int kGpgFrontendDefaultChannel = 0;
+
39 constexpr int kGpgFrontendNonAsciiChannel = 2;
+
40 
+
41 // HEADER
+
42 constexpr const char* PGP_CRYPT_BEGIN = "-----BEGIN PGP MESSAGE-----";
+
43 constexpr const char* PGP_CRYPT_END = "-----END PGP MESSAGE-----";
+
44 constexpr const char* PGP_SIGNED_BEGIN =
+
45  "-----BEGIN PGP SIGNED MESSAGE-----";
+
46 constexpr const char* PGP_SIGNED_END = "-----END PGP SIGNATURE-----";
+
47 constexpr const char* PGP_SIGNATURE_BEGIN =
+
48  "-----BEGIN PGP SIGNATURE-----";
+
49 constexpr const char* PGP_SIGNATURE_END = "-----END PGP SIGNATURE-----";
+
50 constexpr const char* PGP_PUBLIC_KEY_BEGIN =
+
51  "-----BEGIN PGP PUBLIC KEY BLOCK-----";
+
52 constexpr const char* PGP_PRIVATE_KEY_BEGIN =
+
53  "-----BEGIN PGP PRIVATE KEY BLOCK-----";
+
54 
+
55 // MODULE ID
+
56 const QString kGnuPGInfoGatheringModuleID =
+
57  "com.bktus.gpgfrontend.module.gnupg_info_gathering";
+
58 const QString kVersionCheckingModuleID =
+
59  "com.bktus.gpgfrontend.module.version_checking";
+
60 
+
61 } // namespace GpgFrontend
GpgFrontend
Definition: app.cpp:39
-
GpgFrontend::kRestartCode
constexpr int kRestartCode
only refresh ui
Definition: GpgConstants.h:33
+
GpgFrontend::kRestartCode
constexpr int kRestartCode
only refresh ui
Definition: GpgConstants.h:34
diff --git a/docs/html/ModuleInit_8h_source.html b/docs/html/ModuleInit_8h_source.html index 4aad4501..64e59828 100644 --- a/docs/html/ModuleInit_8h_source.html +++ b/docs/html/ModuleInit_8h_source.html @@ -105,8 +105,8 @@ $(document).ready(function(){initNavTree('ModuleInit_8h_source.html',''); initRe
52 
53 }; // namespace GpgFrontend::Module
GpgFrontend::Module
Definition: Event.cpp:33
-
GpgFrontend::Module::ShutdownGpgFrontendModules
void ShutdownGpgFrontendModules()
shutdown the module library
Definition: ModuleInit.cpp:73
-
GpgFrontend::Module::LoadGpgFrontendModules
void LoadGpgFrontendModules(ModuleInitArgs)
init the module library
Definition: ModuleInit.cpp:40
+
GpgFrontend::Module::ShutdownGpgFrontendModules
void ShutdownGpgFrontendModules()
shutdown the module library
Definition: ModuleInit.cpp:101
+
GpgFrontend::Module::LoadGpgFrontendModules
void LoadGpgFrontendModules(ModuleInitArgs)
init the module library
Definition: ModuleInit.cpp:91
GpgFrontend::Module::ModuleInitArgs
Definition: ModuleInit.h:37
diff --git a/docs/html/classGpgFrontend_1_1ChannelObject.html b/docs/html/classGpgFrontend_1_1ChannelObject.html index b344f8ca..2e22ad2f 100644 --- a/docs/html/classGpgFrontend_1_1ChannelObject.html +++ b/docs/html/classGpgFrontend_1_1ChannelObject.html @@ -131,7 +131,7 @@ Inheritance diagram for GpgFrontend::ChannelObject: - + diff --git a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.map b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.map index e809abef..58368402 100644 --- a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.map @@ -29,7 +29,7 @@ - + diff --git a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 index 074aefda..1f25cf8f 100644 --- a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 @@ -1 +1 @@ -548df950972fc739849b533be454ec9e \ No newline at end of file +b3af8ba8e2123d171269096b1a43eec6 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.png b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.png index bb162238..6a0e85fc 100644 Binary files a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.png and b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1DataObjectOperator.html b/docs/html/classGpgFrontend_1_1DataObjectOperator.html index 2794fbb0..ef8aa9c3 100644 --- a/docs/html/classGpgFrontend_1_1DataObjectOperator.html +++ b/docs/html/classGpgFrontend_1_1DataObjectOperator.html @@ -107,12 +107,12 @@ Collaboration diagram for GpgFrontend::DataObjectOperator:
Collaboration graph
- + - +
@@ -290,7 +290,7 @@ virtual  - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +
=
GlobalSettingStation & global_setting_station_
GlobalSettingStation.
Definition: DataObjectOperator.h:62
-
auto GetAppDataPath() const -> QString
Gets the application data directory.
Definition: GlobalSettingStation.cpp:169
+
auto GetAppDataPath() const -> QString
Gets the application data directory.
Definition: GlobalSettingStation.cpp:179
diff --git a/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.map b/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.map index 6a878b64..41f92b5b 100644 --- a/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.map @@ -1,8 +1,8 @@ - + - + diff --git a/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.md5 b/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.md5 index 0ff1c267..e877962c 100644 --- a/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.md5 @@ -1 +1 @@ -53f2af339a81a6df20f42f118942af60 \ No newline at end of file +62ed7e9cb02e99f055b1e15c268ced4f \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.png b/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.png index ca3946d6..455fe0e5 100644 Binary files a/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.png and b/docs/html/classGpgFrontend_1_1DataObjectOperator__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation-members.html b/docs/html/classGpgFrontend_1_1GlobalSettingStation-members.html index 327a818f..cc3a89d6 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation-members.html +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation-members.html @@ -104,22 +104,23 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1GlobalSettingStati
GetInstance(int channel=GpgFrontend::kGpgFrontendDefaultChannel) -> GlobalSettingStation &GpgFrontend::SingletonFunctionObject< GlobalSettingStation >inlinestatic
GetLogDir() const -> QStringGpgFrontend::GlobalSettingStation
GetLogFilesSize() const -> QStringGpgFrontend::GlobalSettingStation
GetSettings() const -> QSettingsGpgFrontend::GlobalSettingStation
GlobalSettingStation(int channel=SingletonFunctionObject::GetDefaultChannel()) noexceptGpgFrontend::GlobalSettingStationexplicit
operator=(const SingletonFunctionObject< GlobalSettingStation > &) -> SingletonFunctionObject &=deleteGpgFrontend::SingletonFunctionObject< GlobalSettingStation >
operator=(const GlobalSettingStation &)=delete (defined in GpgFrontend::SingletonFunctionObject< GlobalSettingStation >)GpgFrontend::SingletonFunctionObject< GlobalSettingStation >
p_ (defined in GpgFrontend::GlobalSettingStation)GpgFrontend::GlobalSettingStationprivate
ReleaseChannel(int channel)GpgFrontend::SingletonFunctionObject< GlobalSettingStation >inlinestatic
SetChannel(int channel)GpgFrontend::ChannelObject
SingletonFunctionObject(const SingletonFunctionObject< GlobalSettingStation > &)=deleteGpgFrontend::SingletonFunctionObject< GlobalSettingStation >
SingletonFunctionObject(GlobalSettingStation &&)=deleteGpgFrontend::SingletonFunctionObject< GlobalSettingStation >
SingletonFunctionObject(const GlobalSettingStation &)=deleteGpgFrontend::SingletonFunctionObject< GlobalSettingStation >
SingletonFunctionObject()=defaultGpgFrontend::SingletonFunctionObject< GlobalSettingStation >protected
SingletonFunctionObject(int channel)GpgFrontend::SingletonFunctionObject< GlobalSettingStation >inlineexplicitprotected
type_ (defined in GpgFrontend::ChannelObject)GpgFrontend::ChannelObjectprivate
~ChannelObject() noexceptGpgFrontend::ChannelObjectvirtual
~GlobalSettingStation() noexcept overrideGpgFrontend::GlobalSettingStation
~SingletonFunctionObject()=defaultGpgFrontend::SingletonFunctionObject< GlobalSettingStation >protectedvirtual
GetModulesDir() const -> QStringGpgFrontend::GlobalSettingStation
GetSettings() const -> QSettingsGpgFrontend::GlobalSettingStation
GlobalSettingStation(int channel=SingletonFunctionObject::GetDefaultChannel()) noexceptGpgFrontend::GlobalSettingStationexplicit
operator=(const SingletonFunctionObject< GlobalSettingStation > &) -> SingletonFunctionObject &=deleteGpgFrontend::SingletonFunctionObject< GlobalSettingStation >
operator=(const GlobalSettingStation &)=delete (defined in GpgFrontend::SingletonFunctionObject< GlobalSettingStation >)GpgFrontend::SingletonFunctionObject< GlobalSettingStation >
p_ (defined in GpgFrontend::GlobalSettingStation)GpgFrontend::GlobalSettingStationprivate
ReleaseChannel(int channel)GpgFrontend::SingletonFunctionObject< GlobalSettingStation >inlinestatic
SetChannel(int channel)GpgFrontend::ChannelObject
SingletonFunctionObject(const SingletonFunctionObject< GlobalSettingStation > &)=deleteGpgFrontend::SingletonFunctionObject< GlobalSettingStation >
SingletonFunctionObject(GlobalSettingStation &&)=deleteGpgFrontend::SingletonFunctionObject< GlobalSettingStation >
SingletonFunctionObject(const GlobalSettingStation &)=deleteGpgFrontend::SingletonFunctionObject< GlobalSettingStation >
SingletonFunctionObject()=defaultGpgFrontend::SingletonFunctionObject< GlobalSettingStation >protected
SingletonFunctionObject(int channel)GpgFrontend::SingletonFunctionObject< GlobalSettingStation >inlineexplicitprotected
type_ (defined in GpgFrontend::ChannelObject)GpgFrontend::ChannelObjectprivate
~ChannelObject() noexceptGpgFrontend::ChannelObjectvirtual
~GlobalSettingStation() noexcept overrideGpgFrontend::GlobalSettingStation
~SingletonFunctionObject()=defaultGpgFrontend::SingletonFunctionObject< GlobalSettingStation >protectedvirtual
diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation.html b/docs/html/classGpgFrontend_1_1GlobalSettingStation.html index 7eefb7cd..b6e7d319 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation.html +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation.html @@ -101,7 +101,7 @@ Inheritance diagram for GpgFrontend::GlobalSettingStation:
Inheritance graph
- + @@ -112,7 +112,7 @@ Collaboration diagram for GpgFrontend::GlobalSettingStation:
Collaboration graph
- + @@ -146,6 +146,9 @@ Public Member Functions auto GetLogDir () const -> QString  Get the Log Dir object. More...
  +auto GetModulesDir () const -> QString + Get the Modules Dir object. More...
+  auto GetLogFilesSize () const -> QString  Get the Log Files Size object. More...
  @@ -343,6 +346,26 @@ virtual 
Returns
QString
+
+ + +

◆ GetModulesDir()

+ +
+
+ + + + + + + +
auto GpgFrontend::GlobalSettingStation::GetModulesDir () const -> QString
+
+ +

Get the Modules Dir object.

+
Returns
QString
+
diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation.js b/docs/html/classGpgFrontend_1_1GlobalSettingStation.js index e9f4b9f2..bde0ac42 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation.js +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation.js @@ -10,6 +10,7 @@ var classGpgFrontend_1_1GlobalSettingStation = [ "GetDataObjectsFilesSize", "classGpgFrontend_1_1GlobalSettingStation.html#a67d731d4a2c0f3033c9f6b6f52094e25", null ], [ "GetLogDir", "classGpgFrontend_1_1GlobalSettingStation.html#a7a7eb68d192184bb2f447abbb4440fec", null ], [ "GetLogFilesSize", "classGpgFrontend_1_1GlobalSettingStation.html#a6521cacfd63f42558399077f9301e500", null ], + [ "GetModulesDir", "classGpgFrontend_1_1GlobalSettingStation.html#a2733ce88ee759f39bd182e27319e6795", null ], [ "GetSettings", "classGpgFrontend_1_1GlobalSettingStation.html#ac767d0c3240d366cbb4f5f7e7e6c5562", null ], [ "p_", "classGpgFrontend_1_1GlobalSettingStation.html#a001bfe0040dcbf932fb02fddb1617019", null ] ]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl-members.html b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl-members.html index ec5aedd8..627e4fa5 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl-members.html +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl-members.html @@ -102,11 +102,12 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1GlobalSettingStati GetDataObjectsFilesSize() const -> QString (defined in GpgFrontend::GlobalSettingStation::Impl)GpgFrontend::GlobalSettingStation::Implinline GetLogDir() const -> QStringGpgFrontend::GlobalSettingStation::Implinline GetLogFilesSize() const -> QString (defined in GpgFrontend::GlobalSettingStation::Impl)GpgFrontend::GlobalSettingStation::Implinline - GetSettings() -> QSettings (defined in GpgFrontend::GlobalSettingStation::Impl)GpgFrontend::GlobalSettingStation::Implinline - Impl() noexceptGpgFrontend::GlobalSettingStation::Implinlineexplicit - init_app_secure_key() (defined in GpgFrontend::GlobalSettingStation::Impl)GpgFrontend::GlobalSettingStation::Implinlineprivate - portable_mode_ (defined in GpgFrontend::GlobalSettingStation::Impl)GpgFrontend::GlobalSettingStation::Implprivate - working_path_ (defined in GpgFrontend::GlobalSettingStation::Impl)GpgFrontend::GlobalSettingStation::Implprivate + GetModulesDir() const -> QStringGpgFrontend::GlobalSettingStation::Implinline + GetSettings() -> QSettings (defined in GpgFrontend::GlobalSettingStation::Impl)GpgFrontend::GlobalSettingStation::Implinline + Impl() noexceptGpgFrontend::GlobalSettingStation::Implinlineexplicit + init_app_secure_key() (defined in GpgFrontend::GlobalSettingStation::Impl)GpgFrontend::GlobalSettingStation::Implinlineprivate + portable_mode_ (defined in GpgFrontend::GlobalSettingStation::Impl)GpgFrontend::GlobalSettingStation::Implprivate + working_path_ (defined in GpgFrontend::GlobalSettingStation::Impl)GpgFrontend::GlobalSettingStation::Implprivate diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html index c7783e76..7f6de3dd 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html @@ -96,7 +96,7 @@ Collaboration diagram for GpgFrontend::GlobalSettingStation::Impl:
Collaboration graph
- +
@@ -130,6 +130,9 @@ void  + + +
ClearAllDataObjectsauto GetLogDir () const -> QString
 Get the Log Dir object. More...
 
auto GetModulesDir () const -> QString
 Get the Modules Dir object. More...
 
@@ -193,6 +196,8 @@ bool  - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html index d32febb7..61300a4c 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html @@ -151,9 +151,9 @@ void 

Private Member Functions

portable_mode_ =

References app_data_path_.

+

Referenced by GetModulesDir().

+ @@ -253,6 +258,38 @@ bool 
portable_mode_ =

References app_log_path_.

+ + + +

◆ GetModulesDir()

+ +
+
+ + + + + +
+ + + + + + + +
auto GpgFrontend::GlobalSettingStation::Impl::GetModulesDir () const -> QString
+
+inline
+
+ +

Get the Modules Dir object.

+
Returns
QString
+ +

References GetAppDataPath().

+ +

Referenced by Impl().

+

Member Data Documentation

@@ -327,7 +364,7 @@ bool 
portable_mode_ =
Initial value:
=
app_data_path_ + "/data_objs"
-
QString app_data_path_
Program Data Location.
Definition: GlobalSettingStation.cpp:130
+
QString app_data_path_
Program Data Location.
Definition: GlobalSettingStation.cpp:140

Object storage path.

diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.js b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.js index cc32df94..90e74da9 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.js +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.js @@ -8,6 +8,7 @@ var classGpgFrontend_1_1GlobalSettingStation_1_1Impl = [ "GetDataObjectsFilesSize", "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a09a4ced555c4c4c79c8c408c6d31f1ea", null ], [ "GetLogDir", "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#af067b39bc0926f1189980d26c027a729", null ], [ "GetLogFilesSize", "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#abc95158e89167da21c2de6070952c6ad", null ], + [ "GetModulesDir", "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#adb93836c33829dd5d6e04179848a0e8e", null ], [ "GetSettings", "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae4bf91a8b0bc4367f611206439b26130", null ], [ "init_app_secure_key", "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a19d61d462efea0147ea5e10ed49c106d", null ], [ "app_config_path_", "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a9d047076c437a46c09f1e683d4e99312", null ], diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.map b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.map index 991c1d61..bf9d5f79 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.md5 index 7c8edd8f..fdb6ba9f 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.md5 @@ -1 +1 @@ -50b7877b4c40bb8ecfdb18231c80b05a \ No newline at end of file +1b80b40864e538d0e874cf1ac8c83c40 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.png b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.png index ef2c48c5..2a58a0e8 100644 Binary files a/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.png and b/docs/html/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.map b/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.map index e3ccb59c..cc3453c5 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.map @@ -1,5 +1,5 @@ - + diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.md5 index a13a57df..2085a953 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.md5 @@ -1 +1 @@ -5c7b10021d9dcdec75e134178e5e19c6 \ No newline at end of file +9e6af2a9b23e0d78316984db185336d0 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.png b/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.png index 6f3c4efd..8a4b3c9b 100644 Binary files a/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.png and b/docs/html/classGpgFrontend_1_1GlobalSettingStation__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.map b/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.map index e3ccb59c..cc3453c5 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.map @@ -1,5 +1,5 @@ - + diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.md5 index a13a57df..2085a953 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.md5 @@ -1 +1 @@ -5c7b10021d9dcdec75e134178e5e19c6 \ No newline at end of file +9e6af2a9b23e0d78316984db185336d0 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.png b/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.png index 6f3c4efd..8a4b3c9b 100644 Binary files a/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.png and b/docs/html/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1SingletonFunctionObject.html b/docs/html/classGpgFrontend_1_1SingletonFunctionObject.html index e0bef345..ed7e831f 100644 --- a/docs/html/classGpgFrontend_1_1SingletonFunctionObject.html +++ b/docs/html/classGpgFrontend_1_1SingletonFunctionObject.html @@ -128,7 +128,7 @@ Inheritance diagram for GpgFrontend::SingletonFunctionObject< T >:
- + diff --git a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.map b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.map index 8693f940..bcd76f72 100644 --- a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.map @@ -29,7 +29,7 @@ - + diff --git a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 index 4435969e..6b7b011e 100644 --- a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 @@ -1 +1 @@ -af15eb38f9a15506f6a9787ef220732a \ No newline at end of file +dc1c377a8eea4ab6b326717ea6989b37 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.png b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.png index 5aa585fb..47ef8bcf 100644 Binary files a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.png and b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog-members.html index 9c91a7f4..2c9ac44e 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog-members.html @@ -95,7 +95,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1GnuPGControl
custom_gnupg_path_ (defined in GpgFrontend::UI::GnuPGControllerDialog)GpgFrontend::UI::GnuPGControllerDialogprivate
custom_key_database_path_ (defined in GpgFrontend::UI::GnuPGControllerDialog)GpgFrontend::UI::GnuPGControllerDialogprivate
GeneralDialog(QString name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
get_restart_needed() const -> intGpgFrontend::UI::GnuPGControllerDialogprivate
get_restart_needed() const -> intGpgFrontend::UI::GnuPGControllerDialogprivate
GnuPGControllerDialog(QWidget *parent=nullptr)GpgFrontend::UI::GnuPGControllerDialogexplicit
isRectRestored() -> bool (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected
movePosition2CenterOfParent() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected
slot_update_custom_gn
- - - + + + @@ -293,8 +293,8 @@ false - -

◆ get_restart_needed()

+ +

◆ get_restart_needed()

@@ -303,7 +303,7 @@ false

Private Member Functions

auto get_restart_needed () const -> int
 Get the Restart Needed object. More...
 
auto get_restart_needed () const -> int
 Get the Restart Needed object. More...
 
void set_settings ()
 Set the settings object.
- + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.js b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.js index b7f20172..d72223e2 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.js @@ -4,7 +4,7 @@ var classGpgFrontend_1_1UI_1_1GnuPGControllerDialog = [ "apply_settings", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a04611d5160fcc6ef36f6fce8dd94c645", null ], [ "check_custom_gnupg_key_database_path", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af677680609f32ed65f78a0641bf05389", null ], [ "check_custom_gnupg_path", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a296dd2fd013f34e7fb389a36bbcaa78e", null ], - [ "get_restart_needed", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a67c4bc7a4e0d76c610267b86612ba5b6", null ], + [ "get_restart_needed", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b", null ], [ "set_settings", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e", null ], [ "SignalRestartNeeded", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c", null ], [ "slot_set_restart_needed", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83", null ], diff --git a/docs/html/functions_func_g.html b/docs/html/functions_func_g.html index 39669199..e95c3869 100644 --- a/docs/html/functions_func_g.html +++ b/docs/html/functions_func_g.html @@ -143,7 +143,7 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza : GpgFrontend::GpgKeyGetter::Impl
  • get_restart_needed() -: GpgFrontend::UI::GnuPGControllerDialog +: GpgFrontend::UI::GnuPGControllerDialog , GpgFrontend::UI::MainWindow , GpgFrontend::UI::SettingsDialog
  • @@ -291,7 +291,7 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza : GpgFrontend::GpgKeyGetter
  • GetKeysCopy() -: GpgFrontend::GpgKeyGetter +: GpgFrontend::GpgKeyGetter
  • GetKeySizeStr() : GpgFrontend::GenKeyInfo @@ -306,6 +306,10 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
  • GetLogFilesSize() : GpgFrontend::GlobalSettingStation
  • +
  • GetModulesDir() +: GpgFrontend::GlobalSettingStation +, GpgFrontend::GlobalSettingStation::Impl +
  • GetMousePointGlobal() : GpgFrontend::UI::FileTreeView
  • diff --git a/docs/html/functions_g.html b/docs/html/functions_g.html index 2d11e34e..81b17499 100644 --- a/docs/html/functions_g.html +++ b/docs/html/functions_g.html @@ -143,7 +143,7 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable() : GpgFrontend::GpgKeyGetter::Impl
  • get_restart_needed() -: GpgFrontend::UI::GnuPGControllerDialog +: GpgFrontend::UI::GnuPGControllerDialog , GpgFrontend::UI::MainWindow , GpgFrontend::UI::SettingsDialog
  • @@ -306,6 +306,10 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
  • GetLogFilesSize() : GpgFrontend::GlobalSettingStation
  • +
  • GetModulesDir() +: GpgFrontend::GlobalSettingStation +, GpgFrontend::GlobalSettingStation::Impl +
  • GetMousePointGlobal() : GpgFrontend::UI::FileTreeView
  • diff --git a/docs/html/namespaceGpgFrontend.html b/docs/html/namespaceGpgFrontend.html index 88d5dbff..78a1f887 100644 --- a/docs/html/namespaceGpgFrontend.html +++ b/docs/html/namespaceGpgFrontend.html @@ -666,6 +666,9 @@ SecureUniquePtr< + + diff --git a/docs/html/namespaceGpgFrontend.js b/docs/html/namespaceGpgFrontend.js index 1f7f41ab..e470c79f 100644 --- a/docs/html/namespaceGpgFrontend.js +++ b/docs/html/namespaceGpgFrontend.js @@ -227,6 +227,7 @@ var namespaceGpgFrontend = [ "kGnuPGInfoGatheringModuleID", "namespaceGpgFrontend.html#a01cf633ef7de5c3851e3276ef90d8bea", null ], [ "kGpgFrontendDefaultChannel", "namespaceGpgFrontend.html#ae8e2c74d50d72bb11d1dc4c87a94c38b", null ], [ "kGpgFrontendNonAsciiChannel", "namespaceGpgFrontend.html#a361a1d994bb15f5c6b84336523c062ea", null ], + [ "kNonRestartCode", "namespaceGpgFrontend.html#a7fb4ed8e1e0e5bd61173ef88609dc047", null ], [ "kRestartCode", "namespaceGpgFrontend.html#a2e3fbfe1404b1f9d140d4177fd93e449", null ], [ "kVersionCheckingModuleID", "namespaceGpgFrontend.html#a4e41e71a81a822bd7b4949493de13321", null ], [ "PGP_CRYPT_BEGIN", "namespaceGpgFrontend.html#a51a984685dad4a268877a335cc99df16", null ], diff --git a/docs/html/namespaceGpgFrontend_1_1Module.html b/docs/html/namespaceGpgFrontend_1_1Module.html index 26920682..186686b7 100644 --- a/docs/html/namespaceGpgFrontend_1_1Module.html +++ b/docs/html/namespaceGpgFrontend_1_1Module.html @@ -165,6 +165,15 @@ Functions template<typename... Args> + + + + + + diff --git a/docs/html/namespaceGpgFrontend_1_1Module.js b/docs/html/namespaceGpgFrontend_1_1Module.js index afe19e53..828910fe 100644 --- a/docs/html/namespaceGpgFrontend_1_1Module.js +++ b/docs/html/namespaceGpgFrontend_1_1Module.js @@ -26,7 +26,10 @@ var namespaceGpgFrontend_1_1Module = [ "IsModuleActivate", "namespaceGpgFrontend_1_1Module.html#ad603c5872c4d356cb59b70b63b99126c", null ], [ "ListenRTPublishEvent", "namespaceGpgFrontend_1_1Module.html#af88df9c72a7e6ec8dede9afc7234aca7", null ], [ "ListRTChildKeys", "namespaceGpgFrontend_1_1Module.html#a92a4ccb9246f778143ad3e88d2068d7c", null ], + [ "LoadExternalMods", "namespaceGpgFrontend_1_1Module.html#a95a3c32ad6b753ea6535c2b299b61b35", null ], [ "LoadGpgFrontendModules", "namespaceGpgFrontend_1_1Module.html#a7f3912fe331338264ae22e434425f59e", null ], + [ "LoadIntegratedMods", "namespaceGpgFrontend_1_1Module.html#a671a34cf78c3b30c9148383885a767ff", null ], + [ "LoadModuleFromPath", "namespaceGpgFrontend_1_1Module.html#a6b079a63ef733db932c99757895a5bdb", null ], [ "MakeEvent", "namespaceGpgFrontend_1_1Module.html#aaafda413ba6ccb2e0e5e866f11cf8dc5", null ], [ "RegisterAndActivateModule", "namespaceGpgFrontend_1_1Module.html#a548ad04674384cf77aad447bc7eeaac0", null ], [ "RegisterModule", "namespaceGpgFrontend_1_1Module.html#a0dd02118df9de6c1a538d8a4a9910129", null ], diff --git a/docs/html/navtreedata.js b/docs/html/navtreedata.js index 7edc2904..df542fb7 100644 --- a/docs/html/navtreedata.js +++ b/docs/html/navtreedata.js @@ -54,19 +54,19 @@ var NAVTREE = var NAVTREEINDEX = [ -"", -"classGpgFrontend_1_1DataObjectOperator.html#a4e7673037b5c7eda5c334d50f8155150", -"classGpgFrontend_1_1GpgFileOpera.html#a795be34a8849de70e90b501bd9e952f2", -"classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6", -"classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a3075eef2bb18d65e051d4ccb6c601a69", -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a", -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28", -"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#acc4979fdc2daa3c0805754a725969aa3", -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a", -"classPinLineEdit.html#a14dd3fe7ed64aedfdeee1ba548a3c93b", +"AboutDialog_8h_source.html", +"classGpgFrontend_1_1DataObjectOperator.html#a8adf6fd4aebbb9d59ea94ec65e83169d", +"classGpgFrontend_1_1GpgFileOpera.html#a891024cb4fdd7e9163421d7893c43ef3", +"classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5", +"classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a41f8154e4d1e211cc1dbc9ba5d847e89", +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a39fbfbc9ab39581330a02d9cb54e6e4d", +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514", +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#af24ff4c57d63e831324ca6075b86ae8b", +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4", +"classPinLineEdit.html#a3796ecd17df54cdccfbde9453ebd69fb", "namespaceGpgFrontend.html#a98b32faa9ee5378c6affc9af37a3cb93", -"structGpgFrontend_1_1GpgFrontendContext.html", -"structpinentry.html#aaebac3c32a6152b435409e73d11bbbf9" +"structGpgFrontend_1_1GpgContextInitArgs.html#af63aa7579ac72c2b014816e44111d42d", +"structpinentry.html#aa1e0a0c2e5fe5024cb7be0ceaa39a0b7" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/docs/html/navtreeindex0.js b/docs/html/navtreeindex0.js index 68669aa8..153e79e8 100644 --- a/docs/html/navtreeindex0.js +++ b/docs/html/navtreeindex0.js @@ -1,8 +1,5 @@ var NAVTREEINDEX0 = { -"":[1,0,0], -"":[1,0,1], -"":[1,0,3], "AboutDialog_8h_source.html":[3,0,0,4,0,2,0], "AppearanceSO_8h_source.html":[3,0,0,4,3,0,0], "ArchiveFileOperator_8h_source.html":[3,0,0,0,0,3], @@ -249,5 +246,8 @@ var NAVTREEINDEX0 = "classGpgFrontend_1_1DataObjectOperator.html#a245833643dff6da7aef6a80a0a5207b8":[2,0,1,13,2], "classGpgFrontend_1_1DataObjectOperator.html#a2b6294ca734934dd9ec17ba56b2c8d6f":[2,0,1,13,1], "classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6":[2,0,1,13,0], -"classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601":[2,0,1,13,8] +"classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601":[2,0,1,13,8], +"classGpgFrontend_1_1DataObjectOperator.html#a4e7673037b5c7eda5c334d50f8155150":[2,0,1,13,7], +"classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf":[2,0,1,13,3], +"classGpgFrontend_1_1DataObjectOperator.html#a77a9a1e98c7d9c90d76a23e0fb3eefc4":[2,0,1,13,5] }; diff --git a/docs/html/navtreeindex1.js b/docs/html/navtreeindex1.js index bf2b6035..44a7e7a3 100644 --- a/docs/html/navtreeindex1.js +++ b/docs/html/navtreeindex1.js @@ -1,8 +1,5 @@ var NAVTREEINDEX1 = { -"classGpgFrontend_1_1DataObjectOperator.html#a4e7673037b5c7eda5c334d50f8155150":[2,0,1,13,7], -"classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf":[2,0,1,13,3], -"classGpgFrontend_1_1DataObjectOperator.html#a77a9a1e98c7d9c90d76a23e0fb3eefc4":[2,0,1,13,5], "classGpgFrontend_1_1DataObjectOperator.html#a8adf6fd4aebbb9d59ea94ec65e83169d":[2,0,1,13,4], "classGpgFrontend_1_1DataObjectOperator.html#a9b13d6d68ebc584cb231e6f349a2a138":[2,0,1,13,6], "classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b":[2,0,1,13,9], @@ -104,8 +101,9 @@ var NAVTREEINDEX1 = "classGpgFrontend_1_1GenKeyInfo.html#af87474dd334abdc17f39bf5cc04cc464":[2,0,1,46,4], "classGpgFrontend_1_1GenKeyInfo.html#afd12578dde272902cfbf76368103f95b":[2,0,1,46,6], "classGpgFrontend_1_1GlobalSettingStation.html":[2,0,1,14], -"classGpgFrontend_1_1GlobalSettingStation.html#a001bfe0040dcbf932fb02fddb1617019":[2,0,1,14,11], +"classGpgFrontend_1_1GlobalSettingStation.html#a001bfe0040dcbf932fb02fddb1617019":[2,0,1,14,12], "classGpgFrontend_1_1GlobalSettingStation.html#a0493f07e63b300e272826561bbc6d9f7":[2,0,1,14,6], +"classGpgFrontend_1_1GlobalSettingStation.html#a2733ce88ee759f39bd182e27319e6795":[2,0,1,14,10], "classGpgFrontend_1_1GlobalSettingStation.html#a393186ae479062b007a41485f608636f":[2,0,1,14,3], "classGpgFrontend_1_1GlobalSettingStation.html#a43c472c40896308e7bbc14796b5740af":[2,0,1,14,4], "classGpgFrontend_1_1GlobalSettingStation.html#a6521cacfd63f42558399077f9301e500":[2,0,1,14,9], @@ -113,25 +111,26 @@ var NAVTREEINDEX1 = "classGpgFrontend_1_1GlobalSettingStation.html#a7a7eb68d192184bb2f447abbb4440fec":[2,0,1,14,8], "classGpgFrontend_1_1GlobalSettingStation.html#a7da8fc60ba403d6addd8f671089faeaa":[2,0,1,14,5], "classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0":[2,0,1,14,1], -"classGpgFrontend_1_1GlobalSettingStation.html#ac767d0c3240d366cbb4f5f7e7e6c5562":[2,0,1,14,10], +"classGpgFrontend_1_1GlobalSettingStation.html#ac767d0c3240d366cbb4f5f7e7e6c5562":[2,0,1,14,11], "classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451":[2,0,1,14,2], "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html":[2,0,1,14,0], "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a09a4ced555c4c4c79c8c408c6d31f1ea":[2,0,1,14,0,5], -"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a19d61d462efea0147ea5e10ed49c106d":[2,0,1,14,0,9], -"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4612f0a224cf38c9f4439b4750476b10":[2,0,1,14,0,11], -"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4f164aa1707e6afdef29387b4a644a59":[2,0,1,14,0,15], -"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a67f2e4e8a62d3b34d9f86c9235a35f05":[2,0,1,14,0,13], -"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a7eae19f7ada6914cc566912e74c73221":[2,0,1,14,0,12], -"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a92ca0d1c51d36d8984528ec089280da7":[2,0,1,14,0,14], +"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a19d61d462efea0147ea5e10ed49c106d":[2,0,1,14,0,10], +"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4612f0a224cf38c9f4439b4750476b10":[2,0,1,14,0,12], +"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4f164aa1707e6afdef29387b4a644a59":[2,0,1,14,0,16], +"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a67f2e4e8a62d3b34d9f86c9235a35f05":[2,0,1,14,0,14], +"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a7eae19f7ada6914cc566912e74c73221":[2,0,1,14,0,13], +"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a92ca0d1c51d36d8984528ec089280da7":[2,0,1,14,0,15], "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a9572b3082d5b9f6e08fc7992114b19ce":[2,0,1,14,0,0], -"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a9d047076c437a46c09f1e683d4e99312":[2,0,1,14,0,10], +"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a9d047076c437a46c09f1e683d4e99312":[2,0,1,14,0,11], "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#abc4ed01c7a4cf9c3c7d9a9462027abd0":[2,0,1,14,0,4], "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#abc95158e89167da21c2de6070952c6ad":[2,0,1,14,0,7], -"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ac640f8f0efdce03715ade7fd25fc9837":[2,0,1,14,0,16], +"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ac640f8f0efdce03715ade7fd25fc9837":[2,0,1,14,0,17], "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ad603faf6a2095121cad7ec887ca78bac":[2,0,1,14,0,1], +"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#adb93836c33829dd5d6e04179848a0e8e":[2,0,1,14,0,8], "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae051656e52a286cd9b3a891d82099ce0":[2,0,1,14,0,3], -"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae4bf91a8b0bc4367f611206439b26130":[2,0,1,14,0,8], -"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#aee8c6bc32e4af0a6f7ef19035d810525":[2,0,1,14,0,17], +"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae4bf91a8b0bc4367f611206439b26130":[2,0,1,14,0,9], +"classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#aee8c6bc32e4af0a6f7ef19035d810525":[2,0,1,14,0,18], "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#af067b39bc0926f1189980d26c027a729":[2,0,1,14,0,6], "classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#af14663f21fe65a57fcb557f435a5c561":[2,0,1,14,0,2], "classGpgFrontend_1_1GpgAdvancedOperator.html":[2,0,1,15], @@ -249,5 +248,6 @@ var NAVTREEINDEX1 = "classGpgFrontend_1_1GpgFileOpera.html#a28dc2c1570e10a740aeaa80b3755cee3":[2,0,1,20,14], "classGpgFrontend_1_1GpgFileOpera.html#a53f13bf1b79f155f5196ce5d7dfeaf5e":[2,0,1,20,10], "classGpgFrontend_1_1GpgFileOpera.html#a5534131c79647b29c92ba282c3af7978":[2,0,1,20,2], -"classGpgFrontend_1_1GpgFileOpera.html#a55656f50fca690aec87afe349460b1c7":[2,0,1,20,13] +"classGpgFrontend_1_1GpgFileOpera.html#a55656f50fca690aec87afe349460b1c7":[2,0,1,20,13], +"classGpgFrontend_1_1GpgFileOpera.html#a795be34a8849de70e90b501bd9e952f2":[2,0,1,20,5] }; diff --git a/docs/html/navtreeindex10.js b/docs/html/navtreeindex10.js index f8114bd5..b3428bb7 100644 --- a/docs/html/navtreeindex10.js +++ b/docs/html/navtreeindex10.js @@ -4,7 +4,7 @@ var NAVTREEINDEX10 = "namespaceGpgFrontend.html#a996f730a5f063db494628fbe0bd64f94":[1,0,2,203], "namespaceGpgFrontend.html#a9a490a519b935a1c55039ae8b0cc3cf0":[1,0,2,76], "namespaceGpgFrontend.html#a9a6caca2480e71bb58c178ad1c936d0d":[1,0,2,179], -"namespaceGpgFrontend.html#a9be39741eaea98c723dacb136d977c1e":[1,0,2,223], +"namespaceGpgFrontend.html#a9be39741eaea98c723dacb136d977c1e":[1,0,2,224], "namespaceGpgFrontend.html#a9d46f81ce1ba18ace29027a393c01695":[1,0,2,111], "namespaceGpgFrontend.html#a9eb3f1dfac3cab84bb08712c3953eb61":[1,0,2,177], "namespaceGpgFrontend.html#aa0393307275afa9b4f27f7ff0d74f9ae":[1,0,2,141], @@ -33,13 +33,13 @@ var NAVTREEINDEX10 = "namespaceGpgFrontend.html#ab9e8650a71965e35cb6a763dbf61a048":[1,0,2,86], "namespaceGpgFrontend.html#abb732c46d16c0e6650a2abccd339b828":[1,0,2,131], "namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e":[1,0,2,196], -"namespaceGpgFrontend.html#abd2d1f26e265695f6bdaf23d42f33ddd":[1,0,2,221], +"namespaceGpgFrontend.html#abd2d1f26e265695f6bdaf23d42f33ddd":[1,0,2,222], "namespaceGpgFrontend.html#abdc336cc966afe6c1523cb7751cac9f8":[1,0,2,90], "namespaceGpgFrontend.html#abeb3c754e9529570abe5fef6a97f3c22":[1,0,2,174], "namespaceGpgFrontend.html#ac05bfb7efd56d3012777ed2e8e355a6a":[1,0,2,133], "namespaceGpgFrontend.html#ac194dd440fad5bee3cdfb06404482ded":[1,0,2,74], "namespaceGpgFrontend.html#ac35a1eb416146226f5c6446ab61dbc82":[1,0,2,88], -"namespaceGpgFrontend.html#ac53dc8a86e1175d6d814273963046905":[1,0,2,222], +"namespaceGpgFrontend.html#ac53dc8a86e1175d6d814273963046905":[1,0,2,223], "namespaceGpgFrontend.html#ac6770434e5db32aad4c3f7ab6aecd854":[1,0,2,99], "namespaceGpgFrontend.html#ac75881bd0bf993fa53464dbf76342a39":[1,0,2,115], "namespaceGpgFrontend.html#ac765d356eb5df4d086a41da639928d86":[1,0,2,102], @@ -53,7 +53,7 @@ var NAVTREEINDEX10 = "namespaceGpgFrontend.html#ad437908d506d86137a0d2fdec4c6c957":[1,0,2,109], "namespaceGpgFrontend.html#ad5b2890d3b26624800fa482d23f0e48d":[1,0,2,192], "namespaceGpgFrontend.html#ad6f5f187a7e547c30f899458de0e5714":[1,0,2,182], -"namespaceGpgFrontend.html#ad7811325535b6bd4c2c6fe0597dac7e1":[1,0,2,220], +"namespaceGpgFrontend.html#ad7811325535b6bd4c2c6fe0597dac7e1":[1,0,2,221], "namespaceGpgFrontend.html#ad7de5a924b754ba1d31259d853a06f6a":[1,0,2,150], "namespaceGpgFrontend.html#ad8bf6414391c3be3b1ca3bcb1dc31ed8":[1,0,2,211], "namespaceGpgFrontend.html#ada351a434b8c5643e7ff587bbbda3bc1":[1,0,2,81], @@ -65,7 +65,7 @@ var NAVTREEINDEX10 = "namespaceGpgFrontend.html#ae8e2c74d50d72bb11d1dc4c87a94c38b":[1,0,2,214], "namespaceGpgFrontend.html#ae910f7b068d7bd832bff6bfabed34859":[1,0,2,172], "namespaceGpgFrontend.html#ae9d2d995a9f33b55a3cf5c395aa88b84":[1,0,2,82], -"namespaceGpgFrontend.html#aeecb411d650c7979a5b0fce7c7555658":[1,0,2,224], +"namespaceGpgFrontend.html#aeecb411d650c7979a5b0fce7c7555658":[1,0,2,225], "namespaceGpgFrontend.html#af121a5a19457b89a24e5edcbcde245e5":[1,0,2,159], "namespaceGpgFrontend.html#af20ea48d77ddbb5fd6fb756d23af3b2c":[1,0,2,77], "namespaceGpgFrontend.html#af365d0d6db6a3912dcaac37c0ce3141a":[1,0,2,78], @@ -86,30 +86,33 @@ var NAVTREEINDEX10 = "namespaceGpgFrontend.html#afe1d3dd35d8b9afda0fd95c3791c2ac4ade24610883998aad0c5942df9e905524":[1,0,2,105,0], "namespaceGpgFrontend_1_1Module.html":[1,0,2,0], "namespaceGpgFrontend_1_1Module.html#a0c3d65fe66a8f7e0fc93d0a45a899723":[1,0,2,0,7], -"namespaceGpgFrontend_1_1Module.html#a0dd02118df9de6c1a538d8a4a9910129":[1,0,2,0,29], +"namespaceGpgFrontend_1_1Module.html#a0dd02118df9de6c1a538d8a4a9910129":[1,0,2,0,32], "namespaceGpgFrontend_1_1Module.html#a1effc155d212189da35a2d00d385a2e5":[1,0,2,0,12], "namespaceGpgFrontend_1_1Module.html#a23749acffc7c9b092530eda133175247":[1,0,2,0,22], -"namespaceGpgFrontend_1_1Module.html#a23a586d557162b22ef92dc316deb1edc":[1,0,2,0,30], -"namespaceGpgFrontend_1_1Module.html#a25a2b6107e70c76ab0731f2685d94745":[1,0,2,0,32], +"namespaceGpgFrontend_1_1Module.html#a23a586d557162b22ef92dc316deb1edc":[1,0,2,0,33], +"namespaceGpgFrontend_1_1Module.html#a25a2b6107e70c76ab0731f2685d94745":[1,0,2,0,35], "namespaceGpgFrontend_1_1Module.html#a326305250e96756a0eb3b8683bc836db":[1,0,2,0,14], "namespaceGpgFrontend_1_1Module.html#a32bd9a427f0726a36222753a10395059":[1,0,2,0,21], "namespaceGpgFrontend_1_1Module.html#a340abcd73c766e5691e90e504b3cd975":[1,0,2,0,8], "namespaceGpgFrontend_1_1Module.html#a4d85e8bfe4d6ab0193e59535b0d2ed32":[1,0,2,0,13], "namespaceGpgFrontend_1_1Module.html#a540ad137a43cb000c3b5f200c3edc036":[1,0,2,0,17], -"namespaceGpgFrontend_1_1Module.html#a548ad04674384cf77aad447bc7eeaac0":[1,0,2,0,28], -"namespaceGpgFrontend_1_1Module.html#a5e4614222306688d8c2f36fd4ae23de3":[1,0,2,0,34], +"namespaceGpgFrontend_1_1Module.html#a548ad04674384cf77aad447bc7eeaac0":[1,0,2,0,31], +"namespaceGpgFrontend_1_1Module.html#a5e4614222306688d8c2f36fd4ae23de3":[1,0,2,0,37], +"namespaceGpgFrontend_1_1Module.html#a671a34cf78c3b30c9148383885a767ff":[1,0,2,0,28], "namespaceGpgFrontend_1_1Module.html#a6abb965a4aab039e321111ac39045a56":[1,0,2,0,10], +"namespaceGpgFrontend_1_1Module.html#a6b079a63ef733db932c99757895a5bdb":[1,0,2,0,29], "namespaceGpgFrontend_1_1Module.html#a77e47a91519df4f0df6aaa47ba7e04b5":[1,0,2,0,15], -"namespaceGpgFrontend_1_1Module.html#a7f3912fe331338264ae22e434425f59e":[1,0,2,0,26], +"namespaceGpgFrontend_1_1Module.html#a7f3912fe331338264ae22e434425f59e":[1,0,2,0,27], "namespaceGpgFrontend_1_1Module.html#a82533db0a36b076ebe095b76636b6df8":[1,0,2,0,19], "namespaceGpgFrontend_1_1Module.html#a92a4ccb9246f778143ad3e88d2068d7c":[1,0,2,0,25], "namespaceGpgFrontend_1_1Module.html#a939c65185b5cabe42e5cd187b3238e2c":[1,0,2,0,20], -"namespaceGpgFrontend_1_1Module.html#a9e9ac88fcd1c94018139dbe11ce21e90":[1,0,2,0,31], +"namespaceGpgFrontend_1_1Module.html#a95a3c32ad6b753ea6535c2b299b61b35":[1,0,2,0,26], +"namespaceGpgFrontend_1_1Module.html#a9e9ac88fcd1c94018139dbe11ce21e90":[1,0,2,0,34], "namespaceGpgFrontend_1_1Module.html#aa21d42624d1f3dc14ada7b1f609a132a":[1,0,2,0,16], -"namespaceGpgFrontend_1_1Module.html#aaafda413ba6ccb2e0e5e866f11cf8dc5":[1,0,2,0,27], +"namespaceGpgFrontend_1_1Module.html#aaafda413ba6ccb2e0e5e866f11cf8dc5":[1,0,2,0,30], "namespaceGpgFrontend_1_1Module.html#ab93c267b476f6d61f9d4063e3242520a":[1,0,2,0,11], "namespaceGpgFrontend_1_1Module.html#aca4d4541b62bdd408e60d25ac9d77831":[1,0,2,0,18], -"namespaceGpgFrontend_1_1Module.html#accf5a43c8a79876c005b9d287e8ff245":[1,0,2,0,33], +"namespaceGpgFrontend_1_1Module.html#accf5a43c8a79876c005b9d287e8ff245":[1,0,2,0,36], "namespaceGpgFrontend_1_1Module.html#ad158f92b60cffde02f5d5560fd094d5e":[1,0,2,0,9], "namespaceGpgFrontend_1_1Module.html#ad603c5872c4d356cb59b70b63b99126c":[1,0,2,0,23], "namespaceGpgFrontend_1_1Module.html#af88df9c72a7e6ec8dede9afc7234aca7":[1,0,2,0,24], @@ -246,8 +249,5 @@ var NAVTREEINDEX10 = "structGpgFrontend_1_1GpgContextInitArgs.html#a2b09f18f4f10ca44370ed204d19de122":[2,0,1,18,6], "structGpgFrontend_1_1GpgContextInitArgs.html#a33cd883333581952ae49784ae86edae7":[2,0,1,18,4], "structGpgFrontend_1_1GpgContextInitArgs.html#a5f65e909a4fdb918a55a6e92193356af":[2,0,1,18,3], -"structGpgFrontend_1_1GpgContextInitArgs.html#aa46e72b29dd89211f468047f45a7a31d":[2,0,1,18,1], -"structGpgFrontend_1_1GpgContextInitArgs.html#af63aa7579ac72c2b014816e44111d42d":[2,0,1,18,2], -"structGpgFrontend_1_1GpgData_1_1DataRefDeleter.html":[2,0,1,42,0], -"structGpgFrontend_1_1GpgData_1_1DataRefDeleter.html#afc954de96589a5bd24f69fd95eb00000":[2,0,1,42,0,0] +"structGpgFrontend_1_1GpgContextInitArgs.html#aa46e72b29dd89211f468047f45a7a31d":[2,0,1,18,1] }; diff --git a/docs/html/navtreeindex11.js b/docs/html/navtreeindex11.js index 406a035f..cc7f42d7 100644 --- a/docs/html/navtreeindex11.js +++ b/docs/html/navtreeindex11.js @@ -1,5 +1,8 @@ var NAVTREEINDEX11 = { +"structGpgFrontend_1_1GpgContextInitArgs.html#af63aa7579ac72c2b014816e44111d42d":[2,0,1,18,2], +"structGpgFrontend_1_1GpgData_1_1DataRefDeleter.html":[2,0,1,42,0], +"structGpgFrontend_1_1GpgData_1_1DataRefDeleter.html#afc954de96589a5bd24f69fd95eb00000":[2,0,1,42,0,0], "structGpgFrontend_1_1GpgFrontendContext.html":[2,0,1,61], "structGpgFrontend_1_1GpgFrontendContext.html#a233764b56e64e4ddc5358b37c4043aa8":[2,0,1,61,7], "structGpgFrontend_1_1GpgFrontendContext.html#a2f00185f46fe7c5f0c532591a70818e1":[2,0,1,61,9], @@ -189,25 +192,25 @@ var NAVTREEINDEX11 = "structfmt_1_1formatter_3_01QByteArray_01_4.html":[2,0,0,1], "structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,4], "structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,2], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,0], "structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,1], "structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,3], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,0], "structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,6], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,9], "structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,7], "structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,5], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,9], "structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,8], "structfmt_1_1formatter_3_01QString_01_4.html":[2,0,0,0], -"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,7], -"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,9], -"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,5], -"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,6], "structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,8], +"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,6], +"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,5], +"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,9], +"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,7], "structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,3], -"structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,0], -"structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,4], "structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,1], "structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,2], +"structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,4], +"structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,0], "structpinentry.html":[2,0,12], "structpinentry.html#a01d023d70058225507186078938e26f7":[2,0,12,32], "structpinentry.html#a0246a61cab9de3ab251b0d481a2e0f55":[2,0,12,56], @@ -246,8 +249,5 @@ var NAVTREEINDEX11 = "structpinentry.html#a879bd98959f2681f32771838864d8c4a":[2,0,12,5], "structpinentry.html#a8befa3521f3c8501a24d456aa18b709c":[2,0,12,15], "structpinentry.html#a907d7456f3cca42bb48975ee5690d485":[2,0,12,57], -"structpinentry.html#a9c8b307eeab74d3c6156367a25660f42":[2,0,12,7], -"structpinentry.html#aa1e0a0c2e5fe5024cb7be0ceaa39a0b7":[2,0,12,12], -"structpinentry.html#aab4bfb093759f3615548f144ef36f15e":[2,0,12,26], -"structpinentry.html#aad573405fc223ec450e13e709d11ab29":[2,0,12,35] +"structpinentry.html#a9c8b307eeab74d3c6156367a25660f42":[2,0,12,7] }; diff --git a/docs/html/navtreeindex12.js b/docs/html/navtreeindex12.js index 5724df79..a990bfe9 100644 --- a/docs/html/navtreeindex12.js +++ b/docs/html/navtreeindex12.js @@ -1,5 +1,8 @@ var NAVTREEINDEX12 = { +"structpinentry.html#aa1e0a0c2e5fe5024cb7be0ceaa39a0b7":[2,0,12,12], +"structpinentry.html#aab4bfb093759f3615548f144ef36f15e":[2,0,12,26], +"structpinentry.html#aad573405fc223ec450e13e709d11ab29":[2,0,12,35], "structpinentry.html#aaebac3c32a6152b435409e73d11bbbf9":[2,0,12,40], "structpinentry.html#ab10d5d3a4fb70607de8c7d3cd38ea8ef":[2,0,12,50], "structpinentry.html#ab65b78857065eed81845b62a9c8e3225":[2,0,12,13], @@ -32,5 +35,8 @@ var NAVTREEINDEX12 = "structsecmem_1_1alloc_1_1rebind.html":[2,0,2,0,0], "structsecmem_1_1alloc_1_1rebind.html#ad8d07ef1da80f557d0814db49a919b14":[2,0,2,0,0,0], "ver__check_2GFModuleExport_8h_source.html":[3,0,0,1,0,1,0], -"ver__check_2QtLoggerFmt_8h_source.html":[3,0,0,1,0,1,1] +"ver__check_2QtLoggerFmt_8h_source.html":[3,0,0,1,0,1,1], +"":[1,0,0], +"":[1,0,1], +"":[1,0,3] }; diff --git a/docs/html/navtreeindex2.js b/docs/html/navtreeindex2.js index 2577fe7d..40013349 100644 --- a/docs/html/navtreeindex2.js +++ b/docs/html/navtreeindex2.js @@ -1,6 +1,5 @@ var NAVTREEINDEX2 = { -"classGpgFrontend_1_1GpgFileOpera.html#a795be34a8849de70e90b501bd9e952f2":[2,0,1,20,5], "classGpgFrontend_1_1GpgFileOpera.html#a891024cb4fdd7e9163421d7893c43ef3":[2,0,1,20,12], "classGpgFrontend_1_1GpgFileOpera.html#a9511b6a128a6228ebca47ae637c44e55":[2,0,1,20,20], "classGpgFrontend_1_1GpgFileOpera.html#a9915c91131e4935679b25ef51c2544b1":[2,0,1,20,16], @@ -249,5 +248,6 @@ var NAVTREEINDEX2 = "classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e":[2,0,1,54,7], "classGpgFrontend_1_1GpgSubKey.html#abb52ea637dffabfa2755497dc0892e84":[2,0,1,54,25], "classGpgFrontend_1_1GpgSubKey.html#ac3e89f13273f8a7743f47e2ddd1e479e":[2,0,1,54,19], -"classGpgFrontend_1_1GpgSubKey.html#aca8af7e3c71de89b753ff72504dfc5c9":[2,0,1,54,23] +"classGpgFrontend_1_1GpgSubKey.html#aca8af7e3c71de89b753ff72504dfc5c9":[2,0,1,54,23], +"classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6":[2,0,1,54,5] }; diff --git a/docs/html/navtreeindex3.js b/docs/html/navtreeindex3.js index cc477661..da721916 100644 --- a/docs/html/navtreeindex3.js +++ b/docs/html/navtreeindex3.js @@ -1,6 +1,5 @@ var NAVTREEINDEX3 = { -"classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6":[2,0,1,54,5], "classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5":[2,0,1,54,3], "classGpgFrontend_1_1GpgSubKey.html#adb9d23a5ba193a553ef83203cf763f25":[2,0,1,54,13], "classGpgFrontend_1_1GpgSubKey.html#af305996f419fef0dde7aa2a1b58ecd5f":[2,0,1,54,15], @@ -249,5 +248,6 @@ var NAVTREEINDEX3 = "classGpgFrontend_1_1Module_1_1ModuleManager.html#af4f2570fbed76fb484e9ec5d3e8b703b":[2,0,1,0,6,4], "classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html":[2,0,1,0,6,0], "classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a0802bc4e2a177a5eb0a3fb2ea80bd739":[2,0,1,0,6,0,1], -"classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a08a6d06da083c96e12c6117eeb1a9d73":[2,0,1,0,6,0,14] +"classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a08a6d06da083c96e12c6117eeb1a9d73":[2,0,1,0,6,0,14], +"classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a3075eef2bb18d65e051d4ccb6c601a69":[2,0,1,0,6,0,19] }; diff --git a/docs/html/navtreeindex4.js b/docs/html/navtreeindex4.js index cd87b1ba..a78035e6 100644 --- a/docs/html/navtreeindex4.js +++ b/docs/html/navtreeindex4.js @@ -1,6 +1,5 @@ var NAVTREEINDEX4 = { -"classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a3075eef2bb18d65e051d4ccb6c601a69":[2,0,1,0,6,0,19], "classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a41f8154e4d1e211cc1dbc9ba5d847e89":[2,0,1,0,6,0,17], "classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a56dc1b8575049fe79ac696309839748c":[2,0,1,0,6,0,3], "classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a61e2aa9cc72619426fd957b4945c593e":[2,0,1,0,6,0,2], @@ -249,5 +248,6 @@ var NAVTREEINDEX4 = "classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a":[2,0,1,3,53,18], "classGpgFrontend_1_1UI_1_1CommonUtils.html#a0cf35e9d02ff3464cb83435a61d060c2":[2,0,1,3,53,9], "classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28":[2,0,1,3,53,11], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a2eb678ee01d3b6e1c0d8f90345712644":[2,0,1,3,53,8] +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a2eb678ee01d3b6e1c0d8f90345712644":[2,0,1,3,53,8], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a":[2,0,1,3,53,20] }; diff --git a/docs/html/navtreeindex5.js b/docs/html/navtreeindex5.js index e676efdf..0dabc2d2 100644 --- a/docs/html/navtreeindex5.js +++ b/docs/html/navtreeindex5.js @@ -1,6 +1,5 @@ var NAVTREEINDEX5 = { -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a":[2,0,1,3,53,20], "classGpgFrontend_1_1UI_1_1CommonUtils.html#a39fbfbc9ab39581330a02d9cb54e6e4d":[2,0,1,3,53,16], "classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc0d817e2083cc262f4fb2c65027442":[2,0,1,3,53,7], "classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc9e91daa0d3c4ee4141ba4bd8726bb":[2,0,1,3,53,12], @@ -168,12 +167,12 @@ var NAVTREEINDEX5 = "classGpgFrontend_1_1UI_1_1GenerateRevokeCertification.html#ad154257fc89d6642854e30e9b4b5693e":[2,0,1,3,37,0], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html":[2,0,1,3,1], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a04611d5160fcc6ef36f6fce8dd94c645":[2,0,1,3,1,1], +"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b":[2,0,1,3,1,4], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a296dd2fd013f34e7fb389a36bbcaa78e":[2,0,1,3,1,3], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83":[2,0,1,3,1,7], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c":[2,0,1,3,1,6], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6040ef897e3fd82d4cec3c6802a5aa6a":[2,0,1,3,1,12], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a626c30712552f1c7fdf69d1d13d7b303":[2,0,1,3,1,9], -"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a67c4bc7a4e0d76c610267b86612ba5b6":[2,0,1,3,1,4], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e":[2,0,1,3,1,5], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a8950c4389f4bbc4a3e62d769d6d14dc4":[2,0,1,3,1,11], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a917cf89e7920c1c5d7d8070b53bd49fc":[2,0,1,3,1,8], @@ -249,5 +248,6 @@ var NAVTREEINDEX5 = "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc":[2,0,1,3,14,26], "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76":[2,0,1,3,14,7], "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc":[2,0,1,3,14,8], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f":[2,0,1,3,14,11] +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f":[2,0,1,3,14,11], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28":[2,0,1,3,14,1] }; diff --git a/docs/html/navtreeindex6.js b/docs/html/navtreeindex6.js index 604dc9d8..186b8e5d 100644 --- a/docs/html/navtreeindex6.js +++ b/docs/html/navtreeindex6.js @@ -1,6 +1,5 @@ var NAVTREEINDEX6 = { -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28":[2,0,1,3,14,1], "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514":[2,0,1,3,14,13], "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aff131dd6f7178c63ef2e2f85d30828a2":[2,0,1,3,14,28], "classGpgFrontend_1_1UI_1_1KeyGenPage.html":[2,0,1,3,35], @@ -249,5 +248,6 @@ var NAVTREEINDEX6 = "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a3adcb012ca6a6c08c65b94ab301eba27":[2,0,1,3,48,8], "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a5e1fb2810c4b07bd9d8c6fe11c72c526":[2,0,1,3,48,7], "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a857152c19538b833f8945e2e68c6fe1b":[2,0,1,3,48,3], -"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac0c91559fa74b01a5b6d9cf925727339":[2,0,1,3,48,1] +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac0c91559fa74b01a5b6d9cf925727339":[2,0,1,3,48,1], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#acc4979fdc2daa3c0805754a725969aa3":[2,0,1,3,48,2] }; diff --git a/docs/html/navtreeindex7.js b/docs/html/navtreeindex7.js index 9658cc54..8d3662e1 100644 --- a/docs/html/navtreeindex7.js +++ b/docs/html/navtreeindex7.js @@ -1,6 +1,5 @@ var NAVTREEINDEX7 = { -"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#acc4979fdc2daa3c0805754a725969aa3":[2,0,1,3,48,2], "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#af24ff4c57d63e831324ca6075b86ae8b":[2,0,1,3,48,6], "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#afd28e55f5fa19fbaa0f1f430abd3c07d":[2,0,1,3,48,0], "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html":[2,0,1,3,49], @@ -249,5 +248,6 @@ var NAVTREEINDEX7 = "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,1,3,66,5], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[2,0,1,3,66,6], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db":[2,0,1,3,66,12], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[2,0,1,3,66,1] +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[2,0,1,3,66,1], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a":[2,0,1,3,66,8] }; diff --git a/docs/html/navtreeindex8.js b/docs/html/navtreeindex8.js index 51387f60..d3744afb 100644 --- a/docs/html/navtreeindex8.js +++ b/docs/html/navtreeindex8.js @@ -1,6 +1,5 @@ var NAVTREEINDEX8 = { -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a":[2,0,1,3,66,8], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4":[2,0,1,3,66,9], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf":[2,0,1,3,66,2], "classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html":[2,0,1,3,51], @@ -249,5 +248,6 @@ var NAVTREEINDEX8 = "classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143a4285b0cd9faf99584dea1b20b81eb4a2":[2,0,14,2,2], "classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143a8e3454c439c642eb78522bf43cd23258":[2,0,14,2,0], "classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143ab37c4cbae4e1b2d8b41617a230cf96fd":[2,0,14,2,1], -"classPinLineEdit.html":[2,0,15] +"classPinLineEdit.html":[2,0,15], +"classPinLineEdit.html#a14dd3fe7ed64aedfdeee1ba548a3c93b":[2,0,15,5] }; diff --git a/docs/html/navtreeindex9.js b/docs/html/navtreeindex9.js index 11953968..2fd0a91d 100644 --- a/docs/html/navtreeindex9.js +++ b/docs/html/navtreeindex9.js @@ -1,6 +1,5 @@ var NAVTREEINDEX9 = { -"classPinLineEdit.html#a14dd3fe7ed64aedfdeee1ba548a3c93b":[2,0,15,5], "classPinLineEdit.html#a3796ecd17df54cdccfbde9453ebd69fb":[2,0,15,7], "classPinLineEdit.html#a3c29b7adea5c2463159f3fc11d8a655c":[2,0,15,10], "classPinLineEdit.html#a47414dfacbd27a27f34461826827b0a8":[2,0,15,11], @@ -108,15 +107,15 @@ var NAVTREEINDEX9 = "dir_fc6c58bf49530122ab17df13a9869378.html":[3,0,0,0,0,2], "dir_fd71accbf528c1576ca21e7ec5716833.html":[3,0,0,0,4], "files.html":[3,0], -"functions.html":[2,3,0,0], "functions.html":[2,3,0], +"functions.html":[2,3,0,0], "functions_b.html":[2,3,0,1], "functions_c.html":[2,3,0,2], "functions_d.html":[2,3,0,3], "functions_e.html":[2,3,0,4], "functions_f.html":[2,3,0,5], -"functions_func.html":[2,3,1], "functions_func.html":[2,3,1,0], +"functions_func.html":[2,3,1], "functions_func_c.html":[2,3,1,1], "functions_func_d.html":[2,3,1,2], "functions_func_e.html":[2,3,1,3], @@ -160,8 +159,8 @@ var NAVTREEINDEX9 = "gpg__info_2GFModuleExport_8h_source.html":[3,0,0,1,0,0,0], "gpg__info_2QtLoggerFmt_8h_source.html":[3,0,0,1,0,0,3], "hierarchy.html":[2,2], -"index.html":[], "index.html":[0], +"index.html":[], "init_8h_source.html":[3,0,0,8], "main_8h_source.html":[3,0,0,9], "namespaceGpgFrontend.html":[1,0,2], @@ -172,7 +171,7 @@ var NAVTREEINDEX9 = "namespaceGpgFrontend.html#a0781ebc8c308a3bade1174355f9a0ff2":[1,0,2,138], "namespaceGpgFrontend.html#a0a45485ea151b17c4eb756f929940a08":[1,0,2,185], "namespaceGpgFrontend.html#a0c14f6d43175fadd9180621cffddcba5":[1,0,2,79], -"namespaceGpgFrontend.html#a0d3c3d137aca0e2168efa3c9c86a428a":[1,0,2,219], +"namespaceGpgFrontend.html#a0d3c3d137aca0e2168efa3c9c86a428a":[1,0,2,220], "namespaceGpgFrontend.html#a0dd4be5ef35dd33df1497afec238778b":[1,0,2,143], "namespaceGpgFrontend.html#a0f6c508ed7db841c0eaf5907c7612ff6":[1,0,2,128], "namespaceGpgFrontend.html#a0f9d6483641fbea3af87addf155b1d67":[1,0,2,160], @@ -188,14 +187,14 @@ var NAVTREEINDEX9 = "namespaceGpgFrontend.html#a24f0cdb48363f99db7cbb7312a9965d4":[1,0,2,65], "namespaceGpgFrontend.html#a250ad950f8337bf5b7c4e35cd7a12ece":[1,0,2,163], "namespaceGpgFrontend.html#a253c30d60238c5c0ed1545d0c7bf31de":[1,0,2,169], -"namespaceGpgFrontend.html#a26ae744ec7069879c3c1de36f62ab88c":[1,0,2,225], +"namespaceGpgFrontend.html#a26ae744ec7069879c3c1de36f62ab88c":[1,0,2,226], "namespaceGpgFrontend.html#a29569a0fa7a10edd50e2383a6ad3baa8":[1,0,2,137], "namespaceGpgFrontend.html#a298d0e911d189337157b1b23bc94d864":[1,0,2,123], "namespaceGpgFrontend.html#a2b70b63c5a2173e62168123f6a2ad3da":[1,0,2,162], "namespaceGpgFrontend.html#a2d302c8892e6d6505a86db40131d88c8":[1,0,2,204], "namespaceGpgFrontend.html#a2e06a0e88cef1c101977144ab8c7d324":[1,0,2,93], "namespaceGpgFrontend.html#a2e3c816e22fd5e2728ca02ca65b4e248":[1,0,2,186], -"namespaceGpgFrontend.html#a2e3fbfe1404b1f9d140d4177fd93e449":[1,0,2,216], +"namespaceGpgFrontend.html#a2e3fbfe1404b1f9d140d4177fd93e449":[1,0,2,217], "namespaceGpgFrontend.html#a3025370b8e98cbb40c3a0c420162e5a1":[1,0,2,145], "namespaceGpgFrontend.html#a30710220097d61cff8bc59c3e643d87f":[1,0,2,200], "namespaceGpgFrontend.html#a316a209be1a4c403426c77b029e319fc":[1,0,2,170], @@ -213,10 +212,10 @@ var NAVTREEINDEX9 = "namespaceGpgFrontend.html#a4c2a4a157e45e169682a99d7f5130dc0":[1,0,2,175], "namespaceGpgFrontend.html#a4d05b4cdd90b01bb59d887e43df39e69":[1,0,2,194], "namespaceGpgFrontend.html#a4df3f25e93d16e2dc60c7d680c22dcb9":[1,0,2,207], -"namespaceGpgFrontend.html#a4e41e71a81a822bd7b4949493de13321":[1,0,2,217], +"namespaceGpgFrontend.html#a4e41e71a81a822bd7b4949493de13321":[1,0,2,218], "namespaceGpgFrontend.html#a4e780b0a2bddd1ce8735d3fa36dbfa86":[1,0,2,205], "namespaceGpgFrontend.html#a513719e9188327e5b773533156afb2cc":[1,0,2,106], -"namespaceGpgFrontend.html#a51a984685dad4a268877a335cc99df16":[1,0,2,218], +"namespaceGpgFrontend.html#a51a984685dad4a268877a335cc99df16":[1,0,2,219], "namespaceGpgFrontend.html#a54baa8d3ea3843c907a7644a85cb9699":[1,0,2,104], "namespaceGpgFrontend.html#a55cb4bfd03e1f0f55bc0c3e4e7630dd2":[1,0,2,149], "namespaceGpgFrontend.html#a5873ec4eb8faca93ab83780d9bcfe3a6":[1,0,2,155], @@ -238,6 +237,7 @@ var NAVTREEINDEX9 = "namespaceGpgFrontend.html#a7a6ec562e4deb109d575f0e6baa66ffe":[1,0,2,144], "namespaceGpgFrontend.html#a7afb2f49f666ad2ad4c0decd7a30098c":[1,0,2,92], "namespaceGpgFrontend.html#a7dc46cc9459f510afaddc0861d87c72b":[1,0,2,153], +"namespaceGpgFrontend.html#a7fb4ed8e1e0e5bd61173ef88609dc047":[1,0,2,216], "namespaceGpgFrontend.html#a7ffad7330067c9ab03842c656fa199f4":[1,0,2,165], "namespaceGpgFrontend.html#a80a8da094435f1d6ff7275024f58b0ee":[1,0,2,178], "namespaceGpgFrontend.html#a820d6ec2f05b8dba4d72b4d73839219f":[1,0,2,125], diff --git a/docs/html/search/all_10.js b/docs/html/search/all_10.js index dedda393..7f3e8b56 100644 --- a/docs/html/search/all_10.js +++ b/docs/html/search/all_10.js @@ -1,40 +1,40 @@ var searchData= [ - ['raisefailuremessagebox_549',['RaiseFailureMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc0d817e2083cc262f4fb2c65027442',1,'GpgFrontend::UI::CommonUtils']]], - ['raisemessagebox_550',['RaiseMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a2eb678ee01d3b6e1c0d8f90345712644',1,'GpgFrontend::UI::CommonUtils']]], - ['raisepinentry_551',['RaisePinentry',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html',1,'GpgFrontend::UI::RaisePinentry'],['../classGpgFrontend_1_1UI_1_1RaisePinentry.html#acce90910b541e1f8b3409d22ed5dbd98',1,'GpgFrontend::UI::RaisePinentry::RaisePinentry()']]], - ['rd_5f_552',['rd_',['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator']]], - ['read2gfbuffer_553',['Read2GFBuffer',['../classGpgFrontend_1_1GpgData.html#a7e59c37c350caa54424ec8a4e2a2e7a2',1,'GpgFrontend::GpgData']]], - ['readdone_554',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['readfile_555',['ReadFile',['../namespaceGpgFrontend.html#a253c30d60238c5c0ed1545d0c7bf31de',1,'GpgFrontend']]], - ['readfilegfbuffer_556',['ReadFileGFBuffer',['../namespaceGpgFrontend.html#a316a209be1a4c403426c77b029e319fc',1,'GpgFrontend']]], - ['rebind_557',['rebind',['../structsecmem_1_1alloc_1_1rebind.html',1,'secmem::alloc']]], - ['redo_5fact_5f_558',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]], - ['refdeleter_559',['RefDeleter',['../structGpgFrontend_1_1RefDeleter.html',1,'GpgFrontend']]], - ['refresh_560',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], - ['refresh_5finfo_5fboard_561',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#aec857a0eb461ce71c4535f5d71e7aaee',1,'GpgFrontend::UI']]], - ['refresh_5fkeys_5ffrom_5fkey_5fserver_562',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], - ['refresh_5fwidgets_5fstate_563',['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()']]], - ['register_5fcache_5fkey_564',['register_cache_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#ab8723181823b8c3c3b1dd5f333c0f196',1,'GpgFrontend::CacheManager::Impl']]], - ['registerasynclogger_565',['RegisterAsyncLogger',['../namespaceGpgFrontend.html#a5b02173b14e6ea7c0eee0e23e6bc879f',1,'GpgFrontend']]], - ['registersynclogger_566',['RegisterSyncLogger',['../namespaceGpgFrontend.html#ae910f7b068d7bd832bff6bfabed34859',1,'GpgFrontend']]], - ['registertask_567',['RegisterTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a31a08bfcc288cc70be93de991841d9f9',1,'GpgFrontend::Thread::TaskRunner']]], - ['releasechannel_568',['ReleaseChannel',['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()']]], - ['reloadgpgcomponents_569',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#acac2e0b60aec9e02b7dd5be6d37f0b31',1,'GpgFrontend::GpgAdvancedOperator']]], - ['resetcache_570',['ResetCache',['../classGpgFrontend_1_1CacheManager.html#a5600c892efc29bcf3279fa4d9447d328',1,'GpgFrontend::CacheManager']]], - ['resetcachevalue_571',['ResetCacheValue',['../namespaceGpgFrontend.html#a1fad8d31c148bf81a9bea45b2918b9e5',1,'GpgFrontend']]], - ['resetconfigures_572',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a62a1e0d0eeef7ecbd43c261b77c393e1',1,'GpgFrontend::GpgAdvancedOperator']]], - ['resetdurablecache_573',['ResetDurableCache',['../classGpgFrontend_1_1CacheManager.html#a62c3f25d8c897c10acf7dc8faf792906',1,'GpgFrontend::CacheManager']]], - ['resetoptionactionsmenu_574',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['restartgpgcomponents_575',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a224daa8424245db4ea6be831ef791f8d',1,'GpgFrontend::GpgAdvancedOperator']]], - ['restore_5fsettings_576',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], - ['revsign_577',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#a85c5ca9f31480fe3351c056b92b0aa12',1,'GpgFrontend::GpgKeyManager']]], - ['revuid_578',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a9b34da410125ab866e40b047298a9caa',1,'GpgFrontend::GpgUIDOperator']]], - ['rtnode_579',['RTNode',['../structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl']]], - ['run_580',['Run',['../classGpgFrontend_1_1Thread_1_1Task.html#ab3e3d4206efeeff5d3d6f1b5f0c60ab2',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#abd8f62be2b544d0fc8bbb1e5b7b3de9b',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a0c58343f261ff4304868f314f03ca658',1,'GpgFrontend::UI::ProxyConnectionTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a3f0a9f8c46e7495b654f297594de8ea3',1,'GpgFrontend::UI::ListedKeyServerTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a2a1a60dc9e87755ed77a2e6318b23115',1,'GpgFrontend::UI::KeyServerSearchTask::Run()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#acc4979fdc2daa3c0805754a725969aa3',1,'GpgFrontend::UI::KeyServerImportTask::Run()'],['../classVersionCheckTask.html#a8750568dd3031821d30bf436068cc75c',1,'VersionCheckTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#af57e2e511eb44f755d1bfc62898f433d',1,'GpgFrontend::Thread::Task::Impl::Run()']]], - ['rungpgfrontendui_581',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ac53b300d580dcb56188aaed68c3de755',1,'GpgFrontend::UI']]], - ['rungpgoperaasync_582',['RunGpgOperaAsync',['../namespaceGpgFrontend.html#abeb3c754e9529570abe5fef6a97f3c22',1,'GpgFrontend']]], - ['rungpgoperasync_583',['RunGpgOperaSync',['../namespaceGpgFrontend.html#a4c2a4a157e45e169682a99d7f5130dc0',1,'GpgFrontend']]], - ['runiooperaasync_584',['RunIOOperaAsync',['../namespaceGpgFrontend.html#a6a865c31afb5384811ed69b72c31ad8c',1,'GpgFrontend']]], - ['runoperaasync_585',['RunOperaAsync',['../namespaceGpgFrontend.html#a9eb3f1dfac3cab84bb08712c3953eb61',1,'GpgFrontend']]] + ['raisefailuremessagebox_550',['RaiseFailureMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc0d817e2083cc262f4fb2c65027442',1,'GpgFrontend::UI::CommonUtils']]], + ['raisemessagebox_551',['RaiseMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a2eb678ee01d3b6e1c0d8f90345712644',1,'GpgFrontend::UI::CommonUtils']]], + ['raisepinentry_552',['RaisePinentry',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html',1,'GpgFrontend::UI::RaisePinentry'],['../classGpgFrontend_1_1UI_1_1RaisePinentry.html#acce90910b541e1f8b3409d22ed5dbd98',1,'GpgFrontend::UI::RaisePinentry::RaisePinentry()']]], + ['rd_5f_553',['rd_',['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator']]], + ['read2gfbuffer_554',['Read2GFBuffer',['../classGpgFrontend_1_1GpgData.html#a7e59c37c350caa54424ec8a4e2a2e7a2',1,'GpgFrontend::GpgData']]], + ['readdone_555',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['readfile_556',['ReadFile',['../namespaceGpgFrontend.html#a253c30d60238c5c0ed1545d0c7bf31de',1,'GpgFrontend']]], + ['readfilegfbuffer_557',['ReadFileGFBuffer',['../namespaceGpgFrontend.html#a316a209be1a4c403426c77b029e319fc',1,'GpgFrontend']]], + ['rebind_558',['rebind',['../structsecmem_1_1alloc_1_1rebind.html',1,'secmem::alloc']]], + ['redo_5fact_5f_559',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]], + ['refdeleter_560',['RefDeleter',['../structGpgFrontend_1_1RefDeleter.html',1,'GpgFrontend']]], + ['refresh_561',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], + ['refresh_5finfo_5fboard_562',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#aec857a0eb461ce71c4535f5d71e7aaee',1,'GpgFrontend::UI']]], + ['refresh_5fkeys_5ffrom_5fkey_5fserver_563',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], + ['refresh_5fwidgets_5fstate_564',['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()']]], + ['register_5fcache_5fkey_565',['register_cache_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#ab8723181823b8c3c3b1dd5f333c0f196',1,'GpgFrontend::CacheManager::Impl']]], + ['registerasynclogger_566',['RegisterAsyncLogger',['../namespaceGpgFrontend.html#a5b02173b14e6ea7c0eee0e23e6bc879f',1,'GpgFrontend']]], + ['registersynclogger_567',['RegisterSyncLogger',['../namespaceGpgFrontend.html#ae910f7b068d7bd832bff6bfabed34859',1,'GpgFrontend']]], + ['registertask_568',['RegisterTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a31a08bfcc288cc70be93de991841d9f9',1,'GpgFrontend::Thread::TaskRunner']]], + ['releasechannel_569',['ReleaseChannel',['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()']]], + ['reloadgpgcomponents_570',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#acac2e0b60aec9e02b7dd5be6d37f0b31',1,'GpgFrontend::GpgAdvancedOperator']]], + ['resetcache_571',['ResetCache',['../classGpgFrontend_1_1CacheManager.html#a5600c892efc29bcf3279fa4d9447d328',1,'GpgFrontend::CacheManager']]], + ['resetcachevalue_572',['ResetCacheValue',['../namespaceGpgFrontend.html#a1fad8d31c148bf81a9bea45b2918b9e5',1,'GpgFrontend']]], + ['resetconfigures_573',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a62a1e0d0eeef7ecbd43c261b77c393e1',1,'GpgFrontend::GpgAdvancedOperator']]], + ['resetdurablecache_574',['ResetDurableCache',['../classGpgFrontend_1_1CacheManager.html#a62c3f25d8c897c10acf7dc8faf792906',1,'GpgFrontend::CacheManager']]], + ['resetoptionactionsmenu_575',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['restartgpgcomponents_576',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a224daa8424245db4ea6be831ef791f8d',1,'GpgFrontend::GpgAdvancedOperator']]], + ['restore_5fsettings_577',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], + ['revsign_578',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#a85c5ca9f31480fe3351c056b92b0aa12',1,'GpgFrontend::GpgKeyManager']]], + ['revuid_579',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a9b34da410125ab866e40b047298a9caa',1,'GpgFrontend::GpgUIDOperator']]], + ['rtnode_580',['RTNode',['../structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl']]], + ['run_581',['Run',['../classGpgFrontend_1_1Thread_1_1Task.html#ab3e3d4206efeeff5d3d6f1b5f0c60ab2',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#abd8f62be2b544d0fc8bbb1e5b7b3de9b',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a0c58343f261ff4304868f314f03ca658',1,'GpgFrontend::UI::ProxyConnectionTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a3f0a9f8c46e7495b654f297594de8ea3',1,'GpgFrontend::UI::ListedKeyServerTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a2a1a60dc9e87755ed77a2e6318b23115',1,'GpgFrontend::UI::KeyServerSearchTask::Run()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#acc4979fdc2daa3c0805754a725969aa3',1,'GpgFrontend::UI::KeyServerImportTask::Run()'],['../classVersionCheckTask.html#a8750568dd3031821d30bf436068cc75c',1,'VersionCheckTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#af57e2e511eb44f755d1bfc62898f433d',1,'GpgFrontend::Thread::Task::Impl::Run()']]], + ['rungpgfrontendui_582',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ac53b300d580dcb56188aaed68c3de755',1,'GpgFrontend::UI']]], + ['rungpgoperaasync_583',['RunGpgOperaAsync',['../namespaceGpgFrontend.html#abeb3c754e9529570abe5fef6a97f3c22',1,'GpgFrontend']]], + ['rungpgoperasync_584',['RunGpgOperaSync',['../namespaceGpgFrontend.html#a4c2a4a157e45e169682a99d7f5130dc0',1,'GpgFrontend']]], + ['runiooperaasync_585',['RunIOOperaAsync',['../namespaceGpgFrontend.html#a6a865c31afb5384811ed69b72c31ad8c',1,'GpgFrontend']]], + ['runoperaasync_586',['RunOperaAsync',['../namespaceGpgFrontend.html#a9eb3f1dfac3cab84bb08712c3953eb61',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/all_11.js b/docs/html/search/all_11.js index 566590e7..1610547d 100644 --- a/docs/html/search/all_11.js +++ b/docs/html/search/all_11.js @@ -1,221 +1,221 @@ var searchData= [ - ['safelyrun_586',['SafelyRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a3983635b9bcb8d7ec84d97109dddacec',1,'GpgFrontend::Thread::Task']]], - ['save_5fact_5f_587',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], - ['save_5fas_5fact_5f_588',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], - ['save_5ffile_589',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], - ['savecache_590',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#ac7e6ac02327d98eff60817bde774b872',1,'GpgFrontend::CacheManager']]], - ['savedurablecache_591',['SaveDurableCache',['../classGpgFrontend_1_1CacheManager.html#ac000be202e836c85f505f8d9808e0f89',1,'GpgFrontend::CacheManager']]], - ['securemalloc_592',['SecureMalloc',['../namespaceGpgFrontend.html#afd01101bc53f022b7d4790c6855762c4',1,'GpgFrontend']]], - ['securemallocastype_593',['SecureMallocAsType',['../namespaceGpgFrontend.html#a398baf5153c1eb3534729d11edb01f9c',1,'GpgFrontend']]], - ['securememoryallocator_594',['SecureMemoryAllocator',['../classGpgFrontend_1_1SecureMemoryAllocator.html',1,'GpgFrontend']]], - ['secureobjectdeleter_595',['SecureObjectDeleter',['../structGpgFrontend_1_1SecureObjectDeleter.html',1,'GpgFrontend']]], - ['securerealloc_596',['SecureRealloc',['../namespaceGpgFrontend.html#a5e86f89a31d6514217b74dd1bbc59bfe',1,'GpgFrontend']]], - ['securereallocastype_597',['SecureReallocAsType',['../namespaceGpgFrontend.html#aa639da20e2329c4471ab5612325aef53',1,'GpgFrontend']]], - ['select_5fall_5fact_5f_598',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], - ['selectionchanged_599',['selectionChanged',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a710ca837224c645182f44eea0d6bb0f0',1,'GpgFrontend::UI::FileTreeView']]], - ['set_5fbackground_600',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], - ['set_5floading_601',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fmessage_602',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fsettings_603',['set_settings',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e',1,'GpgFrontend::UI::GnuPGControllerDialog']]], - ['set_5fsignal_5fslot_604',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()']]], - ['setalgo_605',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a438c9bd77727a93961109a8492673fe5',1,'GpgFrontend::GenKeyInfo']]], - ['setallowauthentication_606',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], - ['setallowcertification_607',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], - ['setallowencryption_608',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], - ['setallowsigning_609',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], - ['setcachevalue_610',['SetCacheValue',['../namespaceGpgFrontend.html#a026a59b2fb217146cfcc4ca2b108d455',1,'GpgFrontend']]], - ['setchannel_611',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], - ['setchecked_612',['SetChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()']]], - ['setcolumnwidth_613',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], - ['setcomment_614',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a0d498db9a8249db8b7e1742065a82c42',1,'GpgFrontend::GenKeyInfo']]], - ['setdefaultloglevel_615',['SetDefaultLogLevel',['../namespaceGpgFrontend.html#ad5b2890d3b26624800fa482d23f0e48d',1,'GpgFrontend']]], - ['setdoubleclickedaction_616',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], - ['setemail_617',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a6cff6c278089c5e6a646592e87f046b5',1,'GpgFrontend::GenKeyInfo']]], - ['setexpire_618',['SetExpire',['../classGpgFrontend_1_1GpgKeyOpera.html#a46fcc0675c7015a70a7b2b2517a2b99e',1,'GpgFrontend::GpgKeyOpera::SetExpire()'],['../classGpgFrontend_1_1GpgKeyManager.html#ab4a61f4a895ddc965a018a851b222dce',1,'GpgFrontend::GpgKeyManager::SetExpire()']]], - ['setexpiretime_619',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#a8475c1f419a65055dd659d3b60d4e356',1,'GpgFrontend::GenKeyInfo']]], - ['setextensionofoutputfile_620',['SetExtensionOfOutputFile',['../namespaceGpgFrontend.html#aacb6d1475346e42afb8e0ea8427bac9a',1,'GpgFrontend']]], - ['setextensionofoutputfileforarchive_621',['SetExtensionOfOutputFileForArchive',['../namespaceGpgFrontend.html#a4d05b4cdd90b01bb59d887e43df39e69',1,'GpgFrontend']]], - ['setfilepath_622',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['setinfoboard_623',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['setissubkey_624',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], - ['setkeylength_625',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], - ['setname_626',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a8f80b74f6ed3183063a46f2cd3bb9172',1,'GpgFrontend::GenKeyInfo']]], - ['setnonexpired_627',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], - ['setnonpassphrase_628',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], - ['setobjectinchannel_629',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a8da5e914fe1469681a0caec2542428d8',1,'GpgFrontend::SingletonStorage']]], - ['setownertrustlevel_630',['SetOwnerTrustLevel',['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html',1,'GpgFrontend::UI::SetOwnerTrustLevel'],['../classGpgFrontend_1_1GpgKeyManager.html#a5fa56401416872cd4ed741830b72041b',1,'GpgFrontend::GpgKeyManager::SetOwnerTrustLevel()'],['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a635e1ca7837abb556ffa589d52d8ce42',1,'GpgFrontend::UI::SetOwnerTrustLevel::SetOwnerTrustLevel()']]], - ['setpassphrase_631',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a0499b0e924ff9d63361b744ead83fc40',1,'GpgFrontend::GenKeyInfo']]], - ['setprimaryuid_632',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a5a591f82d024b0383c1445acad99d8ee',1,'GpgFrontend::GpgUIDOperator']]], - ['setrtn_633',['setRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#a406206b3ecb2bdcff9608d762735c5e4',1,'GpgFrontend::Thread::Task']]], + ['safelyrun_587',['SafelyRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a3983635b9bcb8d7ec84d97109dddacec',1,'GpgFrontend::Thread::Task']]], + ['save_5fact_5f_588',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], + ['save_5fas_5fact_5f_589',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], + ['save_5ffile_590',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], + ['savecache_591',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#ac7e6ac02327d98eff60817bde774b872',1,'GpgFrontend::CacheManager']]], + ['savedurablecache_592',['SaveDurableCache',['../classGpgFrontend_1_1CacheManager.html#ac000be202e836c85f505f8d9808e0f89',1,'GpgFrontend::CacheManager']]], + ['securemalloc_593',['SecureMalloc',['../namespaceGpgFrontend.html#afd01101bc53f022b7d4790c6855762c4',1,'GpgFrontend']]], + ['securemallocastype_594',['SecureMallocAsType',['../namespaceGpgFrontend.html#a398baf5153c1eb3534729d11edb01f9c',1,'GpgFrontend']]], + ['securememoryallocator_595',['SecureMemoryAllocator',['../classGpgFrontend_1_1SecureMemoryAllocator.html',1,'GpgFrontend']]], + ['secureobjectdeleter_596',['SecureObjectDeleter',['../structGpgFrontend_1_1SecureObjectDeleter.html',1,'GpgFrontend']]], + ['securerealloc_597',['SecureRealloc',['../namespaceGpgFrontend.html#a5e86f89a31d6514217b74dd1bbc59bfe',1,'GpgFrontend']]], + ['securereallocastype_598',['SecureReallocAsType',['../namespaceGpgFrontend.html#aa639da20e2329c4471ab5612325aef53',1,'GpgFrontend']]], + ['select_5fall_5fact_5f_599',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], + ['selectionchanged_600',['selectionChanged',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a710ca837224c645182f44eea0d6bb0f0',1,'GpgFrontend::UI::FileTreeView']]], + ['set_5fbackground_601',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], + ['set_5floading_602',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fmessage_603',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fsettings_604',['set_settings',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['set_5fsignal_5fslot_605',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()']]], + ['setalgo_606',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a438c9bd77727a93961109a8492673fe5',1,'GpgFrontend::GenKeyInfo']]], + ['setallowauthentication_607',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], + ['setallowcertification_608',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], + ['setallowencryption_609',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], + ['setallowsigning_610',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], + ['setcachevalue_611',['SetCacheValue',['../namespaceGpgFrontend.html#a026a59b2fb217146cfcc4ca2b108d455',1,'GpgFrontend']]], + ['setchannel_612',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], + ['setchecked_613',['SetChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()']]], + ['setcolumnwidth_614',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], + ['setcomment_615',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a0d498db9a8249db8b7e1742065a82c42',1,'GpgFrontend::GenKeyInfo']]], + ['setdefaultloglevel_616',['SetDefaultLogLevel',['../namespaceGpgFrontend.html#ad5b2890d3b26624800fa482d23f0e48d',1,'GpgFrontend']]], + ['setdoubleclickedaction_617',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], + ['setemail_618',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a6cff6c278089c5e6a646592e87f046b5',1,'GpgFrontend::GenKeyInfo']]], + ['setexpire_619',['SetExpire',['../classGpgFrontend_1_1GpgKeyOpera.html#a46fcc0675c7015a70a7b2b2517a2b99e',1,'GpgFrontend::GpgKeyOpera::SetExpire()'],['../classGpgFrontend_1_1GpgKeyManager.html#ab4a61f4a895ddc965a018a851b222dce',1,'GpgFrontend::GpgKeyManager::SetExpire()']]], + ['setexpiretime_620',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#a8475c1f419a65055dd659d3b60d4e356',1,'GpgFrontend::GenKeyInfo']]], + ['setextensionofoutputfile_621',['SetExtensionOfOutputFile',['../namespaceGpgFrontend.html#aacb6d1475346e42afb8e0ea8427bac9a',1,'GpgFrontend']]], + ['setextensionofoutputfileforarchive_622',['SetExtensionOfOutputFileForArchive',['../namespaceGpgFrontend.html#a4d05b4cdd90b01bb59d887e43df39e69',1,'GpgFrontend']]], + ['setfilepath_623',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['setinfoboard_624',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['setissubkey_625',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], + ['setkeylength_626',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], + ['setname_627',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a8f80b74f6ed3183063a46f2cd3bb9172',1,'GpgFrontend::GenKeyInfo']]], + ['setnonexpired_628',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], + ['setnonpassphrase_629',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], + ['setobjectinchannel_630',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a8da5e914fe1469681a0caec2542428d8',1,'GpgFrontend::SingletonStorage']]], + ['setownertrustlevel_631',['SetOwnerTrustLevel',['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html',1,'GpgFrontend::UI::SetOwnerTrustLevel'],['../classGpgFrontend_1_1GpgKeyManager.html#a5fa56401416872cd4ed741830b72041b',1,'GpgFrontend::GpgKeyManager::SetOwnerTrustLevel()'],['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a635e1ca7837abb556ffa589d52d8ce42',1,'GpgFrontend::UI::SetOwnerTrustLevel::SetOwnerTrustLevel()']]], + ['setpassphrase_632',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a0499b0e924ff9d63361b744ead83fc40',1,'GpgFrontend::GenKeyInfo']]], + ['setprimaryuid_633',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a5a591f82d024b0383c1445acad99d8ee',1,'GpgFrontend::GpgUIDOperator']]], ['setrtn_634',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a4f5addc7abfd18e180a5969895f5d83a',1,'GpgFrontend::Thread::Task::Impl']]], - ['setsettings_635',['SetSettings',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()']]], - ['setsigners_636',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#aba9f6442dadcba29994d6680a4a0a8d6',1,'GpgFrontend::GpgBasicOperator']]], - ['setstatus_637',['setStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a034b7e5ccf50f9d89ac9597cd5c84efc',1,'GpgFrontend::GpgResultAnalyse']]], - ['settingsdialog_638',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI::SettingsDialog'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog::SettingsDialog()']]], - ['settingsobject_639',['SettingsObject',['../classGpgFrontend_1_1SettingsObject.html',1,'GpgFrontend::SettingsObject'],['../classGpgFrontend_1_1SettingsObject.html#ac635cfd808cf15e9ff89cfc1c01d9b08',1,'GpgFrontend::SettingsObject::SettingsObject(QString settings_name)'],['../classGpgFrontend_1_1SettingsObject.html#acb60d62227d0a0f7ce7aa6d5fd925504',1,'GpgFrontend::SettingsObject::SettingsObject(QJsonObject sub_json)']]], - ['show_5fkey_5fdetails_5fact_5f_640',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], - ['show_5fverify_5fdetails_641',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], - ['showevent_642',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], - ['shownotificationwidget_643',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['shutdownglobalbasicalenv_644',['ShutdownGlobalBasicalEnv',['../namespaceGpgFrontend.html#a3ad5659719d261ea3142c2baa60d40ff',1,'GpgFrontend']]], - ['shutdowngpgfrontendmodules_645',['ShutdownGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a25a2b6107e70c76ab0731f2685d94745',1,'GpgFrontend::Module']]], - ['sign_646',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a8c52574f86bd8452a578143e08c7254b',1,'GpgFrontend::GpgBasicOperator']]], - ['sign_5fact_5f_647',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], - ['sign_5fmarked_5f_648',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['signaldeeprestartneeded_649',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b',1,'GpgFrontend::UI::GeneralTab']]], - ['signalkeydatabaserefreshdone_650',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], - ['signalkeyserverimportresult_651',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a857152c19538b833f8945e2e68c6fe1b',1,'GpgFrontend::UI::KeyServerImportTask']]], - ['signalkeyserverlisttestresult_652',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], - ['signalkeyserversearchresult_653',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]], - ['signalmainwindowlupdatebasicaloperamenu_654',['SignalMainWindowlUpdateBasicalOperaMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#adadebdebea3d4d8ced7aacc17b617627',1,'GpgFrontend::UI::FilePage']]], - ['signalopenhelp_655',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], - ['signalpathchanged_656',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#af4462f25386ff65594ab0de771cb45c5',1,'GpgFrontend::UI::FilePage::SignalPathChanged()'],['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4a02715e876d9a36b4bbdf505d8ad8a2',1,'GpgFrontend::UI::FileTreeView::SignalPathChanged()']]], - ['signalproxyconnectiontestresult_657',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873',1,'GpgFrontend::UI::ProxyConnectionTestTask']]], - ['signalrefreshinfoboard_658',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a1952bc7608f4449afd2c0f0e169a0007',1,'GpgFrontend::UI::UISignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a8c24032167f81c86770c216c3831da57',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]], - ['signalrefreshstatusbar_659',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a28d70bad814ed795ba47e4daf2917e19',1,'GpgFrontend::UI::UISignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]], - ['signalreplyfromupdateserver_660',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], - ['signalrestartneeded_661',['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()']]], - ['signalrestartneeded_662',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab']]], - ['signaluibytesdisplayed_663',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['signalupgradeversion_664',['SignalUpgradeVersion',['../classVersionCheckTask.html#a017130179e7d18f361d112b9ad3d7462',1,'VersionCheckTask']]], - ['signaturedetailsdialog_665',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], - ['signerspicker_666',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]], - ['signfile_667',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acbbc57156fd7aa984489a2397b942fef',1,'GpgFrontend::GpgFileOpera']]], - ['signfilesync_668',['SignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a247db95aa42991f6772f2404e81e822d',1,'GpgFrontend::GpgFileOpera']]], - ['signkey_669',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#ab5e56b3a2161f3251666c988d7eaa929',1,'GpgFrontend::GpgKeyManager']]], - ['signsync_670',['SignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#aec37726d1386dcca7a75e1f2706bad77',1,'GpgFrontend::GpgBasicOperator']]], - ['singletonfunctionobject_671',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend::SingletonFunctionObject< T >'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)']]], - ['singletonfunctionobject_3c_20cachemanager_20_3e_672',['SingletonFunctionObject< CacheManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_673',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20globalsettingstation_20_3e_674',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_675',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcontext_20_3e_676',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgfileopera_20_3e_677',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_678',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_3a_3aimpl_20_3e_679',['SingletonFunctionObject< GpgKeyGetter::Impl >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_680',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_681',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_682',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpguidoperator_20_3e_683',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20loggermanager_20_3e_684',['SingletonFunctionObject< LoggerManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20modulemanager_20_3e_685',['SingletonFunctionObject< ModuleManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_686',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_687',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonstorage_688',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], - ['singletonstoragecollection_689',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], - ['slot_5factivated_5fkey_5ftype_690',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()']]], - ['slot_5fadd_5fpgp_5fheader_691',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fadd_5fuid_5fresult_692',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['slot_5fappend_5fselected_5fkeys_693',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fauthentication_5fbox_5fchanged_694',['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()']]], - ['slot_5fcertification_5fbox_5fchanged_695',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()']]], - ['slot_5fclean_5fdouble_5fline_5fbreaks_696',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcompress_5ffiles_697',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4e4c6474f46750c5e78cbd10ce6c2cc1',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_698',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcopy_5ffingerprint_699',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_700',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_701',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcreate_5fnew_5fuid_702',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['slot_5fcreate_5fpopup_5fmenu_703',['slot_create_popup_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ac45715a8e6e67f1221a1902ee5d51a44',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fcut_5fpgp_5fheader_704',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdisable_5ftab_5factions_705',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdouble_5fclicked_706',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], - ['slot_5fencryption_5fbox_5fchanged_707',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()']]], - ['slot_5fexpire_5fbox_5fchanged_708',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()']]], - ['slot_5fexport_5fprivate_5fkey_709',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_710',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a3f3f0feea01ce05304e48110d2f33af0',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5ffind_711',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fformat_5fgpg_5fheader_712',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fimport_713',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5ffinished_714',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a236935d77e2b2a17ee66798c490f1361',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5fkey_5ffrom_5fedit_715',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5finsert_5ftext_716',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fjump_5fpage_717',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], - ['slot_5fkey_5fgen_5faccept_718',['slot_key_gen_accept',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514',1,'GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept()']]], - ['slot_5fnon_5fexpired_5fchecked_719',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], - ['slot_5fopen_5ffile_5ftab_720',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fkey_5fmanagement_721',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fsettings_5fdialog_722',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5furl_723',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], - ['slot_5fprocess_5fnetwork_5freply_724',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask::slot_process_network_reply()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a612eabb08138bed927bdd845d0fdd3e6',1,'GpgFrontend::UI::ProxyConnectionTestTask::slot_process_network_reply()']]], - ['slot_5fremove_5ftab_725',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_726',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fset_5frestart_5fneeded_727',['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_5fcustom_5fcontext_5fmenu_728',['slot_show_custom_context_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a626b131b432c29f162aa9a47fd9f67f7',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fshow_5fkey_5fdetails_729',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fshow_5fversion_5fstatus_730',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a29a504b9657b0f553b7c5a6997892a24',1,'GpgFrontend::UI::UpdateTab']]], - ['slot_5fsign_5fkey_731',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['slot_5fsigning_5fbox_5fchanged_732',['slot_signing_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc',1,'GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed()']]], - ['slot_5fstart_5fwizard_733',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fupdate_5fkey_5fstatus_734',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], - ['slot_5fupload_5fkey_5fto_5fserver_735',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#ae72c3bbd04e1bfbf142d806d50bbe617',1,'GpgFrontend::UI::KeyUploadDialog']]], - ['slot_5fversion_5fupgrade_5fnofity_736',['slot_version_upgrade_nofity',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2af52ff72325fc4c4d50aefc496100cd',1,'GpgFrontend::UI::MainWindow']]], - ['slotappendtext2curtextpage_737',['SlotAppendText2CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae9ffb1f027ce05737e77add66bd1540f',1,'GpgFrontend::UI::TextEdit']]], - ['slotarchivedecrypt_738',['SlotArchiveDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aba7c5572c2736701cc5799776876bbdd',1,'GpgFrontend::UI::MainWindow']]], - ['slotarchivedecryptverify_739',['SlotArchiveDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8ee995b7d1a21ebaab2333a5e79ae77c',1,'GpgFrontend::UI::MainWindow']]], - ['slotclosetab_740',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], - ['slotcopy_741',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagefiletreeview_742',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagetextedit_743',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], - ['slotcut_744',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], - ['slotdecrypt_745',['SlotDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3751c475a29a5827a5eea587ffa6abfb',1,'GpgFrontend::UI::MainWindow']]], - ['slotdecryptverify_746',['SlotDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7d38ca18a8688b5df163157d26a14c72',1,'GpgFrontend::UI::MainWindow']]], - ['slotdirectoryencryptsign_747',['SlotDirectoryEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af999edaa3ce60ed0303ded5fcd4ed527',1,'GpgFrontend::UI::MainWindow']]], - ['slotencrypt_748',['SlotEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a07d02cdb29a8101f988e776ceecc49ad',1,'GpgFrontend::UI::MainWindow']]], - ['slotencryptsign_749',['SlotEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aca691847190c39fe2d41d669b1e686b8',1,'GpgFrontend::UI::MainWindow']]], - ['slotexecutecommand_750',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a39fbfbc9ab39581330a02d9cb54e6e4d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotexecutegpgcommand_751',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotfiledecrypt_752',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a60d82d4da1775ef21284543435a1f421',1,'GpgFrontend::UI::MainWindow']]], - ['slotfiledecryptverify_753',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd80e8d6e6a1acad0cd12e26635cfc22',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencrypt_754',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88c467b5be4712f7d2b16da0e96cd7e9',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencryptsign_755',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afc86384de0913968ab767e930fc9e24f',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilesign_756',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa0bb003f2f1209a4e4d10e94e3d5d06d',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileverify_757',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea395f8629aef1532bcec3de337fa6ac',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilltexteditwithtext_758',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], - ['slotimport_759',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7de2096702baf67f1335ac4fe50cfa38',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< QString > key_ids_list, QString keyserver_url)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)']]], - ['slotimportkeyfromclipboard_760',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromfile_761',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromkeyserver_762',['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_763',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ae730cf0ee73379186f082f29a90a2f94',1,'GpgFrontend::UI::CommonUtils']]], - ['slotnewfiletab_764',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1859df6906160400710accb0481d6b0c',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewhelptab_765',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewtab_766',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], - ['slotopen_767',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], - ['slotopenfile_768',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad344606cf3c665fc73a3c0dd10a44310',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]], - ['slotpaste_769',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], - ['slotprint_770',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], - ['slotquote_771',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], - ['slotraisepinentry_772',['SlotRaisePinentry',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abf4b09c9bc6242630c066eb7bf4636bf',1,'GpgFrontend::UI::MainWindow']]], - ['slotredo_773',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], - ['slotrefresh_774',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['slotsave_775',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], - ['slotsaveas_776',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a306999df608947dc0728d651893b20f6',1,'GpgFrontend::UI::TextEdit']]], - ['slotselectall_777',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], - ['slotsetrestartneeded_778',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]], - ['slotshowhiddenfile_779',['SlotShowHiddenFile',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aed6a2eaa435630ccf7b65da2f09114dd',1,'GpgFrontend::UI::FileTreeView']]], - ['slotshowmodified_780',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]], - ['slotsign_781',['SlotSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa2aeef298a7a05fc1b38bad75b62aad8',1,'GpgFrontend::UI::MainWindow']]], - ['slotswitchtabdown_782',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabup_783',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], - ['slotundo_784',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], - ['slotupdatecryptomenustatus_785',['SlotUpdateCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd5408ca5f908c330a15db24d959f3a5',1,'GpgFrontend::UI::MainWindow']]], - ['slotverify_786',['SlotVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac9bf2a20727eb8e727aa2e3ce5c248e5',1,'GpgFrontend::UI::MainWindow']]], - ['softwareversion_787',['SoftwareVersion',['../structSoftwareVersion.html',1,'']]], - ['spdlog_788',['spdlog',['../namespacespdlog.html',1,'']]], - ['special_5fedit_5ftool_5fbar_5f_789',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], - ['start_5fwizard_5fact_5f_790',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], - ['startapplication_791',['StartApplication',['../namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e',1,'GpgFrontend']]], - ['startdirmngr_792',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a7687d84063c6c1d9d8bc11c617085530',1,'GpgFrontend::GpgAdvancedOperator']]], - ['startgpgagent_793',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a4af186d06b01ce998e51a42e39e01c86',1,'GpgFrontend::GpgAdvancedOperator']]], - ['startkeyboxd_794',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ae2b097912eb2c9d97da859c45e7a5bac',1,'GpgFrontend::GpgAdvancedOperator']]], - ['steganography_5fmenu_5f_795',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], - ['storages_5fmutex_5f_796',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a10851118e959ef798ae9c534dac74824',1,'GpgFrontend::SingletonStorageCollection::Impl']]], - ['stripped_5fname_797',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], - ['subkeygeneratedialog_798',['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_799',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5ftab_5fup_5fact_5f_800',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5fui_5fenabled_801',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], - ['switch_5fui_5fproxy_5ftype_802',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], - ['symbol_803',['Symbol',['../structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol.html',1,'GpgFrontend::Module::Module::Impl']]] + ['setrtn_635',['setRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#a406206b3ecb2bdcff9608d762735c5e4',1,'GpgFrontend::Thread::Task']]], + ['setsettings_636',['SetSettings',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()']]], + ['setsigners_637',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#aba9f6442dadcba29994d6680a4a0a8d6',1,'GpgFrontend::GpgBasicOperator']]], + ['setstatus_638',['setStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a034b7e5ccf50f9d89ac9597cd5c84efc',1,'GpgFrontend::GpgResultAnalyse']]], + ['settingsdialog_639',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI::SettingsDialog'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog::SettingsDialog()']]], + ['settingsobject_640',['SettingsObject',['../classGpgFrontend_1_1SettingsObject.html',1,'GpgFrontend::SettingsObject'],['../classGpgFrontend_1_1SettingsObject.html#ac635cfd808cf15e9ff89cfc1c01d9b08',1,'GpgFrontend::SettingsObject::SettingsObject(QString settings_name)'],['../classGpgFrontend_1_1SettingsObject.html#acb60d62227d0a0f7ce7aa6d5fd925504',1,'GpgFrontend::SettingsObject::SettingsObject(QJsonObject sub_json)']]], + ['show_5fkey_5fdetails_5fact_5f_641',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], + ['show_5fverify_5fdetails_642',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], + ['showevent_643',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], + ['shownotificationwidget_644',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['shutdownglobalbasicalenv_645',['ShutdownGlobalBasicalEnv',['../namespaceGpgFrontend.html#a3ad5659719d261ea3142c2baa60d40ff',1,'GpgFrontend']]], + ['shutdowngpgfrontendmodules_646',['ShutdownGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a25a2b6107e70c76ab0731f2685d94745',1,'GpgFrontend::Module']]], + ['sign_647',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a8c52574f86bd8452a578143e08c7254b',1,'GpgFrontend::GpgBasicOperator']]], + ['sign_5fact_5f_648',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], + ['sign_5fmarked_5f_649',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['signaldeeprestartneeded_650',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b',1,'GpgFrontend::UI::GeneralTab']]], + ['signalkeydatabaserefreshdone_651',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], + ['signalkeyserverimportresult_652',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a857152c19538b833f8945e2e68c6fe1b',1,'GpgFrontend::UI::KeyServerImportTask']]], + ['signalkeyserverlisttestresult_653',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], + ['signalkeyserversearchresult_654',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]], + ['signalmainwindowlupdatebasicaloperamenu_655',['SignalMainWindowlUpdateBasicalOperaMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#adadebdebea3d4d8ced7aacc17b617627',1,'GpgFrontend::UI::FilePage']]], + ['signalopenhelp_656',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], + ['signalpathchanged_657',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#af4462f25386ff65594ab0de771cb45c5',1,'GpgFrontend::UI::FilePage::SignalPathChanged()'],['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4a02715e876d9a36b4bbdf505d8ad8a2',1,'GpgFrontend::UI::FileTreeView::SignalPathChanged()']]], + ['signalproxyconnectiontestresult_658',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873',1,'GpgFrontend::UI::ProxyConnectionTestTask']]], + ['signalrefreshinfoboard_659',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a1952bc7608f4449afd2c0f0e169a0007',1,'GpgFrontend::UI::UISignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a8c24032167f81c86770c216c3831da57',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]], + ['signalrefreshstatusbar_660',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a28d70bad814ed795ba47e4daf2917e19',1,'GpgFrontend::UI::UISignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]], + ['signalreplyfromupdateserver_661',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], + ['signalrestartneeded_662',['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()']]], + ['signalrestartneeded_663',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab']]], + ['signaluibytesdisplayed_664',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['signalupgradeversion_665',['SignalUpgradeVersion',['../classVersionCheckTask.html#a017130179e7d18f361d112b9ad3d7462',1,'VersionCheckTask']]], + ['signaturedetailsdialog_666',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], + ['signerspicker_667',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]], + ['signfile_668',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acbbc57156fd7aa984489a2397b942fef',1,'GpgFrontend::GpgFileOpera']]], + ['signfilesync_669',['SignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a247db95aa42991f6772f2404e81e822d',1,'GpgFrontend::GpgFileOpera']]], + ['signkey_670',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#ab5e56b3a2161f3251666c988d7eaa929',1,'GpgFrontend::GpgKeyManager']]], + ['signsync_671',['SignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#aec37726d1386dcca7a75e1f2706bad77',1,'GpgFrontend::GpgBasicOperator']]], + ['singletonfunctionobject_672',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend::SingletonFunctionObject< T >'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)']]], + ['singletonfunctionobject_3c_20cachemanager_20_3e_673',['SingletonFunctionObject< CacheManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_674',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20globalsettingstation_20_3e_675',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_676',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcontext_20_3e_677',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgfileopera_20_3e_678',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_679',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_3a_3aimpl_20_3e_680',['SingletonFunctionObject< GpgKeyGetter::Impl >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_681',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_682',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_683',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpguidoperator_20_3e_684',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20loggermanager_20_3e_685',['SingletonFunctionObject< LoggerManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20modulemanager_20_3e_686',['SingletonFunctionObject< ModuleManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_687',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_688',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonstorage_689',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], + ['singletonstoragecollection_690',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], + ['slot_5factivated_5fkey_5ftype_691',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()']]], + ['slot_5fadd_5fpgp_5fheader_692',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fadd_5fuid_5fresult_693',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['slot_5fappend_5fselected_5fkeys_694',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fauthentication_5fbox_5fchanged_695',['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()']]], + ['slot_5fcertification_5fbox_5fchanged_696',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()']]], + ['slot_5fclean_5fdouble_5fline_5fbreaks_697',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcompress_5ffiles_698',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4e4c6474f46750c5e78cbd10ce6c2cc1',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_699',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcopy_5ffingerprint_700',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_701',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_702',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcreate_5fnew_5fuid_703',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['slot_5fcreate_5fpopup_5fmenu_704',['slot_create_popup_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ac45715a8e6e67f1221a1902ee5d51a44',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fcut_5fpgp_5fheader_705',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdisable_5ftab_5factions_706',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdouble_5fclicked_707',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], + ['slot_5fencryption_5fbox_5fchanged_708',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()']]], + ['slot_5fexpire_5fbox_5fchanged_709',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()']]], + ['slot_5fexport_5fprivate_5fkey_710',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_711',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a3f3f0feea01ce05304e48110d2f33af0',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5ffind_712',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fformat_5fgpg_5fheader_713',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fimport_714',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5ffinished_715',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a236935d77e2b2a17ee66798c490f1361',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5fkey_5ffrom_5fedit_716',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5finsert_5ftext_717',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fjump_5fpage_718',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], + ['slot_5fkey_5fgen_5faccept_719',['slot_key_gen_accept',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514',1,'GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept()']]], + ['slot_5fnon_5fexpired_5fchecked_720',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], + ['slot_5fopen_5ffile_5ftab_721',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fkey_5fmanagement_722',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fsettings_5fdialog_723',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5furl_724',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], + ['slot_5fprocess_5fnetwork_5freply_725',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask::slot_process_network_reply()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a612eabb08138bed927bdd845d0fdd3e6',1,'GpgFrontend::UI::ProxyConnectionTestTask::slot_process_network_reply()']]], + ['slot_5fremove_5ftab_726',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_727',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fset_5frestart_5fneeded_728',['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_5fcustom_5fcontext_5fmenu_729',['slot_show_custom_context_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a626b131b432c29f162aa9a47fd9f67f7',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fshow_5fkey_5fdetails_730',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fshow_5fversion_5fstatus_731',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a29a504b9657b0f553b7c5a6997892a24',1,'GpgFrontend::UI::UpdateTab']]], + ['slot_5fsign_5fkey_732',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['slot_5fsigning_5fbox_5fchanged_733',['slot_signing_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc',1,'GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed()']]], + ['slot_5fstart_5fwizard_734',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fupdate_5fkey_5fstatus_735',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], + ['slot_5fupload_5fkey_5fto_5fserver_736',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#ae72c3bbd04e1bfbf142d806d50bbe617',1,'GpgFrontend::UI::KeyUploadDialog']]], + ['slot_5fversion_5fupgrade_5fnofity_737',['slot_version_upgrade_nofity',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2af52ff72325fc4c4d50aefc496100cd',1,'GpgFrontend::UI::MainWindow']]], + ['slotappendtext2curtextpage_738',['SlotAppendText2CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae9ffb1f027ce05737e77add66bd1540f',1,'GpgFrontend::UI::TextEdit']]], + ['slotarchivedecrypt_739',['SlotArchiveDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aba7c5572c2736701cc5799776876bbdd',1,'GpgFrontend::UI::MainWindow']]], + ['slotarchivedecryptverify_740',['SlotArchiveDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8ee995b7d1a21ebaab2333a5e79ae77c',1,'GpgFrontend::UI::MainWindow']]], + ['slotclosetab_741',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], + ['slotcopy_742',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagefiletreeview_743',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagetextedit_744',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], + ['slotcut_745',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], + ['slotdecrypt_746',['SlotDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3751c475a29a5827a5eea587ffa6abfb',1,'GpgFrontend::UI::MainWindow']]], + ['slotdecryptverify_747',['SlotDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7d38ca18a8688b5df163157d26a14c72',1,'GpgFrontend::UI::MainWindow']]], + ['slotdirectoryencryptsign_748',['SlotDirectoryEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af999edaa3ce60ed0303ded5fcd4ed527',1,'GpgFrontend::UI::MainWindow']]], + ['slotencrypt_749',['SlotEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a07d02cdb29a8101f988e776ceecc49ad',1,'GpgFrontend::UI::MainWindow']]], + ['slotencryptsign_750',['SlotEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aca691847190c39fe2d41d669b1e686b8',1,'GpgFrontend::UI::MainWindow']]], + ['slotexecutecommand_751',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a39fbfbc9ab39581330a02d9cb54e6e4d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotexecutegpgcommand_752',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotfiledecrypt_753',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a60d82d4da1775ef21284543435a1f421',1,'GpgFrontend::UI::MainWindow']]], + ['slotfiledecryptverify_754',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd80e8d6e6a1acad0cd12e26635cfc22',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencrypt_755',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88c467b5be4712f7d2b16da0e96cd7e9',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencryptsign_756',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afc86384de0913968ab767e930fc9e24f',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilesign_757',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa0bb003f2f1209a4e4d10e94e3d5d06d',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileverify_758',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea395f8629aef1532bcec3de337fa6ac',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilltexteditwithtext_759',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], + ['slotimport_760',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7de2096702baf67f1335ac4fe50cfa38',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< QString > key_ids_list, QString keyserver_url)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)']]], + ['slotimportkeyfromclipboard_761',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromfile_762',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromkeyserver_763',['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_764',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ae730cf0ee73379186f082f29a90a2f94',1,'GpgFrontend::UI::CommonUtils']]], + ['slotnewfiletab_765',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1859df6906160400710accb0481d6b0c',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewhelptab_766',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewtab_767',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], + ['slotopen_768',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], + ['slotopenfile_769',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad344606cf3c665fc73a3c0dd10a44310',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]], + ['slotpaste_770',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], + ['slotprint_771',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], + ['slotquote_772',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], + ['slotraisepinentry_773',['SlotRaisePinentry',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abf4b09c9bc6242630c066eb7bf4636bf',1,'GpgFrontend::UI::MainWindow']]], + ['slotredo_774',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], + ['slotrefresh_775',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['slotsave_776',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], + ['slotsaveas_777',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a306999df608947dc0728d651893b20f6',1,'GpgFrontend::UI::TextEdit']]], + ['slotselectall_778',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], + ['slotsetrestartneeded_779',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]], + ['slotshowhiddenfile_780',['SlotShowHiddenFile',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aed6a2eaa435630ccf7b65da2f09114dd',1,'GpgFrontend::UI::FileTreeView']]], + ['slotshowmodified_781',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]], + ['slotsign_782',['SlotSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa2aeef298a7a05fc1b38bad75b62aad8',1,'GpgFrontend::UI::MainWindow']]], + ['slotswitchtabdown_783',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabup_784',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], + ['slotundo_785',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], + ['slotupdatecryptomenustatus_786',['SlotUpdateCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd5408ca5f908c330a15db24d959f3a5',1,'GpgFrontend::UI::MainWindow']]], + ['slotverify_787',['SlotVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac9bf2a20727eb8e727aa2e3ce5c248e5',1,'GpgFrontend::UI::MainWindow']]], + ['softwareversion_788',['SoftwareVersion',['../structSoftwareVersion.html',1,'']]], + ['spdlog_789',['spdlog',['../namespacespdlog.html',1,'']]], + ['special_5fedit_5ftool_5fbar_5f_790',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], + ['start_5fwizard_5fact_5f_791',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], + ['startapplication_792',['StartApplication',['../namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e',1,'GpgFrontend']]], + ['startdirmngr_793',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a7687d84063c6c1d9d8bc11c617085530',1,'GpgFrontend::GpgAdvancedOperator']]], + ['startgpgagent_794',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a4af186d06b01ce998e51a42e39e01c86',1,'GpgFrontend::GpgAdvancedOperator']]], + ['startkeyboxd_795',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ae2b097912eb2c9d97da859c45e7a5bac',1,'GpgFrontend::GpgAdvancedOperator']]], + ['steganography_5fmenu_5f_796',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], + ['storages_5fmutex_5f_797',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a10851118e959ef798ae9c534dac74824',1,'GpgFrontend::SingletonStorageCollection::Impl']]], + ['stripped_5fname_798',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], + ['subkeygeneratedialog_799',['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_800',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5ftab_5fup_5fact_5f_801',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5fui_5fenabled_802',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], + ['switch_5fui_5fproxy_5ftype_803',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], + ['symbol_804',['Symbol',['../structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol.html',1,'GpgFrontend::Module::Module::Impl']]] ]; diff --git a/docs/html/search/all_12.js b/docs/html/search/all_12.js index f8b9db52..1693f4a3 100644 --- a/docs/html/search/all_12.js +++ b/docs/html/search/all_12.js @@ -1,18 +1,18 @@ var searchData= [ - ['tabcount_804',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], - ['takechargeofresult_805',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a8d0af2a9c0a52ef8bfd88bcb66aaf07e',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['targetfileprecheck_806',['TargetFilePreCheck',['../namespaceGpgFrontend.html#a730cce728b43f040f6b0cb2823146a06',1,'GpgFrontend']]], - ['task_807',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread::Task'],['../classGpgFrontend_1_1Thread_1_1Task.html#afa69068f1b2f930d6ab1d9f66340c565',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data, TaskCallback callback)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a287d737e66f873850d5eb49d1475a762',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a3ca97551610b81a476d5594c97fde559',1,'GpgFrontend::Thread::Task::Task(QString name)']]], - ['taskhandler_808',['TaskHandler',['../classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler.html',1,'GpgFrontend::Thread::Task']]], - ['taskrunner_809',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread::TaskRunner'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner::TaskRunner()']]], - ['taskrunnergetter_810',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]], - ['testlistedkeyserverthread_811',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], - ['textedit_812',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], - ['textissigned_813',['TextIsSigned',['../namespaceGpgFrontend.html#a05c3fa7850da1b7fc2e89a9604beb1db',1,'GpgFrontend']]], - ['threadsafemap_814',['ThreadSafeMap',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], - ['threadsafemap_3c_20qstring_2c_20qjsondocument_20_3e_815',['ThreadSafeMap< QString, QJsonDocument >',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], - ['tofuinfopage_816',['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_817',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]], - ['translatorstab_818',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI::TranslatorsTab'],['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab::TranslatorsTab()']]] + ['tabcount_805',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], + ['takechargeofresult_806',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a8d0af2a9c0a52ef8bfd88bcb66aaf07e',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['targetfileprecheck_807',['TargetFilePreCheck',['../namespaceGpgFrontend.html#a730cce728b43f040f6b0cb2823146a06',1,'GpgFrontend']]], + ['task_808',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread::Task'],['../classGpgFrontend_1_1Thread_1_1Task.html#afa69068f1b2f930d6ab1d9f66340c565',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data, TaskCallback callback)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a287d737e66f873850d5eb49d1475a762',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a3ca97551610b81a476d5594c97fde559',1,'GpgFrontend::Thread::Task::Task(QString name)']]], + ['taskhandler_809',['TaskHandler',['../classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler.html',1,'GpgFrontend::Thread::Task']]], + ['taskrunner_810',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread::TaskRunner'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner::TaskRunner()']]], + ['taskrunnergetter_811',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]], + ['testlistedkeyserverthread_812',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], + ['textedit_813',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], + ['textissigned_814',['TextIsSigned',['../namespaceGpgFrontend.html#a05c3fa7850da1b7fc2e89a9604beb1db',1,'GpgFrontend']]], + ['threadsafemap_815',['ThreadSafeMap',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], + ['threadsafemap_3c_20qstring_2c_20qjsondocument_20_3e_816',['ThreadSafeMap< QString, QJsonDocument >',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], + ['tofuinfopage_817',['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_818',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]], + ['translatorstab_819',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI::TranslatorsTab'],['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab::TranslatorsTab()']]] ]; diff --git a/docs/html/search/all_13.js b/docs/html/search/all_13.js index d6e43c73..fcf6904c 100644 --- a/docs/html/search/all_13.js +++ b/docs/html/search/all_13.js @@ -1,9 +1,9 @@ var searchData= [ - ['uisignalstation_819',['UISignalStation',['../classGpgFrontend_1_1UI_1_1UISignalStation.html',1,'GpgFrontend::UI']]], - ['undo_5fact_5f_820',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]], - ['unsaveddocuments_821',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], - ['updatetab_822',['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_823',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]], - ['upsertrtvalue_824',['UpsertRTValue',['../namespaceGpgFrontend_1_1Module.html#a5e4614222306688d8c2f36fd4ae23de3',1,'GpgFrontend::Module']]] + ['uisignalstation_820',['UISignalStation',['../classGpgFrontend_1_1UI_1_1UISignalStation.html',1,'GpgFrontend::UI']]], + ['undo_5fact_5f_821',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]], + ['unsaveddocuments_822',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], + ['updatetab_823',['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_824',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]], + ['upsertrtvalue_825',['UpsertRTValue',['../namespaceGpgFrontend_1_1Module.html#a5e4614222306688d8c2f36fd4ae23de3',1,'GpgFrontend::Module']]] ]; diff --git a/docs/html/search/all_14.js b/docs/html/search/all_14.js index 04336190..343b3255 100644 --- a/docs/html/search/all_14.js +++ b/docs/html/search/all_14.js @@ -1,13 +1,13 @@ var searchData= [ - ['verify_825',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#ae9a2f9923061efae82fe012ebc7a56ab',1,'GpgFrontend::GpgBasicOperator']]], - ['verify_5fact_5f_826',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], - ['verifydetailsdialog_827',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]], - ['verifyfile_828',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#af4a26e42f0a3d49905777d22828fa430',1,'GpgFrontend::GpgFileOpera']]], - ['verifyfilesync_829',['VerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9511b6a128a6228ebca47ae637c44e55',1,'GpgFrontend::GpgFileOpera']]], - ['verifykeydetailbox_830',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]], - ['verifysync_831',['VerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a3507dec7f2528c8627d3289cfb638a7a',1,'GpgFrontend::GpgBasicOperator']]], - ['versionchecktask_832',['VersionCheckTask',['../classVersionCheckTask.html',1,'VersionCheckTask'],['../classVersionCheckTask.html#a5be89e73bb5430c248b62f7819c58044',1,'VersionCheckTask::VersionCheckTask()']]], - ['versionwithdrawn_833',['VersionWithdrawn',['../structSoftwareVersion.html#a4f129d14867355cd4ee8ebc323ca1fab',1,'SoftwareVersion']]], - ['view_5fmenu_5f_834',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] + ['verify_826',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#ae9a2f9923061efae82fe012ebc7a56ab',1,'GpgFrontend::GpgBasicOperator']]], + ['verify_5fact_5f_827',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], + ['verifydetailsdialog_828',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]], + ['verifyfile_829',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#af4a26e42f0a3d49905777d22828fa430',1,'GpgFrontend::GpgFileOpera']]], + ['verifyfilesync_830',['VerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9511b6a128a6228ebca47ae637c44e55',1,'GpgFrontend::GpgFileOpera']]], + ['verifykeydetailbox_831',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]], + ['verifysync_832',['VerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a3507dec7f2528c8627d3289cfb638a7a',1,'GpgFrontend::GpgBasicOperator']]], + ['versionchecktask_833',['VersionCheckTask',['../classVersionCheckTask.html',1,'VersionCheckTask'],['../classVersionCheckTask.html#a5be89e73bb5430c248b62f7819c58044',1,'VersionCheckTask::VersionCheckTask()']]], + ['versionwithdrawn_834',['VersionWithdrawn',['../structSoftwareVersion.html#a4f129d14867355cd4ee8ebc323ca1fab',1,'SoftwareVersion']]], + ['view_5fmenu_5f_835',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/all_15.js b/docs/html/search/all_15.js index 4262b22c..cc996486 100644 --- a/docs/html/search/all_15.js +++ b/docs/html/search/all_15.js @@ -1,10 +1,10 @@ var searchData= [ - ['waitforopera_835',['WaitForOpera',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#adc42d12a58717dee86d8bd59b1cacf82',1,'GpgFrontend::UI::CommonUtils']]], - ['waitingdialog_836',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]], - ['windowstateso_837',['WindowStateSO',['../structGpgFrontend_1_1UI_1_1WindowStateSO.html',1,'GpgFrontend::UI']]], - ['wizard_838',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI::Wizard'],['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard::Wizard()']]], - ['writebuffertofile_839',['WriteBufferToFile',['../namespaceGpgFrontend.html#a4e780b0a2bddd1ce8735d3fa36dbfa86',1,'GpgFrontend']]], - ['writefile_840',['WriteFile',['../namespaceGpgFrontend.html#acc93a10f79f6479f72940fba39b780e1',1,'GpgFrontend']]], - ['writefilegfbuffer_841',['WriteFileGFBuffer',['../namespaceGpgFrontend.html#a4df3f25e93d16e2dc60c7d680c22dcb9',1,'GpgFrontend']]] + ['waitforopera_836',['WaitForOpera',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#adc42d12a58717dee86d8bd59b1cacf82',1,'GpgFrontend::UI::CommonUtils']]], + ['waitingdialog_837',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]], + ['windowstateso_838',['WindowStateSO',['../structGpgFrontend_1_1UI_1_1WindowStateSO.html',1,'GpgFrontend::UI']]], + ['wizard_839',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI::Wizard'],['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard::Wizard()']]], + ['writebuffertofile_840',['WriteBufferToFile',['../namespaceGpgFrontend.html#a4e780b0a2bddd1ce8735d3fa36dbfa86',1,'GpgFrontend']]], + ['writefile_841',['WriteFile',['../namespaceGpgFrontend.html#acc93a10f79f6479f72940fba39b780e1',1,'GpgFrontend']]], + ['writefilegfbuffer_842',['WriteFileGFBuffer',['../namespaceGpgFrontend.html#a4df3f25e93d16e2dc60c7d680c22dcb9',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/all_16.js b/docs/html/search/all_16.js index 93bc9b49..9e7bd7ba 100644 --- a/docs/html/search/all_16.js +++ b/docs/html/search/all_16.js @@ -1,5 +1,5 @@ var searchData= [ - ['zoom_5fin_5fact_5f_842',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], - ['zoom_5fout_5fact_5f_843',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] + ['zoom_5fin_5fact_5f_843',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], + ['zoom_5fout_5fact_5f_844',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/all_17.js b/docs/html/search/all_17.js index 31f712db..023f2743 100644 --- a/docs/html/search/all_17.js +++ b/docs/html/search/all_17.js @@ -1,19 +1,19 @@ var searchData= [ - ['_7ecachemanager_844',['~CacheManager',['../classGpgFrontend_1_1CacheManager.html#a1cb49178670a5f18debac7e59e388610',1,'GpgFrontend::CacheManager']]], - ['_7ecacheobject_845',['~CacheObject',['../classGpgFrontend_1_1CacheObject.html#ab4ab841bf7fef7848af72620352a3141',1,'GpgFrontend::CacheObject']]], - ['_7echannelobject_846',['~ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#a85a29ff6a1233114eb9f159c408cbe35',1,'GpgFrontend::ChannelObject']]], - ['_7eglobalsettingstation_847',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], - ['_7egpgdata_848',['~GpgData',['../classGpgFrontend_1_1GpgData.html#a96f3c1cb27eb2f3e6f28b9cdb2135bc7',1,'GpgFrontend::GpgData']]], - ['_7egpgfrontendapplication_849',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['_7egpgfrontendcontext_850',['~GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#a7492d29abfc6292ebf8ea015f8e31d1c',1,'GpgFrontend::GpgFrontendContext']]], - ['_7egpgkey_851',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], - ['_7egpgkeygetter_852',['~GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#ac9dbf4a2358f6478cf0ce8c85260878f',1,'GpgFrontend::GpgKeyGetter']]], - ['_7egpgkeysignature_853',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], - ['_7egpgsignature_854',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], - ['_7egrttreeview_855',['~GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#afe0ba5a13c36968a1340fdc08dab33d9',1,'GpgFrontend::UI::GRTTreeView']]], - ['_7esettingsobject_856',['~SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ab03a4ac000c8629045b205a4d7d29980',1,'GpgFrontend::SettingsObject']]], - ['_7esingletonfunctionobject_857',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], - ['_7etask_858',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], - ['_7etaskrunner_859',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]] + ['_7ecachemanager_845',['~CacheManager',['../classGpgFrontend_1_1CacheManager.html#a1cb49178670a5f18debac7e59e388610',1,'GpgFrontend::CacheManager']]], + ['_7ecacheobject_846',['~CacheObject',['../classGpgFrontend_1_1CacheObject.html#ab4ab841bf7fef7848af72620352a3141',1,'GpgFrontend::CacheObject']]], + ['_7echannelobject_847',['~ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#a85a29ff6a1233114eb9f159c408cbe35',1,'GpgFrontend::ChannelObject']]], + ['_7eglobalsettingstation_848',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], + ['_7egpgdata_849',['~GpgData',['../classGpgFrontend_1_1GpgData.html#a96f3c1cb27eb2f3e6f28b9cdb2135bc7',1,'GpgFrontend::GpgData']]], + ['_7egpgfrontendapplication_850',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['_7egpgfrontendcontext_851',['~GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#a7492d29abfc6292ebf8ea015f8e31d1c',1,'GpgFrontend::GpgFrontendContext']]], + ['_7egpgkey_852',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], + ['_7egpgkeygetter_853',['~GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#ac9dbf4a2358f6478cf0ce8c85260878f',1,'GpgFrontend::GpgKeyGetter']]], + ['_7egpgkeysignature_854',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], + ['_7egpgsignature_855',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], + ['_7egrttreeview_856',['~GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#afe0ba5a13c36968a1340fdc08dab33d9',1,'GpgFrontend::UI::GRTTreeView']]], + ['_7esettingsobject_857',['~SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ab03a4ac000c8629045b205a4d7d29980',1,'GpgFrontend::SettingsObject']]], + ['_7esingletonfunctionobject_858',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], + ['_7etask_859',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], + ['_7etaskrunner_860',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]] ]; diff --git a/docs/html/search/all_6.js b/docs/html/search/all_6.js index f7016364..7dea871f 100644 --- a/docs/html/search/all_6.js +++ b/docs/html/search/all_6.js @@ -21,14 +21,14 @@ var searchData= ['genkeyinfo_204',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#acfa8401da6425bf3b5fe63d897a33b69',1,'GpgFrontend::GenKeyInfo::GenKeyInfo()'],['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend::GenKeyInfo']]], ['get_5fdata_5fobject_5fkey_205',['get_data_object_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#a2e30e1288e5e7bff4cb54a9723fbcaeb',1,'GpgFrontend::CacheManager::Impl']]], ['get_5fkey_5fin_5fcache_206',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a440653d7752aec61575b522d9b7bce25',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['get_5frestart_5fneeded_207',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a2ca2325a0dd0764cb6b5c2a7e35ba408',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a67c4bc7a4e0d76c610267b86612ba5b6',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()']]], + ['get_5frestart_5fneeded_207',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a2ca2325a0dd0764cb6b5c2a7e35ba408',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()']]], ['get_5fselected_5fsubkey_208',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aa757320412a0a904bcbd2d6ee536c744',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], ['get_5fsign_5fselected_209',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ab090e19189ae4f03ab43f9a300b906f0',1,'GpgFrontend::UI::KeyPairUIDTab']]], ['get_5fstatus_5fstring_210',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a168bea15c50aa5c42601026124fb04f0',1,'GpgFrontend::UI::KeyImportDetailDialog']]], ['get_5fuid_5fchecked_211',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ae8830624dd1e06f83cde4a1d9750aa85',1,'GpgFrontend::UI::KeyPairUIDTab']]], ['get_5fuid_5fselected_212',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a88c454f97ba4bd140e23c8ff1054eff5',1,'GpgFrontend::UI::KeyPairUIDTab']]], ['getalgo_213',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#aadafd2fa289a5b8e69e03c5b2deeacd6',1,'GpgFrontend::GenKeyInfo']]], - ['getallchannelid_214',['GetAllChannelId',['../classGpgFrontend_1_1SingletonFunctionObject.html#aa7b5db19f3a130886f43607a345a0e1d',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonStorage.html#aa5fd3f6f18f7c9435df0bb32707e3871',1,'GpgFrontend::SingletonStorage::GetAllChannelId()']]], + ['getallchannelid_214',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#aa5fd3f6f18f7c9435df0bb32707e3871',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa7b5db19f3a130886f43607a345a0e1d',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], ['getallprivatekeys_215',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ac9dc5eb5036314d230dffafef198197a',1,'GpgFrontend::UI::KeyList']]], ['getapp_216',['GetApp',['../structGpgFrontend_1_1GpgFrontendContext.html#a56dd389a17c5f74482ade13635140bbb',1,'GpgFrontend::GpgFrontendContext']]], ['getappdatapath_217',['GetAppDataPath',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae051656e52a286cd9b3a891d82099ce0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDataPath()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a7da8fc60ba403d6addd8f671089faeaa',1,'GpgFrontend::GlobalSettingStation::GetAppDataPath()']]], @@ -39,9 +39,9 @@ var searchData= ['getchannelobjectinstance_222',['GetChannelObjectInstance',['../namespaceGpgFrontend.html#a0f6c508ed7db841c0eaf5907c7612ff6',1,'GpgFrontend']]], ['getchecked_223',['GetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a97d01278c44e1f7cd53f842ae80b477b',1,'GpgFrontend::UI::KeyList::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab9114a304fae835b3464d3f55e53b3fc',1,'GpgFrontend::UI::KeyList::GetChecked(const KeyTable &key_table)']]], ['getcheckedsigners_224',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a293d71b597bd052836675a4cff8ad28d',1,'GpgFrontend::UI::SignersPicker']]], - ['getcomment_225',['GetComment',['../classGpgFrontend_1_1GpgUID.html#af71a8fb322d11f4d0267fb5a1c109904',1,'GpgFrontend::GpgUID::GetComment()'],['../classGpgFrontend_1_1GenKeyInfo.html#abbc1d76d54202eb5cf2cc27767ab238d',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#aadfb3ec59be62ca0c14e73766f219557',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a964da32ce71553d6a584c36f4797db0f',1,'GpgFrontend::GpgKeySignature::GetComment()']]], + ['getcomment_225',['GetComment',['../classGpgFrontend_1_1GpgUID.html#af71a8fb322d11f4d0267fb5a1c109904',1,'GpgFrontend::GpgUID::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a964da32ce71553d6a584c36f4797db0f',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#aadfb3ec59be62ca0c14e73766f219557',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GenKeyInfo.html#abbc1d76d54202eb5cf2cc27767ab238d',1,'GpgFrontend::GenKeyInfo::GetComment()']]], ['getcorelogger_226',['GetCoreLogger',['../namespaceGpgFrontend.html#addea8a9496b97952a6268f14a392e981',1,'GpgFrontend']]], - ['getcreatetime_227',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a51ec231fb31f5c968511eeb2ecc7a82f',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#aa49800564631056c764fd412305f5a50',1,'GpgFrontend::GpgKeySignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a83cefe63b9410bd07ff123fe61f05e95',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6',1,'GpgFrontend::GpgSubKey::GetCreateTime()']]], + ['getcreatetime_227',['GetCreateTime',['../classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6',1,'GpgFrontend::GpgSubKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a83cefe63b9410bd07ff123fe61f05e95',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#aa49800564631056c764fd412305f5a50',1,'GpgFrontend::GpgKeySignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgKey.html#a51ec231fb31f5c968511eeb2ecc7a82f',1,'GpgFrontend::GpgKey::GetCreateTime()']]], ['getcurrentpath_228',['GetCurrentPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a984bd4a6f7d133d6e6356b46ba2d46d4',1,'GpgFrontend::UI::FileTreeView']]], ['getdataobjectsfilessize_229',['GetDataObjectsFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a67d731d4a2c0f3033c9f6b6f52094e25',1,'GpgFrontend::GlobalSettingStation']]], ['getdefaultchannel_230',['GetDefaultChannel',['../classGpgFrontend_1_1SingletonFunctionObject.html#ad983153cbe3a0c32c123c506e04f31fc',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()'],['../classGpgFrontend_1_1ChannelObject.html#a6a3672c8ff3d4fb5ef6bc1bda202bbb8',1,'GpgFrontend::ChannelObject::GetDefaultChannel()']]], @@ -50,13 +50,13 @@ var searchData= ['getemail_233',['GetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#af87474dd334abdc17f39bf5cc04cc464',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#acfde01907c1ec56cdb6dab519c7948e9',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeef7bdd5d64493a585e77d4e4839e055',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a72b06128992429e3fc730134d82f4a37',1,'GpgFrontend::GpgUID::GetEmail()']]], ['getencrcount_234',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a55e9388dce5d0d695844cbbb03db0437',1,'GpgFrontend::GpgTOFUInfo']]], ['getencrlast_235',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a4dc5e5573cabb90f55761bdc252f4f82',1,'GpgFrontend::GpgTOFUInfo']]], - ['getexpiretime_236',['GetExpireTime',['../classGpgFrontend_1_1GpgSubKey.html#a70e3268330b354ff99a1ec753ee71601',1,'GpgFrontend::GpgSubKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9da492e149e2e5ff8766aa7b925e8887',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a430e4275ee13ceaf177138dd4be388c7',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GenKeyInfo.html#abba96c63d675a9bdd05926eaca64c268',1,'GpgFrontend::GenKeyInfo::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#abaedefd31b8e3a1d59feb8a5f9f3527c',1,'GpgFrontend::GpgSignature::GetExpireTime()']]], + ['getexpiretime_236',['GetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#abba96c63d675a9bdd05926eaca64c268',1,'GpgFrontend::GenKeyInfo::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a430e4275ee13ceaf177138dd4be388c7',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9da492e149e2e5ff8766aa7b925e8887',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#abaedefd31b8e3a1d59feb8a5f9f3527c',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a70e3268330b354ff99a1ec753ee71601',1,'GpgFrontend::GpgSubKey::GetExpireTime()']]], ['getfileextension_237',['GetFileExtension',['../namespaceGpgFrontend.html#a603b75f118cc58b6f267df4347acd6e9',1,'GpgFrontend']]], ['getfilepath_238',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], ['getfilesizebypath_239',['GetFileSizeByPath',['../namespaceGpgFrontend.html#ac05bfb7efd56d3012777ed2e8e355a6a',1,'GpgFrontend']]], - ['getfingerprint_240',['GetFingerprint',['../classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e',1,'GpgFrontend::GpgSubKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#acd681c77a5c777cacd0b9866b209bac2',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgKey.html#acc06ff78f50cfa9ec94cebd39e235a40',1,'GpgFrontend::GpgKey::GetFingerprint()']]], + ['getfingerprint_240',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#acc06ff78f50cfa9ec94cebd39e235a40',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#acd681c77a5c777cacd0b9866b209bac2',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], ['getfullextension_241',['GetFullExtension',['../namespaceGpgFrontend.html#ac855ff975b7f2571f5dab25c857e5a4f',1,'GpgFrontend']]], - ['getfullid_242',['GetFullID',['../classGpgFrontend_1_1Thread_1_1Task.html#aabda16361fa50a05e72de5f6ac37a53e',1,'GpgFrontend::Thread::Task::GetFullID()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a2b844765ba5c75ee061fe19ccb663e1d',1,'GpgFrontend::Thread::Task::Impl::GetFullID()']]], + ['getfullid_242',['GetFullID',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a2b844765ba5c75ee061fe19ccb663e1d',1,'GpgFrontend::Thread::Task::Impl::GetFullID()'],['../classGpgFrontend_1_1Thread_1_1Task.html#aabda16361fa50a05e72de5f6ac37a53e',1,'GpgFrontend::Thread::Task::GetFullID()']]], ['gethashalgo_243',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#a23084904b84dd0d2a619565c0ae18d2e',1,'GpgFrontend::GpgSignature']]], ['gethttprequestuseragent_244',['GetHttpRequestUserAgent',['../namespaceGpgFrontend.html#aa0393307275afa9b4f27f7ff0d74f9ae',1,'GpgFrontend']]], ['gethumanfriendlyfilesize_245',['GetHumanFriendlyFileSize',['../namespaceGpgFrontend.html#a5b86eb3adc57fa5f55e9f55a69031f71',1,'GpgFrontend']]], @@ -65,7 +65,7 @@ var searchData= ['getinstance_248',['GetInstance',['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a6294f44348070707b4b6abcfd1b6509d',1,'GpgFrontend::UI::UISignalStation::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a530688726ce3a319de8d4bdcc291db87',1,'GpgFrontend::UI::CommonUtils::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a4ab63c97545b007d2b720c9b59ed1c47',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a4bba0f1f2880648909af6824bcef9568',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a9cdea3d2b2d2776f241d2a871d233dd5',1,'GpgFrontend::SingletonStorageCollection::Impl::GetInstance()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ac963fee992753970bfb5c81608d4070f',1,'GpgFrontend::SingletonFunctionObject::GetInstance()']]], ['getinvalid_249',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a1e7436091a5de3c08727608880afedd2',1,'GpgFrontend::GpgUID']]], ['getkey_250',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a74075299f1dee8cbccbf46939a1871f5',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyalgo_251',['GetKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a9f69b569f048c2a8ce2894ea06a62622',1,'GpgFrontend::GpgKey::GetKeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a6274ea63d3bc49d7a1222a415f04a371',1,'GpgFrontend::GpgSubKey::GetKeyAlgo()']]], + ['getkeyalgo_251',['GetKeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a6274ea63d3bc49d7a1222a415f04a371',1,'GpgFrontend::GpgSubKey::GetKeyAlgo()'],['../classGpgFrontend_1_1GpgKey.html#a9f69b569f048c2a8ce2894ea06a62622',1,'GpgFrontend::GpgKey::GetKeyAlgo()']]], ['getkeyid_252',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#ae0291189b67734a61a9b34f5c206cefd',1,'GpgFrontend::GpgKeySignature']]], ['getkeylength_253',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#afd12578dde272902cfbf76368103f95b',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a05dc0b70902e5ce13c1e83c36f31fabe',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], ['getkeys_254',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#ac12f4117c5b4b596d9788dc816a6112b',1,'GpgFrontend::GpgKeyGetter']]], @@ -75,119 +75,120 @@ var searchData= ['getlogdir_258',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7a7eb68d192184bb2f447abbb4440fec',1,'GpgFrontend::GlobalSettingStation::GetLogDir()'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#af067b39bc0926f1189980d26c027a729',1,'GpgFrontend::GlobalSettingStation::Impl::GetLogDir()']]], ['getlogfilessize_259',['GetLogFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a6521cacfd63f42558399077f9301e500',1,'GpgFrontend::GlobalSettingStation']]], ['getlogger_260',['GetLogger',['../namespaceGpgFrontend.html#a7a6ec562e4deb109d575f0e6baa66ffe',1,'GpgFrontend']]], - ['getmousepointglobal_261',['GetMousePointGlobal',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a8addf93e844125d99c5a66fb7364a45d',1,'GpgFrontend::UI::FileTreeView']]], - ['getname_262',['GetName',['../classGpgFrontend_1_1GenKeyInfo.html#a6c1277ad84cd4c2b3c6203c31581e8e4',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a5df8b2922b636f0811587c5bcd9e649f',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeecb8984b5c4e26d457df0dfe59215df',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#a9117672ca4e5f1973ee687e2c006af96',1,'GpgFrontend::GpgUID::GetName()']]], - ['getonlyfilenamewithpath_263',['GetOnlyFileNameWithPath',['../namespaceGpgFrontend.html#a3025370b8e98cbb40c3a0c420162e5a1',1,'GpgFrontend']]], - ['getownertrust_264',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#ad59777bfb1a0c0d5a91b03e484583245',1,'GpgFrontend::GpgKey']]], - ['getownertrustlevel_265',['GetOwnerTrustLevel',['../classGpgFrontend_1_1GpgKey.html#a4503423068d10413a9a66e2870db2513',1,'GpgFrontend::GpgKey']]], - ['getpassphrase_266',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#ab74ae13ad036fbb85405f401275d0566',1,'GpgFrontend::GenKeyInfo']]], - ['getpathbyclickpoint_267',['GetPathByClickPoint',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ae65efaff87bd35f7f8f73388c022bdf8',1,'GpgFrontend::UI::FileTreeView']]], - ['getpolicy_268',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a506686bed09a700157050824c4ec0db9',1,'GpgFrontend::GpgTOFUInfo']]], - ['getprimarykeylength_269',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#adb78bab34399074a5cc2c93d38153307',1,'GpgFrontend::GpgKey']]], - ['getprivatechecked_270',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a26efe22f805046cf1526c71bec059477',1,'GpgFrontend::UI::KeyList']]], - ['getprojectbuildgitbranchname_271',['GetProjectBuildGitBranchName',['../namespaceGpgFrontend.html#af8477f79805044d8d3f6b9d2c5821c1e',1,'GpgFrontend']]], - ['getprojectbuildgitcommithash_272',['GetProjectBuildGitCommitHash',['../namespaceGpgFrontend.html#a31a993f004e7676c37773bca551bdda8',1,'GpgFrontend']]], - ['getprojectbuildgitversion_273',['GetProjectBuildGitVersion',['../namespaceGpgFrontend.html#a98a045b142891ab353f8dd2c534120e6',1,'GpgFrontend']]], - ['getprojectbuildtimestamp_274',['GetProjectBuildTimestamp',['../namespaceGpgFrontend.html#a55cb4bfd03e1f0f55bc0c3e4e7630dd2',1,'GpgFrontend']]], - ['getprojectbuildversion_275',['GetProjectBuildVersion',['../namespaceGpgFrontend.html#ad7de5a924b754ba1d31259d853a06f6a',1,'GpgFrontend']]], - ['getprojectversion_276',['GetProjectVersion',['../namespaceGpgFrontend.html#ad12a69caa5829b9c343f82e0294d4e59',1,'GpgFrontend']]], - ['getprotocol_277',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#a3788cd6c7c8a4ebb4e873d2f0176c1ef',1,'GpgFrontend::GpgKey']]], - ['getpubkey_278',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#aadefece15fe73e5c0285b7e9278700e2',1,'GpgFrontend::GpgKeyGetter']]], - ['getpubkeyalgo_279',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a00962f82450971c4e31a3ad302458a12',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#a7013e8c97f93fae4c29174247bc9306f',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgKeySignature.html#a72dd3c028ab417c66fad90d84836cce4',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()']]], - ['getpublickeyalgo_280',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#aa3925328d425e674207fb9304d58ce0d',1,'GpgFrontend::GpgKey']]], - ['getresultreport_281',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#af271ad9aa3bc37e8445abf56f5fb0274',1,'GpgFrontend::GpgResultAnalyse']]], - ['getrevoked_282',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#afa1ac208b688bc2b9d306a73961bcf3e',1,'GpgFrontend::GpgUID']]], - ['getrtn_283',['GetRTN',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a7a4918c9e0edd5ca6e843b370326666b',1,'GpgFrontend::Thread::Task::Impl::GetRTN()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a38af36201658a25cc6479598acd455a1',1,'GpgFrontend::Thread::Task::GetRTN()']]], - ['getselected_284',['GetSelected',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad1211e2d7911f55ee5d35f685bc00075',1,'GpgFrontend::UI::FilePage::GetSelected()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()']]], - ['getselectedkey_285',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#a66778309098dec18a891712dfb59b08b',1,'GpgFrontend::UI::KeyList']]], - ['getselectedpath_286',['GetSelectedPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a697e1df6db810119d3d908d9e88a5212',1,'GpgFrontend::UI::FileTreeView']]], - ['getsettings_287',['GetSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac767d0c3240d366cbb4f5f7e7e6c5562',1,'GpgFrontend::GlobalSettingStation']]], - ['getsignatures_288',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a42cf6a649e485d817fd673b890620d0b',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#afaf4d34fa13dfdf339cb32d2036946fe',1,'GpgFrontend::GpgUID::GetSignatures()']]], - ['getsigncount_289',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a196c3a373a425dca10631c5d4566732d',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsigners_290',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad8ee6cea649bd5bba1f68f4ff53cdf41',1,'GpgFrontend::GpgBasicOperator']]], - ['getsignfirst_291',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a6931d87dab449d0c635a354364c69178',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsignlast_292',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a97547f55a360d7b46b881624d31954df',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsingletonstorage_293',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ab57bdb5e019e4c1d0b56931b51347507',1,'GpgFrontend::SingletonStorageCollection::Impl::GetSingletonStorage()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#aeb36a7e69c74c1212b44b841b9114953',1,'GpgFrontend::SingletonStorageCollection::GetSingletonStorage()']]], - ['getsizechangestep_294',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#a33c7ea176587bbd317a39938e9ecec59',1,'GpgFrontend::GenKeyInfo']]], - ['getstatus_295',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#ad1bd7527f7481ca4f2d6e84add30bbf2',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8fdcf12315905cef8d5e1a57be810eb1',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a605db21b5fcca4d19f2b3341516aaaed',1,'GpgFrontend::GpgSignature::GetStatus()'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#ae435075cf072e2f42924a1c3915e40b2',1,'GpgFrontend::UI::SignersPicker::GetStatus()']]], - ['getsubkeys_296',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a7b7ae99f2a7d68716cf7a01390931a5f',1,'GpgFrontend::GpgKey']]], - ['getsuggestmaxkeysize_297',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#af72c8592d105d8394bcfa1bc6388d46e',1,'GpgFrontend::GenKeyInfo']]], - ['getsuggestminkeysize_298',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a482933ddc06734993d80a90611a8ad5b',1,'GpgFrontend::GenKeyInfo']]], - ['getsummary_299',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#ad0f45c854e6e7a0ee6b8f6eee66b0088',1,'GpgFrontend::GpgSignature']]], - ['getsupportedkeyalgo_300',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a2229d217f44345a99ab3816ec5c0cfe8',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedsubkeyalgo_301',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a07a68fbe5ef4534df51759cffb144bef',1,'GpgFrontend::GenKeyInfo']]], - ['gettabidstosave_302',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a1c75f69ffa1ca45a3c28af0800871a6e',1,'GpgFrontend::UI::QuitDialog']]], - ['gettempfilepath_303',['GetTempFilePath',['../namespaceGpgFrontend.html#a3d15fda681fcdd6ea07a8eb31f81b249',1,'GpgFrontend']]], - ['gettextpage_304',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['getthread_305',['GetThread',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a57e29f0dde8ceec05c68841985b43f42',1,'GpgFrontend::Thread::TaskRunner']]], - ['gettofuinfos_306',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a9f4be917324455d5ac9a0eb2bf55b494',1,'GpgFrontend::GpgUID']]], - ['getuid_307',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a64bdcc24645565356a5f70a75d53e3db',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a31f4959f947f9845dcd3caaf1834403a',1,'GpgFrontend::GpgUID::GetUID()']]], - ['getuids_308',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#aef18b3735a229af34f85deb111d97e2b',1,'GpgFrontend::GpgKey']]], - ['getuserid_309',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a225c683da9766afd8fd7e733e9f5fdd4',1,'GpgFrontend::GenKeyInfo']]], - ['getuuid_310',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a80cea2ad3b8049cc5c71c79952eaaeb8',1,'GpgFrontend::Thread::Task::Impl::GetUUID()'],['../classGpgFrontend_1_1Thread_1_1Task.html#acf42a45a657d8dc8658ed0e322ff161b',1,'GpgFrontend::Thread::Task::GetUUID()']]], - ['getvalidity_311',['GetValidity',['../classGpgFrontend_1_1GpgTOFUInfo.html#a35510807eea162b83d71ecebf98cf25f',1,'GpgFrontend::GpgTOFUInfo::GetValidity()'],['../classGpgFrontend_1_1GpgSignature.html#af41e8c0a575647b2958dfe1e79abeb4d',1,'GpgFrontend::GpgSignature::GetValidity()']]], - ['gfbuffer_312',['GFBuffer',['../classGpgFrontend_1_1GFBuffer.html',1,'GpgFrontend']]], - ['gfcomparesoftwareversion_313',['GFCompareSoftwareVersion',['../namespaceGpgFrontend.html#ab35d8d68842b492defa701209ead8f68',1,'GpgFrontend']]], - ['gfdataexchanger_314',['GFDataExchanger',['../classGpgFrontend_1_1GFDataExchanger.html',1,'GpgFrontend']]], - ['gfmoduleevent_315',['GFModuleEvent',['../structGFModuleEvent.html',1,'']]], - ['gfmoduleeventparam_316',['GFModuleEventParam',['../structGFModuleEventParam.html',1,'']]], - ['gfmodulemetadata_317',['GFModuleMetaData',['../structGFModuleMetaData.html',1,'']]], - ['gfstrdup_318',['GFStrDup',['../namespaceGpgFrontend.html#aaf43d56872a9ab0f774394df096f5bc1',1,'GpgFrontend']]], - ['gfunstrdup_319',['GFUnStrDup',['../namespaceGpgFrontend.html#af121a5a19457b89a24e5edcbcde245e5',1,'GpgFrontend']]], - ['global_5fsetting_5fstation_5f_320',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]], - ['globalmodulecontext_321',['GlobalModuleContext',['../classGpgFrontend_1_1Module_1_1GlobalModuleContext.html',1,'GpgFrontend::Module']]], - ['globalregistertable_322',['GlobalRegisterTable',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable.html',1,'GpgFrontend::Module']]], - ['globalregistertabletreemodel_323',['GlobalRegisterTableTreeModel',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel.html',1,'GpgFrontend::Module']]], - ['globalsettingstation_324',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation::GlobalSettingStation()'],['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend::GlobalSettingStation']]], - ['gnupg_5fact_5f_325',['gnupg_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227',1,'GpgFrontend::UI::MainWindow']]], - ['gnupgcontrollerdialog_326',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835',1,'GpgFrontend::UI::GnuPGControllerDialog::GnuPGControllerDialog()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html',1,'GpgFrontend::UI::GnuPGControllerDialog']]], - ['gnupghomepath_327',['GnuPGHomePath',['../classGpgInfo.html#a962e5a19e6213ae8c26b3752b6ea4a5e',1,'GpgInfo']]], - ['gnupgtab_328',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab::GnupgTab()'],['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI::GnupgTab']]], - ['gpgadvancedoperator_329',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html',1,'GpgFrontend']]], - ['gpgbasicoperator_330',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator::GpgBasicOperator()'],['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend::GpgBasicOperator']]], - ['gpgcommandexecutor_331',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]], - ['gpgcomponentinfo_332',['GpgComponentInfo',['../structGpgComponentInfo.html',1,'']]], - ['gpgcontext_333',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]], - ['gpgcontextinitargs_334',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], - ['gpgcoretest_335',['GpgCoreTest',['../classGpgFrontend_1_1Test_1_1GpgCoreTest.html',1,'GpgFrontend::Test']]], - ['gpgdata_336',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a179ff5f215f928a9b0650ed97df1f256',1,'GpgFrontend::GpgData::GpgData(GFBuffer)'],['../classGpgFrontend_1_1GpgData.html#a6236cfffb24d822054626265ed5c2270',1,'GpgFrontend::GpgData::GpgData(const QString &path, bool read)'],['../classGpgFrontend_1_1GpgData.html#a4aad21247e609da9ae989ef71b717e35',1,'GpgFrontend::GpgData::GpgData(std::shared_ptr< GFDataExchanger >)'],['../classGpgFrontend_1_1GpgData.html#a7a93937f4896ee4cf44184ee4426e438',1,'GpgFrontend::GpgData::GpgData(int fd)'],['../classGpgFrontend_1_1GpgData.html#a573fc435361509241e29226329041f6e',1,'GpgFrontend::GpgData::GpgData(const void *buffer, size_t size, bool copy=true)'],['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend::GpgData']]], - ['gpgdecryptresult_337',['GpgDecryptResult',['../classGpgFrontend_1_1GpgDecryptResult.html',1,'GpgFrontend']]], - ['gpgdecryptresultanalyse_338',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a689bfdd261b1f89ff3343978b2738fb7',1,'GpgFrontend::GpgDecryptResultAnalyse::GpgDecryptResultAnalyse()'],['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['gpgencryptresult_339',['GpgEncryptResult',['../classGpgFrontend_1_1GpgEncryptResult.html',1,'GpgFrontend']]], - ['gpgencryptresultanalyse_340',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a1a90feeba92e744166d99405846db8ff',1,'GpgFrontend::GpgEncryptResultAnalyse::GpgEncryptResultAnalyse()'],['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend::GpgEncryptResultAnalyse']]], - ['gpgerror_341',['GpgError',['../namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8',1,'GpgFrontend']]], - ['gpgfileopera_342',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera::GpgFileOpera()'],['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend::GpgFileOpera']]], - ['gpgfrontend_343',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], - ['gpgfrontend_20develop_20document_20main_20page_344',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]], - ['gpgfrontendapplication_345',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI::GpgFrontendApplication'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication::GpgFrontendApplication()']]], - ['gpgfrontendcontext_346',['GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html',1,'GpgFrontend::GpgFrontendContext'],['../structGpgFrontend_1_1Test_1_1GpgFrontendContext.html',1,'GpgFrontend::Test::GpgFrontendContext'],['../structGpgFrontend_1_1GpgFrontendContext.html#ad1d8efa1faadf74ac674484b15d13588',1,'GpgFrontend::GpgFrontendContext::GpgFrontendContext()']]], - ['gpggeneratekeyresult_347',['GpgGenerateKeyResult',['../classGpgFrontend_1_1GpgGenerateKeyResult.html',1,'GpgFrontend']]], - ['gpgimportedkey_348',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey.html',1,'GpgFrontend::GpgImportInformation']]], - ['gpgimportinformation_349',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend::GpgImportInformation'],['../classGpgFrontend_1_1GpgImportInformation.html#a19e37d28f4462caf2b3522d50ceaf897',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation(gpgme_import_result_t result)']]], - ['gpginfo_350',['GpgInfo',['../classGpgInfo.html',1,'']]], - ['gpgkey_351',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend::GpgKey'],['../classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1',1,'GpgFrontend::GpgKey::GpgKey()=default'],['../classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9',1,'GpgFrontend::GpgKey::GpgKey(gpgme_key_t &&key)'],['../classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804',1,'GpgFrontend::GpgKey::GpgKey(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#a0720623207f37ba9a3ad294a88b06e71',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a213d5540d65c3d7e04bbee834b70f16b',1,'GpgFrontend::GpgKey::GpgKey(const GpgKey &)']]], - ['gpgkeygetter_352',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend::GpgKeyGetter'],['../classGpgFrontend_1_1GpgKeyGetter.html#aa2ec24750e302b12ab332b2e7481b882',1,'GpgFrontend::GpgKeyGetter::GpgKeyGetter()']]], - ['gpgkeyimportexporter_353',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend::GpgKeyImportExporter'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter::GpgKeyImportExporter()']]], - ['gpgkeymanager_354',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend::GpgKeyManager'],['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager::GpgKeyManager()']]], - ['gpgkeyopera_355',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend::GpgKeyOpera'],['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera::GpgKeyOpera()']]], - ['gpgkeysignature_356',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend::GpgKeySignature'],['../classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b',1,'GpgFrontend::GpgKeySignature::GpgKeySignature()'],['../classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)'],['../classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(GpgKeySignature &&) noexcept']]], - ['gpgoptionsinfo_357',['GpgOptionsInfo',['../structGpgOptionsInfo.html#a49978feb92a284e5588f230a356d107d',1,'GpgOptionsInfo::GpgOptionsInfo()'],['../structGpgOptionsInfo.html',1,'GpgOptionsInfo']]], - ['gpgpassphrasecontext_358',['GpgPassphraseContext',['../classGpgFrontend_1_1GpgPassphraseContext.html',1,'GpgFrontend']]], - ['gpgrecipient_359',['GpgRecipient',['../structGpgFrontend_1_1GpgRecipient.html',1,'GpgFrontend']]], - ['gpgresultanalyse_360',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend::GpgResultAnalyse'],['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse::GpgResultAnalyse()']]], - ['gpgsignature_361',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend::GpgSignature'],['../classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7',1,'GpgFrontend::GpgSignature::GpgSignature(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a',1,'GpgFrontend::GpgSignature::GpgSignature(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8',1,'GpgFrontend::GpgSignature::GpgSignature(gpgme_signature_t sig)'],['../classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe',1,'GpgFrontend::GpgSignature::GpgSignature()']]], - ['gpgsignresult_362',['GpgSignResult',['../classGpgFrontend_1_1GpgSignResult.html',1,'GpgFrontend']]], - ['gpgsignresultanalyse_363',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend::GpgSignResultAnalyse'],['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse::GpgSignResultAnalyse()']]], - ['gpgsubkey_364',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend::GpgSubKey'],['../classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5',1,'GpgFrontend::GpgSubKey::GpgSubKey(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab',1,'GpgFrontend::GpgSubKey::GpgSubKey(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe',1,'GpgFrontend::GpgSubKey::GpgSubKey(gpgme_subkey_t subkey)'],['../classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e',1,'GpgFrontend::GpgSubKey::GpgSubKey()']]], - ['gpgtofuinfo_365',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend::GpgTOFUInfo'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(gpgme_tofu_info_t tofu_info)'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo()']]], - ['gpguid_366',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend::GpgUID'],['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()']]], - ['gpguidoperator_367',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend::GpgUIDOperator'],['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator::GpgUIDOperator()']]], - ['gpgverifyresult_368',['GpgVerifyResult',['../classGpgFrontend_1_1GpgVerifyResult.html',1,'GpgFrontend']]], - ['gpgverifyresultanalyse_369',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend::GpgVerifyResultAnalyse'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse::GpgVerifyResultAnalyse()']]], - ['grttreeview_370',['GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html',1,'GpgFrontend::UI::GRTTreeView'],['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a990f119924bee4d2120c51b96e14d8c3',1,'GpgFrontend::UI::GRTTreeView::GRTTreeView()']]], - ['module_371',['Module',['../namespaceGpgFrontend_1_1Module.html',1,'GpgFrontend']]], - ['rawapi_372',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], - ['test_373',['Test',['../namespaceGpgFrontend_1_1Test.html',1,'GpgFrontend']]], - ['thread_374',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], - ['ui_375',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] + ['getmodulesdir_261',['GetModulesDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a2733ce88ee759f39bd182e27319e6795',1,'GpgFrontend::GlobalSettingStation::GetModulesDir()'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#adb93836c33829dd5d6e04179848a0e8e',1,'GpgFrontend::GlobalSettingStation::Impl::GetModulesDir()']]], + ['getmousepointglobal_262',['GetMousePointGlobal',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a8addf93e844125d99c5a66fb7364a45d',1,'GpgFrontend::UI::FileTreeView']]], + ['getname_263',['GetName',['../classGpgFrontend_1_1GpgUID.html#a9117672ca4e5f1973ee687e2c006af96',1,'GpgFrontend::GpgUID::GetName()'],['../classGpgFrontend_1_1GenKeyInfo.html#a6c1277ad84cd4c2b3c6203c31581e8e4',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a5df8b2922b636f0811587c5bcd9e649f',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeecb8984b5c4e26d457df0dfe59215df',1,'GpgFrontend::GpgKeySignature::GetName()']]], + ['getonlyfilenamewithpath_264',['GetOnlyFileNameWithPath',['../namespaceGpgFrontend.html#a3025370b8e98cbb40c3a0c420162e5a1',1,'GpgFrontend']]], + ['getownertrust_265',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#ad59777bfb1a0c0d5a91b03e484583245',1,'GpgFrontend::GpgKey']]], + ['getownertrustlevel_266',['GetOwnerTrustLevel',['../classGpgFrontend_1_1GpgKey.html#a4503423068d10413a9a66e2870db2513',1,'GpgFrontend::GpgKey']]], + ['getpassphrase_267',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#ab74ae13ad036fbb85405f401275d0566',1,'GpgFrontend::GenKeyInfo']]], + ['getpathbyclickpoint_268',['GetPathByClickPoint',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ae65efaff87bd35f7f8f73388c022bdf8',1,'GpgFrontend::UI::FileTreeView']]], + ['getpolicy_269',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a506686bed09a700157050824c4ec0db9',1,'GpgFrontend::GpgTOFUInfo']]], + ['getprimarykeylength_270',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#adb78bab34399074a5cc2c93d38153307',1,'GpgFrontend::GpgKey']]], + ['getprivatechecked_271',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a26efe22f805046cf1526c71bec059477',1,'GpgFrontend::UI::KeyList']]], + ['getprojectbuildgitbranchname_272',['GetProjectBuildGitBranchName',['../namespaceGpgFrontend.html#af8477f79805044d8d3f6b9d2c5821c1e',1,'GpgFrontend']]], + ['getprojectbuildgitcommithash_273',['GetProjectBuildGitCommitHash',['../namespaceGpgFrontend.html#a31a993f004e7676c37773bca551bdda8',1,'GpgFrontend']]], + ['getprojectbuildgitversion_274',['GetProjectBuildGitVersion',['../namespaceGpgFrontend.html#a98a045b142891ab353f8dd2c534120e6',1,'GpgFrontend']]], + ['getprojectbuildtimestamp_275',['GetProjectBuildTimestamp',['../namespaceGpgFrontend.html#a55cb4bfd03e1f0f55bc0c3e4e7630dd2',1,'GpgFrontend']]], + ['getprojectbuildversion_276',['GetProjectBuildVersion',['../namespaceGpgFrontend.html#ad7de5a924b754ba1d31259d853a06f6a',1,'GpgFrontend']]], + ['getprojectversion_277',['GetProjectVersion',['../namespaceGpgFrontend.html#ad12a69caa5829b9c343f82e0294d4e59',1,'GpgFrontend']]], + ['getprotocol_278',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#a3788cd6c7c8a4ebb4e873d2f0176c1ef',1,'GpgFrontend::GpgKey']]], + ['getpubkey_279',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#aadefece15fe73e5c0285b7e9278700e2',1,'GpgFrontend::GpgKeyGetter']]], + ['getpubkeyalgo_280',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a00962f82450971c4e31a3ad302458a12',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#a7013e8c97f93fae4c29174247bc9306f',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgKeySignature.html#a72dd3c028ab417c66fad90d84836cce4',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()']]], + ['getpublickeyalgo_281',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#aa3925328d425e674207fb9304d58ce0d',1,'GpgFrontend::GpgKey']]], + ['getresultreport_282',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#af271ad9aa3bc37e8445abf56f5fb0274',1,'GpgFrontend::GpgResultAnalyse']]], + ['getrevoked_283',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#afa1ac208b688bc2b9d306a73961bcf3e',1,'GpgFrontend::GpgUID']]], + ['getrtn_284',['GetRTN',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a7a4918c9e0edd5ca6e843b370326666b',1,'GpgFrontend::Thread::Task::Impl::GetRTN()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a38af36201658a25cc6479598acd455a1',1,'GpgFrontend::Thread::Task::GetRTN()']]], + ['getselected_285',['GetSelected',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad1211e2d7911f55ee5d35f685bc00075',1,'GpgFrontend::UI::FilePage::GetSelected()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()']]], + ['getselectedkey_286',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#a66778309098dec18a891712dfb59b08b',1,'GpgFrontend::UI::KeyList']]], + ['getselectedpath_287',['GetSelectedPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a697e1df6db810119d3d908d9e88a5212',1,'GpgFrontend::UI::FileTreeView']]], + ['getsettings_288',['GetSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac767d0c3240d366cbb4f5f7e7e6c5562',1,'GpgFrontend::GlobalSettingStation']]], + ['getsignatures_289',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a42cf6a649e485d817fd673b890620d0b',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#afaf4d34fa13dfdf339cb32d2036946fe',1,'GpgFrontend::GpgUID::GetSignatures()']]], + ['getsigncount_290',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a196c3a373a425dca10631c5d4566732d',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsigners_291',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad8ee6cea649bd5bba1f68f4ff53cdf41',1,'GpgFrontend::GpgBasicOperator']]], + ['getsignfirst_292',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a6931d87dab449d0c635a354364c69178',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsignlast_293',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a97547f55a360d7b46b881624d31954df',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsingletonstorage_294',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ab57bdb5e019e4c1d0b56931b51347507',1,'GpgFrontend::SingletonStorageCollection::Impl::GetSingletonStorage()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#aeb36a7e69c74c1212b44b841b9114953',1,'GpgFrontend::SingletonStorageCollection::GetSingletonStorage()']]], + ['getsizechangestep_295',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#a33c7ea176587bbd317a39938e9ecec59',1,'GpgFrontend::GenKeyInfo']]], + ['getstatus_296',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#ad1bd7527f7481ca4f2d6e84add30bbf2',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8fdcf12315905cef8d5e1a57be810eb1',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a605db21b5fcca4d19f2b3341516aaaed',1,'GpgFrontend::GpgSignature::GetStatus()'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#ae435075cf072e2f42924a1c3915e40b2',1,'GpgFrontend::UI::SignersPicker::GetStatus()']]], + ['getsubkeys_297',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a7b7ae99f2a7d68716cf7a01390931a5f',1,'GpgFrontend::GpgKey']]], + ['getsuggestmaxkeysize_298',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#af72c8592d105d8394bcfa1bc6388d46e',1,'GpgFrontend::GenKeyInfo']]], + ['getsuggestminkeysize_299',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a482933ddc06734993d80a90611a8ad5b',1,'GpgFrontend::GenKeyInfo']]], + ['getsummary_300',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#ad0f45c854e6e7a0ee6b8f6eee66b0088',1,'GpgFrontend::GpgSignature']]], + ['getsupportedkeyalgo_301',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a2229d217f44345a99ab3816ec5c0cfe8',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedsubkeyalgo_302',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a07a68fbe5ef4534df51759cffb144bef',1,'GpgFrontend::GenKeyInfo']]], + ['gettabidstosave_303',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a1c75f69ffa1ca45a3c28af0800871a6e',1,'GpgFrontend::UI::QuitDialog']]], + ['gettempfilepath_304',['GetTempFilePath',['../namespaceGpgFrontend.html#a3d15fda681fcdd6ea07a8eb31f81b249',1,'GpgFrontend']]], + ['gettextpage_305',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['getthread_306',['GetThread',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a57e29f0dde8ceec05c68841985b43f42',1,'GpgFrontend::Thread::TaskRunner']]], + ['gettofuinfos_307',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a9f4be917324455d5ac9a0eb2bf55b494',1,'GpgFrontend::GpgUID']]], + ['getuid_308',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a64bdcc24645565356a5f70a75d53e3db',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a31f4959f947f9845dcd3caaf1834403a',1,'GpgFrontend::GpgUID::GetUID()']]], + ['getuids_309',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#aef18b3735a229af34f85deb111d97e2b',1,'GpgFrontend::GpgKey']]], + ['getuserid_310',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a225c683da9766afd8fd7e733e9f5fdd4',1,'GpgFrontend::GenKeyInfo']]], + ['getuuid_311',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a80cea2ad3b8049cc5c71c79952eaaeb8',1,'GpgFrontend::Thread::Task::Impl::GetUUID()'],['../classGpgFrontend_1_1Thread_1_1Task.html#acf42a45a657d8dc8658ed0e322ff161b',1,'GpgFrontend::Thread::Task::GetUUID()']]], + ['getvalidity_312',['GetValidity',['../classGpgFrontend_1_1GpgTOFUInfo.html#a35510807eea162b83d71ecebf98cf25f',1,'GpgFrontend::GpgTOFUInfo::GetValidity()'],['../classGpgFrontend_1_1GpgSignature.html#af41e8c0a575647b2958dfe1e79abeb4d',1,'GpgFrontend::GpgSignature::GetValidity()']]], + ['gfbuffer_313',['GFBuffer',['../classGpgFrontend_1_1GFBuffer.html',1,'GpgFrontend']]], + ['gfcomparesoftwareversion_314',['GFCompareSoftwareVersion',['../namespaceGpgFrontend.html#ab35d8d68842b492defa701209ead8f68',1,'GpgFrontend']]], + ['gfdataexchanger_315',['GFDataExchanger',['../classGpgFrontend_1_1GFDataExchanger.html',1,'GpgFrontend']]], + ['gfmoduleevent_316',['GFModuleEvent',['../structGFModuleEvent.html',1,'']]], + ['gfmoduleeventparam_317',['GFModuleEventParam',['../structGFModuleEventParam.html',1,'']]], + ['gfmodulemetadata_318',['GFModuleMetaData',['../structGFModuleMetaData.html',1,'']]], + ['gfstrdup_319',['GFStrDup',['../namespaceGpgFrontend.html#aaf43d56872a9ab0f774394df096f5bc1',1,'GpgFrontend']]], + ['gfunstrdup_320',['GFUnStrDup',['../namespaceGpgFrontend.html#af121a5a19457b89a24e5edcbcde245e5',1,'GpgFrontend']]], + ['global_5fsetting_5fstation_5f_321',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]], + ['globalmodulecontext_322',['GlobalModuleContext',['../classGpgFrontend_1_1Module_1_1GlobalModuleContext.html',1,'GpgFrontend::Module']]], + ['globalregistertable_323',['GlobalRegisterTable',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable.html',1,'GpgFrontend::Module']]], + ['globalregistertabletreemodel_324',['GlobalRegisterTableTreeModel',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel.html',1,'GpgFrontend::Module']]], + ['globalsettingstation_325',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation::GlobalSettingStation()'],['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend::GlobalSettingStation']]], + ['gnupg_5fact_5f_326',['gnupg_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227',1,'GpgFrontend::UI::MainWindow']]], + ['gnupgcontrollerdialog_327',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835',1,'GpgFrontend::UI::GnuPGControllerDialog::GnuPGControllerDialog()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['gnupghomepath_328',['GnuPGHomePath',['../classGpgInfo.html#a962e5a19e6213ae8c26b3752b6ea4a5e',1,'GpgInfo']]], + ['gnupgtab_329',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab::GnupgTab()'],['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI::GnupgTab']]], + ['gpgadvancedoperator_330',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html',1,'GpgFrontend']]], + ['gpgbasicoperator_331',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator::GpgBasicOperator()'],['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend::GpgBasicOperator']]], + ['gpgcommandexecutor_332',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]], + ['gpgcomponentinfo_333',['GpgComponentInfo',['../structGpgComponentInfo.html',1,'']]], + ['gpgcontext_334',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]], + ['gpgcontextinitargs_335',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], + ['gpgcoretest_336',['GpgCoreTest',['../classGpgFrontend_1_1Test_1_1GpgCoreTest.html',1,'GpgFrontend::Test']]], + ['gpgdata_337',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a179ff5f215f928a9b0650ed97df1f256',1,'GpgFrontend::GpgData::GpgData(GFBuffer)'],['../classGpgFrontend_1_1GpgData.html#a6236cfffb24d822054626265ed5c2270',1,'GpgFrontend::GpgData::GpgData(const QString &path, bool read)'],['../classGpgFrontend_1_1GpgData.html#a4aad21247e609da9ae989ef71b717e35',1,'GpgFrontend::GpgData::GpgData(std::shared_ptr< GFDataExchanger >)'],['../classGpgFrontend_1_1GpgData.html#a7a93937f4896ee4cf44184ee4426e438',1,'GpgFrontend::GpgData::GpgData(int fd)'],['../classGpgFrontend_1_1GpgData.html#a573fc435361509241e29226329041f6e',1,'GpgFrontend::GpgData::GpgData(const void *buffer, size_t size, bool copy=true)'],['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend::GpgData']]], + ['gpgdecryptresult_338',['GpgDecryptResult',['../classGpgFrontend_1_1GpgDecryptResult.html',1,'GpgFrontend']]], + ['gpgdecryptresultanalyse_339',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a689bfdd261b1f89ff3343978b2738fb7',1,'GpgFrontend::GpgDecryptResultAnalyse::GpgDecryptResultAnalyse()'],['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['gpgencryptresult_340',['GpgEncryptResult',['../classGpgFrontend_1_1GpgEncryptResult.html',1,'GpgFrontend']]], + ['gpgencryptresultanalyse_341',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a1a90feeba92e744166d99405846db8ff',1,'GpgFrontend::GpgEncryptResultAnalyse::GpgEncryptResultAnalyse()'],['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend::GpgEncryptResultAnalyse']]], + ['gpgerror_342',['GpgError',['../namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8',1,'GpgFrontend']]], + ['gpgfileopera_343',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera::GpgFileOpera()'],['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend::GpgFileOpera']]], + ['gpgfrontend_344',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], + ['gpgfrontend_20develop_20document_20main_20page_345',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]], + ['gpgfrontendapplication_346',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI::GpgFrontendApplication'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication::GpgFrontendApplication()']]], + ['gpgfrontendcontext_347',['GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html',1,'GpgFrontend::GpgFrontendContext'],['../structGpgFrontend_1_1Test_1_1GpgFrontendContext.html',1,'GpgFrontend::Test::GpgFrontendContext'],['../structGpgFrontend_1_1GpgFrontendContext.html#ad1d8efa1faadf74ac674484b15d13588',1,'GpgFrontend::GpgFrontendContext::GpgFrontendContext()']]], + ['gpggeneratekeyresult_348',['GpgGenerateKeyResult',['../classGpgFrontend_1_1GpgGenerateKeyResult.html',1,'GpgFrontend']]], + ['gpgimportedkey_349',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey.html',1,'GpgFrontend::GpgImportInformation']]], + ['gpgimportinformation_350',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend::GpgImportInformation'],['../classGpgFrontend_1_1GpgImportInformation.html#a19e37d28f4462caf2b3522d50ceaf897',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation(gpgme_import_result_t result)']]], + ['gpginfo_351',['GpgInfo',['../classGpgInfo.html',1,'']]], + ['gpgkey_352',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend::GpgKey'],['../classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1',1,'GpgFrontend::GpgKey::GpgKey()=default'],['../classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9',1,'GpgFrontend::GpgKey::GpgKey(gpgme_key_t &&key)'],['../classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804',1,'GpgFrontend::GpgKey::GpgKey(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#a0720623207f37ba9a3ad294a88b06e71',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a213d5540d65c3d7e04bbee834b70f16b',1,'GpgFrontend::GpgKey::GpgKey(const GpgKey &)']]], + ['gpgkeygetter_353',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend::GpgKeyGetter'],['../classGpgFrontend_1_1GpgKeyGetter.html#aa2ec24750e302b12ab332b2e7481b882',1,'GpgFrontend::GpgKeyGetter::GpgKeyGetter()']]], + ['gpgkeyimportexporter_354',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend::GpgKeyImportExporter'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter::GpgKeyImportExporter()']]], + ['gpgkeymanager_355',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend::GpgKeyManager'],['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager::GpgKeyManager()']]], + ['gpgkeyopera_356',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend::GpgKeyOpera'],['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera::GpgKeyOpera()']]], + ['gpgkeysignature_357',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend::GpgKeySignature'],['../classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b',1,'GpgFrontend::GpgKeySignature::GpgKeySignature()'],['../classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)'],['../classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(GpgKeySignature &&) noexcept']]], + ['gpgoptionsinfo_358',['GpgOptionsInfo',['../structGpgOptionsInfo.html#a49978feb92a284e5588f230a356d107d',1,'GpgOptionsInfo::GpgOptionsInfo()'],['../structGpgOptionsInfo.html',1,'GpgOptionsInfo']]], + ['gpgpassphrasecontext_359',['GpgPassphraseContext',['../classGpgFrontend_1_1GpgPassphraseContext.html',1,'GpgFrontend']]], + ['gpgrecipient_360',['GpgRecipient',['../structGpgFrontend_1_1GpgRecipient.html',1,'GpgFrontend']]], + ['gpgresultanalyse_361',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend::GpgResultAnalyse'],['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse::GpgResultAnalyse()']]], + ['gpgsignature_362',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend::GpgSignature'],['../classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7',1,'GpgFrontend::GpgSignature::GpgSignature(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a',1,'GpgFrontend::GpgSignature::GpgSignature(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8',1,'GpgFrontend::GpgSignature::GpgSignature(gpgme_signature_t sig)'],['../classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe',1,'GpgFrontend::GpgSignature::GpgSignature()']]], + ['gpgsignresult_363',['GpgSignResult',['../classGpgFrontend_1_1GpgSignResult.html',1,'GpgFrontend']]], + ['gpgsignresultanalyse_364',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend::GpgSignResultAnalyse'],['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse::GpgSignResultAnalyse()']]], + ['gpgsubkey_365',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend::GpgSubKey'],['../classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5',1,'GpgFrontend::GpgSubKey::GpgSubKey(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab',1,'GpgFrontend::GpgSubKey::GpgSubKey(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe',1,'GpgFrontend::GpgSubKey::GpgSubKey(gpgme_subkey_t subkey)'],['../classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e',1,'GpgFrontend::GpgSubKey::GpgSubKey()']]], + ['gpgtofuinfo_366',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend::GpgTOFUInfo'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(gpgme_tofu_info_t tofu_info)'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo()']]], + ['gpguid_367',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend::GpgUID'],['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()']]], + ['gpguidoperator_368',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend::GpgUIDOperator'],['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator::GpgUIDOperator()']]], + ['gpgverifyresult_369',['GpgVerifyResult',['../classGpgFrontend_1_1GpgVerifyResult.html',1,'GpgFrontend']]], + ['gpgverifyresultanalyse_370',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend::GpgVerifyResultAnalyse'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse::GpgVerifyResultAnalyse()']]], + ['grttreeview_371',['GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html',1,'GpgFrontend::UI::GRTTreeView'],['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a990f119924bee4d2120c51b96e14d8c3',1,'GpgFrontend::UI::GRTTreeView::GRTTreeView()']]], + ['module_372',['Module',['../namespaceGpgFrontend_1_1Module.html',1,'GpgFrontend']]], + ['rawapi_373',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], + ['test_374',['Test',['../namespaceGpgFrontend_1_1Test.html',1,'GpgFrontend']]], + ['thread_375',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], + ['ui_376',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/all_7.js b/docs/html/search/all_7.js index 32c1bbae..aa7606a6 100644 --- a/docs/html/search/all_7.js +++ b/docs/html/search/all_7.js @@ -1,7 +1,7 @@ var searchData= [ - ['hash_5fkey_5f_376',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], - ['help_5fmenu_5f_377',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]], - ['helppage_378',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI::HelpPage'],['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage::HelpPage()']]], - ['holdonlifecycle_379',['HoldOnLifeCycle',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#aef6600ccb8fed406e8b9112b5dd7ef8f',1,'GpgFrontend::Thread::Task::Impl::HoldOnLifeCycle()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a5c3cab68d4cf8c9dcf379869132b1896',1,'GpgFrontend::Thread::Task::HoldOnLifeCycle()']]] + ['hash_5fkey_5f_377',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], + ['help_5fmenu_5f_378',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]], + ['helppage_379',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI::HelpPage'],['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage::HelpPage()']]], + ['holdonlifecycle_380',['HoldOnLifeCycle',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#aef6600ccb8fed406e8b9112b5dd7ef8f',1,'GpgFrontend::Thread::Task::Impl::HoldOnLifeCycle()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a5c3cab68d4cf8c9dcf379869132b1896',1,'GpgFrontend::Thread::Task::HoldOnLifeCycle()']]] ]; diff --git a/docs/html/search/all_8.js b/docs/html/search/all_8.js index 39067fa2..8d0d0e3e 100644 --- a/docs/html/search/all_8.js +++ b/docs/html/search/all_8.js @@ -1,61 +1,61 @@ var searchData= [ - ['impl_380',['Impl',['../classGpgFrontend_1_1CacheManager_1_1Impl.html',1,'GpgFrontend::CacheManager::Impl'],['../classGpgFrontend_1_1DataObject_1_1Impl.html',1,'GpgFrontend::DataObject::Impl'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html',1,'GpgFrontend::GlobalSettingStation::Impl'],['../classGpgFrontend_1_1GpgContext_1_1Impl.html',1,'GpgFrontend::GpgContext::Impl'],['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html',1,'GpgFrontend::GpgKeyGetter::Impl'],['../classGpgFrontend_1_1Module_1_1Event_1_1Impl.html',1,'GpgFrontend::Module::Event::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTableTreeModel::Impl'],['../classGpgFrontend_1_1Module_1_1Module_1_1Impl.html',1,'GpgFrontend::Module::Module::Impl'],['../classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html',1,'GpgFrontend::Module::ModuleManager::Impl'],['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html',1,'GpgFrontend::SingletonStorage::Impl'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html',1,'GpgFrontend::SingletonStorageCollection::Impl'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html',1,'GpgFrontend::Thread::Task::Impl'],['../classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl.html',1,'GpgFrontend::Thread::TaskRunner::Impl'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a9572b3082d5b9f6e08fc7992114b19ce',1,'GpgFrontend::GlobalSettingStation::Impl::Impl()'],['../classGpgFrontend_1_1GpgContext_1_1Impl.html#af1cf48d1f5f5a16193c0e575fdec2f95',1,'GpgFrontend::GpgContext::Impl::Impl()']]], - ['import_5fbutton_5f_381',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5ffrom_5fedit_5fact_5f_382',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5fmenu_5f_383',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkeys_384',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()']]], - ['import_5funknown_5fkey_5ffrom_5fkeyserver_385',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], - ['importkey_386',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab613412788fe4cf120d6fdef0cb2a54c',1,'GpgFrontend::GpgKeyImportExporter']]], - ['importkeypackage_387',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a3b5e580bfd67cfda094c664e2987e319',1,'GpgFrontend::KeyPackageOperator']]], - ['infoboardstatus_388',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]], - ['infoboardwidget_389',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI::InfoBoardWidget'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget()']]], - ['infotab_390',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI::InfoTab'],['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab::InfoTab()']]], - ['infovalid_391',['InfoValid',['../structSoftwareVersion.html#ad17cca5d4ce26f21666721d16b7f4d04',1,'SoftwareVersion']]], - ['init_392',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], - ['init_5fapp_5fsecure_5fkey_393',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], - ['initglobalbasicalenv_394',['InitGlobalBasicalEnv',['../namespaceGpgFrontend.html#acd17bf45c5a18c762d8638fd643eaf41',1,'GpgFrontend']]], - ['initglobalpathenv_395',['InitGlobalPathEnv',['../namespaceGpgFrontend.html#a2b70b63c5a2173e62168123f6a2ad3da',1,'GpgFrontend']]], - ['initgpgfrontendui_396',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]], - ['initlocale_397',['InitLocale',['../namespaceGpgFrontend.html#a7ffad7330067c9ab03842c656fa199f4',1,'GpgFrontend']]], - ['initloggingsystem_398',['InitLoggingSystem',['../namespaceGpgFrontend.html#afb32e3d737c4bf2e6ad112a90fe7f1f5',1,'GpgFrontend']]], - ['inituitranslations_399',['InitUITranslations',['../namespaceGpgFrontend_1_1UI.html#af70783922ff1de1800683874eb3aa3ce',1,'GpgFrontend::UI']]], - ['instance_400',['instance',['../classGpgFrontend_1_1CoreSignalStation.html#a671214ba506895fa5de6f80acf450d12',1,'GpgFrontend::CoreSignalStation']]], - ['instances_5fmap_5f_401',['instances_map_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ae9347224f7094fd77236823d69bc3a4c',1,'GpgFrontend::SingletonStorage::Impl']]], - ['instances_5fmutex_5f_402',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ad9c24c40dbad720eaf8a6a86156bca86',1,'GpgFrontend::SingletonStorage::Impl']]], - ['intropage_403',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI::IntroPage'],['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage::IntroPage()']]], - ['isallowauthentication_404',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aa73b6fe349eb4c2438fd0a0ae61b6c03',1,'GpgFrontend::GenKeyInfo']]], - ['isallowcertification_405',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ae01bbb4af8da59317797d599b28abb31',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeauthentication_406',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#a6b6635977ea47b1c2220aed48bc5c57d',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangecertification_407',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#a858ace5de6d4b8cd31fa6c68f33d0f92',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeencryption_408',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a81d52ff47ecd7aca34fb4f5a613b922d',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangesigning_409',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a4aedcb38a9fb4ffe65d16bce61a610c4',1,'GpgFrontend::GenKeyInfo']]], - ['isallowencryption_410',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a75b69b9e3f889e9fc5ffe9ee7af2c365',1,'GpgFrontend::GenKeyInfo']]], - ['isallownopassphrase_411',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af3cc933fddc87f2a250b6686ceddf4ac',1,'GpgFrontend::GenKeyInfo']]], - ['isallowsigning_412',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#abc16a0f5b11c814a5fd2ec9198c88a99',1,'GpgFrontend::GenKeyInfo']]], - ['iscardkey_413',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#a37a00de8cdf77d9af9db794246a13a4a',1,'GpgFrontend::GpgSubKey']]], - ['isdisabled_414',['IsDisabled',['../classGpgFrontend_1_1GpgSubKey.html#adb9d23a5ba193a553ef83203cf763f25',1,'GpgFrontend::GpgSubKey::IsDisabled()'],['../classGpgFrontend_1_1GpgKey.html#a5fe0b8737e463d577acc0db72fff6687',1,'GpgFrontend::GpgKey::IsDisabled()']]], - ['isdiscarded_415',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a20ce6f0be2ccd0509a0e7362e8de7abe',1,'GpgFrontend::UI::QuitDialog']]], - ['isexpired_416',['IsExpired',['../classGpgFrontend_1_1GpgSubKey.html#a55f5aa99dd86cc5cb3ae175de41e925c',1,'GpgFrontend::GpgSubKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#af813643b81367bbff2d686a346f6c1e8',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgKey.html#aa8da15bbd8c1eefc8685f0f9f16f65fd',1,'GpgFrontend::GpgKey::IsExpired()']]], - ['isexportable_417',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a61ac1fdc773ecfc5b932a3aedd001eed',1,'GpgFrontend::GpgKeySignature']]], - ['isgood_418',['IsGood',['../classGpgFrontend_1_1GpgKey.html#ac418e4de3fde347b466c295b7b4434dc',1,'GpgFrontend::GpgKey']]], - ['ishasactualauthenticationcapability_419',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a2cbc6dfcac640226c924fabbf718c9d8',1,'GpgFrontend::GpgKey']]], - ['ishasactualcertificationcapability_420',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a5ec602ce6fd35b893ffc33d684c6a7f0',1,'GpgFrontend::GpgKey']]], - ['ishasactualencryptioncapability_421',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a21844aa5c7d903e6d4c8e0af49aae40a',1,'GpgFrontend::GpgKey']]], - ['ishasactualsigningcapability_422',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a88eb8cdb73b09440278110b061eeb1df',1,'GpgFrontend::GpgKey']]], - ['ishasauthenticationcapability_423',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgSubKey.html#af305996f419fef0dde7aa2a1b58ecd5f',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgKey.html#a4ada9f15077101753524df3eeaa893c4',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability() const -> bool']]], - ['ishascardkey_424',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#ad2b67a93cdcf2bcc2a5378927174df16',1,'GpgFrontend::GpgKey']]], - ['ishascertificationcapability_425',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgSubKey.html#a8afd699012e6367d5fb71655dc37e22c',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgKey.html#a6e727e4007782d75882eb1a2bc30c820',1,'GpgFrontend::GpgKey::IsHasCertificationCapability() const -> bool']]], - ['ishasencryptioncapability_426',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a8f19ab9a9610f5ee20dcd29af438b03f',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a36919446a988986a04dc91264e31d8dd',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]], - ['ishasmasterkey_427',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#a63903b2b5c8f1b4ebbe869f47c01b8f1',1,'GpgFrontend::GpgKey']]], - ['ishassigningcapability_428',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a15e6f328b8cc6dc69e097d366a5bb351',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a8b3c6780ca6e94aa6b7fa22ee0e4a2c0',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], - ['isinvalid_429',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a7f6af885500105df3c2a53a6ba9f5f62',1,'GpgFrontend::GpgKeySignature']]], - ['ismoduleactivate_430',['IsModuleActivate',['../namespaceGpgFrontend_1_1Module.html#ad603c5872c4d356cb59b70b63b99126c',1,'GpgFrontend::Module']]], - ['isnonexpired_431',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#a812adab61edebf96bbba4a18c2b82a72',1,'GpgFrontend::GenKeyInfo']]], - ['isnopassphrase_432',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a2dd1d385b95569e60526cbf15bdf03ec',1,'GpgFrontend::GenKeyInfo']]], - ['isprivatekey_433',['IsPrivateKey',['../classGpgFrontend_1_1GpgSubKey.html#ac3e89f13273f8a7743f47e2ddd1e479e',1,'GpgFrontend::GpgSubKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgKey.html#a7a5d1f4509b49f58265d659c6b73779a',1,'GpgFrontend::GpgKey::IsPrivateKey()']]], - ['isrevoked_434',['IsRevoked',['../classGpgFrontend_1_1GpgSubKey.html#a6e7401fb58bfb3dcc719c06898504bfa',1,'GpgFrontend::GpgSubKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#ae3eb5dccbf6c2702ceeeec37308ff642',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgKey.html#a7c1ce8ebb77dbe555fc6db5cb90b27e4',1,'GpgFrontend::GpgKey::IsRevoked()']]], - ['isrunning_435',['IsRunning',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a172bca161e13c253b16f0f712721b450',1,'GpgFrontend::Thread::TaskRunner']]], - ['issecretkey_436',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8e0cfcf0ea8c4c6478926f7254233756',1,'GpgFrontend::GpgSubKey']]], - ['issubkey_437',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a5018adac1ec215cc17dd7dabea39829d',1,'GpgFrontend::GenKeyInfo']]] + ['impl_381',['Impl',['../classGpgFrontend_1_1CacheManager_1_1Impl.html',1,'GpgFrontend::CacheManager::Impl'],['../classGpgFrontend_1_1DataObject_1_1Impl.html',1,'GpgFrontend::DataObject::Impl'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html',1,'GpgFrontend::GlobalSettingStation::Impl'],['../classGpgFrontend_1_1GpgContext_1_1Impl.html',1,'GpgFrontend::GpgContext::Impl'],['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html',1,'GpgFrontend::GpgKeyGetter::Impl'],['../classGpgFrontend_1_1Module_1_1Event_1_1Impl.html',1,'GpgFrontend::Module::Event::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTableTreeModel::Impl'],['../classGpgFrontend_1_1Module_1_1Module_1_1Impl.html',1,'GpgFrontend::Module::Module::Impl'],['../classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html',1,'GpgFrontend::Module::ModuleManager::Impl'],['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html',1,'GpgFrontend::SingletonStorage::Impl'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html',1,'GpgFrontend::SingletonStorageCollection::Impl'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html',1,'GpgFrontend::Thread::Task::Impl'],['../classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl.html',1,'GpgFrontend::Thread::TaskRunner::Impl'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a9572b3082d5b9f6e08fc7992114b19ce',1,'GpgFrontend::GlobalSettingStation::Impl::Impl()'],['../classGpgFrontend_1_1GpgContext_1_1Impl.html#af1cf48d1f5f5a16193c0e575fdec2f95',1,'GpgFrontend::GpgContext::Impl::Impl()']]], + ['import_5fbutton_5f_382',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5ffrom_5fedit_5fact_5f_383',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5fmenu_5f_384',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkeys_385',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()']]], + ['import_5funknown_5fkey_5ffrom_5fkeyserver_386',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], + ['importkey_387',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab613412788fe4cf120d6fdef0cb2a54c',1,'GpgFrontend::GpgKeyImportExporter']]], + ['importkeypackage_388',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a3b5e580bfd67cfda094c664e2987e319',1,'GpgFrontend::KeyPackageOperator']]], + ['infoboardstatus_389',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]], + ['infoboardwidget_390',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI::InfoBoardWidget'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget()']]], + ['infotab_391',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI::InfoTab'],['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab::InfoTab()']]], + ['infovalid_392',['InfoValid',['../structSoftwareVersion.html#ad17cca5d4ce26f21666721d16b7f4d04',1,'SoftwareVersion']]], + ['init_393',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], + ['init_5fapp_5fsecure_5fkey_394',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], + ['initglobalbasicalenv_395',['InitGlobalBasicalEnv',['../namespaceGpgFrontend.html#acd17bf45c5a18c762d8638fd643eaf41',1,'GpgFrontend']]], + ['initglobalpathenv_396',['InitGlobalPathEnv',['../namespaceGpgFrontend.html#a2b70b63c5a2173e62168123f6a2ad3da',1,'GpgFrontend']]], + ['initgpgfrontendui_397',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]], + ['initlocale_398',['InitLocale',['../namespaceGpgFrontend.html#a7ffad7330067c9ab03842c656fa199f4',1,'GpgFrontend']]], + ['initloggingsystem_399',['InitLoggingSystem',['../namespaceGpgFrontend.html#afb32e3d737c4bf2e6ad112a90fe7f1f5',1,'GpgFrontend']]], + ['inituitranslations_400',['InitUITranslations',['../namespaceGpgFrontend_1_1UI.html#af70783922ff1de1800683874eb3aa3ce',1,'GpgFrontend::UI']]], + ['instance_401',['instance',['../classGpgFrontend_1_1CoreSignalStation.html#a671214ba506895fa5de6f80acf450d12',1,'GpgFrontend::CoreSignalStation']]], + ['instances_5fmap_5f_402',['instances_map_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ae9347224f7094fd77236823d69bc3a4c',1,'GpgFrontend::SingletonStorage::Impl']]], + ['instances_5fmutex_5f_403',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ad9c24c40dbad720eaf8a6a86156bca86',1,'GpgFrontend::SingletonStorage::Impl']]], + ['intropage_404',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI::IntroPage'],['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage::IntroPage()']]], + ['isallowauthentication_405',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aa73b6fe349eb4c2438fd0a0ae61b6c03',1,'GpgFrontend::GenKeyInfo']]], + ['isallowcertification_406',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ae01bbb4af8da59317797d599b28abb31',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeauthentication_407',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#a6b6635977ea47b1c2220aed48bc5c57d',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangecertification_408',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#a858ace5de6d4b8cd31fa6c68f33d0f92',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeencryption_409',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a81d52ff47ecd7aca34fb4f5a613b922d',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangesigning_410',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a4aedcb38a9fb4ffe65d16bce61a610c4',1,'GpgFrontend::GenKeyInfo']]], + ['isallowencryption_411',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a75b69b9e3f889e9fc5ffe9ee7af2c365',1,'GpgFrontend::GenKeyInfo']]], + ['isallownopassphrase_412',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af3cc933fddc87f2a250b6686ceddf4ac',1,'GpgFrontend::GenKeyInfo']]], + ['isallowsigning_413',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#abc16a0f5b11c814a5fd2ec9198c88a99',1,'GpgFrontend::GenKeyInfo']]], + ['iscardkey_414',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#a37a00de8cdf77d9af9db794246a13a4a',1,'GpgFrontend::GpgSubKey']]], + ['isdisabled_415',['IsDisabled',['../classGpgFrontend_1_1GpgSubKey.html#adb9d23a5ba193a553ef83203cf763f25',1,'GpgFrontend::GpgSubKey::IsDisabled()'],['../classGpgFrontend_1_1GpgKey.html#a5fe0b8737e463d577acc0db72fff6687',1,'GpgFrontend::GpgKey::IsDisabled()']]], + ['isdiscarded_416',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a20ce6f0be2ccd0509a0e7362e8de7abe',1,'GpgFrontend::UI::QuitDialog']]], + ['isexpired_417',['IsExpired',['../classGpgFrontend_1_1GpgSubKey.html#a55f5aa99dd86cc5cb3ae175de41e925c',1,'GpgFrontend::GpgSubKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#af813643b81367bbff2d686a346f6c1e8',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgKey.html#aa8da15bbd8c1eefc8685f0f9f16f65fd',1,'GpgFrontend::GpgKey::IsExpired()']]], + ['isexportable_418',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a61ac1fdc773ecfc5b932a3aedd001eed',1,'GpgFrontend::GpgKeySignature']]], + ['isgood_419',['IsGood',['../classGpgFrontend_1_1GpgKey.html#ac418e4de3fde347b466c295b7b4434dc',1,'GpgFrontend::GpgKey']]], + ['ishasactualauthenticationcapability_420',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a2cbc6dfcac640226c924fabbf718c9d8',1,'GpgFrontend::GpgKey']]], + ['ishasactualcertificationcapability_421',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a5ec602ce6fd35b893ffc33d684c6a7f0',1,'GpgFrontend::GpgKey']]], + ['ishasactualencryptioncapability_422',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a21844aa5c7d903e6d4c8e0af49aae40a',1,'GpgFrontend::GpgKey']]], + ['ishasactualsigningcapability_423',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a88eb8cdb73b09440278110b061eeb1df',1,'GpgFrontend::GpgKey']]], + ['ishasauthenticationcapability_424',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgSubKey.html#af305996f419fef0dde7aa2a1b58ecd5f',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgKey.html#a4ada9f15077101753524df3eeaa893c4',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability() const -> bool']]], + ['ishascardkey_425',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#ad2b67a93cdcf2bcc2a5378927174df16',1,'GpgFrontend::GpgKey']]], + ['ishascertificationcapability_426',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgSubKey.html#a8afd699012e6367d5fb71655dc37e22c',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgKey.html#a6e727e4007782d75882eb1a2bc30c820',1,'GpgFrontend::GpgKey::IsHasCertificationCapability() const -> bool']]], + ['ishasencryptioncapability_427',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a8f19ab9a9610f5ee20dcd29af438b03f',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a36919446a988986a04dc91264e31d8dd',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]], + ['ishasmasterkey_428',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#a63903b2b5c8f1b4ebbe869f47c01b8f1',1,'GpgFrontend::GpgKey']]], + ['ishassigningcapability_429',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a15e6f328b8cc6dc69e097d366a5bb351',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a8b3c6780ca6e94aa6b7fa22ee0e4a2c0',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], + ['isinvalid_430',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a7f6af885500105df3c2a53a6ba9f5f62',1,'GpgFrontend::GpgKeySignature']]], + ['ismoduleactivate_431',['IsModuleActivate',['../namespaceGpgFrontend_1_1Module.html#ad603c5872c4d356cb59b70b63b99126c',1,'GpgFrontend::Module']]], + ['isnonexpired_432',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#a812adab61edebf96bbba4a18c2b82a72',1,'GpgFrontend::GenKeyInfo']]], + ['isnopassphrase_433',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a2dd1d385b95569e60526cbf15bdf03ec',1,'GpgFrontend::GenKeyInfo']]], + ['isprivatekey_434',['IsPrivateKey',['../classGpgFrontend_1_1GpgSubKey.html#ac3e89f13273f8a7743f47e2ddd1e479e',1,'GpgFrontend::GpgSubKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgKey.html#a7a5d1f4509b49f58265d659c6b73779a',1,'GpgFrontend::GpgKey::IsPrivateKey()']]], + ['isrevoked_435',['IsRevoked',['../classGpgFrontend_1_1GpgSubKey.html#a6e7401fb58bfb3dcc719c06898504bfa',1,'GpgFrontend::GpgSubKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#ae3eb5dccbf6c2702ceeeec37308ff642',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgKey.html#a7c1ce8ebb77dbe555fc6db5cb90b27e4',1,'GpgFrontend::GpgKey::IsRevoked()']]], + ['isrunning_436',['IsRunning',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a172bca161e13c253b16f0f712721b450',1,'GpgFrontend::Thread::TaskRunner']]], + ['issecretkey_437',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8e0cfcf0ea8c4c6478926f7254233756',1,'GpgFrontend::GpgSubKey']]], + ['issubkey_438',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a5018adac1ec215cc17dd7dabea39829d',1,'GpgFrontend::GenKeyInfo']]] ]; diff --git a/docs/html/search/all_9.js b/docs/html/search/all_9.js index 215a2ae1..731c062c 100644 --- a/docs/html/search/all_9.js +++ b/docs/html/search/all_9.js @@ -1,42 +1,42 @@ var searchData= [ - ['key_5fbox_5f_438',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['key_5fid_5fvar_5flabel_5f_439',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a10bc48799137d4c104975ca21c684985',1,'GpgFrontend::UI::KeyPairDetailTab::key_id_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_id_var_label_()']]], - ['key_5flist_5fdock_5f_440',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fmenu_5f_441',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fsize_5fspin_5fbox_5f_442',['key_size_spin_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844',1,'GpgFrontend::UI::KeyGenDialog::key_size_spin_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_()']]], - ['key_5fsize_5fvar_5flabel_5f_443',['key_size_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_size_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b',1,'GpgFrontend::UI::KeyPairDetailTab::key_size_var_label_()']]], - ['key_5ftool_5fbar_5f_444',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], - ['key_5ftype_5fcombo_5fbox_5f_445',['key_type_combo_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841',1,'GpgFrontend::UI::KeyGenDialog::key_type_combo_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_()']]], - ['key_5fusage_5fcheck_5fboxes_5f_446',['key_usage_check_boxes_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc',1,'GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_()']]], - ['key_5fusage_5fgroup_5fbox_5f_447',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], - ['keydetailsdialog_448',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], - ['keygendialog_449',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI::KeyGenDialog'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog::KeyGenDialog()']]], - ['keygenpage_450',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI::KeyGenPage'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage::KeyGenPage()']]], - ['keyimportdetaildialog_451',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI::KeyImportDetailDialog'],['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a93cb4a357b44060c5eee9186bd33e7af',1,'GpgFrontend::UI::KeyImportDetailDialog::KeyImportDetailDialog()']]], - ['keylist_452',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI::KeyList'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList::KeyList()']]], - ['keylistcolumn_453',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], - ['keylistrow_454',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], - ['keymenuability_455',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], - ['keymgmt_456',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI::KeyMgmt'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt::KeyMgmt()']]], - ['keynewuiddialog_457',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI::KeyNewUIDDialog'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog::KeyNewUIDDialog()']]], - ['keypackageoperator_458',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], - ['keypairdetailtab_459',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI::KeyPairDetailTab'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a90263d565b9343cf03de5542e9dee9a7',1,'GpgFrontend::UI::KeyPairDetailTab::KeyPairDetailTab()']]], - ['keypairoperatab_460',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI::KeyPairOperaTab'],['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#afdfa89db24ac6c3a073e029882a4f2e8',1,'GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()']]], - ['keypairsubkeytab_461',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI::KeyPairSubkeyTab'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a9ba9e92dcb92dbed09db4aa72d2c346d',1,'GpgFrontend::UI::KeyPairSubkeyTab::KeyPairSubkeyTab()']]], - ['keypairuidtab_462',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI::KeyPairUIDTab'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0743109e397d0cc842b2d5155c61ecf3',1,'GpgFrontend::UI::KeyPairUIDTab::KeyPairUIDTab()']]], - ['keypressevent_463',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aad531bef81bf8264be3a181efd6b473d',1,'GpgFrontend::UI::FileTreeView::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()']]], - ['keyrefdeleter_464',['KeyRefDeleter',['../structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter.html',1,'GpgFrontend::GpgKey']]], - ['keys_5fcache_5fmutex_5f_465',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#abc3cc405bb9a90ed5cd017bf7b8bc55d',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['keys_5fsearch_5fcache_5f_466',['keys_search_cache_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a5eabfecd9ecaba8d940621183ddad308',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['keyserverimportdialog_467',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI::KeyServerImportDialog'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog()']]], - ['keyserverimporttask_468',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI::KeyServerImportTask'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#afd28e55f5fa19fbaa0f1f430abd3c07d',1,'GpgFrontend::UI::KeyServerImportTask::KeyServerImportTask()']]], - ['keyserversearchtask_469',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI::KeyServerSearchTask'],['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ab0bdaf21a52b44090a935ae8d36651b7',1,'GpgFrontend::UI::KeyServerSearchTask::KeyServerSearchTask()']]], - ['keyserverso_470',['KeyServerSO',['../structGpgFrontend_1_1UI_1_1KeyServerSO.html',1,'GpgFrontend::UI']]], - ['keyservertab_471',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI::KeyserverTab'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab::KeyserverTab()']]], - ['keysetexpiredatedialog_472',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI::KeySetExpireDateDialog'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5dec3013f476b4b2c0b624b2705b39d7',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QString subkey_fpr, QWidget *parent=nullptr)']]], - ['keytable_473',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI::KeyTable'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae78160011d93abc43a1ca0f28c2ad943',1,'GpgFrontend::UI::KeyTable::KeyTable()']]], - ['keyuidsigndialog_474',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI::KeyUIDSignDialog'],['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog()']]], - ['keyuploaddialog_475',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI::KeyUploadDialog'],['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog::KeyUploadDialog()']]], - ['krestartcode_476',['kRestartCode',['../namespaceGpgFrontend.html#a2e3fbfe1404b1f9d140d4177fd93e449',1,'GpgFrontend']]] + ['key_5fbox_5f_439',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['key_5fid_5fvar_5flabel_5f_440',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a10bc48799137d4c104975ca21c684985',1,'GpgFrontend::UI::KeyPairDetailTab::key_id_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_id_var_label_()']]], + ['key_5flist_5fdock_5f_441',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fmenu_5f_442',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fsize_5fspin_5fbox_5f_443',['key_size_spin_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844',1,'GpgFrontend::UI::KeyGenDialog::key_size_spin_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_()']]], + ['key_5fsize_5fvar_5flabel_5f_444',['key_size_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_size_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b',1,'GpgFrontend::UI::KeyPairDetailTab::key_size_var_label_()']]], + ['key_5ftool_5fbar_5f_445',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], + ['key_5ftype_5fcombo_5fbox_5f_446',['key_type_combo_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841',1,'GpgFrontend::UI::KeyGenDialog::key_type_combo_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_()']]], + ['key_5fusage_5fcheck_5fboxes_5f_447',['key_usage_check_boxes_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc',1,'GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_()']]], + ['key_5fusage_5fgroup_5fbox_5f_448',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], + ['keydetailsdialog_449',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], + ['keygendialog_450',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI::KeyGenDialog'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog::KeyGenDialog()']]], + ['keygenpage_451',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI::KeyGenPage'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage::KeyGenPage()']]], + ['keyimportdetaildialog_452',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI::KeyImportDetailDialog'],['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a93cb4a357b44060c5eee9186bd33e7af',1,'GpgFrontend::UI::KeyImportDetailDialog::KeyImportDetailDialog()']]], + ['keylist_453',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI::KeyList'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList::KeyList()']]], + ['keylistcolumn_454',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], + ['keylistrow_455',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], + ['keymenuability_456',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], + ['keymgmt_457',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI::KeyMgmt'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt::KeyMgmt()']]], + ['keynewuiddialog_458',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI::KeyNewUIDDialog'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog::KeyNewUIDDialog()']]], + ['keypackageoperator_459',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], + ['keypairdetailtab_460',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI::KeyPairDetailTab'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a90263d565b9343cf03de5542e9dee9a7',1,'GpgFrontend::UI::KeyPairDetailTab::KeyPairDetailTab()']]], + ['keypairoperatab_461',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI::KeyPairOperaTab'],['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#afdfa89db24ac6c3a073e029882a4f2e8',1,'GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()']]], + ['keypairsubkeytab_462',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI::KeyPairSubkeyTab'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a9ba9e92dcb92dbed09db4aa72d2c346d',1,'GpgFrontend::UI::KeyPairSubkeyTab::KeyPairSubkeyTab()']]], + ['keypairuidtab_463',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI::KeyPairUIDTab'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0743109e397d0cc842b2d5155c61ecf3',1,'GpgFrontend::UI::KeyPairUIDTab::KeyPairUIDTab()']]], + ['keypressevent_464',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aad531bef81bf8264be3a181efd6b473d',1,'GpgFrontend::UI::FileTreeView::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()']]], + ['keyrefdeleter_465',['KeyRefDeleter',['../structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter.html',1,'GpgFrontend::GpgKey']]], + ['keys_5fcache_5fmutex_5f_466',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#abc3cc405bb9a90ed5cd017bf7b8bc55d',1,'GpgFrontend::GpgKeyGetter::Impl']]], + ['keys_5fsearch_5fcache_5f_467',['keys_search_cache_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a5eabfecd9ecaba8d940621183ddad308',1,'GpgFrontend::GpgKeyGetter::Impl']]], + ['keyserverimportdialog_468',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI::KeyServerImportDialog'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog()']]], + ['keyserverimporttask_469',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI::KeyServerImportTask'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#afd28e55f5fa19fbaa0f1f430abd3c07d',1,'GpgFrontend::UI::KeyServerImportTask::KeyServerImportTask()']]], + ['keyserversearchtask_470',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI::KeyServerSearchTask'],['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ab0bdaf21a52b44090a935ae8d36651b7',1,'GpgFrontend::UI::KeyServerSearchTask::KeyServerSearchTask()']]], + ['keyserverso_471',['KeyServerSO',['../structGpgFrontend_1_1UI_1_1KeyServerSO.html',1,'GpgFrontend::UI']]], + ['keyservertab_472',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI::KeyserverTab'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab::KeyserverTab()']]], + ['keysetexpiredatedialog_473',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI::KeySetExpireDateDialog'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5dec3013f476b4b2c0b624b2705b39d7',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QString subkey_fpr, QWidget *parent=nullptr)']]], + ['keytable_474',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI::KeyTable'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae78160011d93abc43a1ca0f28c2ad943',1,'GpgFrontend::UI::KeyTable::KeyTable()']]], + ['keyuidsigndialog_475',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI::KeyUIDSignDialog'],['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog()']]], + ['keyuploaddialog_476',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI::KeyUploadDialog'],['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog::KeyUploadDialog()']]], + ['krestartcode_477',['kRestartCode',['../namespaceGpgFrontend.html#a2e3fbfe1404b1f9d140d4177fd93e449',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/all_a.js b/docs/html/search/all_a.js index 621406b6..4a584cbe 100644 --- a/docs/html/search/all_a.js +++ b/docs/html/search/all_a.js @@ -1,16 +1,16 @@ var searchData= [ - ['latest_5freply_5f_477',['latest_reply_',['../classVersionCheckTask.html#aab56c5f5c571c3961073320136c2c22a',1,'VersionCheckTask']]], - ['listarchive_478',['ListArchive',['../classGpgFrontend_1_1ArchiveFileOperator.html#ab9159da7105707d91ece86e67deead07',1,'GpgFrontend::ArchiveFileOperator']]], - ['listedkeyservertesttask_479',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI::ListedKeyServerTestTask'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a260619046e2b8af8d3396cefa7a05129',1,'GpgFrontend::UI::ListedKeyServerTestTask::ListedKeyServerTestTask()']]], - ['listenrtpublishevent_480',['ListenRTPublishEvent',['../namespaceGpgFrontend_1_1Module.html#af88df9c72a7e6ec8dede9afc7234aca7',1,'GpgFrontend::Module']]], - ['listlanguages_481',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#ab3c3f59d98afb1f284a7149f4ff971b8',1,'GpgFrontend::UI::SettingsDialog']]], - ['listrtchildkeys_482',['ListRTChildKeys',['../namespaceGpgFrontend_1_1Module.html#a92a4ccb9246f778143ad3e88d2068d7c',1,'GpgFrontend::Module']]], - ['load_5fcache_5fstorage_483',['load_cache_storage',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#abf1dd239b38bc2eceb4de984b4f7d13a',1,'GpgFrontend::CacheManager::Impl']]], - ['loadcache_484',['LoadCache',['../classGpgFrontend_1_1CacheManager.html#a8d131df5a66d20a10a8c86c7f7ad0cc4',1,'GpgFrontend::CacheManager']]], - ['loaddurablecache_485',['LoadDurableCache',['../classGpgFrontend_1_1CacheManager.html#a3c9be71d8cff25c1b6b103f075ec83f4',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key) -> QJsonDocument'],['../classGpgFrontend_1_1CacheManager.html#a670ccb45bd8c1297f208db133831e742',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key, QJsonDocument default_value) -> QJsonDocument']]], - ['loadfile_486',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], - ['loadgpgfrontendmodules_487',['LoadGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a7f3912fe331338264ae22e434425f59e',1,'GpgFrontend::Module']]], - ['localized_5fhelp_488',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af839ba3ff0decc82aadb922593acf53f',1,'GpgFrontend::UI::HelpPage']]], - ['loggermanager_489',['LoggerManager',['../classGpgFrontend_1_1LoggerManager.html',1,'GpgFrontend']]] + ['latest_5freply_5f_478',['latest_reply_',['../classVersionCheckTask.html#aab56c5f5c571c3961073320136c2c22a',1,'VersionCheckTask']]], + ['listarchive_479',['ListArchive',['../classGpgFrontend_1_1ArchiveFileOperator.html#ab9159da7105707d91ece86e67deead07',1,'GpgFrontend::ArchiveFileOperator']]], + ['listedkeyservertesttask_480',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI::ListedKeyServerTestTask'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a260619046e2b8af8d3396cefa7a05129',1,'GpgFrontend::UI::ListedKeyServerTestTask::ListedKeyServerTestTask()']]], + ['listenrtpublishevent_481',['ListenRTPublishEvent',['../namespaceGpgFrontend_1_1Module.html#af88df9c72a7e6ec8dede9afc7234aca7',1,'GpgFrontend::Module']]], + ['listlanguages_482',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#ab3c3f59d98afb1f284a7149f4ff971b8',1,'GpgFrontend::UI::SettingsDialog']]], + ['listrtchildkeys_483',['ListRTChildKeys',['../namespaceGpgFrontend_1_1Module.html#a92a4ccb9246f778143ad3e88d2068d7c',1,'GpgFrontend::Module']]], + ['load_5fcache_5fstorage_484',['load_cache_storage',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#abf1dd239b38bc2eceb4de984b4f7d13a',1,'GpgFrontend::CacheManager::Impl']]], + ['loadcache_485',['LoadCache',['../classGpgFrontend_1_1CacheManager.html#a8d131df5a66d20a10a8c86c7f7ad0cc4',1,'GpgFrontend::CacheManager']]], + ['loaddurablecache_486',['LoadDurableCache',['../classGpgFrontend_1_1CacheManager.html#a3c9be71d8cff25c1b6b103f075ec83f4',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key) -> QJsonDocument'],['../classGpgFrontend_1_1CacheManager.html#a670ccb45bd8c1297f208db133831e742',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key, QJsonDocument default_value) -> QJsonDocument']]], + ['loadfile_487',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], + ['loadgpgfrontendmodules_488',['LoadGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a7f3912fe331338264ae22e434425f59e',1,'GpgFrontend::Module']]], + ['localized_5fhelp_489',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af839ba3ff0decc82aadb922593acf53f',1,'GpgFrontend::UI::HelpPage']]], + ['loggermanager_490',['LoggerManager',['../classGpgFrontend_1_1LoggerManager.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/all_b.js b/docs/html/search/all_b.js index dab9f585..6a8021db 100644 --- a/docs/html/search/all_b.js +++ b/docs/html/search/all_b.js @@ -1,18 +1,18 @@ var searchData= [ - ['m_5ftext_5fpage_5f_490',['m_text_page_',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3',1,'GpgFrontend::UI::InfoBoardWidget::m_text_page_()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9',1,'GpgFrontend::UI::FindWidget::m_text_page_()']]], - ['mainwindow_491',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]], - ['maybe_5fsave_5fcurrent_5ftab_492',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], - ['maybesaveanytab_493',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a2ef7669b3b92d4a8c2b0782787653555',1,'GpgFrontend::UI::TextEdit']]], - ['modifypassword_494',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#a5e65fa1edd5db89b38cf021975a60465',1,'GpgFrontend::GpgKeyOpera']]], - ['modifytofupolicy_495',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a9e8efd9e57e05059396f0120535eef30',1,'GpgFrontend::GpgKeyOpera']]], - ['module_496',['Module',['../classGpgFrontend_1_1Module_1_1Module.html',1,'GpgFrontend::Module']]], - ['modulecontrollerdialog_497',['ModuleControllerDialog',['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html',1,'GpgFrontend::UI::ModuleControllerDialog'],['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html#af9f73c66a013fdd10626cc61cbf4498e',1,'GpgFrontend::UI::ModuleControllerDialog::ModuleControllerDialog()']]], - ['moduleinitargs_498',['ModuleInitArgs',['../structGpgFrontend_1_1Module_1_1ModuleInitArgs.html',1,'GpgFrontend::Module']]], - ['modulelistview_499',['ModuleListView',['../classGpgFrontend_1_1UI_1_1ModuleListView.html',1,'GpgFrontend::UI']]], - ['modulemanager_500',['ModuleManager',['../classGpgFrontend_1_1Module_1_1ModuleManager.html',1,'GpgFrontend::Module']]], - ['moduleregisterinfo_501',['ModuleRegisterInfo',['../structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl']]], - ['moduleso_502',['ModuleSO',['../structGpgFrontend_1_1ModuleSO.html',1,'GpgFrontend']]], - ['mousepressevent_503',['mousePressEvent',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a1c0a1f76a713872530980b14baaaec29',1,'GpgFrontend::UI::FileTreeView']]], - ['mt_5f_504',['mt_',['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator']]] + ['m_5ftext_5fpage_5f_491',['m_text_page_',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3',1,'GpgFrontend::UI::InfoBoardWidget::m_text_page_()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9',1,'GpgFrontend::UI::FindWidget::m_text_page_()']]], + ['mainwindow_492',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]], + ['maybe_5fsave_5fcurrent_5ftab_493',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], + ['maybesaveanytab_494',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a2ef7669b3b92d4a8c2b0782787653555',1,'GpgFrontend::UI::TextEdit']]], + ['modifypassword_495',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#a5e65fa1edd5db89b38cf021975a60465',1,'GpgFrontend::GpgKeyOpera']]], + ['modifytofupolicy_496',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a9e8efd9e57e05059396f0120535eef30',1,'GpgFrontend::GpgKeyOpera']]], + ['module_497',['Module',['../classGpgFrontend_1_1Module_1_1Module.html',1,'GpgFrontend::Module']]], + ['modulecontrollerdialog_498',['ModuleControllerDialog',['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html',1,'GpgFrontend::UI::ModuleControllerDialog'],['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html#af9f73c66a013fdd10626cc61cbf4498e',1,'GpgFrontend::UI::ModuleControllerDialog::ModuleControllerDialog()']]], + ['moduleinitargs_499',['ModuleInitArgs',['../structGpgFrontend_1_1Module_1_1ModuleInitArgs.html',1,'GpgFrontend::Module']]], + ['modulelistview_500',['ModuleListView',['../classGpgFrontend_1_1UI_1_1ModuleListView.html',1,'GpgFrontend::UI']]], + ['modulemanager_501',['ModuleManager',['../classGpgFrontend_1_1Module_1_1ModuleManager.html',1,'GpgFrontend::Module']]], + ['moduleregisterinfo_502',['ModuleRegisterInfo',['../structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl']]], + ['moduleso_503',['ModuleSO',['../structGpgFrontend_1_1ModuleSO.html',1,'GpgFrontend']]], + ['mousepressevent_504',['mousePressEvent',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a1c0a1f76a713872530980b14baaaec29',1,'GpgFrontend::UI::FileTreeView']]], + ['mt_5f_505',['mt_',['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator']]] ]; diff --git a/docs/html/search/all_c.js b/docs/html/search/all_c.js index 0aa29025..73cc7b25 100644 --- a/docs/html/search/all_c.js +++ b/docs/html/search/all_c.js @@ -1,13 +1,13 @@ var searchData= [ - ['name_5fedit_5f_505',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], - ['name_5fvar_5flabel_5f_506',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['needupgrade_507',['NeedUpgrade',['../structSoftwareVersion.html#a7ee4d13cc556ef34e016ac1d67e3e087',1,'SoftwareVersion']]], - ['networktab_508',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI::NetworkTab'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab::NetworkTab()']]], - ['new_5ftab_5fact_5f_509',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]], - ['newarchive2dataexchanger_510',['NewArchive2DataExchanger',['../classGpgFrontend_1_1ArchiveFileOperator.html#ad8c5a68a80b99346ab622f329b4c8f3c',1,'GpgFrontend::ArchiveFileOperator']]], - ['nextid_511',['nextId',['../classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4',1,'GpgFrontend::UI::IntroPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0',1,'GpgFrontend::UI::ChoosePage::nextId()'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead',1,'GpgFrontend::UI::KeyGenPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7',1,'GpgFrontend::UI::ConclusionPage::nextId()']]], - ['no_5fpass_5fphrase_5fcheck_5fbox_5f_512',['no_pass_phrase_check_box_',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4',1,'GpgFrontend::UI::SubkeyGenerateDialog']]], - ['notify_513',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['notifyfilesaved_514',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] + ['name_5fedit_5f_506',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], + ['name_5fvar_5flabel_5f_507',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['needupgrade_508',['NeedUpgrade',['../structSoftwareVersion.html#a7ee4d13cc556ef34e016ac1d67e3e087',1,'SoftwareVersion']]], + ['networktab_509',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI::NetworkTab'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab::NetworkTab()']]], + ['new_5ftab_5fact_5f_510',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]], + ['newarchive2dataexchanger_511',['NewArchive2DataExchanger',['../classGpgFrontend_1_1ArchiveFileOperator.html#ad8c5a68a80b99346ab622f329b4c8f3c',1,'GpgFrontend::ArchiveFileOperator']]], + ['nextid_512',['nextId',['../classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4',1,'GpgFrontend::UI::IntroPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0',1,'GpgFrontend::UI::ChoosePage::nextId()'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead',1,'GpgFrontend::UI::KeyGenPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7',1,'GpgFrontend::UI::ConclusionPage::nextId()']]], + ['no_5fpass_5fphrase_5fcheck_5fbox_5f_513',['no_pass_phrase_check_box_',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4',1,'GpgFrontend::UI::SubkeyGenerateDialog']]], + ['notify_514',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['notifyfilesaved_515',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] ]; diff --git a/docs/html/search/all_d.js b/docs/html/search/all_d.js index 5da6ba51..21847b23 100644 --- a/docs/html/search/all_d.js +++ b/docs/html/search/all_d.js @@ -1,13 +1,13 @@ var searchData= [ - ['open_5fact_5f_515',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fkey_5ffile_5fact_5f_516',['open_key_file_act_',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7',1,'GpgFrontend::UI::KeyMgmt']]], - ['open_5fkey_5fmanagement_5fact_5f_517',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fsettings_5fact_5f_518',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], - ['operator_20gpgme_5fdata_5ft_519',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], - ['operator_20gpgme_5fkey_5ft_520',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], - ['operator_3c_3d_521',['operator<=',['../classGpgFrontend_1_1GpgKey.html#a316766dc789c63c1b459915860d61c40',1,'GpgFrontend::GpgKey']]], - ['operator_3d_522',['operator=',['../classGpgFrontend_1_1GpgKeySignature.html#a2f6e7ba797cc59b26729a8f63038f7dd',1,'GpgFrontend::GpgKeySignature::operator=()'],['../classGpgFrontend_1_1GpgUID.html#a919c71b4832e8866a672d35d9e3ddbd9',1,'GpgFrontend::GpgUID::operator=(const GpgUID &) -> GpgUID &=delete'],['../classGpgFrontend_1_1GpgUID.html#ad974f2650de07111a76336afcd9d8239',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept -> GpgUID &'],['../classGpgFrontend_1_1GpgTOFUInfo.html#ac9e79369424693557fe243881df86858',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &) -> GpgTOFUInfo &=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a0387dad26d2fcc70189fbfad6a9b7936',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept -> GpgTOFUInfo &'],['../classGpgFrontend_1_1GpgSubKey.html#a8b7fa22d50d6bade01af1e347c0539e1',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &) -> GpgSubKey &=delete'],['../classGpgFrontend_1_1GpgSubKey.html#aca8af7e3c71de89b753ff72504dfc5c9',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept -> GpgSubKey &'],['../classGpgFrontend_1_1GpgSignature.html#a4fa42f48fc9cc031e83975a26a840d24',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &) -> GpgSignature &=delete'],['../classGpgFrontend_1_1GpgSignature.html#a8fc463fcd607e3d53c211d3bc57b86ad',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept -> GpgSignature &'],['../classGpgFrontend_1_1GpgKeySignature.html#a56f7e2df71d4277105f0b7cef31ca83b',1,'GpgFrontend::GpgKeySignature::operator=()'],['../classGpgFrontend_1_1GpgKey.html#a869904f711c4a7f484828bfa972c9b76',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &) -> GpgKey &=delete'],['../classGpgFrontend_1_1GpgKey.html#ad4003b0d623b178866fdfe01c4d7c29d',1,'GpgFrontend::GpgKey::operator=(const GpgKey &) -> GpgKey &'],['../classGpgFrontend_1_1GpgKey.html#a47fb1f1e2c5582746cdda0b7fb81ccd8',1,'GpgFrontend::GpgKey::operator=(GpgKey &&) noexcept -> GpgKey &'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a99eb547639a63e7c2f467ebb611c95b7',1,'GpgFrontend::SingletonFunctionObject::operator=()']]], - ['operator_3d_3d_523',['operator==',['../classGpgFrontend_1_1GpgKey.html#ab5ba2a5bcd115c2c150baaefd244c13a',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#af62212a90e58a861f540e050f549d426',1,'GpgFrontend::GpgSubKey::operator==()']]], - ['owner_5fbox_5f_524',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] + ['open_5fact_5f_516',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fkey_5ffile_5fact_5f_517',['open_key_file_act_',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7',1,'GpgFrontend::UI::KeyMgmt']]], + ['open_5fkey_5fmanagement_5fact_5f_518',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fsettings_5fact_5f_519',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], + ['operator_20gpgme_5fdata_5ft_520',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], + ['operator_20gpgme_5fkey_5ft_521',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], + ['operator_3c_3d_522',['operator<=',['../classGpgFrontend_1_1GpgKey.html#a316766dc789c63c1b459915860d61c40',1,'GpgFrontend::GpgKey']]], + ['operator_3d_523',['operator=',['../classGpgFrontend_1_1GpgKeySignature.html#a2f6e7ba797cc59b26729a8f63038f7dd',1,'GpgFrontend::GpgKeySignature::operator=()'],['../classGpgFrontend_1_1GpgUID.html#a919c71b4832e8866a672d35d9e3ddbd9',1,'GpgFrontend::GpgUID::operator=(const GpgUID &) -> GpgUID &=delete'],['../classGpgFrontend_1_1GpgUID.html#ad974f2650de07111a76336afcd9d8239',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept -> GpgUID &'],['../classGpgFrontend_1_1GpgTOFUInfo.html#ac9e79369424693557fe243881df86858',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &) -> GpgTOFUInfo &=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a0387dad26d2fcc70189fbfad6a9b7936',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept -> GpgTOFUInfo &'],['../classGpgFrontend_1_1GpgSubKey.html#a8b7fa22d50d6bade01af1e347c0539e1',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &) -> GpgSubKey &=delete'],['../classGpgFrontend_1_1GpgSubKey.html#aca8af7e3c71de89b753ff72504dfc5c9',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept -> GpgSubKey &'],['../classGpgFrontend_1_1GpgSignature.html#a4fa42f48fc9cc031e83975a26a840d24',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &) -> GpgSignature &=delete'],['../classGpgFrontend_1_1GpgSignature.html#a8fc463fcd607e3d53c211d3bc57b86ad',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept -> GpgSignature &'],['../classGpgFrontend_1_1GpgKeySignature.html#a56f7e2df71d4277105f0b7cef31ca83b',1,'GpgFrontend::GpgKeySignature::operator=()'],['../classGpgFrontend_1_1GpgKey.html#a869904f711c4a7f484828bfa972c9b76',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &) -> GpgKey &=delete'],['../classGpgFrontend_1_1GpgKey.html#ad4003b0d623b178866fdfe01c4d7c29d',1,'GpgFrontend::GpgKey::operator=(const GpgKey &) -> GpgKey &'],['../classGpgFrontend_1_1GpgKey.html#a47fb1f1e2c5582746cdda0b7fb81ccd8',1,'GpgFrontend::GpgKey::operator=(GpgKey &&) noexcept -> GpgKey &'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a99eb547639a63e7c2f467ebb611c95b7',1,'GpgFrontend::SingletonFunctionObject::operator=()']]], + ['operator_3d_3d_524',['operator==',['../classGpgFrontend_1_1GpgKey.html#ab5ba2a5bcd115c2c150baaefd244c13a',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#af62212a90e58a861f540e050f549d426',1,'GpgFrontend::GpgSubKey::operator==()']]], + ['owner_5fbox_5f_525',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] ]; diff --git a/docs/html/search/all_e.js b/docs/html/search/all_e.js index e0c7cd1b..84ee6ce8 100644 --- a/docs/html/search/all_e.js +++ b/docs/html/search/all_e.js @@ -1,24 +1,24 @@ var searchData= [ - ['paintevent_525',['paintEvent',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a464ce9bed987da4652d9862cb101c3e9',1,'GpgFrontend::UI::GRTTreeView']]], - ['parameterinitializer_526',['ParameterInitializer',['../structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer.html',1,'GpgFrontend::Module::Event']]], - ['passphrasegenerator_527',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend::PassphraseGenerator'],['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator::PassphraseGenerator()']]], - ['paste_5fact_5f_528',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], - ['pinentry_529',['pinentry',['../structpinentry.html',1,'']]], - ['pinentryconfirm_530',['PinentryConfirm',['../classPinentryConfirm.html',1,'']]], - ['pinentrydialog_531',['PinEntryDialog',['../classPinEntryDialog.html',1,'']]], - ['pinlineedit_532',['PinLineEdit',['../classPinLineEdit.html',1,'']]], - ['plaintexteditorpage_533',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI::PlainTextEditorPage'],['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage()']]], - ['pointerconverter_534',['PointerConverter',['../classGpgFrontend_1_1PointerConverter.html',1,'GpgFrontend']]], - ['postconcurrenttask_535',['PostConcurrentTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#af65c46061d6ee2008b5fa5593de70026',1,'GpgFrontend::Thread::TaskRunner']]], - ['postscheduletask_536',['PostScheduleTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac',1,'GpgFrontend::Thread::TaskRunner']]], - ['posttask_537',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner::PostTask(Task *task)'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a38e1af613d2bc390198a8744f2148f5e',1,'GpgFrontend::Thread::TaskRunner::PostTask(const QString &, const Task::TaskRunnable &, const Task::TaskCallback &, DataObjectPtr)']]], - ['print_5fact_5f_538',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]], - ['print_5frecipient_539',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a705d1a24a3ab53ce6d11432b7f907c9d',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['print_5fsigner_540',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a591bc0f998e7c1e85f1838248c58b212',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['print_5fsigner_5fwithout_5fkey_541',['print_signer_without_key',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ac35988f5f806ea1bedbbe2a6d5a900aa',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['private_542',['Private',['../classCapsLockWatcher_1_1Private.html',1,'CapsLockWatcher::Private'],['../classPinLineEdit_1_1Private.html',1,'PinLineEdit::Private']]], - ['process_5foperation_543',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a288897c6062a7820a3a1c5faba7cfeac',1,'GpgFrontend::UI']]], - ['process_5fresult_5fanalyse_544',['process_result_analyse',['../namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)'],['../namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse_a, const GpgResultAnalyse &result_analyse_b)']]], - ['proxyconnectiontesttask_545',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html',1,'GpgFrontend::UI::ProxyConnectionTestTask'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956',1,'GpgFrontend::UI::ProxyConnectionTestTask::ProxyConnectionTestTask()']]] + ['paintevent_526',['paintEvent',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a464ce9bed987da4652d9862cb101c3e9',1,'GpgFrontend::UI::GRTTreeView']]], + ['parameterinitializer_527',['ParameterInitializer',['../structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer.html',1,'GpgFrontend::Module::Event']]], + ['passphrasegenerator_528',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend::PassphraseGenerator'],['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator::PassphraseGenerator()']]], + ['paste_5fact_5f_529',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], + ['pinentry_530',['pinentry',['../structpinentry.html',1,'']]], + ['pinentryconfirm_531',['PinentryConfirm',['../classPinentryConfirm.html',1,'']]], + ['pinentrydialog_532',['PinEntryDialog',['../classPinEntryDialog.html',1,'']]], + ['pinlineedit_533',['PinLineEdit',['../classPinLineEdit.html',1,'']]], + ['plaintexteditorpage_534',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI::PlainTextEditorPage'],['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage()']]], + ['pointerconverter_535',['PointerConverter',['../classGpgFrontend_1_1PointerConverter.html',1,'GpgFrontend']]], + ['postconcurrenttask_536',['PostConcurrentTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#af65c46061d6ee2008b5fa5593de70026',1,'GpgFrontend::Thread::TaskRunner']]], + ['postscheduletask_537',['PostScheduleTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac',1,'GpgFrontend::Thread::TaskRunner']]], + ['posttask_538',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner::PostTask(Task *task)'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a38e1af613d2bc390198a8744f2148f5e',1,'GpgFrontend::Thread::TaskRunner::PostTask(const QString &, const Task::TaskRunnable &, const Task::TaskCallback &, DataObjectPtr)']]], + ['print_5fact_5f_539',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]], + ['print_5frecipient_540',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a705d1a24a3ab53ce6d11432b7f907c9d',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['print_5fsigner_541',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a591bc0f998e7c1e85f1838248c58b212',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['print_5fsigner_5fwithout_5fkey_542',['print_signer_without_key',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ac35988f5f806ea1bedbbe2a6d5a900aa',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['private_543',['Private',['../classCapsLockWatcher_1_1Private.html',1,'CapsLockWatcher::Private'],['../classPinLineEdit_1_1Private.html',1,'PinLineEdit::Private']]], + ['process_5foperation_544',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a288897c6062a7820a3a1c5faba7cfeac',1,'GpgFrontend::UI']]], + ['process_5fresult_5fanalyse_545',['process_result_analyse',['../namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)'],['../namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse_a, const GpgResultAnalyse &result_analyse_b)']]], + ['proxyconnectiontesttask_546',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html',1,'GpgFrontend::UI::ProxyConnectionTestTask'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956',1,'GpgFrontend::UI::ProxyConnectionTestTask::ProxyConnectionTestTask()']]] ]; diff --git a/docs/html/search/all_f.js b/docs/html/search/all_f.js index bf41f1bf..ce0af6db 100644 --- a/docs/html/search/all_f.js +++ b/docs/html/search/all_f.js @@ -1,6 +1,6 @@ var searchData= [ - ['quit_5fact_5f_546',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], - ['quitdialog_547',['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_548',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] + ['quit_5fact_5f_547',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], + ['quitdialog_548',['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_549',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/classes_0.js b/docs/html/search/classes_0.js index c753a62d..5c7e7bb3 100644 --- a/docs/html/search/classes_0.js +++ b/docs/html/search/classes_0.js @@ -1,10 +1,10 @@ var searchData= [ - ['aboutdialog_860',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html',1,'GpgFrontend::UI']]], - ['alloc_861',['alloc',['../classsecmem_1_1alloc.html',1,'secmem']]], - ['appearanceso_862',['AppearanceSO',['../structGpgFrontend_1_1UI_1_1AppearanceSO.html',1,'GpgFrontend::UI']]], - ['appearancetab_863',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html',1,'GpgFrontend::UI']]], - ['archivefileoperator_864',['ArchiveFileOperator',['../classGpgFrontend_1_1ArchiveFileOperator.html',1,'GpgFrontend']]], - ['archivereadclientdata_865',['ArchiveReadClientData',['../structGpgFrontend_1_1ArchiveReadClientData.html',1,'GpgFrontend']]], - ['automatonhandelstruct_866',['AutomatonHandelStruct',['../structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct.html',1,'GpgFrontend::GpgKeyManager']]] + ['aboutdialog_861',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html',1,'GpgFrontend::UI']]], + ['alloc_862',['alloc',['../classsecmem_1_1alloc.html',1,'secmem']]], + ['appearanceso_863',['AppearanceSO',['../structGpgFrontend_1_1UI_1_1AppearanceSO.html',1,'GpgFrontend::UI']]], + ['appearancetab_864',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html',1,'GpgFrontend::UI']]], + ['archivefileoperator_865',['ArchiveFileOperator',['../classGpgFrontend_1_1ArchiveFileOperator.html',1,'GpgFrontend']]], + ['archivereadclientdata_866',['ArchiveReadClientData',['../structGpgFrontend_1_1ArchiveReadClientData.html',1,'GpgFrontend']]], + ['automatonhandelstruct_867',['AutomatonHandelStruct',['../structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct.html',1,'GpgFrontend::GpgKeyManager']]] ]; diff --git a/docs/html/search/classes_1.js b/docs/html/search/classes_1.js index fb806cb0..bfa5b67b 100644 --- a/docs/html/search/classes_1.js +++ b/docs/html/search/classes_1.js @@ -1,15 +1,15 @@ var searchData= [ - ['cachemanager_867',['CacheManager',['../classGpgFrontend_1_1CacheManager.html',1,'GpgFrontend']]], - ['cacheobject_868',['CacheObject',['../classGpgFrontend_1_1CacheObject.html',1,'GpgFrontend']]], - ['capslockwatcher_869',['CapsLockWatcher',['../classCapsLockWatcher.html',1,'']]], - ['channelobject_870',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html',1,'GpgFrontend']]], - ['choosepage_871',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html',1,'GpgFrontend::UI']]], - ['class_872',['class',['../classclass.html',1,'']]], - ['commonutils_873',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html',1,'GpgFrontend::UI']]], - ['conclusionpage_874',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html',1,'GpgFrontend::UI']]], - ['constraintsoptions_875',['ConstraintsOptions',['../structPinEntryDialog_1_1ConstraintsOptions.html',1,'PinEntryDialog']]], - ['coreinitargs_876',['CoreInitArgs',['../structGpgFrontend_1_1CoreInitArgs.html',1,'GpgFrontend']]], - ['coresignalstation_877',['CoreSignalStation',['../classGpgFrontend_1_1CoreSignalStation.html',1,'GpgFrontend']]], - ['cryptomenu_878',['CryptoMenu',['../structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html',1,'GpgFrontend::UI::MainWindow']]] + ['cachemanager_868',['CacheManager',['../classGpgFrontend_1_1CacheManager.html',1,'GpgFrontend']]], + ['cacheobject_869',['CacheObject',['../classGpgFrontend_1_1CacheObject.html',1,'GpgFrontend']]], + ['capslockwatcher_870',['CapsLockWatcher',['../classCapsLockWatcher.html',1,'']]], + ['channelobject_871',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html',1,'GpgFrontend']]], + ['choosepage_872',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html',1,'GpgFrontend::UI']]], + ['class_873',['class',['../classclass.html',1,'']]], + ['commonutils_874',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html',1,'GpgFrontend::UI']]], + ['conclusionpage_875',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html',1,'GpgFrontend::UI']]], + ['constraintsoptions_876',['ConstraintsOptions',['../structPinEntryDialog_1_1ConstraintsOptions.html',1,'PinEntryDialog']]], + ['coreinitargs_877',['CoreInitArgs',['../structGpgFrontend_1_1CoreInitArgs.html',1,'GpgFrontend']]], + ['coresignalstation_878',['CoreSignalStation',['../classGpgFrontend_1_1CoreSignalStation.html',1,'GpgFrontend']]], + ['cryptomenu_879',['CryptoMenu',['../structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/classes_10.js b/docs/html/search/classes_10.js index d3279296..cf8851e1 100644 --- a/docs/html/search/classes_10.js +++ b/docs/html/search/classes_10.js @@ -1,13 +1,13 @@ var searchData= [ - ['task_1034',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread']]], - ['taskhandler_1035',['TaskHandler',['../classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler.html',1,'GpgFrontend::Thread::Task']]], - ['taskrunner_1036',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread']]], - ['taskrunnergetter_1037',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]], - ['testlistedkeyserverthread_1038',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], - ['textedit_1039',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], - ['threadsafemap_1040',['ThreadSafeMap',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], - ['threadsafemap_3c_20qstring_2c_20qjsondocument_20_3e_1041',['ThreadSafeMap< QString, QJsonDocument >',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], - ['tofuinfopage_1042',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]], - ['translatorstab_1043',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI']]] + ['task_1035',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread']]], + ['taskhandler_1036',['TaskHandler',['../classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler.html',1,'GpgFrontend::Thread::Task']]], + ['taskrunner_1037',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread']]], + ['taskrunnergetter_1038',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]], + ['testlistedkeyserverthread_1039',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], + ['textedit_1040',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], + ['threadsafemap_1041',['ThreadSafeMap',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], + ['threadsafemap_3c_20qstring_2c_20qjsondocument_20_3e_1042',['ThreadSafeMap< QString, QJsonDocument >',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], + ['tofuinfopage_1043',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]], + ['translatorstab_1044',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_11.js b/docs/html/search/classes_11.js index ef5b2027..78dedcf6 100644 --- a/docs/html/search/classes_11.js +++ b/docs/html/search/classes_11.js @@ -1,5 +1,5 @@ var searchData= [ - ['uisignalstation_1044',['UISignalStation',['../classGpgFrontend_1_1UI_1_1UISignalStation.html',1,'GpgFrontend::UI']]], - ['updatetab_1045',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI']]] + ['uisignalstation_1045',['UISignalStation',['../classGpgFrontend_1_1UI_1_1UISignalStation.html',1,'GpgFrontend::UI']]], + ['updatetab_1046',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_12.js b/docs/html/search/classes_12.js index eb841a67..bdcc9814 100644 --- a/docs/html/search/classes_12.js +++ b/docs/html/search/classes_12.js @@ -1,6 +1,6 @@ var searchData= [ - ['verifydetailsdialog_1046',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]], - ['verifykeydetailbox_1047',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]], - ['versionchecktask_1048',['VersionCheckTask',['../classVersionCheckTask.html',1,'']]] + ['verifydetailsdialog_1047',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]], + ['verifykeydetailbox_1048',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]], + ['versionchecktask_1049',['VersionCheckTask',['../classVersionCheckTask.html',1,'']]] ]; diff --git a/docs/html/search/classes_13.js b/docs/html/search/classes_13.js index 2eaacee8..38959170 100644 --- a/docs/html/search/classes_13.js +++ b/docs/html/search/classes_13.js @@ -1,6 +1,6 @@ var searchData= [ - ['waitingdialog_1049',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]], - ['windowstateso_1050',['WindowStateSO',['../structGpgFrontend_1_1UI_1_1WindowStateSO.html',1,'GpgFrontend::UI']]], - ['wizard_1051',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI']]] + ['waitingdialog_1050',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]], + ['windowstateso_1051',['WindowStateSO',['../structGpgFrontend_1_1UI_1_1WindowStateSO.html',1,'GpgFrontend::UI']]], + ['wizard_1052',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_2.js b/docs/html/search/classes_2.js index 6956b430..ed5a0472 100644 --- a/docs/html/search/classes_2.js +++ b/docs/html/search/classes_2.js @@ -1,6 +1,6 @@ var searchData= [ - ['dataobject_879',['DataObject',['../classGpgFrontend_1_1DataObject.html',1,'GpgFrontend']]], - ['dataobjectoperator_880',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html',1,'GpgFrontend']]], - ['datarefdeleter_881',['DataRefDeleter',['../structGpgFrontend_1_1GpgData_1_1DataRefDeleter.html',1,'GpgFrontend::GpgData']]] + ['dataobject_880',['DataObject',['../classGpgFrontend_1_1DataObject.html',1,'GpgFrontend']]], + ['dataobjectoperator_881',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html',1,'GpgFrontend']]], + ['datarefdeleter_882',['DataRefDeleter',['../structGpgFrontend_1_1GpgData_1_1DataRefDeleter.html',1,'GpgFrontend::GpgData']]] ]; diff --git a/docs/html/search/classes_3.js b/docs/html/search/classes_3.js index 48ad7a6d..c5069a10 100644 --- a/docs/html/search/classes_3.js +++ b/docs/html/search/classes_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['event_882',['Event',['../classGpgFrontend_1_1Module_1_1Event.html',1,'GpgFrontend::Module']]], - ['executecontext_883',['ExecuteContext',['../structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html',1,'GpgFrontend::GpgCommandExecutor']]], - ['exportkeypackagedialog_884',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html',1,'GpgFrontend::UI']]] + ['event_883',['Event',['../classGpgFrontend_1_1Module_1_1Event.html',1,'GpgFrontend::Module']]], + ['executecontext_884',['ExecuteContext',['../structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html',1,'GpgFrontend::GpgCommandExecutor']]], + ['exportkeypackagedialog_885',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_4.js b/docs/html/search/classes_4.js index 6b2f1b13..bda5e510 100644 --- a/docs/html/search/classes_4.js +++ b/docs/html/search/classes_4.js @@ -1,11 +1,11 @@ var searchData= [ - ['filepage_885',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html',1,'GpgFrontend::UI']]], - ['filereadtask_886',['FileReadTask',['../classGpgFrontend_1_1UI_1_1FileReadTask.html',1,'GpgFrontend::UI']]], - ['filetreeview_887',['FileTreeView',['../classGpgFrontend_1_1UI_1_1FileTreeView.html',1,'GpgFrontend::UI']]], - ['findwidget_888',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html',1,'GpgFrontend::UI']]], - ['formattedpassphraseoptions_889',['FormattedPassphraseOptions',['../structPinEntryDialog_1_1FormattedPassphraseOptions.html',1,'PinEntryDialog']]], - ['formatter_3c_20qbytearray_20_3e_890',['formatter< QByteArray >',['../structfmt_1_1formatter_3_01QByteArray_01_4.html',1,'fmt']]], - ['formatter_3c_20qstring_20_3e_891',['formatter< QString >',['../structfmt_1_1formatter_3_01QString_01_4.html',1,'fmt']]], - ['functionobjecttypelockinfo_892',['FunctionObjectTypeLockInfo',['../structFunctionObjectTypeLockInfo.html',1,'']]] + ['filepage_886',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html',1,'GpgFrontend::UI']]], + ['filereadtask_887',['FileReadTask',['../classGpgFrontend_1_1UI_1_1FileReadTask.html',1,'GpgFrontend::UI']]], + ['filetreeview_888',['FileTreeView',['../classGpgFrontend_1_1UI_1_1FileTreeView.html',1,'GpgFrontend::UI']]], + ['findwidget_889',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html',1,'GpgFrontend::UI']]], + ['formattedpassphraseoptions_890',['FormattedPassphraseOptions',['../structPinEntryDialog_1_1FormattedPassphraseOptions.html',1,'PinEntryDialog']]], + ['formatter_3c_20qbytearray_20_3e_891',['formatter< QByteArray >',['../structfmt_1_1formatter_3_01QByteArray_01_4.html',1,'fmt']]], + ['formatter_3c_20qstring_20_3e_892',['formatter< QString >',['../structfmt_1_1formatter_3_01QString_01_4.html',1,'fmt']]], + ['functionobjecttypelockinfo_893',['FunctionObjectTypeLockInfo',['../structFunctionObjectTypeLockInfo.html',1,'']]] ]; diff --git a/docs/html/search/classes_5.js b/docs/html/search/classes_5.js index 23375e88..ee652f6f 100644 --- a/docs/html/search/classes_5.js +++ b/docs/html/search/classes_5.js @@ -1,59 +1,59 @@ var searchData= [ - ['generaldialog_893',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html',1,'GpgFrontend::UI']]], - ['generalmainwindow_894',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html',1,'GpgFrontend::UI']]], - ['generaltab_895',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI']]], - ['generalwindowstate_896',['GeneralWindowState',['../classGpgFrontend_1_1UI_1_1GeneralWindowState.html',1,'GpgFrontend::UI']]], - ['generaterevokecertification_897',['GenerateRevokeCertification',['../classGpgFrontend_1_1UI_1_1GenerateRevokeCertification.html',1,'GpgFrontend::UI']]], - ['genkeyinfo_898',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend']]], - ['gfbuffer_899',['GFBuffer',['../classGpgFrontend_1_1GFBuffer.html',1,'GpgFrontend']]], - ['gfdataexchanger_900',['GFDataExchanger',['../classGpgFrontend_1_1GFDataExchanger.html',1,'GpgFrontend']]], - ['gfmoduleevent_901',['GFModuleEvent',['../structGFModuleEvent.html',1,'']]], - ['gfmoduleeventparam_902',['GFModuleEventParam',['../structGFModuleEventParam.html',1,'']]], - ['gfmodulemetadata_903',['GFModuleMetaData',['../structGFModuleMetaData.html',1,'']]], - ['globalmodulecontext_904',['GlobalModuleContext',['../classGpgFrontend_1_1Module_1_1GlobalModuleContext.html',1,'GpgFrontend::Module']]], - ['globalregistertable_905',['GlobalRegisterTable',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable.html',1,'GpgFrontend::Module']]], - ['globalregistertabletreemodel_906',['GlobalRegisterTableTreeModel',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel.html',1,'GpgFrontend::Module']]], - ['globalsettingstation_907',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend']]], - ['gnupgcontrollerdialog_908',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html',1,'GpgFrontend::UI']]], - ['gnupgtab_909',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI']]], - ['gpgadvancedoperator_910',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html',1,'GpgFrontend']]], - ['gpgbasicoperator_911',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]], - ['gpgcommandexecutor_912',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]], - ['gpgcomponentinfo_913',['GpgComponentInfo',['../structGpgComponentInfo.html',1,'']]], - ['gpgcontext_914',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]], - ['gpgcontextinitargs_915',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], - ['gpgcoretest_916',['GpgCoreTest',['../classGpgFrontend_1_1Test_1_1GpgCoreTest.html',1,'GpgFrontend::Test']]], - ['gpgdata_917',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]], - ['gpgdecryptresult_918',['GpgDecryptResult',['../classGpgFrontend_1_1GpgDecryptResult.html',1,'GpgFrontend']]], - ['gpgdecryptresultanalyse_919',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]], - ['gpgencryptresult_920',['GpgEncryptResult',['../classGpgFrontend_1_1GpgEncryptResult.html',1,'GpgFrontend']]], - ['gpgencryptresultanalyse_921',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]], - ['gpgfileopera_922',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]], - ['gpgfrontendapplication_923',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI']]], - ['gpgfrontendcontext_924',['GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html',1,'GpgFrontend::GpgFrontendContext'],['../structGpgFrontend_1_1Test_1_1GpgFrontendContext.html',1,'GpgFrontend::Test::GpgFrontendContext']]], - ['gpggeneratekeyresult_925',['GpgGenerateKeyResult',['../classGpgFrontend_1_1GpgGenerateKeyResult.html',1,'GpgFrontend']]], - ['gpgimportedkey_926',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey.html',1,'GpgFrontend::GpgImportInformation']]], - ['gpgimportinformation_927',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]], - ['gpginfo_928',['GpgInfo',['../classGpgInfo.html',1,'']]], - ['gpgkey_929',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]], - ['gpgkeygetter_930',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]], - ['gpgkeyimportexporter_931',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]], - ['gpgkeymanager_932',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]], - ['gpgkeyopera_933',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]], - ['gpgkeysignature_934',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]], - ['gpgoptionsinfo_935',['GpgOptionsInfo',['../structGpgOptionsInfo.html',1,'']]], - ['gpgpassphrasecontext_936',['GpgPassphraseContext',['../classGpgFrontend_1_1GpgPassphraseContext.html',1,'GpgFrontend']]], - ['gpgrecipient_937',['GpgRecipient',['../structGpgFrontend_1_1GpgRecipient.html',1,'GpgFrontend']]], - ['gpgresultanalyse_938',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]], - ['gpgsignature_939',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]], - ['gpgsignresult_940',['GpgSignResult',['../classGpgFrontend_1_1GpgSignResult.html',1,'GpgFrontend']]], - ['gpgsignresultanalyse_941',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]], - ['gpgsubkey_942',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]], - ['gpgtofuinfo_943',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]], - ['gpguid_944',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]], - ['gpguidoperator_945',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]], - ['gpgverifyresult_946',['GpgVerifyResult',['../classGpgFrontend_1_1GpgVerifyResult.html',1,'GpgFrontend']]], - ['gpgverifyresultanalyse_947',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]], - ['grttreeview_948',['GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html',1,'GpgFrontend::UI']]] + ['generaldialog_894',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html',1,'GpgFrontend::UI']]], + ['generalmainwindow_895',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html',1,'GpgFrontend::UI']]], + ['generaltab_896',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI']]], + ['generalwindowstate_897',['GeneralWindowState',['../classGpgFrontend_1_1UI_1_1GeneralWindowState.html',1,'GpgFrontend::UI']]], + ['generaterevokecertification_898',['GenerateRevokeCertification',['../classGpgFrontend_1_1UI_1_1GenerateRevokeCertification.html',1,'GpgFrontend::UI']]], + ['genkeyinfo_899',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend']]], + ['gfbuffer_900',['GFBuffer',['../classGpgFrontend_1_1GFBuffer.html',1,'GpgFrontend']]], + ['gfdataexchanger_901',['GFDataExchanger',['../classGpgFrontend_1_1GFDataExchanger.html',1,'GpgFrontend']]], + ['gfmoduleevent_902',['GFModuleEvent',['../structGFModuleEvent.html',1,'']]], + ['gfmoduleeventparam_903',['GFModuleEventParam',['../structGFModuleEventParam.html',1,'']]], + ['gfmodulemetadata_904',['GFModuleMetaData',['../structGFModuleMetaData.html',1,'']]], + ['globalmodulecontext_905',['GlobalModuleContext',['../classGpgFrontend_1_1Module_1_1GlobalModuleContext.html',1,'GpgFrontend::Module']]], + ['globalregistertable_906',['GlobalRegisterTable',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable.html',1,'GpgFrontend::Module']]], + ['globalregistertabletreemodel_907',['GlobalRegisterTableTreeModel',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel.html',1,'GpgFrontend::Module']]], + ['globalsettingstation_908',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend']]], + ['gnupgcontrollerdialog_909',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html',1,'GpgFrontend::UI']]], + ['gnupgtab_910',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI']]], + ['gpgadvancedoperator_911',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html',1,'GpgFrontend']]], + ['gpgbasicoperator_912',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]], + ['gpgcommandexecutor_913',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]], + ['gpgcomponentinfo_914',['GpgComponentInfo',['../structGpgComponentInfo.html',1,'']]], + ['gpgcontext_915',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]], + ['gpgcontextinitargs_916',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], + ['gpgcoretest_917',['GpgCoreTest',['../classGpgFrontend_1_1Test_1_1GpgCoreTest.html',1,'GpgFrontend::Test']]], + ['gpgdata_918',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]], + ['gpgdecryptresult_919',['GpgDecryptResult',['../classGpgFrontend_1_1GpgDecryptResult.html',1,'GpgFrontend']]], + ['gpgdecryptresultanalyse_920',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]], + ['gpgencryptresult_921',['GpgEncryptResult',['../classGpgFrontend_1_1GpgEncryptResult.html',1,'GpgFrontend']]], + ['gpgencryptresultanalyse_922',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]], + ['gpgfileopera_923',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]], + ['gpgfrontendapplication_924',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI']]], + ['gpgfrontendcontext_925',['GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html',1,'GpgFrontend::GpgFrontendContext'],['../structGpgFrontend_1_1Test_1_1GpgFrontendContext.html',1,'GpgFrontend::Test::GpgFrontendContext']]], + ['gpggeneratekeyresult_926',['GpgGenerateKeyResult',['../classGpgFrontend_1_1GpgGenerateKeyResult.html',1,'GpgFrontend']]], + ['gpgimportedkey_927',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey.html',1,'GpgFrontend::GpgImportInformation']]], + ['gpgimportinformation_928',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]], + ['gpginfo_929',['GpgInfo',['../classGpgInfo.html',1,'']]], + ['gpgkey_930',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]], + ['gpgkeygetter_931',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]], + ['gpgkeyimportexporter_932',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]], + ['gpgkeymanager_933',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]], + ['gpgkeyopera_934',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]], + ['gpgkeysignature_935',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]], + ['gpgoptionsinfo_936',['GpgOptionsInfo',['../structGpgOptionsInfo.html',1,'']]], + ['gpgpassphrasecontext_937',['GpgPassphraseContext',['../classGpgFrontend_1_1GpgPassphraseContext.html',1,'GpgFrontend']]], + ['gpgrecipient_938',['GpgRecipient',['../structGpgFrontend_1_1GpgRecipient.html',1,'GpgFrontend']]], + ['gpgresultanalyse_939',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]], + ['gpgsignature_940',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]], + ['gpgsignresult_941',['GpgSignResult',['../classGpgFrontend_1_1GpgSignResult.html',1,'GpgFrontend']]], + ['gpgsignresultanalyse_942',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]], + ['gpgsubkey_943',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]], + ['gpgtofuinfo_944',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]], + ['gpguid_945',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]], + ['gpguidoperator_946',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]], + ['gpgverifyresult_947',['GpgVerifyResult',['../classGpgFrontend_1_1GpgVerifyResult.html',1,'GpgFrontend']]], + ['gpgverifyresultanalyse_948',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]], + ['grttreeview_949',['GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_6.js b/docs/html/search/classes_6.js index 408b9280..03e638ea 100644 --- a/docs/html/search/classes_6.js +++ b/docs/html/search/classes_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['helppage_949',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI']]] + ['helppage_950',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_7.js b/docs/html/search/classes_7.js index 99e1e33d..d236a994 100644 --- a/docs/html/search/classes_7.js +++ b/docs/html/search/classes_7.js @@ -1,7 +1,7 @@ var searchData= [ - ['impl_950',['Impl',['../classGpgFrontend_1_1CacheManager_1_1Impl.html',1,'GpgFrontend::CacheManager::Impl'],['../classGpgFrontend_1_1DataObject_1_1Impl.html',1,'GpgFrontend::DataObject::Impl'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html',1,'GpgFrontend::GlobalSettingStation::Impl'],['../classGpgFrontend_1_1GpgContext_1_1Impl.html',1,'GpgFrontend::GpgContext::Impl'],['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html',1,'GpgFrontend::GpgKeyGetter::Impl'],['../classGpgFrontend_1_1Module_1_1Event_1_1Impl.html',1,'GpgFrontend::Module::Event::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTableTreeModel::Impl'],['../classGpgFrontend_1_1Module_1_1Module_1_1Impl.html',1,'GpgFrontend::Module::Module::Impl'],['../classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html',1,'GpgFrontend::Module::ModuleManager::Impl'],['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html',1,'GpgFrontend::SingletonStorage::Impl'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html',1,'GpgFrontend::SingletonStorageCollection::Impl'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html',1,'GpgFrontend::Thread::Task::Impl'],['../classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl.html',1,'GpgFrontend::Thread::TaskRunner::Impl']]], - ['infoboardwidget_951',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]], - ['infotab_952',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]], - ['intropage_953',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI']]] + ['impl_951',['Impl',['../classGpgFrontend_1_1CacheManager_1_1Impl.html',1,'GpgFrontend::CacheManager::Impl'],['../classGpgFrontend_1_1DataObject_1_1Impl.html',1,'GpgFrontend::DataObject::Impl'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html',1,'GpgFrontend::GlobalSettingStation::Impl'],['../classGpgFrontend_1_1GpgContext_1_1Impl.html',1,'GpgFrontend::GpgContext::Impl'],['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html',1,'GpgFrontend::GpgKeyGetter::Impl'],['../classGpgFrontend_1_1Module_1_1Event_1_1Impl.html',1,'GpgFrontend::Module::Event::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTableTreeModel::Impl'],['../classGpgFrontend_1_1Module_1_1Module_1_1Impl.html',1,'GpgFrontend::Module::Module::Impl'],['../classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html',1,'GpgFrontend::Module::ModuleManager::Impl'],['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html',1,'GpgFrontend::SingletonStorage::Impl'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html',1,'GpgFrontend::SingletonStorageCollection::Impl'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html',1,'GpgFrontend::Thread::Task::Impl'],['../classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl.html',1,'GpgFrontend::Thread::TaskRunner::Impl']]], + ['infoboardwidget_952',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]], + ['infotab_953',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]], + ['intropage_954',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_8.js b/docs/html/search/classes_8.js index f2b14b15..1348119a 100644 --- a/docs/html/search/classes_8.js +++ b/docs/html/search/classes_8.js @@ -1,28 +1,28 @@ var searchData= [ - ['keydetailsdialog_954',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], - ['keygendialog_955',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]], - ['keygenpage_956',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]], - ['keyimportdetaildialog_957',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]], - ['keylist_958',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]], - ['keylistcolumn_959',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], - ['keylistrow_960',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], - ['keymenuability_961',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], - ['keymgmt_962',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]], - ['keynewuiddialog_963',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]], - ['keypackageoperator_964',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], - ['keypairdetailtab_965',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]], - ['keypairoperatab_966',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]], - ['keypairsubkeytab_967',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]], - ['keypairuidtab_968',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]], - ['keyrefdeleter_969',['KeyRefDeleter',['../structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter.html',1,'GpgFrontend::GpgKey']]], - ['keyserverimportdialog_970',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]], - ['keyserverimporttask_971',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI']]], - ['keyserversearchtask_972',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI']]], - ['keyserverso_973',['KeyServerSO',['../structGpgFrontend_1_1UI_1_1KeyServerSO.html',1,'GpgFrontend::UI']]], - ['keyservertab_974',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]], - ['keysetexpiredatedialog_975',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]], - ['keytable_976',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]], - ['keyuidsigndialog_977',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]], - ['keyuploaddialog_978',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI']]] + ['keydetailsdialog_955',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], + ['keygendialog_956',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]], + ['keygenpage_957',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]], + ['keyimportdetaildialog_958',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]], + ['keylist_959',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]], + ['keylistcolumn_960',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], + ['keylistrow_961',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], + ['keymenuability_962',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], + ['keymgmt_963',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]], + ['keynewuiddialog_964',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]], + ['keypackageoperator_965',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], + ['keypairdetailtab_966',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]], + ['keypairoperatab_967',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]], + ['keypairsubkeytab_968',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]], + ['keypairuidtab_969',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]], + ['keyrefdeleter_970',['KeyRefDeleter',['../structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter.html',1,'GpgFrontend::GpgKey']]], + ['keyserverimportdialog_971',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]], + ['keyserverimporttask_972',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI']]], + ['keyserversearchtask_973',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI']]], + ['keyserverso_974',['KeyServerSO',['../structGpgFrontend_1_1UI_1_1KeyServerSO.html',1,'GpgFrontend::UI']]], + ['keyservertab_975',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]], + ['keysetexpiredatedialog_976',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]], + ['keytable_977',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]], + ['keyuidsigndialog_978',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]], + ['keyuploaddialog_979',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_9.js b/docs/html/search/classes_9.js index c7f411ec..b91fd28d 100644 --- a/docs/html/search/classes_9.js +++ b/docs/html/search/classes_9.js @@ -1,5 +1,5 @@ var searchData= [ - ['listedkeyservertesttask_979',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI']]], - ['loggermanager_980',['LoggerManager',['../classGpgFrontend_1_1LoggerManager.html',1,'GpgFrontend']]] + ['listedkeyservertesttask_980',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI']]], + ['loggermanager_981',['LoggerManager',['../classGpgFrontend_1_1LoggerManager.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/classes_a.js b/docs/html/search/classes_a.js index 0b125138..c7e52f7b 100644 --- a/docs/html/search/classes_a.js +++ b/docs/html/search/classes_a.js @@ -1,11 +1,11 @@ var searchData= [ - ['mainwindow_981',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]], - ['module_982',['Module',['../classGpgFrontend_1_1Module_1_1Module.html',1,'GpgFrontend::Module']]], - ['modulecontrollerdialog_983',['ModuleControllerDialog',['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html',1,'GpgFrontend::UI']]], - ['moduleinitargs_984',['ModuleInitArgs',['../structGpgFrontend_1_1Module_1_1ModuleInitArgs.html',1,'GpgFrontend::Module']]], - ['modulelistview_985',['ModuleListView',['../classGpgFrontend_1_1UI_1_1ModuleListView.html',1,'GpgFrontend::UI']]], - ['modulemanager_986',['ModuleManager',['../classGpgFrontend_1_1Module_1_1ModuleManager.html',1,'GpgFrontend::Module']]], - ['moduleregisterinfo_987',['ModuleRegisterInfo',['../structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl']]], - ['moduleso_988',['ModuleSO',['../structGpgFrontend_1_1ModuleSO.html',1,'GpgFrontend']]] + ['mainwindow_982',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]], + ['module_983',['Module',['../classGpgFrontend_1_1Module_1_1Module.html',1,'GpgFrontend::Module']]], + ['modulecontrollerdialog_984',['ModuleControllerDialog',['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html',1,'GpgFrontend::UI']]], + ['moduleinitargs_985',['ModuleInitArgs',['../structGpgFrontend_1_1Module_1_1ModuleInitArgs.html',1,'GpgFrontend::Module']]], + ['modulelistview_986',['ModuleListView',['../classGpgFrontend_1_1UI_1_1ModuleListView.html',1,'GpgFrontend::UI']]], + ['modulemanager_987',['ModuleManager',['../classGpgFrontend_1_1Module_1_1ModuleManager.html',1,'GpgFrontend::Module']]], + ['moduleregisterinfo_988',['ModuleRegisterInfo',['../structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl']]], + ['moduleso_989',['ModuleSO',['../structGpgFrontend_1_1ModuleSO.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/classes_b.js b/docs/html/search/classes_b.js index d614327f..7243b115 100644 --- a/docs/html/search/classes_b.js +++ b/docs/html/search/classes_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['networktab_989',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI']]] + ['networktab_990',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_c.js b/docs/html/search/classes_c.js index d82a25d5..7f940928 100644 --- a/docs/html/search/classes_c.js +++ b/docs/html/search/classes_c.js @@ -1,13 +1,13 @@ var searchData= [ - ['parameterinitializer_990',['ParameterInitializer',['../structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer.html',1,'GpgFrontend::Module::Event']]], - ['passphrasegenerator_991',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]], - ['pinentry_992',['pinentry',['../structpinentry.html',1,'']]], - ['pinentryconfirm_993',['PinentryConfirm',['../classPinentryConfirm.html',1,'']]], - ['pinentrydialog_994',['PinEntryDialog',['../classPinEntryDialog.html',1,'']]], - ['pinlineedit_995',['PinLineEdit',['../classPinLineEdit.html',1,'']]], - ['plaintexteditorpage_996',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]], - ['pointerconverter_997',['PointerConverter',['../classGpgFrontend_1_1PointerConverter.html',1,'GpgFrontend']]], - ['private_998',['Private',['../classCapsLockWatcher_1_1Private.html',1,'CapsLockWatcher::Private'],['../classPinLineEdit_1_1Private.html',1,'PinLineEdit::Private']]], - ['proxyconnectiontesttask_999',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html',1,'GpgFrontend::UI']]] + ['parameterinitializer_991',['ParameterInitializer',['../structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer.html',1,'GpgFrontend::Module::Event']]], + ['passphrasegenerator_992',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]], + ['pinentry_993',['pinentry',['../structpinentry.html',1,'']]], + ['pinentryconfirm_994',['PinentryConfirm',['../classPinentryConfirm.html',1,'']]], + ['pinentrydialog_995',['PinEntryDialog',['../classPinEntryDialog.html',1,'']]], + ['pinlineedit_996',['PinLineEdit',['../classPinLineEdit.html',1,'']]], + ['plaintexteditorpage_997',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]], + ['pointerconverter_998',['PointerConverter',['../classGpgFrontend_1_1PointerConverter.html',1,'GpgFrontend']]], + ['private_999',['Private',['../classCapsLockWatcher_1_1Private.html',1,'CapsLockWatcher::Private'],['../classPinLineEdit_1_1Private.html',1,'PinLineEdit::Private']]], + ['proxyconnectiontesttask_1000',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_d.js b/docs/html/search/classes_d.js index fd5cb6e2..cbc0c2cc 100644 --- a/docs/html/search/classes_d.js +++ b/docs/html/search/classes_d.js @@ -1,4 +1,4 @@ var searchData= [ - ['quitdialog_1000',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI']]] + ['quitdialog_1001',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_e.js b/docs/html/search/classes_e.js index 7511edbe..e8365370 100644 --- a/docs/html/search/classes_e.js +++ b/docs/html/search/classes_e.js @@ -1,7 +1,7 @@ var searchData= [ - ['raisepinentry_1001',['RaisePinentry',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html',1,'GpgFrontend::UI']]], - ['rebind_1002',['rebind',['../structsecmem_1_1alloc_1_1rebind.html',1,'secmem::alloc']]], - ['refdeleter_1003',['RefDeleter',['../structGpgFrontend_1_1RefDeleter.html',1,'GpgFrontend']]], - ['rtnode_1004',['RTNode',['../structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl']]] + ['raisepinentry_1002',['RaisePinentry',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html',1,'GpgFrontend::UI']]], + ['rebind_1003',['rebind',['../structsecmem_1_1alloc_1_1rebind.html',1,'secmem::alloc']]], + ['refdeleter_1004',['RefDeleter',['../structGpgFrontend_1_1RefDeleter.html',1,'GpgFrontend']]], + ['rtnode_1005',['RTNode',['../structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl']]] ]; diff --git a/docs/html/search/classes_f.js b/docs/html/search/classes_f.js index 8f199f54..3a16d175 100644 --- a/docs/html/search/classes_f.js +++ b/docs/html/search/classes_f.js @@ -1,32 +1,32 @@ var searchData= [ - ['securememoryallocator_1005',['SecureMemoryAllocator',['../classGpgFrontend_1_1SecureMemoryAllocator.html',1,'GpgFrontend']]], - ['secureobjectdeleter_1006',['SecureObjectDeleter',['../structGpgFrontend_1_1SecureObjectDeleter.html',1,'GpgFrontend']]], - ['setownertrustlevel_1007',['SetOwnerTrustLevel',['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html',1,'GpgFrontend::UI']]], - ['settingsdialog_1008',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]], - ['settingsobject_1009',['SettingsObject',['../classGpgFrontend_1_1SettingsObject.html',1,'GpgFrontend']]], - ['signaturedetailsdialog_1010',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], - ['signerspicker_1011',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]], - ['singletonfunctionobject_1012',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20cachemanager_20_3e_1013',['SingletonFunctionObject< CacheManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_1014',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20globalsettingstation_20_3e_1015',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_1016',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcontext_20_3e_1017',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgfileopera_20_3e_1018',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_1019',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_3a_3aimpl_20_3e_1020',['SingletonFunctionObject< GpgKeyGetter::Impl >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_1021',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_1022',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_1023',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpguidoperator_20_3e_1024',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20loggermanager_20_3e_1025',['SingletonFunctionObject< LoggerManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20modulemanager_20_3e_1026',['SingletonFunctionObject< ModuleManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_1027',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_1028',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonstorage_1029',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], - ['singletonstoragecollection_1030',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], - ['softwareversion_1031',['SoftwareVersion',['../structSoftwareVersion.html',1,'']]], - ['subkeygeneratedialog_1032',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI']]], - ['symbol_1033',['Symbol',['../structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol.html',1,'GpgFrontend::Module::Module::Impl']]] + ['securememoryallocator_1006',['SecureMemoryAllocator',['../classGpgFrontend_1_1SecureMemoryAllocator.html',1,'GpgFrontend']]], + ['secureobjectdeleter_1007',['SecureObjectDeleter',['../structGpgFrontend_1_1SecureObjectDeleter.html',1,'GpgFrontend']]], + ['setownertrustlevel_1008',['SetOwnerTrustLevel',['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html',1,'GpgFrontend::UI']]], + ['settingsdialog_1009',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]], + ['settingsobject_1010',['SettingsObject',['../classGpgFrontend_1_1SettingsObject.html',1,'GpgFrontend']]], + ['signaturedetailsdialog_1011',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], + ['signerspicker_1012',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]], + ['singletonfunctionobject_1013',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20cachemanager_20_3e_1014',['SingletonFunctionObject< CacheManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_1015',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20globalsettingstation_20_3e_1016',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_1017',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcontext_20_3e_1018',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgfileopera_20_3e_1019',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_1020',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_3a_3aimpl_20_3e_1021',['SingletonFunctionObject< GpgKeyGetter::Impl >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_1022',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_1023',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_1024',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpguidoperator_20_3e_1025',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20loggermanager_20_3e_1026',['SingletonFunctionObject< LoggerManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20modulemanager_20_3e_1027',['SingletonFunctionObject< ModuleManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_1028',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_1029',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonstorage_1030',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], + ['singletonstoragecollection_1031',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], + ['softwareversion_1032',['SoftwareVersion',['../structSoftwareVersion.html',1,'']]], + ['subkeygeneratedialog_1033',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI']]], + ['symbol_1034',['Symbol',['../structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol.html',1,'GpgFrontend::Module::Module::Impl']]] ]; diff --git a/docs/html/search/enums_0.js b/docs/html/search/enums_0.js index 61703ca4..d687a56c 100644 --- a/docs/html/search/enums_0.js +++ b/docs/html/search/enums_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['infoboardstatus_1808',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]] + ['infoboardstatus_1810',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/functions_0.js b/docs/html/search/functions_0.js index ad441db5..c0b20cd8 100644 --- a/docs/html/search/functions_0.js +++ b/docs/html/search/functions_0.js @@ -1,14 +1,14 @@ var searchData= [ - ['aboutdialog_1059',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#a6eeb23edb8a6cce44b7001e2134beb2a',1,'GpgFrontend::UI::AboutDialog']]], - ['addlistgrouptab_1060',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab8663d18901d10c00dbcc0ba852b3bf4',1,'GpgFrontend::UI::KeyList']]], - ['addmenuaction_1061',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]], - ['addoptionalaction_1062',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['adduid_1063',['AddUID',['../classGpgFrontend_1_1GpgUIDOperator.html#ac2983b9e56569500911da72cad07fcda',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const QString &uid) -> bool'],['../classGpgFrontend_1_1GpgUIDOperator.html#ad85cb5988f90d395bb6b8f1810b14510',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const QString &name, const QString &comment, const QString &email) -> bool']]], - ['aes_5f256_5fcbc_5fdecrypt_1064',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]], - ['aes_5f256_5fcbc_5fencrypt_1065',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]], - ['aes_5f256_5fcbc_5finit_1066',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]], - ['appearancetab_1067',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]], - ['associatetabwidget_1068',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['associatetextedit_1069',['AssociateTextEdit',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab',1,'GpgFrontend::UI::InfoBoardWidget']]] + ['aboutdialog_1060',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#a6eeb23edb8a6cce44b7001e2134beb2a',1,'GpgFrontend::UI::AboutDialog']]], + ['addlistgrouptab_1061',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab8663d18901d10c00dbcc0ba852b3bf4',1,'GpgFrontend::UI::KeyList']]], + ['addmenuaction_1062',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]], + ['addoptionalaction_1063',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['adduid_1064',['AddUID',['../classGpgFrontend_1_1GpgUIDOperator.html#ac2983b9e56569500911da72cad07fcda',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const QString &uid) -> bool'],['../classGpgFrontend_1_1GpgUIDOperator.html#ad85cb5988f90d395bb6b8f1810b14510',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const QString &name, const QString &comment, const QString &email) -> bool']]], + ['aes_5f256_5fcbc_5fdecrypt_1065',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]], + ['aes_5f256_5fcbc_5fencrypt_1066',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]], + ['aes_5f256_5fcbc_5finit_1067',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]], + ['appearancetab_1068',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]], + ['associatetabwidget_1069',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['associatetextedit_1070',['AssociateTextEdit',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab',1,'GpgFrontend::UI::InfoBoardWidget']]] ]; diff --git a/docs/html/search/functions_1.js b/docs/html/search/functions_1.js index f00bae3b..10e44915 100644 --- a/docs/html/search/functions_1.js +++ b/docs/html/search/functions_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['beautifyfingerprint_1070',['BeautifyFingerprint',['../namespaceGpgFrontend.html#ad437908d506d86137a0d2fdec4c6c957',1,'GpgFrontend']]] + ['beautifyfingerprint_1071',['BeautifyFingerprint',['../namespaceGpgFrontend.html#ad437908d506d86137a0d2fdec4c6c957',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/functions_10.js b/docs/html/search/functions_10.js index 8eea6847..c147a1c8 100644 --- a/docs/html/search/functions_10.js +++ b/docs/html/search/functions_10.js @@ -1,35 +1,35 @@ var searchData= [ - ['raisefailuremessagebox_1434',['RaiseFailureMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc0d817e2083cc262f4fb2c65027442',1,'GpgFrontend::UI::CommonUtils']]], - ['raisemessagebox_1435',['RaiseMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a2eb678ee01d3b6e1c0d8f90345712644',1,'GpgFrontend::UI::CommonUtils']]], - ['raisepinentry_1436',['RaisePinentry',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html#acce90910b541e1f8b3409d22ed5dbd98',1,'GpgFrontend::UI::RaisePinentry']]], - ['read2gfbuffer_1437',['Read2GFBuffer',['../classGpgFrontend_1_1GpgData.html#a7e59c37c350caa54424ec8a4e2a2e7a2',1,'GpgFrontend::GpgData']]], - ['readdone_1438',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['readfile_1439',['ReadFile',['../namespaceGpgFrontend.html#a253c30d60238c5c0ed1545d0c7bf31de',1,'GpgFrontend']]], - ['readfilegfbuffer_1440',['ReadFileGFBuffer',['../namespaceGpgFrontend.html#a316a209be1a4c403426c77b029e319fc',1,'GpgFrontend']]], - ['refresh_1441',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], - ['refresh_5finfo_5fboard_1442',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#aec857a0eb461ce71c4535f5d71e7aaee',1,'GpgFrontend::UI']]], - ['refresh_5fkeys_5ffrom_5fkey_5fserver_1443',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], - ['refresh_5fwidgets_5fstate_1444',['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()']]], - ['register_5fcache_5fkey_1445',['register_cache_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#ab8723181823b8c3c3b1dd5f333c0f196',1,'GpgFrontend::CacheManager::Impl']]], - ['registerasynclogger_1446',['RegisterAsyncLogger',['../namespaceGpgFrontend.html#a5b02173b14e6ea7c0eee0e23e6bc879f',1,'GpgFrontend']]], - ['registersynclogger_1447',['RegisterSyncLogger',['../namespaceGpgFrontend.html#ae910f7b068d7bd832bff6bfabed34859',1,'GpgFrontend']]], - ['registertask_1448',['RegisterTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a31a08bfcc288cc70be93de991841d9f9',1,'GpgFrontend::Thread::TaskRunner']]], - ['releasechannel_1449',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], - ['reloadgpgcomponents_1450',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#acac2e0b60aec9e02b7dd5be6d37f0b31',1,'GpgFrontend::GpgAdvancedOperator']]], - ['resetcache_1451',['ResetCache',['../classGpgFrontend_1_1CacheManager.html#a5600c892efc29bcf3279fa4d9447d328',1,'GpgFrontend::CacheManager']]], - ['resetcachevalue_1452',['ResetCacheValue',['../namespaceGpgFrontend.html#a1fad8d31c148bf81a9bea45b2918b9e5',1,'GpgFrontend']]], - ['resetconfigures_1453',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a62a1e0d0eeef7ecbd43c261b77c393e1',1,'GpgFrontend::GpgAdvancedOperator']]], - ['resetdurablecache_1454',['ResetDurableCache',['../classGpgFrontend_1_1CacheManager.html#a62c3f25d8c897c10acf7dc8faf792906',1,'GpgFrontend::CacheManager']]], - ['resetoptionactionsmenu_1455',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['restartgpgcomponents_1456',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a224daa8424245db4ea6be831ef791f8d',1,'GpgFrontend::GpgAdvancedOperator']]], - ['restore_5fsettings_1457',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], - ['revsign_1458',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#a85c5ca9f31480fe3351c056b92b0aa12',1,'GpgFrontend::GpgKeyManager']]], - ['revuid_1459',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a9b34da410125ab866e40b047298a9caa',1,'GpgFrontend::GpgUIDOperator']]], - ['run_1460',['Run',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a2a1a60dc9e87755ed77a2e6318b23115',1,'GpgFrontend::UI::KeyServerSearchTask::Run()'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a3f0a9f8c46e7495b654f297594de8ea3',1,'GpgFrontend::UI::ListedKeyServerTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a0c58343f261ff4304868f314f03ca658',1,'GpgFrontend::UI::ProxyConnectionTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#acc4979fdc2daa3c0805754a725969aa3',1,'GpgFrontend::UI::KeyServerImportTask::Run()'],['../classVersionCheckTask.html#a8750568dd3031821d30bf436068cc75c',1,'VersionCheckTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ab3e3d4206efeeff5d3d6f1b5f0c60ab2',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#af57e2e511eb44f755d1bfc62898f433d',1,'GpgFrontend::Thread::Task::Impl::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#abd8f62be2b544d0fc8bbb1e5b7b3de9b',1,'GpgFrontend::UI::FileReadTask::Run()']]], - ['rungpgfrontendui_1461',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ac53b300d580dcb56188aaed68c3de755',1,'GpgFrontend::UI']]], - ['rungpgoperaasync_1462',['RunGpgOperaAsync',['../namespaceGpgFrontend.html#abeb3c754e9529570abe5fef6a97f3c22',1,'GpgFrontend']]], - ['rungpgoperasync_1463',['RunGpgOperaSync',['../namespaceGpgFrontend.html#a4c2a4a157e45e169682a99d7f5130dc0',1,'GpgFrontend']]], - ['runiooperaasync_1464',['RunIOOperaAsync',['../namespaceGpgFrontend.html#a6a865c31afb5384811ed69b72c31ad8c',1,'GpgFrontend']]], - ['runoperaasync_1465',['RunOperaAsync',['../namespaceGpgFrontend.html#a9eb3f1dfac3cab84bb08712c3953eb61',1,'GpgFrontend']]] + ['raisefailuremessagebox_1436',['RaiseFailureMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc0d817e2083cc262f4fb2c65027442',1,'GpgFrontend::UI::CommonUtils']]], + ['raisemessagebox_1437',['RaiseMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a2eb678ee01d3b6e1c0d8f90345712644',1,'GpgFrontend::UI::CommonUtils']]], + ['raisepinentry_1438',['RaisePinentry',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html#acce90910b541e1f8b3409d22ed5dbd98',1,'GpgFrontend::UI::RaisePinentry']]], + ['read2gfbuffer_1439',['Read2GFBuffer',['../classGpgFrontend_1_1GpgData.html#a7e59c37c350caa54424ec8a4e2a2e7a2',1,'GpgFrontend::GpgData']]], + ['readdone_1440',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['readfile_1441',['ReadFile',['../namespaceGpgFrontend.html#a253c30d60238c5c0ed1545d0c7bf31de',1,'GpgFrontend']]], + ['readfilegfbuffer_1442',['ReadFileGFBuffer',['../namespaceGpgFrontend.html#a316a209be1a4c403426c77b029e319fc',1,'GpgFrontend']]], + ['refresh_1443',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], + ['refresh_5finfo_5fboard_1444',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#aec857a0eb461ce71c4535f5d71e7aaee',1,'GpgFrontend::UI']]], + ['refresh_5fkeys_5ffrom_5fkey_5fserver_1445',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], + ['refresh_5fwidgets_5fstate_1446',['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()']]], + ['register_5fcache_5fkey_1447',['register_cache_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#ab8723181823b8c3c3b1dd5f333c0f196',1,'GpgFrontend::CacheManager::Impl']]], + ['registerasynclogger_1448',['RegisterAsyncLogger',['../namespaceGpgFrontend.html#a5b02173b14e6ea7c0eee0e23e6bc879f',1,'GpgFrontend']]], + ['registersynclogger_1449',['RegisterSyncLogger',['../namespaceGpgFrontend.html#ae910f7b068d7bd832bff6bfabed34859',1,'GpgFrontend']]], + ['registertask_1450',['RegisterTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a31a08bfcc288cc70be93de991841d9f9',1,'GpgFrontend::Thread::TaskRunner']]], + ['releasechannel_1451',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], + ['reloadgpgcomponents_1452',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#acac2e0b60aec9e02b7dd5be6d37f0b31',1,'GpgFrontend::GpgAdvancedOperator']]], + ['resetcache_1453',['ResetCache',['../classGpgFrontend_1_1CacheManager.html#a5600c892efc29bcf3279fa4d9447d328',1,'GpgFrontend::CacheManager']]], + ['resetcachevalue_1454',['ResetCacheValue',['../namespaceGpgFrontend.html#a1fad8d31c148bf81a9bea45b2918b9e5',1,'GpgFrontend']]], + ['resetconfigures_1455',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a62a1e0d0eeef7ecbd43c261b77c393e1',1,'GpgFrontend::GpgAdvancedOperator']]], + ['resetdurablecache_1456',['ResetDurableCache',['../classGpgFrontend_1_1CacheManager.html#a62c3f25d8c897c10acf7dc8faf792906',1,'GpgFrontend::CacheManager']]], + ['resetoptionactionsmenu_1457',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['restartgpgcomponents_1458',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a224daa8424245db4ea6be831ef791f8d',1,'GpgFrontend::GpgAdvancedOperator']]], + ['restore_5fsettings_1459',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], + ['revsign_1460',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#a85c5ca9f31480fe3351c056b92b0aa12',1,'GpgFrontend::GpgKeyManager']]], + ['revuid_1461',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a9b34da410125ab866e40b047298a9caa',1,'GpgFrontend::GpgUIDOperator']]], + ['run_1462',['Run',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a2a1a60dc9e87755ed77a2e6318b23115',1,'GpgFrontend::UI::KeyServerSearchTask::Run()'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a3f0a9f8c46e7495b654f297594de8ea3',1,'GpgFrontend::UI::ListedKeyServerTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a0c58343f261ff4304868f314f03ca658',1,'GpgFrontend::UI::ProxyConnectionTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#acc4979fdc2daa3c0805754a725969aa3',1,'GpgFrontend::UI::KeyServerImportTask::Run()'],['../classVersionCheckTask.html#a8750568dd3031821d30bf436068cc75c',1,'VersionCheckTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ab3e3d4206efeeff5d3d6f1b5f0c60ab2',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#af57e2e511eb44f755d1bfc62898f433d',1,'GpgFrontend::Thread::Task::Impl::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#abd8f62be2b544d0fc8bbb1e5b7b3de9b',1,'GpgFrontend::UI::FileReadTask::Run()']]], + ['rungpgfrontendui_1463',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ac53b300d580dcb56188aaed68c3de755',1,'GpgFrontend::UI']]], + ['rungpgoperaasync_1464',['RunGpgOperaAsync',['../namespaceGpgFrontend.html#abeb3c754e9529570abe5fef6a97f3c22',1,'GpgFrontend']]], + ['rungpgoperasync_1465',['RunGpgOperaSync',['../namespaceGpgFrontend.html#a4c2a4a157e45e169682a99d7f5130dc0',1,'GpgFrontend']]], + ['runiooperaasync_1466',['RunIOOperaAsync',['../namespaceGpgFrontend.html#a6a865c31afb5384811ed69b72c31ad8c',1,'GpgFrontend']]], + ['runoperaasync_1467',['RunOperaAsync',['../namespaceGpgFrontend.html#a9eb3f1dfac3cab84bb08712c3953eb61',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/functions_11.js b/docs/html/search/functions_11.js index c2c7e7b1..b57b5d5c 100644 --- a/docs/html/search/functions_11.js +++ b/docs/html/search/functions_11.js @@ -1,185 +1,185 @@ var searchData= [ - ['safelyrun_1466',['SafelyRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a3983635b9bcb8d7ec84d97109dddacec',1,'GpgFrontend::Thread::Task']]], - ['save_5ffile_1467',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], - ['savecache_1468',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#ac7e6ac02327d98eff60817bde774b872',1,'GpgFrontend::CacheManager']]], - ['savedurablecache_1469',['SaveDurableCache',['../classGpgFrontend_1_1CacheManager.html#ac000be202e836c85f505f8d9808e0f89',1,'GpgFrontend::CacheManager']]], - ['securemalloc_1470',['SecureMalloc',['../namespaceGpgFrontend.html#afd01101bc53f022b7d4790c6855762c4',1,'GpgFrontend']]], - ['securemallocastype_1471',['SecureMallocAsType',['../namespaceGpgFrontend.html#a398baf5153c1eb3534729d11edb01f9c',1,'GpgFrontend']]], - ['securerealloc_1472',['SecureRealloc',['../namespaceGpgFrontend.html#a5e86f89a31d6514217b74dd1bbc59bfe',1,'GpgFrontend']]], - ['securereallocastype_1473',['SecureReallocAsType',['../namespaceGpgFrontend.html#aa639da20e2329c4471ab5612325aef53',1,'GpgFrontend']]], - ['selectionchanged_1474',['selectionChanged',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a710ca837224c645182f44eea0d6bb0f0',1,'GpgFrontend::UI::FileTreeView']]], - ['set_5fbackground_1475',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], - ['set_5floading_1476',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fmessage_1477',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fsettings_1478',['set_settings',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e',1,'GpgFrontend::UI::GnuPGControllerDialog']]], - ['set_5fsignal_5fslot_1479',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()']]], - ['setalgo_1480',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a438c9bd77727a93961109a8492673fe5',1,'GpgFrontend::GenKeyInfo']]], - ['setallowauthentication_1481',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], - ['setallowcertification_1482',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], - ['setallowencryption_1483',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], - ['setallowsigning_1484',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], - ['setcachevalue_1485',['SetCacheValue',['../namespaceGpgFrontend.html#a026a59b2fb217146cfcc4ca2b108d455',1,'GpgFrontend']]], - ['setchannel_1486',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], - ['setchecked_1487',['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)'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()']]], - ['setcolumnwidth_1488',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], - ['setcomment_1489',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a0d498db9a8249db8b7e1742065a82c42',1,'GpgFrontend::GenKeyInfo']]], - ['setdefaultloglevel_1490',['SetDefaultLogLevel',['../namespaceGpgFrontend.html#ad5b2890d3b26624800fa482d23f0e48d',1,'GpgFrontend']]], - ['setdoubleclickedaction_1491',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], - ['setemail_1492',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a6cff6c278089c5e6a646592e87f046b5',1,'GpgFrontend::GenKeyInfo']]], - ['setexpire_1493',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#ab4a61f4a895ddc965a018a851b222dce',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a46fcc0675c7015a70a7b2b2517a2b99e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], - ['setexpiretime_1494',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#a8475c1f419a65055dd659d3b60d4e356',1,'GpgFrontend::GenKeyInfo']]], - ['setextensionofoutputfile_1495',['SetExtensionOfOutputFile',['../namespaceGpgFrontend.html#aacb6d1475346e42afb8e0ea8427bac9a',1,'GpgFrontend']]], - ['setextensionofoutputfileforarchive_1496',['SetExtensionOfOutputFileForArchive',['../namespaceGpgFrontend.html#a4d05b4cdd90b01bb59d887e43df39e69',1,'GpgFrontend']]], - ['setfilepath_1497',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['setinfoboard_1498',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['setissubkey_1499',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], - ['setkeylength_1500',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], - ['setname_1501',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a8f80b74f6ed3183063a46f2cd3bb9172',1,'GpgFrontend::GenKeyInfo']]], - ['setnonexpired_1502',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], - ['setnonpassphrase_1503',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], - ['setobjectinchannel_1504',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a8da5e914fe1469681a0caec2542428d8',1,'GpgFrontend::SingletonStorage']]], - ['setownertrustlevel_1505',['SetOwnerTrustLevel',['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a635e1ca7837abb556ffa589d52d8ce42',1,'GpgFrontend::UI::SetOwnerTrustLevel::SetOwnerTrustLevel()'],['../classGpgFrontend_1_1GpgKeyManager.html#a5fa56401416872cd4ed741830b72041b',1,'GpgFrontend::GpgKeyManager::SetOwnerTrustLevel()']]], - ['setpassphrase_1506',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a0499b0e924ff9d63361b744ead83fc40',1,'GpgFrontend::GenKeyInfo']]], - ['setprimaryuid_1507',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a5a591f82d024b0383c1445acad99d8ee',1,'GpgFrontend::GpgUIDOperator']]], - ['setrtn_1508',['setRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#a406206b3ecb2bdcff9608d762735c5e4',1,'GpgFrontend::Thread::Task']]], - ['setrtn_1509',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a4f5addc7abfd18e180a5969895f5d83a',1,'GpgFrontend::Thread::Task::Impl']]], - ['setsettings_1510',['SetSettings',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()']]], - ['setsigners_1511',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#aba9f6442dadcba29994d6680a4a0a8d6',1,'GpgFrontend::GpgBasicOperator']]], - ['setstatus_1512',['setStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a034b7e5ccf50f9d89ac9597cd5c84efc',1,'GpgFrontend::GpgResultAnalyse']]], - ['settingsdialog_1513',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]], - ['settingsobject_1514',['SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ac635cfd808cf15e9ff89cfc1c01d9b08',1,'GpgFrontend::SettingsObject::SettingsObject(QString settings_name)'],['../classGpgFrontend_1_1SettingsObject.html#acb60d62227d0a0f7ce7aa6d5fd925504',1,'GpgFrontend::SettingsObject::SettingsObject(QJsonObject sub_json)']]], - ['show_5fverify_5fdetails_1515',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], - ['showevent_1516',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], - ['shownotificationwidget_1517',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['shutdownglobalbasicalenv_1518',['ShutdownGlobalBasicalEnv',['../namespaceGpgFrontend.html#a3ad5659719d261ea3142c2baa60d40ff',1,'GpgFrontend']]], - ['shutdowngpgfrontendmodules_1519',['ShutdownGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a25a2b6107e70c76ab0731f2685d94745',1,'GpgFrontend::Module']]], - ['sign_1520',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a8c52574f86bd8452a578143e08c7254b',1,'GpgFrontend::GpgBasicOperator']]], - ['signaldeeprestartneeded_1521',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b',1,'GpgFrontend::UI::GeneralTab']]], - ['signalkeydatabaserefreshdone_1522',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], - ['signalkeyserverimportresult_1523',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a857152c19538b833f8945e2e68c6fe1b',1,'GpgFrontend::UI::KeyServerImportTask']]], - ['signalkeyserverlisttestresult_1524',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], - ['signalkeyserversearchresult_1525',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]], - ['signalmainwindowlupdatebasicaloperamenu_1526',['SignalMainWindowlUpdateBasicalOperaMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#adadebdebea3d4d8ced7aacc17b617627',1,'GpgFrontend::UI::FilePage']]], - ['signalopenhelp_1527',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], - ['signalpathchanged_1528',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4a02715e876d9a36b4bbdf505d8ad8a2',1,'GpgFrontend::UI::FileTreeView::SignalPathChanged()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#af4462f25386ff65594ab0de771cb45c5',1,'GpgFrontend::UI::FilePage::SignalPathChanged()']]], - ['signalproxyconnectiontestresult_1529',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873',1,'GpgFrontend::UI::ProxyConnectionTestTask']]], - ['signalrefreshinfoboard_1530',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1FilePage.html#a8c24032167f81c86770c216c3831da57',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a1952bc7608f4449afd2c0f0e169a0007',1,'GpgFrontend::UI::UISignalStation::SignalRefreshInfoBoard()']]], - ['signalrefreshstatusbar_1531',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a28d70bad814ed795ba47e4daf2917e19',1,'GpgFrontend::UI::UISignalStation::SignalRefreshStatusBar()']]], - ['signalreplyfromupdateserver_1532',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], - ['signalrestartneeded_1533',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c',1,'GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded()']]], - ['signalrestartneeded_1534',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab']]], - ['signaluibytesdisplayed_1535',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['signalupgradeversion_1536',['SignalUpgradeVersion',['../classVersionCheckTask.html#a017130179e7d18f361d112b9ad3d7462',1,'VersionCheckTask']]], - ['signerspicker_1537',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]], - ['signfile_1538',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acbbc57156fd7aa984489a2397b942fef',1,'GpgFrontend::GpgFileOpera']]], - ['signfilesync_1539',['SignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a247db95aa42991f6772f2404e81e822d',1,'GpgFrontend::GpgFileOpera']]], - ['signkey_1540',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#ab5e56b3a2161f3251666c988d7eaa929',1,'GpgFrontend::GpgKeyManager']]], - ['signsync_1541',['SignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#aec37726d1386dcca7a75e1f2706bad77',1,'GpgFrontend::GpgBasicOperator']]], - ['singletonfunctionobject_1542',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete']]], - ['slot_5factivated_5fkey_5ftype_1543',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()']]], - ['slot_5fadd_5fpgp_5fheader_1544',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fadd_5fuid_5fresult_1545',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['slot_5fappend_5fselected_5fkeys_1546',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fauthentication_5fbox_5fchanged_1547',['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()']]], - ['slot_5fcertification_5fbox_5fchanged_1548',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()']]], - ['slot_5fclean_5fdouble_5fline_5fbreaks_1549',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcompress_5ffiles_1550',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4e4c6474f46750c5e78cbd10ce6c2cc1',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_1551',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcopy_5ffingerprint_1552',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_1553',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1554',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcreate_5fnew_5fuid_1555',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['slot_5fcreate_5fpopup_5fmenu_1556',['slot_create_popup_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ac45715a8e6e67f1221a1902ee5d51a44',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fcut_5fpgp_5fheader_1557',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdisable_5ftab_5factions_1558',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdouble_5fclicked_1559',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], - ['slot_5fencryption_5fbox_5fchanged_1560',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()']]], - ['slot_5fexpire_5fbox_5fchanged_1561',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()']]], - ['slot_5fexport_5fprivate_5fkey_1562',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1563',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a3f3f0feea01ce05304e48110d2f33af0',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5ffind_1564',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fformat_5fgpg_5fheader_1565',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fimport_1566',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5ffinished_1567',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a236935d77e2b2a17ee66798c490f1361',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5fkey_5ffrom_5fedit_1568',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5finsert_5ftext_1569',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fjump_5fpage_1570',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], - ['slot_5fkey_5fgen_5faccept_1571',['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_1572',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], - ['slot_5fopen_5ffile_5ftab_1573',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fkey_5fmanagement_1574',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fsettings_5fdialog_1575',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5furl_1576',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], - ['slot_5fprocess_5fnetwork_5freply_1577',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a612eabb08138bed927bdd845d0fdd3e6',1,'GpgFrontend::UI::ProxyConnectionTestTask::slot_process_network_reply()'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask::slot_process_network_reply()']]], - ['slot_5fremove_5ftab_1578',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_1579',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fset_5frestart_5fneeded_1580',['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_5fcustom_5fcontext_5fmenu_1581',['slot_show_custom_context_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a626b131b432c29f162aa9a47fd9f67f7',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fshow_5fkey_5fdetails_1582',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fshow_5fversion_5fstatus_1583',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a29a504b9657b0f553b7c5a6997892a24',1,'GpgFrontend::UI::UpdateTab']]], - ['slot_5fsign_5fkey_1584',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['slot_5fsigning_5fbox_5fchanged_1585',['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_1586',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fupdate_5fkey_5fstatus_1587',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], - ['slot_5fupload_5fkey_5fto_5fserver_1588',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#ae72c3bbd04e1bfbf142d806d50bbe617',1,'GpgFrontend::UI::KeyUploadDialog']]], - ['slot_5fversion_5fupgrade_5fnofity_1589',['slot_version_upgrade_nofity',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2af52ff72325fc4c4d50aefc496100cd',1,'GpgFrontend::UI::MainWindow']]], - ['slotappendtext2curtextpage_1590',['SlotAppendText2CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae9ffb1f027ce05737e77add66bd1540f',1,'GpgFrontend::UI::TextEdit']]], - ['slotarchivedecrypt_1591',['SlotArchiveDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aba7c5572c2736701cc5799776876bbdd',1,'GpgFrontend::UI::MainWindow']]], - ['slotarchivedecryptverify_1592',['SlotArchiveDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8ee995b7d1a21ebaab2333a5e79ae77c',1,'GpgFrontend::UI::MainWindow']]], - ['slotclosetab_1593',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], - ['slotcopy_1594',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagefiletreeview_1595',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagetextedit_1596',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], - ['slotcut_1597',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], - ['slotdecrypt_1598',['SlotDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3751c475a29a5827a5eea587ffa6abfb',1,'GpgFrontend::UI::MainWindow']]], - ['slotdecryptverify_1599',['SlotDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7d38ca18a8688b5df163157d26a14c72',1,'GpgFrontend::UI::MainWindow']]], - ['slotdirectoryencryptsign_1600',['SlotDirectoryEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af999edaa3ce60ed0303ded5fcd4ed527',1,'GpgFrontend::UI::MainWindow']]], - ['slotencrypt_1601',['SlotEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a07d02cdb29a8101f988e776ceecc49ad',1,'GpgFrontend::UI::MainWindow']]], - ['slotencryptsign_1602',['SlotEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aca691847190c39fe2d41d669b1e686b8',1,'GpgFrontend::UI::MainWindow']]], - ['slotexecutecommand_1603',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a39fbfbc9ab39581330a02d9cb54e6e4d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotexecutegpgcommand_1604',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotfiledecrypt_1605',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a60d82d4da1775ef21284543435a1f421',1,'GpgFrontend::UI::MainWindow']]], - ['slotfiledecryptverify_1606',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd80e8d6e6a1acad0cd12e26635cfc22',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencrypt_1607',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88c467b5be4712f7d2b16da0e96cd7e9',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencryptsign_1608',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afc86384de0913968ab767e930fc9e24f',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilesign_1609',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa0bb003f2f1209a4e4d10e94e3d5d06d',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileverify_1610',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea395f8629aef1532bcec3de337fa6ac',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilltexteditwithtext_1611',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], - ['slotimport_1612',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7de2096702baf67f1335ac4fe50cfa38',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< QString > key_ids_list, QString keyserver_url)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)']]], - ['slotimportkeyfromclipboard_1613',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromfile_1614',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromkeyserver_1615',['SlotImportKeyFromKeyServer',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(QWidget *parent)']]], - ['slotimportkeys_1616',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ae730cf0ee73379186f082f29a90a2f94',1,'GpgFrontend::UI::CommonUtils']]], - ['slotnewfiletab_1617',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1859df6906160400710accb0481d6b0c',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewhelptab_1618',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewtab_1619',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], - ['slotopen_1620',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], - ['slotopenfile_1621',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad344606cf3c665fc73a3c0dd10a44310',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]], - ['slotpaste_1622',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], - ['slotprint_1623',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], - ['slotquote_1624',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], - ['slotraisepinentry_1625',['SlotRaisePinentry',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abf4b09c9bc6242630c066eb7bf4636bf',1,'GpgFrontend::UI::MainWindow']]], - ['slotredo_1626',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], - ['slotrefresh_1627',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['slotsave_1628',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], - ['slotsaveas_1629',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a306999df608947dc0728d651893b20f6',1,'GpgFrontend::UI::TextEdit']]], - ['slotselectall_1630',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], - ['slotsetrestartneeded_1631',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]], - ['slotshowhiddenfile_1632',['SlotShowHiddenFile',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aed6a2eaa435630ccf7b65da2f09114dd',1,'GpgFrontend::UI::FileTreeView']]], - ['slotshowmodified_1633',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]], - ['slotsign_1634',['SlotSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa2aeef298a7a05fc1b38bad75b62aad8',1,'GpgFrontend::UI::MainWindow']]], - ['slotswitchtabdown_1635',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabup_1636',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], - ['slotundo_1637',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], - ['slotupdatecryptomenustatus_1638',['SlotUpdateCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd5408ca5f908c330a15db24d959f3a5',1,'GpgFrontend::UI::MainWindow']]], - ['slotverify_1639',['SlotVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac9bf2a20727eb8e727aa2e3ce5c248e5',1,'GpgFrontend::UI::MainWindow']]], - ['startapplication_1640',['StartApplication',['../namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e',1,'GpgFrontend']]], - ['startdirmngr_1641',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a7687d84063c6c1d9d8bc11c617085530',1,'GpgFrontend::GpgAdvancedOperator']]], - ['startgpgagent_1642',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a4af186d06b01ce998e51a42e39e01c86',1,'GpgFrontend::GpgAdvancedOperator']]], - ['startkeyboxd_1643',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ae2b097912eb2c9d97da859c45e7a5bac',1,'GpgFrontend::GpgAdvancedOperator']]], - ['stripped_5fname_1644',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], - ['subkeygeneratedialog_1645',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]], - ['switch_5fui_5fenabled_1646',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], - ['switch_5fui_5fproxy_5ftype_1647',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]] + ['safelyrun_1468',['SafelyRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a3983635b9bcb8d7ec84d97109dddacec',1,'GpgFrontend::Thread::Task']]], + ['save_5ffile_1469',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], + ['savecache_1470',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#ac7e6ac02327d98eff60817bde774b872',1,'GpgFrontend::CacheManager']]], + ['savedurablecache_1471',['SaveDurableCache',['../classGpgFrontend_1_1CacheManager.html#ac000be202e836c85f505f8d9808e0f89',1,'GpgFrontend::CacheManager']]], + ['securemalloc_1472',['SecureMalloc',['../namespaceGpgFrontend.html#afd01101bc53f022b7d4790c6855762c4',1,'GpgFrontend']]], + ['securemallocastype_1473',['SecureMallocAsType',['../namespaceGpgFrontend.html#a398baf5153c1eb3534729d11edb01f9c',1,'GpgFrontend']]], + ['securerealloc_1474',['SecureRealloc',['../namespaceGpgFrontend.html#a5e86f89a31d6514217b74dd1bbc59bfe',1,'GpgFrontend']]], + ['securereallocastype_1475',['SecureReallocAsType',['../namespaceGpgFrontend.html#aa639da20e2329c4471ab5612325aef53',1,'GpgFrontend']]], + ['selectionchanged_1476',['selectionChanged',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a710ca837224c645182f44eea0d6bb0f0',1,'GpgFrontend::UI::FileTreeView']]], + ['set_5fbackground_1477',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], + ['set_5floading_1478',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fmessage_1479',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fsettings_1480',['set_settings',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['set_5fsignal_5fslot_1481',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()']]], + ['setalgo_1482',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a438c9bd77727a93961109a8492673fe5',1,'GpgFrontend::GenKeyInfo']]], + ['setallowauthentication_1483',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], + ['setallowcertification_1484',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], + ['setallowencryption_1485',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], + ['setallowsigning_1486',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], + ['setcachevalue_1487',['SetCacheValue',['../namespaceGpgFrontend.html#a026a59b2fb217146cfcc4ca2b108d455',1,'GpgFrontend']]], + ['setchannel_1488',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], + ['setchecked_1489',['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)'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()']]], + ['setcolumnwidth_1490',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], + ['setcomment_1491',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a0d498db9a8249db8b7e1742065a82c42',1,'GpgFrontend::GenKeyInfo']]], + ['setdefaultloglevel_1492',['SetDefaultLogLevel',['../namespaceGpgFrontend.html#ad5b2890d3b26624800fa482d23f0e48d',1,'GpgFrontend']]], + ['setdoubleclickedaction_1493',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], + ['setemail_1494',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a6cff6c278089c5e6a646592e87f046b5',1,'GpgFrontend::GenKeyInfo']]], + ['setexpire_1495',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#ab4a61f4a895ddc965a018a851b222dce',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a46fcc0675c7015a70a7b2b2517a2b99e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], + ['setexpiretime_1496',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#a8475c1f419a65055dd659d3b60d4e356',1,'GpgFrontend::GenKeyInfo']]], + ['setextensionofoutputfile_1497',['SetExtensionOfOutputFile',['../namespaceGpgFrontend.html#aacb6d1475346e42afb8e0ea8427bac9a',1,'GpgFrontend']]], + ['setextensionofoutputfileforarchive_1498',['SetExtensionOfOutputFileForArchive',['../namespaceGpgFrontend.html#a4d05b4cdd90b01bb59d887e43df39e69',1,'GpgFrontend']]], + ['setfilepath_1499',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['setinfoboard_1500',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['setissubkey_1501',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], + ['setkeylength_1502',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], + ['setname_1503',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a8f80b74f6ed3183063a46f2cd3bb9172',1,'GpgFrontend::GenKeyInfo']]], + ['setnonexpired_1504',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], + ['setnonpassphrase_1505',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], + ['setobjectinchannel_1506',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a8da5e914fe1469681a0caec2542428d8',1,'GpgFrontend::SingletonStorage']]], + ['setownertrustlevel_1507',['SetOwnerTrustLevel',['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a635e1ca7837abb556ffa589d52d8ce42',1,'GpgFrontend::UI::SetOwnerTrustLevel::SetOwnerTrustLevel()'],['../classGpgFrontend_1_1GpgKeyManager.html#a5fa56401416872cd4ed741830b72041b',1,'GpgFrontend::GpgKeyManager::SetOwnerTrustLevel()']]], + ['setpassphrase_1508',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a0499b0e924ff9d63361b744ead83fc40',1,'GpgFrontend::GenKeyInfo']]], + ['setprimaryuid_1509',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a5a591f82d024b0383c1445acad99d8ee',1,'GpgFrontend::GpgUIDOperator']]], + ['setrtn_1510',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a4f5addc7abfd18e180a5969895f5d83a',1,'GpgFrontend::Thread::Task::Impl']]], + ['setrtn_1511',['setRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#a406206b3ecb2bdcff9608d762735c5e4',1,'GpgFrontend::Thread::Task']]], + ['setsettings_1512',['SetSettings',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()']]], + ['setsigners_1513',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#aba9f6442dadcba29994d6680a4a0a8d6',1,'GpgFrontend::GpgBasicOperator']]], + ['setstatus_1514',['setStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a034b7e5ccf50f9d89ac9597cd5c84efc',1,'GpgFrontend::GpgResultAnalyse']]], + ['settingsdialog_1515',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]], + ['settingsobject_1516',['SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ac635cfd808cf15e9ff89cfc1c01d9b08',1,'GpgFrontend::SettingsObject::SettingsObject(QString settings_name)'],['../classGpgFrontend_1_1SettingsObject.html#acb60d62227d0a0f7ce7aa6d5fd925504',1,'GpgFrontend::SettingsObject::SettingsObject(QJsonObject sub_json)']]], + ['show_5fverify_5fdetails_1517',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], + ['showevent_1518',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], + ['shownotificationwidget_1519',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['shutdownglobalbasicalenv_1520',['ShutdownGlobalBasicalEnv',['../namespaceGpgFrontend.html#a3ad5659719d261ea3142c2baa60d40ff',1,'GpgFrontend']]], + ['shutdowngpgfrontendmodules_1521',['ShutdownGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a25a2b6107e70c76ab0731f2685d94745',1,'GpgFrontend::Module']]], + ['sign_1522',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a8c52574f86bd8452a578143e08c7254b',1,'GpgFrontend::GpgBasicOperator']]], + ['signaldeeprestartneeded_1523',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b',1,'GpgFrontend::UI::GeneralTab']]], + ['signalkeydatabaserefreshdone_1524',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], + ['signalkeyserverimportresult_1525',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a857152c19538b833f8945e2e68c6fe1b',1,'GpgFrontend::UI::KeyServerImportTask']]], + ['signalkeyserverlisttestresult_1526',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], + ['signalkeyserversearchresult_1527',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]], + ['signalmainwindowlupdatebasicaloperamenu_1528',['SignalMainWindowlUpdateBasicalOperaMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#adadebdebea3d4d8ced7aacc17b617627',1,'GpgFrontend::UI::FilePage']]], + ['signalopenhelp_1529',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], + ['signalpathchanged_1530',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4a02715e876d9a36b4bbdf505d8ad8a2',1,'GpgFrontend::UI::FileTreeView::SignalPathChanged()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#af4462f25386ff65594ab0de771cb45c5',1,'GpgFrontend::UI::FilePage::SignalPathChanged()']]], + ['signalproxyconnectiontestresult_1531',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873',1,'GpgFrontend::UI::ProxyConnectionTestTask']]], + ['signalrefreshinfoboard_1532',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1FilePage.html#a8c24032167f81c86770c216c3831da57',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a1952bc7608f4449afd2c0f0e169a0007',1,'GpgFrontend::UI::UISignalStation::SignalRefreshInfoBoard()']]], + ['signalrefreshstatusbar_1533',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a28d70bad814ed795ba47e4daf2917e19',1,'GpgFrontend::UI::UISignalStation::SignalRefreshStatusBar()']]], + ['signalreplyfromupdateserver_1534',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], + ['signalrestartneeded_1535',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c',1,'GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded()']]], + ['signalrestartneeded_1536',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab']]], + ['signaluibytesdisplayed_1537',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['signalupgradeversion_1538',['SignalUpgradeVersion',['../classVersionCheckTask.html#a017130179e7d18f361d112b9ad3d7462',1,'VersionCheckTask']]], + ['signerspicker_1539',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]], + ['signfile_1540',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acbbc57156fd7aa984489a2397b942fef',1,'GpgFrontend::GpgFileOpera']]], + ['signfilesync_1541',['SignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a247db95aa42991f6772f2404e81e822d',1,'GpgFrontend::GpgFileOpera']]], + ['signkey_1542',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#ab5e56b3a2161f3251666c988d7eaa929',1,'GpgFrontend::GpgKeyManager']]], + ['signsync_1543',['SignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#aec37726d1386dcca7a75e1f2706bad77',1,'GpgFrontend::GpgBasicOperator']]], + ['singletonfunctionobject_1544',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete']]], + ['slot_5factivated_5fkey_5ftype_1545',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()']]], + ['slot_5fadd_5fpgp_5fheader_1546',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fadd_5fuid_5fresult_1547',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['slot_5fappend_5fselected_5fkeys_1548',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fauthentication_5fbox_5fchanged_1549',['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()']]], + ['slot_5fcertification_5fbox_5fchanged_1550',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()']]], + ['slot_5fclean_5fdouble_5fline_5fbreaks_1551',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcompress_5ffiles_1552',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4e4c6474f46750c5e78cbd10ce6c2cc1',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_1553',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcopy_5ffingerprint_1554',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_1555',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1556',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcreate_5fnew_5fuid_1557',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['slot_5fcreate_5fpopup_5fmenu_1558',['slot_create_popup_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ac45715a8e6e67f1221a1902ee5d51a44',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fcut_5fpgp_5fheader_1559',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdisable_5ftab_5factions_1560',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdouble_5fclicked_1561',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], + ['slot_5fencryption_5fbox_5fchanged_1562',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()']]], + ['slot_5fexpire_5fbox_5fchanged_1563',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()']]], + ['slot_5fexport_5fprivate_5fkey_1564',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1565',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a3f3f0feea01ce05304e48110d2f33af0',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5ffind_1566',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fformat_5fgpg_5fheader_1567',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fimport_1568',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5ffinished_1569',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a236935d77e2b2a17ee66798c490f1361',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5fkey_5ffrom_5fedit_1570',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5finsert_5ftext_1571',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fjump_5fpage_1572',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], + ['slot_5fkey_5fgen_5faccept_1573',['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_1574',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], + ['slot_5fopen_5ffile_5ftab_1575',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fkey_5fmanagement_1576',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fsettings_5fdialog_1577',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5furl_1578',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], + ['slot_5fprocess_5fnetwork_5freply_1579',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a612eabb08138bed927bdd845d0fdd3e6',1,'GpgFrontend::UI::ProxyConnectionTestTask::slot_process_network_reply()'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask::slot_process_network_reply()']]], + ['slot_5fremove_5ftab_1580',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_1581',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fset_5frestart_5fneeded_1582',['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_5fcustom_5fcontext_5fmenu_1583',['slot_show_custom_context_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a626b131b432c29f162aa9a47fd9f67f7',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fshow_5fkey_5fdetails_1584',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fshow_5fversion_5fstatus_1585',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a29a504b9657b0f553b7c5a6997892a24',1,'GpgFrontend::UI::UpdateTab']]], + ['slot_5fsign_5fkey_1586',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['slot_5fsigning_5fbox_5fchanged_1587',['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_1588',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fupdate_5fkey_5fstatus_1589',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], + ['slot_5fupload_5fkey_5fto_5fserver_1590',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#ae72c3bbd04e1bfbf142d806d50bbe617',1,'GpgFrontend::UI::KeyUploadDialog']]], + ['slot_5fversion_5fupgrade_5fnofity_1591',['slot_version_upgrade_nofity',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2af52ff72325fc4c4d50aefc496100cd',1,'GpgFrontend::UI::MainWindow']]], + ['slotappendtext2curtextpage_1592',['SlotAppendText2CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae9ffb1f027ce05737e77add66bd1540f',1,'GpgFrontend::UI::TextEdit']]], + ['slotarchivedecrypt_1593',['SlotArchiveDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aba7c5572c2736701cc5799776876bbdd',1,'GpgFrontend::UI::MainWindow']]], + ['slotarchivedecryptverify_1594',['SlotArchiveDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8ee995b7d1a21ebaab2333a5e79ae77c',1,'GpgFrontend::UI::MainWindow']]], + ['slotclosetab_1595',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], + ['slotcopy_1596',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagefiletreeview_1597',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagetextedit_1598',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], + ['slotcut_1599',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], + ['slotdecrypt_1600',['SlotDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3751c475a29a5827a5eea587ffa6abfb',1,'GpgFrontend::UI::MainWindow']]], + ['slotdecryptverify_1601',['SlotDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7d38ca18a8688b5df163157d26a14c72',1,'GpgFrontend::UI::MainWindow']]], + ['slotdirectoryencryptsign_1602',['SlotDirectoryEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af999edaa3ce60ed0303ded5fcd4ed527',1,'GpgFrontend::UI::MainWindow']]], + ['slotencrypt_1603',['SlotEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a07d02cdb29a8101f988e776ceecc49ad',1,'GpgFrontend::UI::MainWindow']]], + ['slotencryptsign_1604',['SlotEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aca691847190c39fe2d41d669b1e686b8',1,'GpgFrontend::UI::MainWindow']]], + ['slotexecutecommand_1605',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a39fbfbc9ab39581330a02d9cb54e6e4d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotexecutegpgcommand_1606',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotfiledecrypt_1607',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a60d82d4da1775ef21284543435a1f421',1,'GpgFrontend::UI::MainWindow']]], + ['slotfiledecryptverify_1608',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd80e8d6e6a1acad0cd12e26635cfc22',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencrypt_1609',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88c467b5be4712f7d2b16da0e96cd7e9',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencryptsign_1610',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afc86384de0913968ab767e930fc9e24f',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilesign_1611',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa0bb003f2f1209a4e4d10e94e3d5d06d',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileverify_1612',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea395f8629aef1532bcec3de337fa6ac',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilltexteditwithtext_1613',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], + ['slotimport_1614',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7de2096702baf67f1335ac4fe50cfa38',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< QString > key_ids_list, QString keyserver_url)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)']]], + ['slotimportkeyfromclipboard_1615',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromfile_1616',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromkeyserver_1617',['SlotImportKeyFromKeyServer',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(QWidget *parent)']]], + ['slotimportkeys_1618',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ae730cf0ee73379186f082f29a90a2f94',1,'GpgFrontend::UI::CommonUtils']]], + ['slotnewfiletab_1619',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1859df6906160400710accb0481d6b0c',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewhelptab_1620',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewtab_1621',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], + ['slotopen_1622',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], + ['slotopenfile_1623',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad344606cf3c665fc73a3c0dd10a44310',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]], + ['slotpaste_1624',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], + ['slotprint_1625',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], + ['slotquote_1626',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], + ['slotraisepinentry_1627',['SlotRaisePinentry',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abf4b09c9bc6242630c066eb7bf4636bf',1,'GpgFrontend::UI::MainWindow']]], + ['slotredo_1628',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], + ['slotrefresh_1629',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['slotsave_1630',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], + ['slotsaveas_1631',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a306999df608947dc0728d651893b20f6',1,'GpgFrontend::UI::TextEdit']]], + ['slotselectall_1632',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], + ['slotsetrestartneeded_1633',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]], + ['slotshowhiddenfile_1634',['SlotShowHiddenFile',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aed6a2eaa435630ccf7b65da2f09114dd',1,'GpgFrontend::UI::FileTreeView']]], + ['slotshowmodified_1635',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]], + ['slotsign_1636',['SlotSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa2aeef298a7a05fc1b38bad75b62aad8',1,'GpgFrontend::UI::MainWindow']]], + ['slotswitchtabdown_1637',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabup_1638',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], + ['slotundo_1639',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], + ['slotupdatecryptomenustatus_1640',['SlotUpdateCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd5408ca5f908c330a15db24d959f3a5',1,'GpgFrontend::UI::MainWindow']]], + ['slotverify_1641',['SlotVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac9bf2a20727eb8e727aa2e3ce5c248e5',1,'GpgFrontend::UI::MainWindow']]], + ['startapplication_1642',['StartApplication',['../namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e',1,'GpgFrontend']]], + ['startdirmngr_1643',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a7687d84063c6c1d9d8bc11c617085530',1,'GpgFrontend::GpgAdvancedOperator']]], + ['startgpgagent_1644',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a4af186d06b01ce998e51a42e39e01c86',1,'GpgFrontend::GpgAdvancedOperator']]], + ['startkeyboxd_1645',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ae2b097912eb2c9d97da859c45e7a5bac',1,'GpgFrontend::GpgAdvancedOperator']]], + ['stripped_5fname_1646',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], + ['subkeygeneratedialog_1647',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]], + ['switch_5fui_5fenabled_1648',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], + ['switch_5fui_5fproxy_5ftype_1649',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]] ]; diff --git a/docs/html/search/functions_12.js b/docs/html/search/functions_12.js index da2821d8..9af17f65 100644 --- a/docs/html/search/functions_12.js +++ b/docs/html/search/functions_12.js @@ -1,11 +1,11 @@ var searchData= [ - ['tabcount_1648',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], - ['takechargeofresult_1649',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a8d0af2a9c0a52ef8bfd88bcb66aaf07e',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['targetfileprecheck_1650',['TargetFilePreCheck',['../namespaceGpgFrontend.html#a730cce728b43f040f6b0cb2823146a06',1,'GpgFrontend']]], - ['task_1651',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a3ca97551610b81a476d5594c97fde559',1,'GpgFrontend::Thread::Task::Task(QString name)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a287d737e66f873850d5eb49d1475a762',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#afa69068f1b2f930d6ab1d9f66340c565',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data, TaskCallback callback)']]], - ['taskrunner_1652',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner']]], - ['textissigned_1653',['TextIsSigned',['../namespaceGpgFrontend.html#a05c3fa7850da1b7fc2e89a9604beb1db',1,'GpgFrontend']]], - ['tofuinfopage_1654',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]], - ['translatorstab_1655',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab']]] + ['tabcount_1650',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], + ['takechargeofresult_1651',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a8d0af2a9c0a52ef8bfd88bcb66aaf07e',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['targetfileprecheck_1652',['TargetFilePreCheck',['../namespaceGpgFrontend.html#a730cce728b43f040f6b0cb2823146a06',1,'GpgFrontend']]], + ['task_1653',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a3ca97551610b81a476d5594c97fde559',1,'GpgFrontend::Thread::Task::Task(QString name)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a287d737e66f873850d5eb49d1475a762',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#afa69068f1b2f930d6ab1d9f66340c565',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data, TaskCallback callback)']]], + ['taskrunner_1654',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner']]], + ['textissigned_1655',['TextIsSigned',['../namespaceGpgFrontend.html#a05c3fa7850da1b7fc2e89a9604beb1db',1,'GpgFrontend']]], + ['tofuinfopage_1656',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]], + ['translatorstab_1657',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab']]] ]; diff --git a/docs/html/search/functions_13.js b/docs/html/search/functions_13.js index 9cf5e8d4..ca77fe27 100644 --- a/docs/html/search/functions_13.js +++ b/docs/html/search/functions_13.js @@ -1,7 +1,7 @@ var searchData= [ - ['unsaveddocuments_1656',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], - ['updatetab_1657',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]], - ['upload_5fkey_5fto_5fserver_1658',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]], - ['upsertrtvalue_1659',['UpsertRTValue',['../namespaceGpgFrontend_1_1Module.html#a5e4614222306688d8c2f36fd4ae23de3',1,'GpgFrontend::Module']]] + ['unsaveddocuments_1658',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], + ['updatetab_1659',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]], + ['upload_5fkey_5fto_5fserver_1660',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]], + ['upsertrtvalue_1661',['UpsertRTValue',['../namespaceGpgFrontend_1_1Module.html#a5e4614222306688d8c2f36fd4ae23de3',1,'GpgFrontend::Module']]] ]; diff --git a/docs/html/search/functions_14.js b/docs/html/search/functions_14.js index 13ab339a..1b91f62a 100644 --- a/docs/html/search/functions_14.js +++ b/docs/html/search/functions_14.js @@ -1,11 +1,11 @@ var searchData= [ - ['verify_1660',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#ae9a2f9923061efae82fe012ebc7a56ab',1,'GpgFrontend::GpgBasicOperator']]], - ['verifydetailsdialog_1661',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]], - ['verifyfile_1662',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#af4a26e42f0a3d49905777d22828fa430',1,'GpgFrontend::GpgFileOpera']]], - ['verifyfilesync_1663',['VerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9511b6a128a6228ebca47ae637c44e55',1,'GpgFrontend::GpgFileOpera']]], - ['verifykeydetailbox_1664',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], - ['verifysync_1665',['VerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a3507dec7f2528c8627d3289cfb638a7a',1,'GpgFrontend::GpgBasicOperator']]], - ['versionchecktask_1666',['VersionCheckTask',['../classVersionCheckTask.html#a5be89e73bb5430c248b62f7819c58044',1,'VersionCheckTask']]], - ['versionwithdrawn_1667',['VersionWithdrawn',['../structSoftwareVersion.html#a4f129d14867355cd4ee8ebc323ca1fab',1,'SoftwareVersion']]] + ['verify_1662',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#ae9a2f9923061efae82fe012ebc7a56ab',1,'GpgFrontend::GpgBasicOperator']]], + ['verifydetailsdialog_1663',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]], + ['verifyfile_1664',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#af4a26e42f0a3d49905777d22828fa430',1,'GpgFrontend::GpgFileOpera']]], + ['verifyfilesync_1665',['VerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9511b6a128a6228ebca47ae637c44e55',1,'GpgFrontend::GpgFileOpera']]], + ['verifykeydetailbox_1666',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], + ['verifysync_1667',['VerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a3507dec7f2528c8627d3289cfb638a7a',1,'GpgFrontend::GpgBasicOperator']]], + ['versionchecktask_1668',['VersionCheckTask',['../classVersionCheckTask.html#a5be89e73bb5430c248b62f7819c58044',1,'VersionCheckTask']]], + ['versionwithdrawn_1669',['VersionWithdrawn',['../structSoftwareVersion.html#a4f129d14867355cd4ee8ebc323ca1fab',1,'SoftwareVersion']]] ]; diff --git a/docs/html/search/functions_15.js b/docs/html/search/functions_15.js index e6c00490..ae4d8f6a 100644 --- a/docs/html/search/functions_15.js +++ b/docs/html/search/functions_15.js @@ -1,9 +1,9 @@ var searchData= [ - ['waitforopera_1668',['WaitForOpera',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#adc42d12a58717dee86d8bd59b1cacf82',1,'GpgFrontend::UI::CommonUtils']]], - ['waitingdialog_1669',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]], - ['wizard_1670',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]], - ['writebuffertofile_1671',['WriteBufferToFile',['../namespaceGpgFrontend.html#a4e780b0a2bddd1ce8735d3fa36dbfa86',1,'GpgFrontend']]], - ['writefile_1672',['WriteFile',['../namespaceGpgFrontend.html#acc93a10f79f6479f72940fba39b780e1',1,'GpgFrontend']]], - ['writefilegfbuffer_1673',['WriteFileGFBuffer',['../namespaceGpgFrontend.html#a4df3f25e93d16e2dc60c7d680c22dcb9',1,'GpgFrontend']]] + ['waitforopera_1670',['WaitForOpera',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#adc42d12a58717dee86d8bd59b1cacf82',1,'GpgFrontend::UI::CommonUtils']]], + ['waitingdialog_1671',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]], + ['wizard_1672',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]], + ['writebuffertofile_1673',['WriteBufferToFile',['../namespaceGpgFrontend.html#a4e780b0a2bddd1ce8735d3fa36dbfa86',1,'GpgFrontend']]], + ['writefile_1674',['WriteFile',['../namespaceGpgFrontend.html#acc93a10f79f6479f72940fba39b780e1',1,'GpgFrontend']]], + ['writefilegfbuffer_1675',['WriteFileGFBuffer',['../namespaceGpgFrontend.html#a4df3f25e93d16e2dc60c7d680c22dcb9',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/functions_16.js b/docs/html/search/functions_16.js index 9e92efbc..7bfea62a 100644 --- a/docs/html/search/functions_16.js +++ b/docs/html/search/functions_16.js @@ -1,19 +1,19 @@ var searchData= [ - ['_7ecachemanager_1674',['~CacheManager',['../classGpgFrontend_1_1CacheManager.html#a1cb49178670a5f18debac7e59e388610',1,'GpgFrontend::CacheManager']]], - ['_7ecacheobject_1675',['~CacheObject',['../classGpgFrontend_1_1CacheObject.html#ab4ab841bf7fef7848af72620352a3141',1,'GpgFrontend::CacheObject']]], - ['_7echannelobject_1676',['~ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#a85a29ff6a1233114eb9f159c408cbe35',1,'GpgFrontend::ChannelObject']]], - ['_7eglobalsettingstation_1677',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], - ['_7egpgdata_1678',['~GpgData',['../classGpgFrontend_1_1GpgData.html#a96f3c1cb27eb2f3e6f28b9cdb2135bc7',1,'GpgFrontend::GpgData']]], - ['_7egpgfrontendapplication_1679',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['_7egpgfrontendcontext_1680',['~GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#a7492d29abfc6292ebf8ea015f8e31d1c',1,'GpgFrontend::GpgFrontendContext']]], - ['_7egpgkey_1681',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], - ['_7egpgkeygetter_1682',['~GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#ac9dbf4a2358f6478cf0ce8c85260878f',1,'GpgFrontend::GpgKeyGetter']]], - ['_7egpgkeysignature_1683',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], - ['_7egpgsignature_1684',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], - ['_7egrttreeview_1685',['~GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#afe0ba5a13c36968a1340fdc08dab33d9',1,'GpgFrontend::UI::GRTTreeView']]], - ['_7esettingsobject_1686',['~SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ab03a4ac000c8629045b205a4d7d29980',1,'GpgFrontend::SettingsObject']]], - ['_7esingletonfunctionobject_1687',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], - ['_7etask_1688',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], - ['_7etaskrunner_1689',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]] + ['_7ecachemanager_1676',['~CacheManager',['../classGpgFrontend_1_1CacheManager.html#a1cb49178670a5f18debac7e59e388610',1,'GpgFrontend::CacheManager']]], + ['_7ecacheobject_1677',['~CacheObject',['../classGpgFrontend_1_1CacheObject.html#ab4ab841bf7fef7848af72620352a3141',1,'GpgFrontend::CacheObject']]], + ['_7echannelobject_1678',['~ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#a85a29ff6a1233114eb9f159c408cbe35',1,'GpgFrontend::ChannelObject']]], + ['_7eglobalsettingstation_1679',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], + ['_7egpgdata_1680',['~GpgData',['../classGpgFrontend_1_1GpgData.html#a96f3c1cb27eb2f3e6f28b9cdb2135bc7',1,'GpgFrontend::GpgData']]], + ['_7egpgfrontendapplication_1681',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['_7egpgfrontendcontext_1682',['~GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#a7492d29abfc6292ebf8ea015f8e31d1c',1,'GpgFrontend::GpgFrontendContext']]], + ['_7egpgkey_1683',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], + ['_7egpgkeygetter_1684',['~GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#ac9dbf4a2358f6478cf0ce8c85260878f',1,'GpgFrontend::GpgKeyGetter']]], + ['_7egpgkeysignature_1685',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], + ['_7egpgsignature_1686',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], + ['_7egrttreeview_1687',['~GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#afe0ba5a13c36968a1340fdc08dab33d9',1,'GpgFrontend::UI::GRTTreeView']]], + ['_7esettingsobject_1688',['~SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ab03a4ac000c8629045b205a4d7d29980',1,'GpgFrontend::SettingsObject']]], + ['_7esingletonfunctionobject_1689',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], + ['_7etask_1690',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], + ['_7etaskrunner_1691',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]] ]; diff --git a/docs/html/search/functions_2.js b/docs/html/search/functions_2.js index 5a2b4301..c469e932 100644 --- a/docs/html/search/functions_2.js +++ b/docs/html/search/functions_2.js @@ -1,51 +1,51 @@ var searchData= [ - ['cachemanager_1071',['CacheManager',['../classGpgFrontend_1_1CacheManager.html#a311ae4d0cc4f4d9425b44789aea6090a',1,'GpgFrontend::CacheManager']]], - ['cacheobject_1072',['CacheObject',['../classGpgFrontend_1_1CacheObject.html#a33233f52aae24ddfd9d0432a03e262b9',1,'GpgFrontend::CacheObject']]], - ['calculatebinarychacksum_1073',['CalculateBinaryChacksum',['../namespaceGpgFrontend.html#a9d46f81ce1ba18ace29027a393c01695',1,'GpgFrontend']]], - ['calculatehash_1074',['CalculateHash',['../namespaceGpgFrontend.html#af395fb120a603d913ac040372ee5c651',1,'GpgFrontend']]], - ['channelobject_1075',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a3d55a57ee60bdb5a747125da9586a0e5',1,'GpgFrontend::ChannelObject::ChannelObject(int channel, QString type)']]], - ['check_5fcustom_5fgnupg_5fkey_5fdatabase_5fpath_1076',['check_custom_gnupg_key_database_path',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af677680609f32ed65f78a0641bf05389',1,'GpgFrontend::UI::GnuPGControllerDialog']]], - ['check_5fcustom_5fgnupg_5fpath_1077',['check_custom_gnupg_path',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a296dd2fd013f34e7fb389a36bbcaa78e',1,'GpgFrontend::UI::GnuPGControllerDialog']]], - ['check_5femail_5faddress_1078',['check_email_address',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a',1,'GpgFrontend::UI::KeyNewUIDDialog::check_email_address()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28',1,'GpgFrontend::UI::KeyGenDialog::check_email_address()']]], - ['checkgpgerror_1079',['CheckGpgError',['../namespaceGpgFrontend.html#a76dbbc37c483668600134ecb593f6263',1,'GpgFrontend::CheckGpgError(GpgError err, const QString &) -> GpgError'],['../namespaceGpgFrontend.html#a864178db4c07b932c2ae6e7a20fe87bf',1,'GpgFrontend::CheckGpgError(GpgError err) -> GpgError']]], - ['checkgpgerror2errcode_1080',['CheckGpgError2ErrCode',['../namespaceGpgFrontend.html#ac75881bd0bf993fa53464dbf76342a39',1,'GpgFrontend']]], - ['choosepage_1081',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]], - ['clearalldataobjects_1082',['ClearAllDataObjects',['../classGpgFrontend_1_1GlobalSettingStation.html#a393186ae479062b007a41485f608636f',1,'GpgFrontend::GlobalSettingStation']]], - ['clearalllogfiles_1083',['ClearAllLogFiles',['../classGpgFrontend_1_1GlobalSettingStation.html#a43c472c40896308e7bbc14796b5740af',1,'GpgFrontend::GlobalSettingStation']]], - ['cleargpgpasswordcache_1084',['ClearGpgPasswordCache',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ab1678720e30e957ad56e14b683cdedd1',1,'GpgFrontend::GpgAdvancedOperator']]], - ['close_5fattachment_5fdock_1085',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]], - ['closeevent_1086',['closeEvent',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#acc10569862d1575d9453d1c1aa539242',1,'GpgFrontend::UI::GeneralMainWindow::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]], - ['closenotebyclass_1087',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['commonutils_1088',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]], - ['conclusionpage_1089',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]], - ['containsprivatekeys_1090',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#adb9c483abd248aabddb5c2275c916edb',1,'GpgFrontend::UI::KeyList']]], - ['contextmenuevent_1091',['contextMenuEvent',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144',1,'GpgFrontend::UI::KeyPairUIDTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190',1,'GpgFrontend::UI::KeyList::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e',1,'GpgFrontend::UI::KeyserverTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff',1,'GpgFrontend::UI::KeyPairSubkeyTab::contextMenuEvent()']]], - ['create_5factions_1092',['create_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355',1,'GpgFrontend::UI::MainWindow::create_actions()'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8',1,'GpgFrontend::UI::KeyMgmt::create_actions()']]], - ['create_5fattachment_5fdock_1093',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fbasic_5finfo_5fgroup_5fbox_1094',['create_basic_info_group_box',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b',1,'GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box()']]], - ['create_5fbutton_1095',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['create_5fbutton_5fbox_1096',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['create_5fcombo_5fbox_1097',['create_combo_box',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af64f0fb9433ea88853beec3a3dd5a334',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['create_5fdock_5fwindows_1098',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fgeneral_5finfo_5fbox_1099',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['create_5fkey_5finfo_5fgrid_1100',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#ae5fee2f307d8f1848a4f687a591f83af',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], - ['create_5fkey_5fusage_5fgroup_5fbox_1101',['create_key_usage_group_box',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658',1,'GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box()']]], - ['create_5fkeys_5ftable_1102',['create_keys_table',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6',1,'GpgFrontend::UI::KeyImportDetailDialog::create_keys_table()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c',1,'GpgFrontend::UI::KeyServerImportDialog::create_keys_table()']]], - ['create_5fmanage_5fuid_5fmenu_1103',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fmenus_1104',['create_menus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216',1,'GpgFrontend::UI::MainWindow::create_menus()'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46',1,'GpgFrontend::UI::KeyMgmt::create_menus()']]], - ['create_5fsign_5flist_1105',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fsign_5fpopup_5fmenu_1106',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fstatus_5fbar_1107',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fsubkey_5flist_1108',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['create_5fsubkey_5fopera_5fmenu_1109',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['create_5ftool_5fbars_1110',['create_tool_bars',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5',1,'GpgFrontend::UI::KeyMgmt::create_tool_bars()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3',1,'GpgFrontend::UI::MainWindow::create_tool_bars()']]], - ['create_5fuid_5flist_1111',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fuid_5fpopup_5fmenu_1112',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['createinstance_1113',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#adff3ff15fc67b7e9cdeeb2577541fbc4',1,'GpgFrontend::SingletonFunctionObject']]], - ['createoperamenu_1114',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['createtempfileandwritedata_1115',['CreateTempFileAndWriteData',['../namespaceGpgFrontend.html#aa8c5cb4cb2c9421dc8f754d3652c5313',1,'GpgFrontend::CreateTempFileAndWriteData(const QString &data) -> QString'],['../namespaceGpgFrontend.html#a75f249f0581b7886cad96fb8a47caebe',1,'GpgFrontend::CreateTempFileAndWriteData(const GFBuffer &data) -> QString']]], - ['curfilepage_1116',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]], - ['currentversionreleased_1117',['CurrentVersionReleased',['../structSoftwareVersion.html#a97853d5af36ef09d54e152d4b3c935e1',1,'SoftwareVersion']]], - ['curtextpage_1118',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]] + ['cachemanager_1072',['CacheManager',['../classGpgFrontend_1_1CacheManager.html#a311ae4d0cc4f4d9425b44789aea6090a',1,'GpgFrontend::CacheManager']]], + ['cacheobject_1073',['CacheObject',['../classGpgFrontend_1_1CacheObject.html#a33233f52aae24ddfd9d0432a03e262b9',1,'GpgFrontend::CacheObject']]], + ['calculatebinarychacksum_1074',['CalculateBinaryChacksum',['../namespaceGpgFrontend.html#a9d46f81ce1ba18ace29027a393c01695',1,'GpgFrontend']]], + ['calculatehash_1075',['CalculateHash',['../namespaceGpgFrontend.html#af395fb120a603d913ac040372ee5c651',1,'GpgFrontend']]], + ['channelobject_1076',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a3d55a57ee60bdb5a747125da9586a0e5',1,'GpgFrontend::ChannelObject::ChannelObject(int channel, QString type)']]], + ['check_5fcustom_5fgnupg_5fkey_5fdatabase_5fpath_1077',['check_custom_gnupg_key_database_path',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af677680609f32ed65f78a0641bf05389',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['check_5fcustom_5fgnupg_5fpath_1078',['check_custom_gnupg_path',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a296dd2fd013f34e7fb389a36bbcaa78e',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['check_5femail_5faddress_1079',['check_email_address',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a',1,'GpgFrontend::UI::KeyNewUIDDialog::check_email_address()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28',1,'GpgFrontend::UI::KeyGenDialog::check_email_address()']]], + ['checkgpgerror_1080',['CheckGpgError',['../namespaceGpgFrontend.html#a76dbbc37c483668600134ecb593f6263',1,'GpgFrontend::CheckGpgError(GpgError err, const QString &) -> GpgError'],['../namespaceGpgFrontend.html#a864178db4c07b932c2ae6e7a20fe87bf',1,'GpgFrontend::CheckGpgError(GpgError err) -> GpgError']]], + ['checkgpgerror2errcode_1081',['CheckGpgError2ErrCode',['../namespaceGpgFrontend.html#ac75881bd0bf993fa53464dbf76342a39',1,'GpgFrontend']]], + ['choosepage_1082',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]], + ['clearalldataobjects_1083',['ClearAllDataObjects',['../classGpgFrontend_1_1GlobalSettingStation.html#a393186ae479062b007a41485f608636f',1,'GpgFrontend::GlobalSettingStation']]], + ['clearalllogfiles_1084',['ClearAllLogFiles',['../classGpgFrontend_1_1GlobalSettingStation.html#a43c472c40896308e7bbc14796b5740af',1,'GpgFrontend::GlobalSettingStation']]], + ['cleargpgpasswordcache_1085',['ClearGpgPasswordCache',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ab1678720e30e957ad56e14b683cdedd1',1,'GpgFrontend::GpgAdvancedOperator']]], + ['close_5fattachment_5fdock_1086',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]], + ['closeevent_1087',['closeEvent',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#acc10569862d1575d9453d1c1aa539242',1,'GpgFrontend::UI::GeneralMainWindow::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]], + ['closenotebyclass_1088',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['commonutils_1089',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]], + ['conclusionpage_1090',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]], + ['containsprivatekeys_1091',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#adb9c483abd248aabddb5c2275c916edb',1,'GpgFrontend::UI::KeyList']]], + ['contextmenuevent_1092',['contextMenuEvent',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144',1,'GpgFrontend::UI::KeyPairUIDTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190',1,'GpgFrontend::UI::KeyList::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e',1,'GpgFrontend::UI::KeyserverTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff',1,'GpgFrontend::UI::KeyPairSubkeyTab::contextMenuEvent()']]], + ['create_5factions_1093',['create_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355',1,'GpgFrontend::UI::MainWindow::create_actions()'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8',1,'GpgFrontend::UI::KeyMgmt::create_actions()']]], + ['create_5fattachment_5fdock_1094',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fbasic_5finfo_5fgroup_5fbox_1095',['create_basic_info_group_box',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b',1,'GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box()']]], + ['create_5fbutton_1096',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['create_5fbutton_5fbox_1097',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['create_5fcombo_5fbox_1098',['create_combo_box',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af64f0fb9433ea88853beec3a3dd5a334',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['create_5fdock_5fwindows_1099',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fgeneral_5finfo_5fbox_1100',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['create_5fkey_5finfo_5fgrid_1101',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#ae5fee2f307d8f1848a4f687a591f83af',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], + ['create_5fkey_5fusage_5fgroup_5fbox_1102',['create_key_usage_group_box',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658',1,'GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box()']]], + ['create_5fkeys_5ftable_1103',['create_keys_table',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6',1,'GpgFrontend::UI::KeyImportDetailDialog::create_keys_table()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c',1,'GpgFrontend::UI::KeyServerImportDialog::create_keys_table()']]], + ['create_5fmanage_5fuid_5fmenu_1104',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fmenus_1105',['create_menus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216',1,'GpgFrontend::UI::MainWindow::create_menus()'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46',1,'GpgFrontend::UI::KeyMgmt::create_menus()']]], + ['create_5fsign_5flist_1106',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fsign_5fpopup_5fmenu_1107',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fstatus_5fbar_1108',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fsubkey_5flist_1109',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['create_5fsubkey_5fopera_5fmenu_1110',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['create_5ftool_5fbars_1111',['create_tool_bars',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5',1,'GpgFrontend::UI::KeyMgmt::create_tool_bars()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3',1,'GpgFrontend::UI::MainWindow::create_tool_bars()']]], + ['create_5fuid_5flist_1112',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fuid_5fpopup_5fmenu_1113',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['createinstance_1114',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#adff3ff15fc67b7e9cdeeb2577541fbc4',1,'GpgFrontend::SingletonFunctionObject']]], + ['createoperamenu_1115',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['createtempfileandwritedata_1116',['CreateTempFileAndWriteData',['../namespaceGpgFrontend.html#aa8c5cb4cb2c9421dc8f754d3652c5313',1,'GpgFrontend::CreateTempFileAndWriteData(const QString &data) -> QString'],['../namespaceGpgFrontend.html#a75f249f0581b7886cad96fb8a47caebe',1,'GpgFrontend::CreateTempFileAndWriteData(const GFBuffer &data) -> QString']]], + ['curfilepage_1117',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]], + ['currentversionreleased_1118',['CurrentVersionReleased',['../structSoftwareVersion.html#a97853d5af36ef09d54e152d4b3c935e1',1,'SoftwareVersion']]], + ['curtextpage_1119',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]] ]; diff --git a/docs/html/search/functions_3.js b/docs/html/search/functions_3.js index fa00d173..9d3e99d3 100644 --- a/docs/html/search/functions_3.js +++ b/docs/html/search/functions_3.js @@ -1,25 +1,25 @@ var searchData= [ - ['dataobjectoperator_1119',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]], - ['decrypt_1120',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a508bdf67776fe4e393956d935784f9a4',1,'GpgFrontend::GpgBasicOperator']]], - ['decryptarchive_1121',['DecryptArchive',['../classGpgFrontend_1_1GpgFileOpera.html#a14cbffefe515850c3c9453302d7f60a8',1,'GpgFrontend::GpgFileOpera']]], - ['decryptfile_1122',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a5534131c79647b29c92ba282c3af7978',1,'GpgFrontend::GpgFileOpera']]], - ['decryptfilesync_1123',['DecryptFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#aae616b77cdeaebdcf89ff75b7642c9dc',1,'GpgFrontend::GpgFileOpera']]], - ['decryptsync_1124',['DecryptSync',['../classGpgFrontend_1_1GpgBasicOperator.html#af25a8b568723bf1c3b8b59ab1786238c',1,'GpgFrontend::GpgBasicOperator']]], - ['decryptverify_1125',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a84a66a7a31269ba152c1329083540efc',1,'GpgFrontend::GpgBasicOperator']]], - ['decryptverifyarchive_1126',['DecryptVerifyArchive',['../classGpgFrontend_1_1GpgFileOpera.html#a0d890d70f943b0f07ab65bb8a907d94d',1,'GpgFrontend::GpgFileOpera']]], - ['decryptverifyfile_1127',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a795be34a8849de70e90b501bd9e952f2',1,'GpgFrontend::GpgFileOpera']]], - ['decryptverifyfilesync_1128',['DecryptVerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#af10bf1aa98a6717adbef57c11750094c',1,'GpgFrontend::GpgFileOpera']]], - ['decryptverifysync_1129',['DecryptVerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a2de32d6c71f3d559aab4ee78648878c0',1,'GpgFrontend::GpgBasicOperator']]], - ['delete_5fkeys_5fwith_5fwarning_1130',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6c62f6142fd4bfe0554223189a31d9a8',1,'GpgFrontend::UI::KeyMgmt']]], - ['delete_5fwidgets_5fin_5flayout_1131',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['deleteallfilesbypattern_1132',['DeleteAllFilesByPattern',['../namespaceGpgFrontend.html#a445c070c37811b064e6e4dbb8979bc95',1,'GpgFrontend']]], - ['deletekey_1133',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]], - ['deletekeys_1134',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]], - ['describegpgerrcode_1135',['DescribeGpgErrCode',['../namespaceGpgFrontend.html#aa22dc541423cb09a1dd250d458eb069c',1,'GpgFrontend']]], - ['destroy_1136',['Destroy',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ac54d39d57fc7e6edd8d3b9d8b715c643',1,'GpgFrontend::SingletonStorageCollection::Impl']]], - ['destroygpgfrontendui_1137',['DestroyGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a8c56bcc19761bbc2fc3134878d9bae37',1,'GpgFrontend::UI']]], - ['doanalyse_1138',['doAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a4652e6e7c86756159793306f2218d37b',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['dragenterevent_1139',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]], - ['dropevent_1140',['dropEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f',1,'GpgFrontend::UI::KeyList']]] + ['dataobjectoperator_1120',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]], + ['decrypt_1121',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a508bdf67776fe4e393956d935784f9a4',1,'GpgFrontend::GpgBasicOperator']]], + ['decryptarchive_1122',['DecryptArchive',['../classGpgFrontend_1_1GpgFileOpera.html#a14cbffefe515850c3c9453302d7f60a8',1,'GpgFrontend::GpgFileOpera']]], + ['decryptfile_1123',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a5534131c79647b29c92ba282c3af7978',1,'GpgFrontend::GpgFileOpera']]], + ['decryptfilesync_1124',['DecryptFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#aae616b77cdeaebdcf89ff75b7642c9dc',1,'GpgFrontend::GpgFileOpera']]], + ['decryptsync_1125',['DecryptSync',['../classGpgFrontend_1_1GpgBasicOperator.html#af25a8b568723bf1c3b8b59ab1786238c',1,'GpgFrontend::GpgBasicOperator']]], + ['decryptverify_1126',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a84a66a7a31269ba152c1329083540efc',1,'GpgFrontend::GpgBasicOperator']]], + ['decryptverifyarchive_1127',['DecryptVerifyArchive',['../classGpgFrontend_1_1GpgFileOpera.html#a0d890d70f943b0f07ab65bb8a907d94d',1,'GpgFrontend::GpgFileOpera']]], + ['decryptverifyfile_1128',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a795be34a8849de70e90b501bd9e952f2',1,'GpgFrontend::GpgFileOpera']]], + ['decryptverifyfilesync_1129',['DecryptVerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#af10bf1aa98a6717adbef57c11750094c',1,'GpgFrontend::GpgFileOpera']]], + ['decryptverifysync_1130',['DecryptVerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a2de32d6c71f3d559aab4ee78648878c0',1,'GpgFrontend::GpgBasicOperator']]], + ['delete_5fkeys_5fwith_5fwarning_1131',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6c62f6142fd4bfe0554223189a31d9a8',1,'GpgFrontend::UI::KeyMgmt']]], + ['delete_5fwidgets_5fin_5flayout_1132',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['deleteallfilesbypattern_1133',['DeleteAllFilesByPattern',['../namespaceGpgFrontend.html#a445c070c37811b064e6e4dbb8979bc95',1,'GpgFrontend']]], + ['deletekey_1134',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]], + ['deletekeys_1135',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]], + ['describegpgerrcode_1136',['DescribeGpgErrCode',['../namespaceGpgFrontend.html#aa22dc541423cb09a1dd250d458eb069c',1,'GpgFrontend']]], + ['destroy_1137',['Destroy',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ac54d39d57fc7e6edd8d3b9d8b715c643',1,'GpgFrontend::SingletonStorageCollection::Impl']]], + ['destroygpgfrontendui_1138',['DestroyGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a8c56bcc19761bbc2fc3134878d9bae37',1,'GpgFrontend::UI']]], + ['doanalyse_1139',['doAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a4652e6e7c86756159793306f2218d37b',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['dragenterevent_1140',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]], + ['dropevent_1141',['dropEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f',1,'GpgFrontend::UI::KeyList']]] ]; diff --git a/docs/html/search/functions_4.js b/docs/html/search/functions_4.js index ec50e45a..e198041c 100644 --- a/docs/html/search/functions_4.js +++ b/docs/html/search/functions_4.js @@ -1,24 +1,24 @@ var searchData= [ - ['encryptderectorysymmetric_1141',['EncryptDerectorySymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a162aad2008f150356ac60369d5aaeca5',1,'GpgFrontend::GpgFileOpera']]], - ['encryptderectorysymmetricsync_1142',['EncryptDerectorySymmetricSync',['../classGpgFrontend_1_1GpgFileOpera.html#abbb5953b208399cc778faa5dd210a23f',1,'GpgFrontend::GpgFileOpera']]], - ['encryptdirectory_1143',['EncryptDirectory',['../classGpgFrontend_1_1GpgFileOpera.html#ace69ece7bb107e350e1ab5b3ff443657',1,'GpgFrontend::GpgFileOpera']]], - ['encryptfile_1144',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a53f13bf1b79f155f5196ce5d7dfeaf5e',1,'GpgFrontend::GpgFileOpera']]], - ['encryptfilesymmetric_1145',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a14dc846ae25a2fe82ab94ee32a0d5b3e',1,'GpgFrontend::GpgFileOpera']]], - ['encryptfilesymmetricsync_1146',['EncryptFileSymmetricSync',['../classGpgFrontend_1_1GpgFileOpera.html#a891024cb4fdd7e9163421d7893c43ef3',1,'GpgFrontend::GpgFileOpera']]], - ['encryptfilesync_1147',['EncryptFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a55656f50fca690aec87afe349460b1c7',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsign_1148',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a846cc480299eacc843cfb04a74f881ba',1,'GpgFrontend::GpgBasicOperator']]], - ['encryptsigndirectory_1149',['EncryptSignDirectory',['../classGpgFrontend_1_1GpgFileOpera.html#a28dc2c1570e10a740aeaa80b3755cee3',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsignfile_1150',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acd125de9f5d6c49b2e5cf796f27a3398',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsignfilesync_1151',['EncryptSignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9915c91131e4935679b25ef51c2544b1',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsignsync_1152',['EncryptSignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#a231f7ca2d8b56b3791497cdbb7754e44',1,'GpgFrontend::GpgBasicOperator']]], - ['encryptsymmetric_1153',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#af95c6ea9e4a0aaccb17029557b63158a',1,'GpgFrontend::GpgBasicOperator']]], - ['encryptsymmetricsync_1154',['EncryptSymmetricSync',['../classGpgFrontend_1_1GpgBasicOperator.html#a71018b8a86ec41ebd1050f437649b173',1,'GpgFrontend::GpgBasicOperator']]], - ['exec_1155',['Exec',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html#a9966823c9bd4218d01542620a2dff9a3',1,'GpgFrontend::UI::RaisePinentry::Exec()'],['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a5339dcb3890afa6ca4f50fb833bafaa0',1,'GpgFrontend::UI::SetOwnerTrustLevel::Exec()']]], - ['executesync_1156',['ExecuteSync',['../classGpgFrontend_1_1GpgCommandExecutor.html#ac3f979fcd910206e2d9cb30930e9eecb',1,'GpgFrontend::GpgCommandExecutor']]], - ['exportallkeys_1157',['ExportAllKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a589a888151797a556f80f541a7247036',1,'GpgFrontend::GpgKeyImportExporter']]], - ['exportkey_1158',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aadede45dd33c70c4716d5276716405f5',1,'GpgFrontend::GpgKeyImportExporter']]], - ['exportkeypackagedialog_1159',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]], - ['exportkeys_1160',['ExportKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a1e1ba98323a6494f6c07fee2d3fc40fb',1,'GpgFrontend::GpgKeyImportExporter']]], - ['extractarchivefromdataexchanger_1161',['ExtractArchiveFromDataExchanger',['../classGpgFrontend_1_1ArchiveFileOperator.html#a0970b9c44e6e0a9bf93af31b8a76575b',1,'GpgFrontend::ArchiveFileOperator']]] + ['encryptderectorysymmetric_1142',['EncryptDerectorySymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a162aad2008f150356ac60369d5aaeca5',1,'GpgFrontend::GpgFileOpera']]], + ['encryptderectorysymmetricsync_1143',['EncryptDerectorySymmetricSync',['../classGpgFrontend_1_1GpgFileOpera.html#abbb5953b208399cc778faa5dd210a23f',1,'GpgFrontend::GpgFileOpera']]], + ['encryptdirectory_1144',['EncryptDirectory',['../classGpgFrontend_1_1GpgFileOpera.html#ace69ece7bb107e350e1ab5b3ff443657',1,'GpgFrontend::GpgFileOpera']]], + ['encryptfile_1145',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a53f13bf1b79f155f5196ce5d7dfeaf5e',1,'GpgFrontend::GpgFileOpera']]], + ['encryptfilesymmetric_1146',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a14dc846ae25a2fe82ab94ee32a0d5b3e',1,'GpgFrontend::GpgFileOpera']]], + ['encryptfilesymmetricsync_1147',['EncryptFileSymmetricSync',['../classGpgFrontend_1_1GpgFileOpera.html#a891024cb4fdd7e9163421d7893c43ef3',1,'GpgFrontend::GpgFileOpera']]], + ['encryptfilesync_1148',['EncryptFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a55656f50fca690aec87afe349460b1c7',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsign_1149',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a846cc480299eacc843cfb04a74f881ba',1,'GpgFrontend::GpgBasicOperator']]], + ['encryptsigndirectory_1150',['EncryptSignDirectory',['../classGpgFrontend_1_1GpgFileOpera.html#a28dc2c1570e10a740aeaa80b3755cee3',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsignfile_1151',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acd125de9f5d6c49b2e5cf796f27a3398',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsignfilesync_1152',['EncryptSignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9915c91131e4935679b25ef51c2544b1',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsignsync_1153',['EncryptSignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#a231f7ca2d8b56b3791497cdbb7754e44',1,'GpgFrontend::GpgBasicOperator']]], + ['encryptsymmetric_1154',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#af95c6ea9e4a0aaccb17029557b63158a',1,'GpgFrontend::GpgBasicOperator']]], + ['encryptsymmetricsync_1155',['EncryptSymmetricSync',['../classGpgFrontend_1_1GpgBasicOperator.html#a71018b8a86ec41ebd1050f437649b173',1,'GpgFrontend::GpgBasicOperator']]], + ['exec_1156',['Exec',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html#a9966823c9bd4218d01542620a2dff9a3',1,'GpgFrontend::UI::RaisePinentry::Exec()'],['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a5339dcb3890afa6ca4f50fb833bafaa0',1,'GpgFrontend::UI::SetOwnerTrustLevel::Exec()']]], + ['executesync_1157',['ExecuteSync',['../classGpgFrontend_1_1GpgCommandExecutor.html#ac3f979fcd910206e2d9cb30930e9eecb',1,'GpgFrontend::GpgCommandExecutor']]], + ['exportallkeys_1158',['ExportAllKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a589a888151797a556f80f541a7247036',1,'GpgFrontend::GpgKeyImportExporter']]], + ['exportkey_1159',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aadede45dd33c70c4716d5276716405f5',1,'GpgFrontend::GpgKeyImportExporter']]], + ['exportkeypackagedialog_1160',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]], + ['exportkeys_1161',['ExportKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a1e1ba98323a6494f6c07fee2d3fc40fb',1,'GpgFrontend::GpgKeyImportExporter']]], + ['extractarchivefromdataexchanger_1162',['ExtractArchiveFromDataExchanger',['../classGpgFrontend_1_1ArchiveFileOperator.html#a0970b9c44e6e0a9bf93af31b8a76575b',1,'GpgFrontend::ArchiveFileOperator']]] ]; diff --git a/docs/html/search/functions_5.js b/docs/html/search/functions_5.js index 04bcf0bf..060c74c7 100644 --- a/docs/html/search/functions_5.js +++ b/docs/html/search/functions_5.js @@ -1,8 +1,8 @@ var searchData= [ - ['fetchkey_1162',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#ada3e33c92b5f4d24b6f2efe6af446688',1,'GpgFrontend::GpgKeyGetter']]], - ['filepage_1163',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#aed52684347a89faaad2cc7defa9dfc0f',1,'GpgFrontend::UI::FilePage']]], - ['findobjectinchannel_1164',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#aca3f30ca1bf528ac71351ca913b4f464',1,'GpgFrontend::SingletonStorage']]], - ['findwidget_1165',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]], - ['flushkeycache_1166',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#a12c5b7fa117c7434450365f5ed46acf9',1,'GpgFrontend::GpgKeyGetter']]] + ['fetchkey_1163',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#ada3e33c92b5f4d24b6f2efe6af446688',1,'GpgFrontend::GpgKeyGetter']]], + ['filepage_1164',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#aed52684347a89faaad2cc7defa9dfc0f',1,'GpgFrontend::UI::FilePage']]], + ['findobjectinchannel_1165',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#aca3f30ca1bf528ac71351ca913b4f464',1,'GpgFrontend::SingletonStorage']]], + ['findwidget_1166',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]], + ['flushkeycache_1167',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#a12c5b7fa117c7434450365f5ed46acf9',1,'GpgFrontend::GpgKeyGetter']]] ]; diff --git a/docs/html/search/functions_6.js b/docs/html/search/functions_6.js index f0c1aa1d..46f5c955 100644 --- a/docs/html/search/functions_6.js +++ b/docs/html/search/functions_6.js @@ -1,157 +1,158 @@ var searchData= [ - ['generaldialog_1167',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html#ab300bc30252244b1b11cc24350147942',1,'GpgFrontend::UI::GeneralDialog']]], - ['generalmainwindow_1168',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a4e70182b431aaf983341527d636f5b67',1,'GpgFrontend::UI::GeneralMainWindow']]], - ['generaltab_1169',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]], - ['generate_1170',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#ae53436e5b7dc44e96afe014ccd544998',1,'GpgFrontend::PassphraseGenerator']]], - ['generate_5fkey_5fpackage_5fname_1171',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#ab0fc5ef8145005f0851311f73f4e7039',1,'GpgFrontend::KeyPackageOperator']]], - ['generate_5fuuid_1172',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#ad0878b39a1fe88d7a207ee0df0b90842',1,'GpgFrontend::Thread::Task::Impl']]], - ['generatekey_1173',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#af20beaf00ea43b399ab39bdb8e358427',1,'GpgFrontend::GpgKeyOpera']]], - ['generatekeypackage_1174',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ae01e32a99a0008f8b01ad7afb95b93a3',1,'GpgFrontend::KeyPackageOperator']]], - ['generatekeypackagename_1175',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#a6c987efc6e6a137ac3eb11170220e299',1,'GpgFrontend::KeyPackageOperator']]], - ['generatekeysync_1176',['GenerateKeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#ab3e567066b22fa9b146324dcdbd34d30',1,'GpgFrontend::GpgKeyOpera']]], - ['generatekeywithsubkey_1177',['GenerateKeyWithSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#adf89f46010856486d25af3ea1e94b25d',1,'GpgFrontend::GpgKeyOpera']]], - ['generatekeywithsubkeysync_1178',['GenerateKeyWithSubkeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#a92708358f594869ff9cba1ea4d0a4ec6',1,'GpgFrontend::GpgKeyOpera']]], - ['generatepassphrase_1179',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a17bd5bca63876fcd201e98c2fca0582c',1,'GpgFrontend::KeyPackageOperator']]], - ['generaterevokecert_1180',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#ad97b418381a346162684045d8471de2d',1,'GpgFrontend::GpgKeyOpera']]], - ['generatesubkey_1181',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a54d339513039e008e821e64d0991206e',1,'GpgFrontend::GpgKeyOpera']]], - ['generatesubkeysync_1182',['GenerateSubkeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#a2ef5deb5bb7a50b5488228a72f6776bd',1,'GpgFrontend::GpgKeyOpera']]], - ['genkeyinfo_1183',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#acfa8401da6425bf3b5fe63d897a33b69',1,'GpgFrontend::GenKeyInfo']]], - ['get_5fdata_5fobject_5fkey_1184',['get_data_object_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#a2e30e1288e5e7bff4cb54a9723fbcaeb',1,'GpgFrontend::CacheManager::Impl']]], - ['get_5fkey_5fin_5fcache_1185',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a440653d7752aec61575b522d9b7bce25',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['get_5frestart_5fneeded_1186',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a2ca2325a0dd0764cb6b5c2a7e35ba408',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a67c4bc7a4e0d76c610267b86612ba5b6',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()']]], - ['get_5fselected_5fsubkey_1187',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aa757320412a0a904bcbd2d6ee536c744',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['get_5fsign_5fselected_1188',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ab090e19189ae4f03ab43f9a300b906f0',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['get_5fstatus_5fstring_1189',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a168bea15c50aa5c42601026124fb04f0',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['get_5fuid_5fchecked_1190',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ae8830624dd1e06f83cde4a1d9750aa85',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['get_5fuid_5fselected_1191',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a88c454f97ba4bd140e23c8ff1054eff5',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['getalgo_1192',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#aadafd2fa289a5b8e69e03c5b2deeacd6',1,'GpgFrontend::GenKeyInfo']]], - ['getallchannelid_1193',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#aa5fd3f6f18f7c9435df0bb32707e3871',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa7b5db19f3a130886f43607a345a0e1d',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], - ['getallprivatekeys_1194',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ac9dc5eb5036314d230dffafef198197a',1,'GpgFrontend::UI::KeyList']]], - ['getapp_1195',['GetApp',['../structGpgFrontend_1_1GpgFrontendContext.html#a56dd389a17c5f74482ade13635140bbb',1,'GpgFrontend::GpgFrontendContext']]], - ['getappdatapath_1196',['GetAppDataPath',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae051656e52a286cd9b3a891d82099ce0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDataPath()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a7da8fc60ba403d6addd8f671089faeaa',1,'GpgFrontend::GlobalSettingStation::GetAppDataPath()']]], - ['getappdir_1197',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#abc4ed01c7a4cf9c3c7d9a9462027abd0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDir()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a0493f07e63b300e272826561bbc6d9f7',1,'GpgFrontend::GlobalSettingStation::GetAppDir()']]], - ['getbrowser_1198',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]], - ['getcachevalue_1199',['GetCacheValue',['../namespaceGpgFrontend.html#a145ff996dfe117c16297483ce7bc053a',1,'GpgFrontend']]], - ['getchannel_1200',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a085b36517fcc46916279b9d633da2d26',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a94ee1e1251023610590e675ae3de8bd5',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], - ['getchannelobjectinstance_1201',['GetChannelObjectInstance',['../namespaceGpgFrontend.html#a0f6c508ed7db841c0eaf5907c7612ff6',1,'GpgFrontend']]], - ['getchecked_1202',['GetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab9114a304fae835b3464d3f55e53b3fc',1,'GpgFrontend::UI::KeyList::GetChecked(const KeyTable &key_table)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a97d01278c44e1f7cd53f842ae80b477b',1,'GpgFrontend::UI::KeyList::GetChecked()']]], - ['getcheckedsigners_1203',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a293d71b597bd052836675a4cff8ad28d',1,'GpgFrontend::UI::SignersPicker']]], - ['getcomment_1204',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#abbc1d76d54202eb5cf2cc27767ab238d',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a964da32ce71553d6a584c36f4797db0f',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#aadfb3ec59be62ca0c14e73766f219557',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#af71a8fb322d11f4d0267fb5a1c109904',1,'GpgFrontend::GpgUID::GetComment()']]], - ['getcorelogger_1205',['GetCoreLogger',['../namespaceGpgFrontend.html#addea8a9496b97952a6268f14a392e981',1,'GpgFrontend']]], - ['getcreatetime_1206',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a51ec231fb31f5c968511eeb2ecc7a82f',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6',1,'GpgFrontend::GpgSubKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a83cefe63b9410bd07ff123fe61f05e95',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#aa49800564631056c764fd412305f5a50',1,'GpgFrontend::GpgKeySignature::GetCreateTime()']]], - ['getcurrentpath_1207',['GetCurrentPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a984bd4a6f7d133d6e6356b46ba2d46d4',1,'GpgFrontend::UI::FileTreeView']]], - ['getdataobjectsfilessize_1208',['GetDataObjectsFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a67d731d4a2c0f3033c9f6b6f52094e25',1,'GpgFrontend::GlobalSettingStation']]], - ['getdefaultchannel_1209',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#a6a3672c8ff3d4fb5ef6bc1bda202bbb8',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ad983153cbe3a0c32c123c506e04f31fc',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], - ['getdefaultlogger_1210',['GetDefaultLogger',['../namespaceGpgFrontend.html#aadeb053cc9436a24f80ab4ec5b27cf51',1,'GpgFrontend']]], - ['getdescription_1211',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a7659c5c7483a7629be347d6a8f05fe37',1,'GpgFrontend::GpgTOFUInfo']]], - ['getemail_1212',['GetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#af87474dd334abdc17f39bf5cc04cc464',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#acfde01907c1ec56cdb6dab519c7948e9',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeef7bdd5d64493a585e77d4e4839e055',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a72b06128992429e3fc730134d82f4a37',1,'GpgFrontend::GpgUID::GetEmail()']]], - ['getencrcount_1213',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a55e9388dce5d0d695844cbbb03db0437',1,'GpgFrontend::GpgTOFUInfo']]], - ['getencrlast_1214',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a4dc5e5573cabb90f55761bdc252f4f82',1,'GpgFrontend::GpgTOFUInfo']]], - ['getexpiretime_1215',['GetExpireTime',['../classGpgFrontend_1_1GpgSignature.html#abaedefd31b8e3a1d59feb8a5f9f3527c',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a70e3268330b354ff99a1ec753ee71601',1,'GpgFrontend::GpgSubKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9da492e149e2e5ff8766aa7b925e8887',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a430e4275ee13ceaf177138dd4be388c7',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GenKeyInfo.html#abba96c63d675a9bdd05926eaca64c268',1,'GpgFrontend::GenKeyInfo::GetExpireTime()']]], - ['getfileextension_1216',['GetFileExtension',['../namespaceGpgFrontend.html#a603b75f118cc58b6f267df4347acd6e9',1,'GpgFrontend']]], - ['getfilepath_1217',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['getfilesizebypath_1218',['GetFileSizeByPath',['../namespaceGpgFrontend.html#ac05bfb7efd56d3012777ed2e8e355a6a',1,'GpgFrontend']]], - ['getfingerprint_1219',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#acc06ff78f50cfa9ec94cebd39e235a40',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#acd681c77a5c777cacd0b9866b209bac2',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], - ['getfullextension_1220',['GetFullExtension',['../namespaceGpgFrontend.html#ac855ff975b7f2571f5dab25c857e5a4f',1,'GpgFrontend']]], - ['getfullid_1221',['GetFullID',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a2b844765ba5c75ee061fe19ccb663e1d',1,'GpgFrontend::Thread::Task::Impl::GetFullID()'],['../classGpgFrontend_1_1Thread_1_1Task.html#aabda16361fa50a05e72de5f6ac37a53e',1,'GpgFrontend::Thread::Task::GetFullID()']]], - ['gethashalgo_1222',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#a23084904b84dd0d2a619565c0ae18d2e',1,'GpgFrontend::GpgSignature']]], - ['gethttprequestuseragent_1223',['GetHttpRequestUserAgent',['../namespaceGpgFrontend.html#aa0393307275afa9b4f27f7ff0d74f9ae',1,'GpgFrontend']]], - ['gethumanfriendlyfilesize_1224',['GetHumanFriendlyFileSize',['../namespaceGpgFrontend.html#a5b86eb3adc57fa5f55e9f55a69031f71',1,'GpgFrontend']]], - ['getid_1225',['GetID',['../classGpgFrontend_1_1GpgSubKey.html#a28be04ec888468dbd7341aa4cb28785d',1,'GpgFrontend::GpgSubKey']]], + ['generaldialog_1168',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html#ab300bc30252244b1b11cc24350147942',1,'GpgFrontend::UI::GeneralDialog']]], + ['generalmainwindow_1169',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a4e70182b431aaf983341527d636f5b67',1,'GpgFrontend::UI::GeneralMainWindow']]], + ['generaltab_1170',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]], + ['generate_1171',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#ae53436e5b7dc44e96afe014ccd544998',1,'GpgFrontend::PassphraseGenerator']]], + ['generate_5fkey_5fpackage_5fname_1172',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#ab0fc5ef8145005f0851311f73f4e7039',1,'GpgFrontend::KeyPackageOperator']]], + ['generate_5fuuid_1173',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#ad0878b39a1fe88d7a207ee0df0b90842',1,'GpgFrontend::Thread::Task::Impl']]], + ['generatekey_1174',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#af20beaf00ea43b399ab39bdb8e358427',1,'GpgFrontend::GpgKeyOpera']]], + ['generatekeypackage_1175',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ae01e32a99a0008f8b01ad7afb95b93a3',1,'GpgFrontend::KeyPackageOperator']]], + ['generatekeypackagename_1176',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#a6c987efc6e6a137ac3eb11170220e299',1,'GpgFrontend::KeyPackageOperator']]], + ['generatekeysync_1177',['GenerateKeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#ab3e567066b22fa9b146324dcdbd34d30',1,'GpgFrontend::GpgKeyOpera']]], + ['generatekeywithsubkey_1178',['GenerateKeyWithSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#adf89f46010856486d25af3ea1e94b25d',1,'GpgFrontend::GpgKeyOpera']]], + ['generatekeywithsubkeysync_1179',['GenerateKeyWithSubkeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#a92708358f594869ff9cba1ea4d0a4ec6',1,'GpgFrontend::GpgKeyOpera']]], + ['generatepassphrase_1180',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a17bd5bca63876fcd201e98c2fca0582c',1,'GpgFrontend::KeyPackageOperator']]], + ['generaterevokecert_1181',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#ad97b418381a346162684045d8471de2d',1,'GpgFrontend::GpgKeyOpera']]], + ['generatesubkey_1182',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a54d339513039e008e821e64d0991206e',1,'GpgFrontend::GpgKeyOpera']]], + ['generatesubkeysync_1183',['GenerateSubkeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#a2ef5deb5bb7a50b5488228a72f6776bd',1,'GpgFrontend::GpgKeyOpera']]], + ['genkeyinfo_1184',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#acfa8401da6425bf3b5fe63d897a33b69',1,'GpgFrontend::GenKeyInfo']]], + ['get_5fdata_5fobject_5fkey_1185',['get_data_object_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#a2e30e1288e5e7bff4cb54a9723fbcaeb',1,'GpgFrontend::CacheManager::Impl']]], + ['get_5fkey_5fin_5fcache_1186',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a440653d7752aec61575b522d9b7bce25',1,'GpgFrontend::GpgKeyGetter::Impl']]], + ['get_5frestart_5fneeded_1187',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a2ca2325a0dd0764cb6b5c2a7e35ba408',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()']]], + ['get_5fselected_5fsubkey_1188',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aa757320412a0a904bcbd2d6ee536c744',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['get_5fsign_5fselected_1189',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ab090e19189ae4f03ab43f9a300b906f0',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['get_5fstatus_5fstring_1190',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a168bea15c50aa5c42601026124fb04f0',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['get_5fuid_5fchecked_1191',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ae8830624dd1e06f83cde4a1d9750aa85',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['get_5fuid_5fselected_1192',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a88c454f97ba4bd140e23c8ff1054eff5',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['getalgo_1193',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#aadafd2fa289a5b8e69e03c5b2deeacd6',1,'GpgFrontend::GenKeyInfo']]], + ['getallchannelid_1194',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#aa5fd3f6f18f7c9435df0bb32707e3871',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa7b5db19f3a130886f43607a345a0e1d',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], + ['getallprivatekeys_1195',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ac9dc5eb5036314d230dffafef198197a',1,'GpgFrontend::UI::KeyList']]], + ['getapp_1196',['GetApp',['../structGpgFrontend_1_1GpgFrontendContext.html#a56dd389a17c5f74482ade13635140bbb',1,'GpgFrontend::GpgFrontendContext']]], + ['getappdatapath_1197',['GetAppDataPath',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae051656e52a286cd9b3a891d82099ce0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDataPath()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a7da8fc60ba403d6addd8f671089faeaa',1,'GpgFrontend::GlobalSettingStation::GetAppDataPath()']]], + ['getappdir_1198',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#abc4ed01c7a4cf9c3c7d9a9462027abd0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDir()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a0493f07e63b300e272826561bbc6d9f7',1,'GpgFrontend::GlobalSettingStation::GetAppDir()']]], + ['getbrowser_1199',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]], + ['getcachevalue_1200',['GetCacheValue',['../namespaceGpgFrontend.html#a145ff996dfe117c16297483ce7bc053a',1,'GpgFrontend']]], + ['getchannel_1201',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a085b36517fcc46916279b9d633da2d26',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a94ee1e1251023610590e675ae3de8bd5',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], + ['getchannelobjectinstance_1202',['GetChannelObjectInstance',['../namespaceGpgFrontend.html#a0f6c508ed7db841c0eaf5907c7612ff6',1,'GpgFrontend']]], + ['getchecked_1203',['GetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab9114a304fae835b3464d3f55e53b3fc',1,'GpgFrontend::UI::KeyList::GetChecked(const KeyTable &key_table)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a97d01278c44e1f7cd53f842ae80b477b',1,'GpgFrontend::UI::KeyList::GetChecked()']]], + ['getcheckedsigners_1204',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a293d71b597bd052836675a4cff8ad28d',1,'GpgFrontend::UI::SignersPicker']]], + ['getcomment_1205',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#abbc1d76d54202eb5cf2cc27767ab238d',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a964da32ce71553d6a584c36f4797db0f',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#aadfb3ec59be62ca0c14e73766f219557',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#af71a8fb322d11f4d0267fb5a1c109904',1,'GpgFrontend::GpgUID::GetComment()']]], + ['getcorelogger_1206',['GetCoreLogger',['../namespaceGpgFrontend.html#addea8a9496b97952a6268f14a392e981',1,'GpgFrontend']]], + ['getcreatetime_1207',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a51ec231fb31f5c968511eeb2ecc7a82f',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6',1,'GpgFrontend::GpgSubKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a83cefe63b9410bd07ff123fe61f05e95',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#aa49800564631056c764fd412305f5a50',1,'GpgFrontend::GpgKeySignature::GetCreateTime()']]], + ['getcurrentpath_1208',['GetCurrentPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a984bd4a6f7d133d6e6356b46ba2d46d4',1,'GpgFrontend::UI::FileTreeView']]], + ['getdataobjectsfilessize_1209',['GetDataObjectsFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a67d731d4a2c0f3033c9f6b6f52094e25',1,'GpgFrontend::GlobalSettingStation']]], + ['getdefaultchannel_1210',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#a6a3672c8ff3d4fb5ef6bc1bda202bbb8',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ad983153cbe3a0c32c123c506e04f31fc',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], + ['getdefaultlogger_1211',['GetDefaultLogger',['../namespaceGpgFrontend.html#aadeb053cc9436a24f80ab4ec5b27cf51',1,'GpgFrontend']]], + ['getdescription_1212',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a7659c5c7483a7629be347d6a8f05fe37',1,'GpgFrontend::GpgTOFUInfo']]], + ['getemail_1213',['GetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#af87474dd334abdc17f39bf5cc04cc464',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#acfde01907c1ec56cdb6dab519c7948e9',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeef7bdd5d64493a585e77d4e4839e055',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a72b06128992429e3fc730134d82f4a37',1,'GpgFrontend::GpgUID::GetEmail()']]], + ['getencrcount_1214',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a55e9388dce5d0d695844cbbb03db0437',1,'GpgFrontend::GpgTOFUInfo']]], + ['getencrlast_1215',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a4dc5e5573cabb90f55761bdc252f4f82',1,'GpgFrontend::GpgTOFUInfo']]], + ['getexpiretime_1216',['GetExpireTime',['../classGpgFrontend_1_1GpgSignature.html#abaedefd31b8e3a1d59feb8a5f9f3527c',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a70e3268330b354ff99a1ec753ee71601',1,'GpgFrontend::GpgSubKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9da492e149e2e5ff8766aa7b925e8887',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a430e4275ee13ceaf177138dd4be388c7',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GenKeyInfo.html#abba96c63d675a9bdd05926eaca64c268',1,'GpgFrontend::GenKeyInfo::GetExpireTime()']]], + ['getfileextension_1217',['GetFileExtension',['../namespaceGpgFrontend.html#a603b75f118cc58b6f267df4347acd6e9',1,'GpgFrontend']]], + ['getfilepath_1218',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['getfilesizebypath_1219',['GetFileSizeByPath',['../namespaceGpgFrontend.html#ac05bfb7efd56d3012777ed2e8e355a6a',1,'GpgFrontend']]], + ['getfingerprint_1220',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#acc06ff78f50cfa9ec94cebd39e235a40',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#acd681c77a5c777cacd0b9866b209bac2',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], + ['getfullextension_1221',['GetFullExtension',['../namespaceGpgFrontend.html#ac855ff975b7f2571f5dab25c857e5a4f',1,'GpgFrontend']]], + ['getfullid_1222',['GetFullID',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a2b844765ba5c75ee061fe19ccb663e1d',1,'GpgFrontend::Thread::Task::Impl::GetFullID()'],['../classGpgFrontend_1_1Thread_1_1Task.html#aabda16361fa50a05e72de5f6ac37a53e',1,'GpgFrontend::Thread::Task::GetFullID()']]], + ['gethashalgo_1223',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#a23084904b84dd0d2a619565c0ae18d2e',1,'GpgFrontend::GpgSignature']]], + ['gethttprequestuseragent_1224',['GetHttpRequestUserAgent',['../namespaceGpgFrontend.html#aa0393307275afa9b4f27f7ff0d74f9ae',1,'GpgFrontend']]], + ['gethumanfriendlyfilesize_1225',['GetHumanFriendlyFileSize',['../namespaceGpgFrontend.html#a5b86eb3adc57fa5f55e9f55a69031f71',1,'GpgFrontend']]], ['getid_1226',['GetId',['../classGpgFrontend_1_1GpgKey.html#a3dec62e06f6f8f43059b293ad192e0c1',1,'GpgFrontend::GpgKey']]], - ['getinstance_1227',['GetInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#ac963fee992753970bfb5c81608d4070f',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a530688726ce3a319de8d4bdcc291db87',1,'GpgFrontend::UI::CommonUtils::GetInstance()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a6294f44348070707b4b6abcfd1b6509d',1,'GpgFrontend::UI::UISignalStation::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a4ab63c97545b007d2b720c9b59ed1c47',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a4bba0f1f2880648909af6824bcef9568',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a9cdea3d2b2d2776f241d2a871d233dd5',1,'GpgFrontend::SingletonStorageCollection::Impl::GetInstance()']]], - ['getinvalid_1228',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a1e7436091a5de3c08727608880afedd2',1,'GpgFrontend::GpgUID']]], - ['getkey_1229',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a74075299f1dee8cbccbf46939a1871f5',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyalgo_1230',['GetKeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a6274ea63d3bc49d7a1222a415f04a371',1,'GpgFrontend::GpgSubKey::GetKeyAlgo()'],['../classGpgFrontend_1_1GpgKey.html#a9f69b569f048c2a8ce2894ea06a62622',1,'GpgFrontend::GpgKey::GetKeyAlgo()']]], - ['getkeyid_1231',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#ae0291189b67734a61a9b34f5c206cefd',1,'GpgFrontend::GpgKeySignature']]], - ['getkeylength_1232',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#afd12578dde272902cfbf76368103f95b',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a05dc0b70902e5ce13c1e83c36f31fabe',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], - ['getkeys_1233',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#ac12f4117c5b4b596d9788dc816a6112b',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyscopy_1234',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a94b99caf87636d80988a7b9f5c65d444',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys) -> KeyListPtr'],['../classGpgFrontend_1_1GpgKeyGetter.html#afa73240503bbb2bd0ad2a58584d02551',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys) -> KeyLinkListPtr']]], - ['getkeysizestr_1235',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#aa0d9942210df18e21e5f7feb127a4080',1,'GpgFrontend::GenKeyInfo']]], - ['getlastupdatetime_1236',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a1f0fc32514b6af46c23d1221b453f4fe',1,'GpgFrontend::GpgKey']]], - ['getlogdir_1237',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7a7eb68d192184bb2f447abbb4440fec',1,'GpgFrontend::GlobalSettingStation::GetLogDir()'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#af067b39bc0926f1189980d26c027a729',1,'GpgFrontend::GlobalSettingStation::Impl::GetLogDir()']]], - ['getlogfilessize_1238',['GetLogFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a6521cacfd63f42558399077f9301e500',1,'GpgFrontend::GlobalSettingStation']]], - ['getlogger_1239',['GetLogger',['../namespaceGpgFrontend.html#a7a6ec562e4deb109d575f0e6baa66ffe',1,'GpgFrontend']]], - ['getmousepointglobal_1240',['GetMousePointGlobal',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a8addf93e844125d99c5a66fb7364a45d',1,'GpgFrontend::UI::FileTreeView']]], - ['getname_1241',['GetName',['../classGpgFrontend_1_1GpgKey.html#a5df8b2922b636f0811587c5bcd9e649f',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GenKeyInfo.html#a6c1277ad84cd4c2b3c6203c31581e8e4',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeecb8984b5c4e26d457df0dfe59215df',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#a9117672ca4e5f1973ee687e2c006af96',1,'GpgFrontend::GpgUID::GetName()']]], - ['getonlyfilenamewithpath_1242',['GetOnlyFileNameWithPath',['../namespaceGpgFrontend.html#a3025370b8e98cbb40c3a0c420162e5a1',1,'GpgFrontend']]], - ['getownertrust_1243',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#ad59777bfb1a0c0d5a91b03e484583245',1,'GpgFrontend::GpgKey']]], - ['getownertrustlevel_1244',['GetOwnerTrustLevel',['../classGpgFrontend_1_1GpgKey.html#a4503423068d10413a9a66e2870db2513',1,'GpgFrontend::GpgKey']]], - ['getpassphrase_1245',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#ab74ae13ad036fbb85405f401275d0566',1,'GpgFrontend::GenKeyInfo']]], - ['getpathbyclickpoint_1246',['GetPathByClickPoint',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ae65efaff87bd35f7f8f73388c022bdf8',1,'GpgFrontend::UI::FileTreeView']]], - ['getpolicy_1247',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a506686bed09a700157050824c4ec0db9',1,'GpgFrontend::GpgTOFUInfo']]], - ['getprimarykeylength_1248',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#adb78bab34399074a5cc2c93d38153307',1,'GpgFrontend::GpgKey']]], - ['getprivatechecked_1249',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a26efe22f805046cf1526c71bec059477',1,'GpgFrontend::UI::KeyList']]], - ['getprojectbuildgitbranchname_1250',['GetProjectBuildGitBranchName',['../namespaceGpgFrontend.html#af8477f79805044d8d3f6b9d2c5821c1e',1,'GpgFrontend']]], - ['getprojectbuildgitcommithash_1251',['GetProjectBuildGitCommitHash',['../namespaceGpgFrontend.html#a31a993f004e7676c37773bca551bdda8',1,'GpgFrontend']]], - ['getprojectbuildgitversion_1252',['GetProjectBuildGitVersion',['../namespaceGpgFrontend.html#a98a045b142891ab353f8dd2c534120e6',1,'GpgFrontend']]], - ['getprojectbuildtimestamp_1253',['GetProjectBuildTimestamp',['../namespaceGpgFrontend.html#a55cb4bfd03e1f0f55bc0c3e4e7630dd2',1,'GpgFrontend']]], - ['getprojectbuildversion_1254',['GetProjectBuildVersion',['../namespaceGpgFrontend.html#ad7de5a924b754ba1d31259d853a06f6a',1,'GpgFrontend']]], - ['getprojectversion_1255',['GetProjectVersion',['../namespaceGpgFrontend.html#ad12a69caa5829b9c343f82e0294d4e59',1,'GpgFrontend']]], - ['getprotocol_1256',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#a3788cd6c7c8a4ebb4e873d2f0176c1ef',1,'GpgFrontend::GpgKey']]], - ['getpubkey_1257',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#aadefece15fe73e5c0285b7e9278700e2',1,'GpgFrontend::GpgKeyGetter']]], - ['getpubkeyalgo_1258',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a00962f82450971c4e31a3ad302458a12',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#a7013e8c97f93fae4c29174247bc9306f',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgKeySignature.html#a72dd3c028ab417c66fad90d84836cce4',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()']]], - ['getpublickeyalgo_1259',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#aa3925328d425e674207fb9304d58ce0d',1,'GpgFrontend::GpgKey']]], - ['getresultreport_1260',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#af271ad9aa3bc37e8445abf56f5fb0274',1,'GpgFrontend::GpgResultAnalyse']]], - ['getrevoked_1261',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#afa1ac208b688bc2b9d306a73961bcf3e',1,'GpgFrontend::GpgUID']]], - ['getrtn_1262',['GetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#a38af36201658a25cc6479598acd455a1',1,'GpgFrontend::Thread::Task::GetRTN()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a7a4918c9e0edd5ca6e843b370326666b',1,'GpgFrontend::Thread::Task::Impl::GetRTN()']]], - ['getselected_1263',['GetSelected',['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#ad1211e2d7911f55ee5d35f685bc00075',1,'GpgFrontend::UI::FilePage::GetSelected()']]], - ['getselectedkey_1264',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#a66778309098dec18a891712dfb59b08b',1,'GpgFrontend::UI::KeyList']]], - ['getselectedpath_1265',['GetSelectedPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a697e1df6db810119d3d908d9e88a5212',1,'GpgFrontend::UI::FileTreeView']]], - ['getsettings_1266',['GetSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac767d0c3240d366cbb4f5f7e7e6c5562',1,'GpgFrontend::GlobalSettingStation']]], - ['getsignatures_1267',['GetSignatures',['../classGpgFrontend_1_1GpgUID.html#afaf4d34fa13dfdf339cb32d2036946fe',1,'GpgFrontend::GpgUID::GetSignatures()'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a42cf6a649e485d817fd673b890620d0b',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()']]], - ['getsigncount_1268',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a196c3a373a425dca10631c5d4566732d',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsigners_1269',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad8ee6cea649bd5bba1f68f4ff53cdf41',1,'GpgFrontend::GpgBasicOperator']]], - ['getsignfirst_1270',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a6931d87dab449d0c635a354364c69178',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsignlast_1271',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a97547f55a360d7b46b881624d31954df',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsingletonstorage_1272',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#aeb36a7e69c74c1212b44b841b9114953',1,'GpgFrontend::SingletonStorageCollection::GetSingletonStorage()'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ab57bdb5e019e4c1d0b56931b51347507',1,'GpgFrontend::SingletonStorageCollection::Impl::GetSingletonStorage()']]], - ['getsizechangestep_1273',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#a33c7ea176587bbd317a39938e9ecec59',1,'GpgFrontend::GenKeyInfo']]], - ['getstatus_1274',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#ad1bd7527f7481ca4f2d6e84add30bbf2',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8fdcf12315905cef8d5e1a57be810eb1',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a605db21b5fcca4d19f2b3341516aaaed',1,'GpgFrontend::GpgSignature::GetStatus()'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#ae435075cf072e2f42924a1c3915e40b2',1,'GpgFrontend::UI::SignersPicker::GetStatus()']]], - ['getsubkeys_1275',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a7b7ae99f2a7d68716cf7a01390931a5f',1,'GpgFrontend::GpgKey']]], - ['getsuggestmaxkeysize_1276',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#af72c8592d105d8394bcfa1bc6388d46e',1,'GpgFrontend::GenKeyInfo']]], - ['getsuggestminkeysize_1277',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a482933ddc06734993d80a90611a8ad5b',1,'GpgFrontend::GenKeyInfo']]], - ['getsummary_1278',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#ad0f45c854e6e7a0ee6b8f6eee66b0088',1,'GpgFrontend::GpgSignature']]], - ['getsupportedkeyalgo_1279',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a2229d217f44345a99ab3816ec5c0cfe8',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedsubkeyalgo_1280',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a07a68fbe5ef4534df51759cffb144bef',1,'GpgFrontend::GenKeyInfo']]], - ['gettabidstosave_1281',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a1c75f69ffa1ca45a3c28af0800871a6e',1,'GpgFrontend::UI::QuitDialog']]], - ['gettempfilepath_1282',['GetTempFilePath',['../namespaceGpgFrontend.html#a3d15fda681fcdd6ea07a8eb31f81b249',1,'GpgFrontend']]], - ['gettextpage_1283',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['getthread_1284',['GetThread',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a57e29f0dde8ceec05c68841985b43f42',1,'GpgFrontend::Thread::TaskRunner']]], - ['gettofuinfos_1285',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a9f4be917324455d5ac9a0eb2bf55b494',1,'GpgFrontend::GpgUID']]], - ['getuid_1286',['GetUID',['../classGpgFrontend_1_1GpgUID.html#a31f4959f947f9845dcd3caaf1834403a',1,'GpgFrontend::GpgUID::GetUID()'],['../classGpgFrontend_1_1GpgKeySignature.html#a64bdcc24645565356a5f70a75d53e3db',1,'GpgFrontend::GpgKeySignature::GetUID()']]], - ['getuids_1287',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#aef18b3735a229af34f85deb111d97e2b',1,'GpgFrontend::GpgKey']]], - ['getuserid_1288',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a225c683da9766afd8fd7e733e9f5fdd4',1,'GpgFrontend::GenKeyInfo']]], - ['getuuid_1289',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#acf42a45a657d8dc8658ed0e322ff161b',1,'GpgFrontend::Thread::Task::GetUUID()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a80cea2ad3b8049cc5c71c79952eaaeb8',1,'GpgFrontend::Thread::Task::Impl::GetUUID()']]], - ['getvalidity_1290',['GetValidity',['../classGpgFrontend_1_1GpgTOFUInfo.html#a35510807eea162b83d71ecebf98cf25f',1,'GpgFrontend::GpgTOFUInfo::GetValidity()'],['../classGpgFrontend_1_1GpgSignature.html#af41e8c0a575647b2958dfe1e79abeb4d',1,'GpgFrontend::GpgSignature::GetValidity()']]], - ['gfcomparesoftwareversion_1291',['GFCompareSoftwareVersion',['../namespaceGpgFrontend.html#ab35d8d68842b492defa701209ead8f68',1,'GpgFrontend']]], - ['gfstrdup_1292',['GFStrDup',['../namespaceGpgFrontend.html#aaf43d56872a9ab0f774394df096f5bc1',1,'GpgFrontend']]], - ['gfunstrdup_1293',['GFUnStrDup',['../namespaceGpgFrontend.html#af121a5a19457b89a24e5edcbcde245e5',1,'GpgFrontend']]], - ['globalsettingstation_1294',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]], - ['gnupgcontrollerdialog_1295',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835',1,'GpgFrontend::UI::GnuPGControllerDialog']]], - ['gnupgtab_1296',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab']]], - ['gpgbasicoperator_1297',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]], - ['gpgdata_1298',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a573fc435361509241e29226329041f6e',1,'GpgFrontend::GpgData::GpgData(const void *buffer, size_t size, bool copy=true)'],['../classGpgFrontend_1_1GpgData.html#a7a93937f4896ee4cf44184ee4426e438',1,'GpgFrontend::GpgData::GpgData(int fd)'],['../classGpgFrontend_1_1GpgData.html#a4aad21247e609da9ae989ef71b717e35',1,'GpgFrontend::GpgData::GpgData(std::shared_ptr< GFDataExchanger >)'],['../classGpgFrontend_1_1GpgData.html#a6236cfffb24d822054626265ed5c2270',1,'GpgFrontend::GpgData::GpgData(const QString &path, bool read)'],['../classGpgFrontend_1_1GpgData.html#a179ff5f215f928a9b0650ed97df1f256',1,'GpgFrontend::GpgData::GpgData(GFBuffer)']]], - ['gpgdecryptresultanalyse_1299',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a689bfdd261b1f89ff3343978b2738fb7',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['gpgencryptresultanalyse_1300',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a1a90feeba92e744166d99405846db8ff',1,'GpgFrontend::GpgEncryptResultAnalyse']]], - ['gpgfileopera_1301',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]], - ['gpgfrontendapplication_1302',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['gpgfrontendcontext_1303',['GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#ad1d8efa1faadf74ac674484b15d13588',1,'GpgFrontend::GpgFrontendContext']]], - ['gpgimportinformation_1304',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#a19e37d28f4462caf2b3522d50ceaf897',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation(gpgme_import_result_t result)']]], - ['gpgkey_1305',['GpgKey',['../classGpgFrontend_1_1GpgKey.html#a0720623207f37ba9a3ad294a88b06e71',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&) noexcept'],['../classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9',1,'GpgFrontend::GpgKey::GpgKey(gpgme_key_t &&key)'],['../classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804',1,'GpgFrontend::GpgKey::GpgKey(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1',1,'GpgFrontend::GpgKey::GpgKey()=default'],['../classGpgFrontend_1_1GpgKey.html#a213d5540d65c3d7e04bbee834b70f16b',1,'GpgFrontend::GpgKey::GpgKey(const GpgKey &)']]], - ['gpgkeygetter_1306',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#aa2ec24750e302b12ab332b2e7481b882',1,'GpgFrontend::GpgKeyGetter']]], - ['gpgkeyimportexporter_1307',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]], - ['gpgkeymanager_1308',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]], - ['gpgkeyopera_1309',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]], - ['gpgkeysignature_1310',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b',1,'GpgFrontend::GpgKeySignature::GpgKeySignature()'],['../classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)'],['../classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(const GpgKeySignature &)=delete']]], - ['gpgoptionsinfo_1311',['GpgOptionsInfo',['../structGpgOptionsInfo.html#a49978feb92a284e5588f230a356d107d',1,'GpgOptionsInfo']]], - ['gpgresultanalyse_1312',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]], - ['gpgsignature_1313',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe',1,'GpgFrontend::GpgSignature::GpgSignature()'],['../classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8',1,'GpgFrontend::GpgSignature::GpgSignature(gpgme_signature_t sig)'],['../classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a',1,'GpgFrontend::GpgSignature::GpgSignature(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7',1,'GpgFrontend::GpgSignature::GpgSignature(const GpgSignature &)=delete']]], - ['gpgsignresultanalyse_1314',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]], - ['gpgsubkey_1315',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e',1,'GpgFrontend::GpgSubKey::GpgSubKey()'],['../classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe',1,'GpgFrontend::GpgSubKey::GpgSubKey(gpgme_subkey_t subkey)'],['../classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5',1,'GpgFrontend::GpgSubKey::GpgSubKey(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab',1,'GpgFrontend::GpgSubKey::GpgSubKey(const GpgSubKey &)=delete']]], - ['gpgtofuinfo_1316',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(gpgme_tofu_info_t tofu_info)'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(GpgTOFUInfo &&o) noexcept']]], - ['gpguid_1317',['GpgUID',['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()']]], - ['gpguidoperator_1318',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]], - ['gpgverifyresultanalyse_1319',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['grttreeview_1320',['GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a990f119924bee4d2120c51b96e14d8c3',1,'GpgFrontend::UI::GRTTreeView']]] + ['getid_1227',['GetID',['../classGpgFrontend_1_1GpgSubKey.html#a28be04ec888468dbd7341aa4cb28785d',1,'GpgFrontend::GpgSubKey']]], + ['getinstance_1228',['GetInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#ac963fee992753970bfb5c81608d4070f',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a530688726ce3a319de8d4bdcc291db87',1,'GpgFrontend::UI::CommonUtils::GetInstance()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a6294f44348070707b4b6abcfd1b6509d',1,'GpgFrontend::UI::UISignalStation::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a4ab63c97545b007d2b720c9b59ed1c47',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a4bba0f1f2880648909af6824bcef9568',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a9cdea3d2b2d2776f241d2a871d233dd5',1,'GpgFrontend::SingletonStorageCollection::Impl::GetInstance()']]], + ['getinvalid_1229',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a1e7436091a5de3c08727608880afedd2',1,'GpgFrontend::GpgUID']]], + ['getkey_1230',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a74075299f1dee8cbccbf46939a1871f5',1,'GpgFrontend::GpgKeyGetter']]], + ['getkeyalgo_1231',['GetKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a9f69b569f048c2a8ce2894ea06a62622',1,'GpgFrontend::GpgKey::GetKeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a6274ea63d3bc49d7a1222a415f04a371',1,'GpgFrontend::GpgSubKey::GetKeyAlgo()']]], + ['getkeyid_1232',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#ae0291189b67734a61a9b34f5c206cefd',1,'GpgFrontend::GpgKeySignature']]], + ['getkeylength_1233',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#afd12578dde272902cfbf76368103f95b',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a05dc0b70902e5ce13c1e83c36f31fabe',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], + ['getkeys_1234',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#ac12f4117c5b4b596d9788dc816a6112b',1,'GpgFrontend::GpgKeyGetter']]], + ['getkeyscopy_1235',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a94b99caf87636d80988a7b9f5c65d444',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys) -> KeyListPtr'],['../classGpgFrontend_1_1GpgKeyGetter.html#afa73240503bbb2bd0ad2a58584d02551',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys) -> KeyLinkListPtr']]], + ['getkeysizestr_1236',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#aa0d9942210df18e21e5f7feb127a4080',1,'GpgFrontend::GenKeyInfo']]], + ['getlastupdatetime_1237',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a1f0fc32514b6af46c23d1221b453f4fe',1,'GpgFrontend::GpgKey']]], + ['getlogdir_1238',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#af067b39bc0926f1189980d26c027a729',1,'GpgFrontend::GlobalSettingStation::Impl::GetLogDir()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a7a7eb68d192184bb2f447abbb4440fec',1,'GpgFrontend::GlobalSettingStation::GetLogDir() const -> QString']]], + ['getlogfilessize_1239',['GetLogFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a6521cacfd63f42558399077f9301e500',1,'GpgFrontend::GlobalSettingStation']]], + ['getlogger_1240',['GetLogger',['../namespaceGpgFrontend.html#a7a6ec562e4deb109d575f0e6baa66ffe',1,'GpgFrontend']]], + ['getmodulesdir_1241',['GetModulesDir',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#adb93836c33829dd5d6e04179848a0e8e',1,'GpgFrontend::GlobalSettingStation::Impl::GetModulesDir()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a2733ce88ee759f39bd182e27319e6795',1,'GpgFrontend::GlobalSettingStation::GetModulesDir()']]], + ['getmousepointglobal_1242',['GetMousePointGlobal',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a8addf93e844125d99c5a66fb7364a45d',1,'GpgFrontend::UI::FileTreeView']]], + ['getname_1243',['GetName',['../classGpgFrontend_1_1GenKeyInfo.html#a6c1277ad84cd4c2b3c6203c31581e8e4',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a5df8b2922b636f0811587c5bcd9e649f',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeecb8984b5c4e26d457df0dfe59215df',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#a9117672ca4e5f1973ee687e2c006af96',1,'GpgFrontend::GpgUID::GetName()']]], + ['getonlyfilenamewithpath_1244',['GetOnlyFileNameWithPath',['../namespaceGpgFrontend.html#a3025370b8e98cbb40c3a0c420162e5a1',1,'GpgFrontend']]], + ['getownertrust_1245',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#ad59777bfb1a0c0d5a91b03e484583245',1,'GpgFrontend::GpgKey']]], + ['getownertrustlevel_1246',['GetOwnerTrustLevel',['../classGpgFrontend_1_1GpgKey.html#a4503423068d10413a9a66e2870db2513',1,'GpgFrontend::GpgKey']]], + ['getpassphrase_1247',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#ab74ae13ad036fbb85405f401275d0566',1,'GpgFrontend::GenKeyInfo']]], + ['getpathbyclickpoint_1248',['GetPathByClickPoint',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ae65efaff87bd35f7f8f73388c022bdf8',1,'GpgFrontend::UI::FileTreeView']]], + ['getpolicy_1249',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a506686bed09a700157050824c4ec0db9',1,'GpgFrontend::GpgTOFUInfo']]], + ['getprimarykeylength_1250',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#adb78bab34399074a5cc2c93d38153307',1,'GpgFrontend::GpgKey']]], + ['getprivatechecked_1251',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a26efe22f805046cf1526c71bec059477',1,'GpgFrontend::UI::KeyList']]], + ['getprojectbuildgitbranchname_1252',['GetProjectBuildGitBranchName',['../namespaceGpgFrontend.html#af8477f79805044d8d3f6b9d2c5821c1e',1,'GpgFrontend']]], + ['getprojectbuildgitcommithash_1253',['GetProjectBuildGitCommitHash',['../namespaceGpgFrontend.html#a31a993f004e7676c37773bca551bdda8',1,'GpgFrontend']]], + ['getprojectbuildgitversion_1254',['GetProjectBuildGitVersion',['../namespaceGpgFrontend.html#a98a045b142891ab353f8dd2c534120e6',1,'GpgFrontend']]], + ['getprojectbuildtimestamp_1255',['GetProjectBuildTimestamp',['../namespaceGpgFrontend.html#a55cb4bfd03e1f0f55bc0c3e4e7630dd2',1,'GpgFrontend']]], + ['getprojectbuildversion_1256',['GetProjectBuildVersion',['../namespaceGpgFrontend.html#ad7de5a924b754ba1d31259d853a06f6a',1,'GpgFrontend']]], + ['getprojectversion_1257',['GetProjectVersion',['../namespaceGpgFrontend.html#ad12a69caa5829b9c343f82e0294d4e59',1,'GpgFrontend']]], + ['getprotocol_1258',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#a3788cd6c7c8a4ebb4e873d2f0176c1ef',1,'GpgFrontend::GpgKey']]], + ['getpubkey_1259',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#aadefece15fe73e5c0285b7e9278700e2',1,'GpgFrontend::GpgKeyGetter']]], + ['getpubkeyalgo_1260',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a00962f82450971c4e31a3ad302458a12',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgKeySignature.html#a72dd3c028ab417c66fad90d84836cce4',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#a7013e8c97f93fae4c29174247bc9306f',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()']]], + ['getpublickeyalgo_1261',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#aa3925328d425e674207fb9304d58ce0d',1,'GpgFrontend::GpgKey']]], + ['getresultreport_1262',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#af271ad9aa3bc37e8445abf56f5fb0274',1,'GpgFrontend::GpgResultAnalyse']]], + ['getrevoked_1263',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#afa1ac208b688bc2b9d306a73961bcf3e',1,'GpgFrontend::GpgUID']]], + ['getrtn_1264',['GetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#a38af36201658a25cc6479598acd455a1',1,'GpgFrontend::Thread::Task::GetRTN()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a7a4918c9e0edd5ca6e843b370326666b',1,'GpgFrontend::Thread::Task::Impl::GetRTN()']]], + ['getselected_1265',['GetSelected',['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#ad1211e2d7911f55ee5d35f685bc00075',1,'GpgFrontend::UI::FilePage::GetSelected()']]], + ['getselectedkey_1266',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#a66778309098dec18a891712dfb59b08b',1,'GpgFrontend::UI::KeyList']]], + ['getselectedpath_1267',['GetSelectedPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a697e1df6db810119d3d908d9e88a5212',1,'GpgFrontend::UI::FileTreeView']]], + ['getsettings_1268',['GetSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac767d0c3240d366cbb4f5f7e7e6c5562',1,'GpgFrontend::GlobalSettingStation']]], + ['getsignatures_1269',['GetSignatures',['../classGpgFrontend_1_1GpgUID.html#afaf4d34fa13dfdf339cb32d2036946fe',1,'GpgFrontend::GpgUID::GetSignatures()'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a42cf6a649e485d817fd673b890620d0b',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()']]], + ['getsigncount_1270',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a196c3a373a425dca10631c5d4566732d',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsigners_1271',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad8ee6cea649bd5bba1f68f4ff53cdf41',1,'GpgFrontend::GpgBasicOperator']]], + ['getsignfirst_1272',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a6931d87dab449d0c635a354364c69178',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsignlast_1273',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a97547f55a360d7b46b881624d31954df',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsingletonstorage_1274',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ab57bdb5e019e4c1d0b56931b51347507',1,'GpgFrontend::SingletonStorageCollection::Impl::GetSingletonStorage()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#aeb36a7e69c74c1212b44b841b9114953',1,'GpgFrontend::SingletonStorageCollection::GetSingletonStorage()']]], + ['getsizechangestep_1275',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#a33c7ea176587bbd317a39938e9ecec59',1,'GpgFrontend::GenKeyInfo']]], + ['getstatus_1276',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#ad1bd7527f7481ca4f2d6e84add30bbf2',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8fdcf12315905cef8d5e1a57be810eb1',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a605db21b5fcca4d19f2b3341516aaaed',1,'GpgFrontend::GpgSignature::GetStatus()'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#ae435075cf072e2f42924a1c3915e40b2',1,'GpgFrontend::UI::SignersPicker::GetStatus()']]], + ['getsubkeys_1277',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a7b7ae99f2a7d68716cf7a01390931a5f',1,'GpgFrontend::GpgKey']]], + ['getsuggestmaxkeysize_1278',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#af72c8592d105d8394bcfa1bc6388d46e',1,'GpgFrontend::GenKeyInfo']]], + ['getsuggestminkeysize_1279',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a482933ddc06734993d80a90611a8ad5b',1,'GpgFrontend::GenKeyInfo']]], + ['getsummary_1280',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#ad0f45c854e6e7a0ee6b8f6eee66b0088',1,'GpgFrontend::GpgSignature']]], + ['getsupportedkeyalgo_1281',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a2229d217f44345a99ab3816ec5c0cfe8',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedsubkeyalgo_1282',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a07a68fbe5ef4534df51759cffb144bef',1,'GpgFrontend::GenKeyInfo']]], + ['gettabidstosave_1283',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a1c75f69ffa1ca45a3c28af0800871a6e',1,'GpgFrontend::UI::QuitDialog']]], + ['gettempfilepath_1284',['GetTempFilePath',['../namespaceGpgFrontend.html#a3d15fda681fcdd6ea07a8eb31f81b249',1,'GpgFrontend']]], + ['gettextpage_1285',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['getthread_1286',['GetThread',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a57e29f0dde8ceec05c68841985b43f42',1,'GpgFrontend::Thread::TaskRunner']]], + ['gettofuinfos_1287',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a9f4be917324455d5ac9a0eb2bf55b494',1,'GpgFrontend::GpgUID']]], + ['getuid_1288',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a64bdcc24645565356a5f70a75d53e3db',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a31f4959f947f9845dcd3caaf1834403a',1,'GpgFrontend::GpgUID::GetUID()']]], + ['getuids_1289',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#aef18b3735a229af34f85deb111d97e2b',1,'GpgFrontend::GpgKey']]], + ['getuserid_1290',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a225c683da9766afd8fd7e733e9f5fdd4',1,'GpgFrontend::GenKeyInfo']]], + ['getuuid_1291',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#acf42a45a657d8dc8658ed0e322ff161b',1,'GpgFrontend::Thread::Task::GetUUID()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a80cea2ad3b8049cc5c71c79952eaaeb8',1,'GpgFrontend::Thread::Task::Impl::GetUUID()']]], + ['getvalidity_1292',['GetValidity',['../classGpgFrontend_1_1GpgTOFUInfo.html#a35510807eea162b83d71ecebf98cf25f',1,'GpgFrontend::GpgTOFUInfo::GetValidity()'],['../classGpgFrontend_1_1GpgSignature.html#af41e8c0a575647b2958dfe1e79abeb4d',1,'GpgFrontend::GpgSignature::GetValidity()']]], + ['gfcomparesoftwareversion_1293',['GFCompareSoftwareVersion',['../namespaceGpgFrontend.html#ab35d8d68842b492defa701209ead8f68',1,'GpgFrontend']]], + ['gfstrdup_1294',['GFStrDup',['../namespaceGpgFrontend.html#aaf43d56872a9ab0f774394df096f5bc1',1,'GpgFrontend']]], + ['gfunstrdup_1295',['GFUnStrDup',['../namespaceGpgFrontend.html#af121a5a19457b89a24e5edcbcde245e5',1,'GpgFrontend']]], + ['globalsettingstation_1296',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]], + ['gnupgcontrollerdialog_1297',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['gnupgtab_1298',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab']]], + ['gpgbasicoperator_1299',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]], + ['gpgdata_1300',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a573fc435361509241e29226329041f6e',1,'GpgFrontend::GpgData::GpgData(const void *buffer, size_t size, bool copy=true)'],['../classGpgFrontend_1_1GpgData.html#a7a93937f4896ee4cf44184ee4426e438',1,'GpgFrontend::GpgData::GpgData(int fd)'],['../classGpgFrontend_1_1GpgData.html#a4aad21247e609da9ae989ef71b717e35',1,'GpgFrontend::GpgData::GpgData(std::shared_ptr< GFDataExchanger >)'],['../classGpgFrontend_1_1GpgData.html#a6236cfffb24d822054626265ed5c2270',1,'GpgFrontend::GpgData::GpgData(const QString &path, bool read)'],['../classGpgFrontend_1_1GpgData.html#a179ff5f215f928a9b0650ed97df1f256',1,'GpgFrontend::GpgData::GpgData(GFBuffer)']]], + ['gpgdecryptresultanalyse_1301',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a689bfdd261b1f89ff3343978b2738fb7',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['gpgencryptresultanalyse_1302',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a1a90feeba92e744166d99405846db8ff',1,'GpgFrontend::GpgEncryptResultAnalyse']]], + ['gpgfileopera_1303',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]], + ['gpgfrontendapplication_1304',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['gpgfrontendcontext_1305',['GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#ad1d8efa1faadf74ac674484b15d13588',1,'GpgFrontend::GpgFrontendContext']]], + ['gpgimportinformation_1306',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#a19e37d28f4462caf2b3522d50ceaf897',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation(gpgme_import_result_t result)']]], + ['gpgkey_1307',['GpgKey',['../classGpgFrontend_1_1GpgKey.html#a0720623207f37ba9a3ad294a88b06e71',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&) noexcept'],['../classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9',1,'GpgFrontend::GpgKey::GpgKey(gpgme_key_t &&key)'],['../classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804',1,'GpgFrontend::GpgKey::GpgKey(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1',1,'GpgFrontend::GpgKey::GpgKey()=default'],['../classGpgFrontend_1_1GpgKey.html#a213d5540d65c3d7e04bbee834b70f16b',1,'GpgFrontend::GpgKey::GpgKey(const GpgKey &)']]], + ['gpgkeygetter_1308',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#aa2ec24750e302b12ab332b2e7481b882',1,'GpgFrontend::GpgKeyGetter']]], + ['gpgkeyimportexporter_1309',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]], + ['gpgkeymanager_1310',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]], + ['gpgkeyopera_1311',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]], + ['gpgkeysignature_1312',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b',1,'GpgFrontend::GpgKeySignature::GpgKeySignature()'],['../classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)'],['../classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(const GpgKeySignature &)=delete']]], + ['gpgoptionsinfo_1313',['GpgOptionsInfo',['../structGpgOptionsInfo.html#a49978feb92a284e5588f230a356d107d',1,'GpgOptionsInfo']]], + ['gpgresultanalyse_1314',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]], + ['gpgsignature_1315',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe',1,'GpgFrontend::GpgSignature::GpgSignature()'],['../classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8',1,'GpgFrontend::GpgSignature::GpgSignature(gpgme_signature_t sig)'],['../classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a',1,'GpgFrontend::GpgSignature::GpgSignature(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7',1,'GpgFrontend::GpgSignature::GpgSignature(const GpgSignature &)=delete']]], + ['gpgsignresultanalyse_1316',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]], + ['gpgsubkey_1317',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e',1,'GpgFrontend::GpgSubKey::GpgSubKey()'],['../classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe',1,'GpgFrontend::GpgSubKey::GpgSubKey(gpgme_subkey_t subkey)'],['../classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5',1,'GpgFrontend::GpgSubKey::GpgSubKey(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab',1,'GpgFrontend::GpgSubKey::GpgSubKey(const GpgSubKey &)=delete']]], + ['gpgtofuinfo_1318',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(gpgme_tofu_info_t tofu_info)'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(GpgTOFUInfo &&o) noexcept']]], + ['gpguid_1319',['GpgUID',['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()']]], + ['gpguidoperator_1320',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]], + ['gpgverifyresultanalyse_1321',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['grttreeview_1322',['GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a990f119924bee4d2120c51b96e14d8c3',1,'GpgFrontend::UI::GRTTreeView']]] ]; diff --git a/docs/html/search/functions_7.js b/docs/html/search/functions_7.js index 5c8d9016..f3988827 100644 --- a/docs/html/search/functions_7.js +++ b/docs/html/search/functions_7.js @@ -1,5 +1,5 @@ var searchData= [ - ['helppage_1321',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage']]], - ['holdonlifecycle_1322',['HoldOnLifeCycle',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#aef6600ccb8fed406e8b9112b5dd7ef8f',1,'GpgFrontend::Thread::Task::Impl::HoldOnLifeCycle()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a5c3cab68d4cf8c9dcf379869132b1896',1,'GpgFrontend::Thread::Task::HoldOnLifeCycle()']]] + ['helppage_1323',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage']]], + ['holdonlifecycle_1324',['HoldOnLifeCycle',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#aef6600ccb8fed406e8b9112b5dd7ef8f',1,'GpgFrontend::Thread::Task::Impl::HoldOnLifeCycle()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a5c3cab68d4cf8c9dcf379869132b1896',1,'GpgFrontend::Thread::Task::HoldOnLifeCycle()']]] ]; diff --git a/docs/html/search/functions_8.js b/docs/html/search/functions_8.js index 4dbd4355..df8774f3 100644 --- a/docs/html/search/functions_8.js +++ b/docs/html/search/functions_8.js @@ -1,54 +1,54 @@ var searchData= [ - ['impl_1323',['Impl',['../classGpgFrontend_1_1GpgContext_1_1Impl.html#af1cf48d1f5f5a16193c0e575fdec2f95',1,'GpgFrontend::GpgContext::Impl::Impl()'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a9572b3082d5b9f6e08fc7992114b19ce',1,'GpgFrontend::GlobalSettingStation::Impl::Impl()']]], - ['import_5fkeys_1324',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()']]], - ['import_5funknown_5fkey_5ffrom_5fkeyserver_1325',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], - ['importkey_1326',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab613412788fe4cf120d6fdef0cb2a54c',1,'GpgFrontend::GpgKeyImportExporter']]], - ['importkeypackage_1327',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a3b5e580bfd67cfda094c664e2987e319',1,'GpgFrontend::KeyPackageOperator']]], - ['infoboardwidget_1328',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['infotab_1329',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]], - ['infovalid_1330',['InfoValid',['../structSoftwareVersion.html#ad17cca5d4ce26f21666721d16b7f4d04',1,'SoftwareVersion']]], - ['init_1331',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], - ['init_5fapp_5fsecure_5fkey_1332',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], - ['initglobalbasicalenv_1333',['InitGlobalBasicalEnv',['../namespaceGpgFrontend.html#acd17bf45c5a18c762d8638fd643eaf41',1,'GpgFrontend']]], - ['initglobalpathenv_1334',['InitGlobalPathEnv',['../namespaceGpgFrontend.html#a2b70b63c5a2173e62168123f6a2ad3da',1,'GpgFrontend']]], - ['initgpgfrontendui_1335',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]], - ['initlocale_1336',['InitLocale',['../namespaceGpgFrontend.html#a7ffad7330067c9ab03842c656fa199f4',1,'GpgFrontend']]], - ['initloggingsystem_1337',['InitLoggingSystem',['../namespaceGpgFrontend.html#afb32e3d737c4bf2e6ad112a90fe7f1f5',1,'GpgFrontend']]], - ['inituitranslations_1338',['InitUITranslations',['../namespaceGpgFrontend_1_1UI.html#af70783922ff1de1800683874eb3aa3ce',1,'GpgFrontend::UI']]], - ['intropage_1339',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]], - ['isallowauthentication_1340',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aa73b6fe349eb4c2438fd0a0ae61b6c03',1,'GpgFrontend::GenKeyInfo']]], - ['isallowcertification_1341',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ae01bbb4af8da59317797d599b28abb31',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeauthentication_1342',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#a6b6635977ea47b1c2220aed48bc5c57d',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangecertification_1343',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#a858ace5de6d4b8cd31fa6c68f33d0f92',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeencryption_1344',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a81d52ff47ecd7aca34fb4f5a613b922d',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangesigning_1345',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a4aedcb38a9fb4ffe65d16bce61a610c4',1,'GpgFrontend::GenKeyInfo']]], - ['isallowencryption_1346',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a75b69b9e3f889e9fc5ffe9ee7af2c365',1,'GpgFrontend::GenKeyInfo']]], - ['isallownopassphrase_1347',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af3cc933fddc87f2a250b6686ceddf4ac',1,'GpgFrontend::GenKeyInfo']]], - ['isallowsigning_1348',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#abc16a0f5b11c814a5fd2ec9198c88a99',1,'GpgFrontend::GenKeyInfo']]], - ['iscardkey_1349',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#a37a00de8cdf77d9af9db794246a13a4a',1,'GpgFrontend::GpgSubKey']]], - ['isdisabled_1350',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a5fe0b8737e463d577acc0db72fff6687',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#adb9d23a5ba193a553ef83203cf763f25',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], - ['isdiscarded_1351',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a20ce6f0be2ccd0509a0e7362e8de7abe',1,'GpgFrontend::UI::QuitDialog']]], - ['isexpired_1352',['IsExpired',['../classGpgFrontend_1_1GpgSubKey.html#a55f5aa99dd86cc5cb3ae175de41e925c',1,'GpgFrontend::GpgSubKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#af813643b81367bbff2d686a346f6c1e8',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgKey.html#aa8da15bbd8c1eefc8685f0f9f16f65fd',1,'GpgFrontend::GpgKey::IsExpired()']]], - ['isexportable_1353',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a61ac1fdc773ecfc5b932a3aedd001eed',1,'GpgFrontend::GpgKeySignature']]], - ['isgood_1354',['IsGood',['../classGpgFrontend_1_1GpgKey.html#ac418e4de3fde347b466c295b7b4434dc',1,'GpgFrontend::GpgKey']]], - ['ishasactualauthenticationcapability_1355',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a2cbc6dfcac640226c924fabbf718c9d8',1,'GpgFrontend::GpgKey']]], - ['ishasactualcertificationcapability_1356',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a5ec602ce6fd35b893ffc33d684c6a7f0',1,'GpgFrontend::GpgKey']]], - ['ishasactualencryptioncapability_1357',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a21844aa5c7d903e6d4c8e0af49aae40a',1,'GpgFrontend::GpgKey']]], - ['ishasactualsigningcapability_1358',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a88eb8cdb73b09440278110b061eeb1df',1,'GpgFrontend::GpgKey']]], - ['ishasauthenticationcapability_1359',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a4ada9f15077101753524df3eeaa893c4',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#af305996f419fef0dde7aa2a1b58ecd5f',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], - ['ishascardkey_1360',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#ad2b67a93cdcf2bcc2a5378927174df16',1,'GpgFrontend::GpgKey']]], - ['ishascertificationcapability_1361',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a6e727e4007782d75882eb1a2bc30c820',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a8afd699012e6367d5fb71655dc37e22c',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability() const -> bool']]], - ['ishasencryptioncapability_1362',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgSubKey.html#a36919446a988986a04dc91264e31d8dd',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgKey.html#a8f19ab9a9610f5ee20dcd29af438b03f',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability() const -> bool']]], - ['ishasmasterkey_1363',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#a63903b2b5c8f1b4ebbe869f47c01b8f1',1,'GpgFrontend::GpgKey']]], - ['ishassigningcapability_1364',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a15e6f328b8cc6dc69e097d366a5bb351',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a8b3c6780ca6e94aa6b7fa22ee0e4a2c0',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], - ['isinvalid_1365',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a7f6af885500105df3c2a53a6ba9f5f62',1,'GpgFrontend::GpgKeySignature']]], - ['ismoduleactivate_1366',['IsModuleActivate',['../namespaceGpgFrontend_1_1Module.html#ad603c5872c4d356cb59b70b63b99126c',1,'GpgFrontend::Module']]], - ['isnonexpired_1367',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#a812adab61edebf96bbba4a18c2b82a72',1,'GpgFrontend::GenKeyInfo']]], - ['isnopassphrase_1368',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a2dd1d385b95569e60526cbf15bdf03ec',1,'GpgFrontend::GenKeyInfo']]], - ['isprivatekey_1369',['IsPrivateKey',['../classGpgFrontend_1_1GpgSubKey.html#ac3e89f13273f8a7743f47e2ddd1e479e',1,'GpgFrontend::GpgSubKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgKey.html#a7a5d1f4509b49f58265d659c6b73779a',1,'GpgFrontend::GpgKey::IsPrivateKey()']]], - ['isrevoked_1370',['IsRevoked',['../classGpgFrontend_1_1GpgSubKey.html#a6e7401fb58bfb3dcc719c06898504bfa',1,'GpgFrontend::GpgSubKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#ae3eb5dccbf6c2702ceeeec37308ff642',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgKey.html#a7c1ce8ebb77dbe555fc6db5cb90b27e4',1,'GpgFrontend::GpgKey::IsRevoked()']]], - ['isrunning_1371',['IsRunning',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a172bca161e13c253b16f0f712721b450',1,'GpgFrontend::Thread::TaskRunner']]], - ['issecretkey_1372',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8e0cfcf0ea8c4c6478926f7254233756',1,'GpgFrontend::GpgSubKey']]], - ['issubkey_1373',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a5018adac1ec215cc17dd7dabea39829d',1,'GpgFrontend::GenKeyInfo']]] + ['impl_1325',['Impl',['../classGpgFrontend_1_1GpgContext_1_1Impl.html#af1cf48d1f5f5a16193c0e575fdec2f95',1,'GpgFrontend::GpgContext::Impl::Impl()'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a9572b3082d5b9f6e08fc7992114b19ce',1,'GpgFrontend::GlobalSettingStation::Impl::Impl()']]], + ['import_5fkeys_1326',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()']]], + ['import_5funknown_5fkey_5ffrom_5fkeyserver_1327',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], + ['importkey_1328',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab613412788fe4cf120d6fdef0cb2a54c',1,'GpgFrontend::GpgKeyImportExporter']]], + ['importkeypackage_1329',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a3b5e580bfd67cfda094c664e2987e319',1,'GpgFrontend::KeyPackageOperator']]], + ['infoboardwidget_1330',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['infotab_1331',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]], + ['infovalid_1332',['InfoValid',['../structSoftwareVersion.html#ad17cca5d4ce26f21666721d16b7f4d04',1,'SoftwareVersion']]], + ['init_1333',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], + ['init_5fapp_5fsecure_5fkey_1334',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], + ['initglobalbasicalenv_1335',['InitGlobalBasicalEnv',['../namespaceGpgFrontend.html#acd17bf45c5a18c762d8638fd643eaf41',1,'GpgFrontend']]], + ['initglobalpathenv_1336',['InitGlobalPathEnv',['../namespaceGpgFrontend.html#a2b70b63c5a2173e62168123f6a2ad3da',1,'GpgFrontend']]], + ['initgpgfrontendui_1337',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]], + ['initlocale_1338',['InitLocale',['../namespaceGpgFrontend.html#a7ffad7330067c9ab03842c656fa199f4',1,'GpgFrontend']]], + ['initloggingsystem_1339',['InitLoggingSystem',['../namespaceGpgFrontend.html#afb32e3d737c4bf2e6ad112a90fe7f1f5',1,'GpgFrontend']]], + ['inituitranslations_1340',['InitUITranslations',['../namespaceGpgFrontend_1_1UI.html#af70783922ff1de1800683874eb3aa3ce',1,'GpgFrontend::UI']]], + ['intropage_1341',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]], + ['isallowauthentication_1342',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aa73b6fe349eb4c2438fd0a0ae61b6c03',1,'GpgFrontend::GenKeyInfo']]], + ['isallowcertification_1343',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ae01bbb4af8da59317797d599b28abb31',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeauthentication_1344',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#a6b6635977ea47b1c2220aed48bc5c57d',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangecertification_1345',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#a858ace5de6d4b8cd31fa6c68f33d0f92',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeencryption_1346',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a81d52ff47ecd7aca34fb4f5a613b922d',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangesigning_1347',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a4aedcb38a9fb4ffe65d16bce61a610c4',1,'GpgFrontend::GenKeyInfo']]], + ['isallowencryption_1348',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a75b69b9e3f889e9fc5ffe9ee7af2c365',1,'GpgFrontend::GenKeyInfo']]], + ['isallownopassphrase_1349',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af3cc933fddc87f2a250b6686ceddf4ac',1,'GpgFrontend::GenKeyInfo']]], + ['isallowsigning_1350',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#abc16a0f5b11c814a5fd2ec9198c88a99',1,'GpgFrontend::GenKeyInfo']]], + ['iscardkey_1351',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#a37a00de8cdf77d9af9db794246a13a4a',1,'GpgFrontend::GpgSubKey']]], + ['isdisabled_1352',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a5fe0b8737e463d577acc0db72fff6687',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#adb9d23a5ba193a553ef83203cf763f25',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], + ['isdiscarded_1353',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a20ce6f0be2ccd0509a0e7362e8de7abe',1,'GpgFrontend::UI::QuitDialog']]], + ['isexpired_1354',['IsExpired',['../classGpgFrontend_1_1GpgSubKey.html#a55f5aa99dd86cc5cb3ae175de41e925c',1,'GpgFrontend::GpgSubKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#af813643b81367bbff2d686a346f6c1e8',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgKey.html#aa8da15bbd8c1eefc8685f0f9f16f65fd',1,'GpgFrontend::GpgKey::IsExpired()']]], + ['isexportable_1355',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a61ac1fdc773ecfc5b932a3aedd001eed',1,'GpgFrontend::GpgKeySignature']]], + ['isgood_1356',['IsGood',['../classGpgFrontend_1_1GpgKey.html#ac418e4de3fde347b466c295b7b4434dc',1,'GpgFrontend::GpgKey']]], + ['ishasactualauthenticationcapability_1357',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a2cbc6dfcac640226c924fabbf718c9d8',1,'GpgFrontend::GpgKey']]], + ['ishasactualcertificationcapability_1358',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a5ec602ce6fd35b893ffc33d684c6a7f0',1,'GpgFrontend::GpgKey']]], + ['ishasactualencryptioncapability_1359',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a21844aa5c7d903e6d4c8e0af49aae40a',1,'GpgFrontend::GpgKey']]], + ['ishasactualsigningcapability_1360',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a88eb8cdb73b09440278110b061eeb1df',1,'GpgFrontend::GpgKey']]], + ['ishasauthenticationcapability_1361',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a4ada9f15077101753524df3eeaa893c4',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#af305996f419fef0dde7aa2a1b58ecd5f',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], + ['ishascardkey_1362',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#ad2b67a93cdcf2bcc2a5378927174df16',1,'GpgFrontend::GpgKey']]], + ['ishascertificationcapability_1363',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a6e727e4007782d75882eb1a2bc30c820',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a8afd699012e6367d5fb71655dc37e22c',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability() const -> bool']]], + ['ishasencryptioncapability_1364',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgSubKey.html#a36919446a988986a04dc91264e31d8dd',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgKey.html#a8f19ab9a9610f5ee20dcd29af438b03f',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability() const -> bool']]], + ['ishasmasterkey_1365',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#a63903b2b5c8f1b4ebbe869f47c01b8f1',1,'GpgFrontend::GpgKey']]], + ['ishassigningcapability_1366',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a15e6f328b8cc6dc69e097d366a5bb351',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a8b3c6780ca6e94aa6b7fa22ee0e4a2c0',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], + ['isinvalid_1367',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a7f6af885500105df3c2a53a6ba9f5f62',1,'GpgFrontend::GpgKeySignature']]], + ['ismoduleactivate_1368',['IsModuleActivate',['../namespaceGpgFrontend_1_1Module.html#ad603c5872c4d356cb59b70b63b99126c',1,'GpgFrontend::Module']]], + ['isnonexpired_1369',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#a812adab61edebf96bbba4a18c2b82a72',1,'GpgFrontend::GenKeyInfo']]], + ['isnopassphrase_1370',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a2dd1d385b95569e60526cbf15bdf03ec',1,'GpgFrontend::GenKeyInfo']]], + ['isprivatekey_1371',['IsPrivateKey',['../classGpgFrontend_1_1GpgSubKey.html#ac3e89f13273f8a7743f47e2ddd1e479e',1,'GpgFrontend::GpgSubKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgKey.html#a7a5d1f4509b49f58265d659c6b73779a',1,'GpgFrontend::GpgKey::IsPrivateKey()']]], + ['isrevoked_1372',['IsRevoked',['../classGpgFrontend_1_1GpgSubKey.html#a6e7401fb58bfb3dcc719c06898504bfa',1,'GpgFrontend::GpgSubKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#ae3eb5dccbf6c2702ceeeec37308ff642',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgKey.html#a7c1ce8ebb77dbe555fc6db5cb90b27e4',1,'GpgFrontend::GpgKey::IsRevoked()']]], + ['isrunning_1373',['IsRunning',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a172bca161e13c253b16f0f712721b450',1,'GpgFrontend::Thread::TaskRunner']]], + ['issecretkey_1374',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8e0cfcf0ea8c4c6478926f7254233756',1,'GpgFrontend::GpgSubKey']]], + ['issubkey_1375',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a5018adac1ec215cc17dd7dabea39829d',1,'GpgFrontend::GenKeyInfo']]] ]; diff --git a/docs/html/search/functions_9.js b/docs/html/search/functions_9.js index dd10d740..c932b206 100644 --- a/docs/html/search/functions_9.js +++ b/docs/html/search/functions_9.js @@ -1,22 +1,22 @@ var searchData= [ - ['keygendialog_1374',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]], - ['keygenpage_1375',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]], - ['keyimportdetaildialog_1376',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a93cb4a357b44060c5eee9186bd33e7af',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['keylist_1377',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]], - ['keymgmt_1378',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]], - ['keynewuiddialog_1379',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['keypairdetailtab_1380',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a90263d565b9343cf03de5542e9dee9a7',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['keypairoperatab_1381',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#afdfa89db24ac6c3a073e029882a4f2e8',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['keypairsubkeytab_1382',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a9ba9e92dcb92dbed09db4aa72d2c346d',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['keypairuidtab_1383',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0743109e397d0cc842b2d5155c61ecf3',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['keypressevent_1384',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aad531bef81bf8264be3a181efd6b473d',1,'GpgFrontend::UI::FileTreeView::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()']]], - ['keyserverimportdialog_1385',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['keyserverimporttask_1386',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#afd28e55f5fa19fbaa0f1f430abd3c07d',1,'GpgFrontend::UI::KeyServerImportTask']]], - ['keyserversearchtask_1387',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ab0bdaf21a52b44090a935ae8d36651b7',1,'GpgFrontend::UI::KeyServerSearchTask']]], - ['keyservertab_1388',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]], - ['keysetexpiredatedialog_1389',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5dec3013f476b4b2c0b624b2705b39d7',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QString subkey_fpr, QWidget *parent=nullptr)']]], - ['keytable_1390',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae78160011d93abc43a1ca0f28c2ad943',1,'GpgFrontend::UI::KeyTable']]], - ['keyuidsigndialog_1391',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['keyuploaddialog_1392',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog']]] + ['keygendialog_1376',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]], + ['keygenpage_1377',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]], + ['keyimportdetaildialog_1378',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a93cb4a357b44060c5eee9186bd33e7af',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['keylist_1379',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]], + ['keymgmt_1380',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]], + ['keynewuiddialog_1381',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['keypairdetailtab_1382',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a90263d565b9343cf03de5542e9dee9a7',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['keypairoperatab_1383',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#afdfa89db24ac6c3a073e029882a4f2e8',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['keypairsubkeytab_1384',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a9ba9e92dcb92dbed09db4aa72d2c346d',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['keypairuidtab_1385',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0743109e397d0cc842b2d5155c61ecf3',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['keypressevent_1386',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aad531bef81bf8264be3a181efd6b473d',1,'GpgFrontend::UI::FileTreeView::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()']]], + ['keyserverimportdialog_1387',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['keyserverimporttask_1388',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#afd28e55f5fa19fbaa0f1f430abd3c07d',1,'GpgFrontend::UI::KeyServerImportTask']]], + ['keyserversearchtask_1389',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ab0bdaf21a52b44090a935ae8d36651b7',1,'GpgFrontend::UI::KeyServerSearchTask']]], + ['keyservertab_1390',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]], + ['keysetexpiredatedialog_1391',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5dec3013f476b4b2c0b624b2705b39d7',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QString subkey_fpr, QWidget *parent=nullptr)']]], + ['keytable_1392',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae78160011d93abc43a1ca0f28c2ad943',1,'GpgFrontend::UI::KeyTable']]], + ['keyuidsigndialog_1393',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['keyuploaddialog_1394',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog']]] ]; diff --git a/docs/html/search/functions_a.js b/docs/html/search/functions_a.js index e4b5aa5a..3424c90e 100644 --- a/docs/html/search/functions_a.js +++ b/docs/html/search/functions_a.js @@ -1,14 +1,14 @@ var searchData= [ - ['listarchive_1393',['ListArchive',['../classGpgFrontend_1_1ArchiveFileOperator.html#ab9159da7105707d91ece86e67deead07',1,'GpgFrontend::ArchiveFileOperator']]], - ['listedkeyservertesttask_1394',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a260619046e2b8af8d3396cefa7a05129',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], - ['listenrtpublishevent_1395',['ListenRTPublishEvent',['../namespaceGpgFrontend_1_1Module.html#af88df9c72a7e6ec8dede9afc7234aca7',1,'GpgFrontend::Module']]], - ['listlanguages_1396',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#ab3c3f59d98afb1f284a7149f4ff971b8',1,'GpgFrontend::UI::SettingsDialog']]], - ['listrtchildkeys_1397',['ListRTChildKeys',['../namespaceGpgFrontend_1_1Module.html#a92a4ccb9246f778143ad3e88d2068d7c',1,'GpgFrontend::Module']]], - ['load_5fcache_5fstorage_1398',['load_cache_storage',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#abf1dd239b38bc2eceb4de984b4f7d13a',1,'GpgFrontend::CacheManager::Impl']]], - ['loadcache_1399',['LoadCache',['../classGpgFrontend_1_1CacheManager.html#a8d131df5a66d20a10a8c86c7f7ad0cc4',1,'GpgFrontend::CacheManager']]], - ['loaddurablecache_1400',['LoadDurableCache',['../classGpgFrontend_1_1CacheManager.html#a3c9be71d8cff25c1b6b103f075ec83f4',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key) -> QJsonDocument'],['../classGpgFrontend_1_1CacheManager.html#a670ccb45bd8c1297f208db133831e742',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key, QJsonDocument default_value) -> QJsonDocument']]], - ['loadfile_1401',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], - ['loadgpgfrontendmodules_1402',['LoadGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a7f3912fe331338264ae22e434425f59e',1,'GpgFrontend::Module']]], - ['localized_5fhelp_1403',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af839ba3ff0decc82aadb922593acf53f',1,'GpgFrontend::UI::HelpPage']]] + ['listarchive_1395',['ListArchive',['../classGpgFrontend_1_1ArchiveFileOperator.html#ab9159da7105707d91ece86e67deead07',1,'GpgFrontend::ArchiveFileOperator']]], + ['listedkeyservertesttask_1396',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a260619046e2b8af8d3396cefa7a05129',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], + ['listenrtpublishevent_1397',['ListenRTPublishEvent',['../namespaceGpgFrontend_1_1Module.html#af88df9c72a7e6ec8dede9afc7234aca7',1,'GpgFrontend::Module']]], + ['listlanguages_1398',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#ab3c3f59d98afb1f284a7149f4ff971b8',1,'GpgFrontend::UI::SettingsDialog']]], + ['listrtchildkeys_1399',['ListRTChildKeys',['../namespaceGpgFrontend_1_1Module.html#a92a4ccb9246f778143ad3e88d2068d7c',1,'GpgFrontend::Module']]], + ['load_5fcache_5fstorage_1400',['load_cache_storage',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#abf1dd239b38bc2eceb4de984b4f7d13a',1,'GpgFrontend::CacheManager::Impl']]], + ['loadcache_1401',['LoadCache',['../classGpgFrontend_1_1CacheManager.html#a8d131df5a66d20a10a8c86c7f7ad0cc4',1,'GpgFrontend::CacheManager']]], + ['loaddurablecache_1402',['LoadDurableCache',['../classGpgFrontend_1_1CacheManager.html#a3c9be71d8cff25c1b6b103f075ec83f4',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key) -> QJsonDocument'],['../classGpgFrontend_1_1CacheManager.html#a670ccb45bd8c1297f208db133831e742',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key, QJsonDocument default_value) -> QJsonDocument']]], + ['loadfile_1403',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], + ['loadgpgfrontendmodules_1404',['LoadGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a7f3912fe331338264ae22e434425f59e',1,'GpgFrontend::Module']]], + ['localized_5fhelp_1405',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af839ba3ff0decc82aadb922593acf53f',1,'GpgFrontend::UI::HelpPage']]] ]; diff --git a/docs/html/search/functions_b.js b/docs/html/search/functions_b.js index 0240817d..6833606b 100644 --- a/docs/html/search/functions_b.js +++ b/docs/html/search/functions_b.js @@ -1,9 +1,9 @@ var searchData= [ - ['maybe_5fsave_5fcurrent_5ftab_1404',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], - ['maybesaveanytab_1405',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a2ef7669b3b92d4a8c2b0782787653555',1,'GpgFrontend::UI::TextEdit']]], - ['modifypassword_1406',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#a5e65fa1edd5db89b38cf021975a60465',1,'GpgFrontend::GpgKeyOpera']]], - ['modifytofupolicy_1407',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a9e8efd9e57e05059396f0120535eef30',1,'GpgFrontend::GpgKeyOpera']]], - ['modulecontrollerdialog_1408',['ModuleControllerDialog',['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html#af9f73c66a013fdd10626cc61cbf4498e',1,'GpgFrontend::UI::ModuleControllerDialog']]], - ['mousepressevent_1409',['mousePressEvent',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a1c0a1f76a713872530980b14baaaec29',1,'GpgFrontend::UI::FileTreeView']]] + ['maybe_5fsave_5fcurrent_5ftab_1406',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], + ['maybesaveanytab_1407',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a2ef7669b3b92d4a8c2b0782787653555',1,'GpgFrontend::UI::TextEdit']]], + ['modifypassword_1408',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#a5e65fa1edd5db89b38cf021975a60465',1,'GpgFrontend::GpgKeyOpera']]], + ['modifytofupolicy_1409',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a9e8efd9e57e05059396f0120535eef30',1,'GpgFrontend::GpgKeyOpera']]], + ['modulecontrollerdialog_1410',['ModuleControllerDialog',['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html#af9f73c66a013fdd10626cc61cbf4498e',1,'GpgFrontend::UI::ModuleControllerDialog']]], + ['mousepressevent_1411',['mousePressEvent',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a1c0a1f76a713872530980b14baaaec29',1,'GpgFrontend::UI::FileTreeView']]] ]; diff --git a/docs/html/search/functions_c.js b/docs/html/search/functions_c.js index bc0dc28a..37253169 100644 --- a/docs/html/search/functions_c.js +++ b/docs/html/search/functions_c.js @@ -1,9 +1,9 @@ var searchData= [ - ['needupgrade_1410',['NeedUpgrade',['../structSoftwareVersion.html#a7ee4d13cc556ef34e016ac1d67e3e087',1,'SoftwareVersion']]], - ['networktab_1411',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]], - ['newarchive2dataexchanger_1412',['NewArchive2DataExchanger',['../classGpgFrontend_1_1ArchiveFileOperator.html#ad8c5a68a80b99346ab622f329b4c8f3c',1,'GpgFrontend::ArchiveFileOperator']]], - ['nextid_1413',['nextId',['../classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4',1,'GpgFrontend::UI::IntroPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0',1,'GpgFrontend::UI::ChoosePage::nextId()'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead',1,'GpgFrontend::UI::KeyGenPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7',1,'GpgFrontend::UI::ConclusionPage::nextId()']]], - ['notify_1414',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['notifyfilesaved_1415',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] + ['needupgrade_1412',['NeedUpgrade',['../structSoftwareVersion.html#a7ee4d13cc556ef34e016ac1d67e3e087',1,'SoftwareVersion']]], + ['networktab_1413',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]], + ['newarchive2dataexchanger_1414',['NewArchive2DataExchanger',['../classGpgFrontend_1_1ArchiveFileOperator.html#ad8c5a68a80b99346ab622f329b4c8f3c',1,'GpgFrontend::ArchiveFileOperator']]], + ['nextid_1415',['nextId',['../classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4',1,'GpgFrontend::UI::IntroPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0',1,'GpgFrontend::UI::ChoosePage::nextId()'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead',1,'GpgFrontend::UI::KeyGenPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7',1,'GpgFrontend::UI::ConclusionPage::nextId()']]], + ['notify_1416',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['notifyfilesaved_1417',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] ]; diff --git a/docs/html/search/functions_d.js b/docs/html/search/functions_d.js index fb442c4d..f7221983 100644 --- a/docs/html/search/functions_d.js +++ b/docs/html/search/functions_d.js @@ -1,8 +1,8 @@ var searchData= [ - ['operator_20gpgme_5fdata_5ft_1416',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], - ['operator_20gpgme_5fkey_5ft_1417',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], - ['operator_3c_3d_1418',['operator<=',['../classGpgFrontend_1_1GpgKey.html#a316766dc789c63c1b459915860d61c40',1,'GpgFrontend::GpgKey']]], - ['operator_3d_1419',['operator=',['../classGpgFrontend_1_1GpgSignature.html#a8fc463fcd607e3d53c211d3bc57b86ad',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgUID.html#a919c71b4832e8866a672d35d9e3ddbd9',1,'GpgFrontend::GpgUID::operator=(const GpgUID &) -> GpgUID &=delete'],['../classGpgFrontend_1_1GpgUID.html#ad974f2650de07111a76336afcd9d8239',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept -> GpgUID &'],['../classGpgFrontend_1_1GpgTOFUInfo.html#ac9e79369424693557fe243881df86858',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &) -> GpgTOFUInfo &=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a0387dad26d2fcc70189fbfad6a9b7936',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept -> GpgTOFUInfo &'],['../classGpgFrontend_1_1GpgSubKey.html#a8b7fa22d50d6bade01af1e347c0539e1',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &) -> GpgSubKey &=delete'],['../classGpgFrontend_1_1GpgSubKey.html#aca8af7e3c71de89b753ff72504dfc5c9',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept -> GpgSubKey &'],['../classGpgFrontend_1_1GpgSignature.html#a4fa42f48fc9cc031e83975a26a840d24',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgKeySignature.html#a2f6e7ba797cc59b26729a8f63038f7dd',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &) -> GpgKeySignature &=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a56f7e2df71d4277105f0b7cef31ca83b',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept -> GpgKeySignature &'],['../classGpgFrontend_1_1GpgKey.html#a869904f711c4a7f484828bfa972c9b76',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &) -> GpgKey &=delete'],['../classGpgFrontend_1_1GpgKey.html#ad4003b0d623b178866fdfe01c4d7c29d',1,'GpgFrontend::GpgKey::operator=(const GpgKey &) -> GpgKey &'],['../classGpgFrontend_1_1GpgKey.html#a47fb1f1e2c5582746cdda0b7fb81ccd8',1,'GpgFrontend::GpgKey::operator=(GpgKey &&) noexcept -> GpgKey &'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a99eb547639a63e7c2f467ebb611c95b7',1,'GpgFrontend::SingletonFunctionObject::operator=()']]], - ['operator_3d_3d_1420',['operator==',['../classGpgFrontend_1_1GpgKey.html#ab5ba2a5bcd115c2c150baaefd244c13a',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#af62212a90e58a861f540e050f549d426',1,'GpgFrontend::GpgSubKey::operator==()']]] + ['operator_20gpgme_5fdata_5ft_1418',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], + ['operator_20gpgme_5fkey_5ft_1419',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], + ['operator_3c_3d_1420',['operator<=',['../classGpgFrontend_1_1GpgKey.html#a316766dc789c63c1b459915860d61c40',1,'GpgFrontend::GpgKey']]], + ['operator_3d_1421',['operator=',['../classGpgFrontend_1_1GpgSignature.html#a8fc463fcd607e3d53c211d3bc57b86ad',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgUID.html#a919c71b4832e8866a672d35d9e3ddbd9',1,'GpgFrontend::GpgUID::operator=(const GpgUID &) -> GpgUID &=delete'],['../classGpgFrontend_1_1GpgUID.html#ad974f2650de07111a76336afcd9d8239',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept -> GpgUID &'],['../classGpgFrontend_1_1GpgTOFUInfo.html#ac9e79369424693557fe243881df86858',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &) -> GpgTOFUInfo &=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a0387dad26d2fcc70189fbfad6a9b7936',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept -> GpgTOFUInfo &'],['../classGpgFrontend_1_1GpgSubKey.html#a8b7fa22d50d6bade01af1e347c0539e1',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &) -> GpgSubKey &=delete'],['../classGpgFrontend_1_1GpgSubKey.html#aca8af7e3c71de89b753ff72504dfc5c9',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept -> GpgSubKey &'],['../classGpgFrontend_1_1GpgSignature.html#a4fa42f48fc9cc031e83975a26a840d24',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgKeySignature.html#a2f6e7ba797cc59b26729a8f63038f7dd',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &) -> GpgKeySignature &=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a56f7e2df71d4277105f0b7cef31ca83b',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept -> GpgKeySignature &'],['../classGpgFrontend_1_1GpgKey.html#a869904f711c4a7f484828bfa972c9b76',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &) -> GpgKey &=delete'],['../classGpgFrontend_1_1GpgKey.html#ad4003b0d623b178866fdfe01c4d7c29d',1,'GpgFrontend::GpgKey::operator=(const GpgKey &) -> GpgKey &'],['../classGpgFrontend_1_1GpgKey.html#a47fb1f1e2c5582746cdda0b7fb81ccd8',1,'GpgFrontend::GpgKey::operator=(GpgKey &&) noexcept -> GpgKey &'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a99eb547639a63e7c2f467ebb611c95b7',1,'GpgFrontend::SingletonFunctionObject::operator=()']]], + ['operator_3d_3d_1422',['operator==',['../classGpgFrontend_1_1GpgKey.html#ab5ba2a5bcd115c2c150baaefd244c13a',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#af62212a90e58a861f540e050f549d426',1,'GpgFrontend::GpgSubKey::operator==()']]] ]; diff --git a/docs/html/search/functions_e.js b/docs/html/search/functions_e.js index 4bbd9f22..a5215a03 100644 --- a/docs/html/search/functions_e.js +++ b/docs/html/search/functions_e.js @@ -1,15 +1,15 @@ var searchData= [ - ['paintevent_1421',['paintEvent',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a464ce9bed987da4652d9862cb101c3e9',1,'GpgFrontend::UI::GRTTreeView']]], - ['passphrasegenerator_1422',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]], - ['plaintexteditorpage_1423',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['postconcurrenttask_1424',['PostConcurrentTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#af65c46061d6ee2008b5fa5593de70026',1,'GpgFrontend::Thread::TaskRunner']]], - ['postscheduletask_1425',['PostScheduleTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac',1,'GpgFrontend::Thread::TaskRunner']]], - ['posttask_1426',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner::PostTask(Task *task)'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a38e1af613d2bc390198a8744f2148f5e',1,'GpgFrontend::Thread::TaskRunner::PostTask(const QString &, const Task::TaskRunnable &, const Task::TaskCallback &, DataObjectPtr)']]], - ['print_5frecipient_1427',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a705d1a24a3ab53ce6d11432b7f907c9d',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['print_5fsigner_1428',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a591bc0f998e7c1e85f1838248c58b212',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['print_5fsigner_5fwithout_5fkey_1429',['print_signer_without_key',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ac35988f5f806ea1bedbbe2a6d5a900aa',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['process_5foperation_1430',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a288897c6062a7820a3a1c5faba7cfeac',1,'GpgFrontend::UI']]], - ['process_5fresult_5fanalyse_1431',['process_result_analyse',['../namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)'],['../namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse_a, const GpgResultAnalyse &result_analyse_b)']]], - ['proxyconnectiontesttask_1432',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956',1,'GpgFrontend::UI::ProxyConnectionTestTask']]] + ['paintevent_1423',['paintEvent',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a464ce9bed987da4652d9862cb101c3e9',1,'GpgFrontend::UI::GRTTreeView']]], + ['passphrasegenerator_1424',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]], + ['plaintexteditorpage_1425',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['postconcurrenttask_1426',['PostConcurrentTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#af65c46061d6ee2008b5fa5593de70026',1,'GpgFrontend::Thread::TaskRunner']]], + ['postscheduletask_1427',['PostScheduleTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac',1,'GpgFrontend::Thread::TaskRunner']]], + ['posttask_1428',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner::PostTask(Task *task)'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a38e1af613d2bc390198a8744f2148f5e',1,'GpgFrontend::Thread::TaskRunner::PostTask(const QString &, const Task::TaskRunnable &, const Task::TaskCallback &, DataObjectPtr)']]], + ['print_5frecipient_1429',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a705d1a24a3ab53ce6d11432b7f907c9d',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['print_5fsigner_1430',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a591bc0f998e7c1e85f1838248c58b212',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['print_5fsigner_5fwithout_5fkey_1431',['print_signer_without_key',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ac35988f5f806ea1bedbbe2a6d5a900aa',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['process_5foperation_1432',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a288897c6062a7820a3a1c5faba7cfeac',1,'GpgFrontend::UI']]], + ['process_5fresult_5fanalyse_1433',['process_result_analyse',['../namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)'],['../namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse_a, const GpgResultAnalyse &result_analyse_b)']]], + ['proxyconnectiontesttask_1434',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956',1,'GpgFrontend::UI::ProxyConnectionTestTask']]] ]; diff --git a/docs/html/search/functions_f.js b/docs/html/search/functions_f.js index 240f4ff8..153f1905 100644 --- a/docs/html/search/functions_f.js +++ b/docs/html/search/functions_f.js @@ -1,4 +1,4 @@ var searchData= [ - ['quitdialog_1433',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog']]] + ['quitdialog_1435',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog']]] ]; diff --git a/docs/html/search/namespaces_0.js b/docs/html/search/namespaces_0.js index e07a5af2..110ba4e2 100644 --- a/docs/html/search/namespaces_0.js +++ b/docs/html/search/namespaces_0.js @@ -1,9 +1,9 @@ var searchData= [ - ['gpgfrontend_1052',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], - ['module_1053',['Module',['../namespaceGpgFrontend_1_1Module.html',1,'GpgFrontend']]], - ['rawapi_1054',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], - ['test_1055',['Test',['../namespaceGpgFrontend_1_1Test.html',1,'GpgFrontend']]], - ['thread_1056',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], - ['ui_1057',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] + ['gpgfrontend_1053',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], + ['module_1054',['Module',['../namespaceGpgFrontend_1_1Module.html',1,'GpgFrontend']]], + ['rawapi_1055',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], + ['test_1056',['Test',['../namespaceGpgFrontend_1_1Test.html',1,'GpgFrontend']]], + ['thread_1057',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], + ['ui_1058',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/namespaces_1.js b/docs/html/search/namespaces_1.js index d4c6df28..a724681c 100644 --- a/docs/html/search/namespaces_1.js +++ b/docs/html/search/namespaces_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['spdlog_1058',['spdlog',['../namespacespdlog.html',1,'']]] + ['spdlog_1059',['spdlog',['../namespacespdlog.html',1,'']]] ]; diff --git a/docs/html/search/pages_0.js b/docs/html/search/pages_0.js index 00983b8c..285da995 100644 --- a/docs/html/search/pages_0.js +++ b/docs/html/search/pages_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['gpgfrontend_20develop_20document_20main_20page_1809',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]] + ['gpgfrontend_20develop_20document_20main_20page_1811',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]] ]; diff --git a/docs/html/search/typedefs_0.js b/docs/html/search/typedefs_0.js index 41cab5cc..527b18d1 100644 --- a/docs/html/search/typedefs_0.js +++ b/docs/html/search/typedefs_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['gpgerror_1807',['GpgError',['../namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8',1,'GpgFrontend']]] + ['gpgerror_1809',['GpgError',['../namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/variables_0.js b/docs/html/search/variables_0.js index 2cad405c..d505e442 100644 --- a/docs/html/search/variables_0.js +++ b/docs/html/search/variables_0.js @@ -1,18 +1,18 @@ var searchData= [ - ['about_5fact_5f_1690',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]], - ['add_5fpgp_5fheader_5fact_5f_1691',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]], - ['additional_5fuid_5fbox_5f_1692',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['advance_5fmenu_5f_1693',['advance_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd4319366aa14f17a166c9f945d4ae90',1,'GpgFrontend::UI::MainWindow']]], - ['algorithm_5fdetail_5fvar_5flabel_5f_1694',['algorithm_detail_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#abbfe5c15ea09478f52f25ce0a91bbbf8',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['algorithm_5fvar_5flabel_5f_1695',['algorithm_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1',1,'GpgFrontend::UI::KeyPairDetailTab::algorithm_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c',1,'GpgFrontend::UI::KeyPairSubkeyTab::algorithm_var_label_()']]], - ['app_5fconfig_5ftarget_5fpath_5f_1696',['app_config_target_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4612f0a224cf38c9f4439b4750476b10',1,'GpgFrontend::GlobalSettingStation::Impl']]], - ['app_5fdata_5fobjs_5fpath_5f_1697',['app_data_objs_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a7eae19f7ada6914cc566912e74c73221',1,'GpgFrontend::GlobalSettingStation::Impl']]], - ['app_5fdata_5fpath_5f_1698',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a67f2e4e8a62d3b34d9f86c9235a35f05',1,'GpgFrontend::GlobalSettingStation::Impl']]], - ['app_5flog_5fpath_5f_1699',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a92ca0d1c51d36d8984528ec089280da7',1,'GpgFrontend::GlobalSettingStation::Impl']]], - ['app_5fportable_5fconfig_5fpath_5f_1700',['app_portable_config_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4f164aa1707e6afdef29387b4a644a59',1,'GpgFrontend::GlobalSettingStation::Impl']]], - ['app_5fsecure_5fkey_5fpath_5f_1701',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a9b13d6d68ebc584cb231e6f349a2a138',1,'GpgFrontend::DataObjectOperator']]], - ['app_5fsecure_5fpath_5f_1702',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a4e7673037b5c7eda5c334d50f8155150',1,'GpgFrontend::DataObjectOperator']]], - ['append_5fselected_5fkeys_5fact_5f_1703',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]], - ['attachment_5fdock_5f_1704',['attachment_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153',1,'GpgFrontend::UI::MainWindow']]] + ['about_5fact_5f_1692',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]], + ['add_5fpgp_5fheader_5fact_5f_1693',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]], + ['additional_5fuid_5fbox_5f_1694',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['advance_5fmenu_5f_1695',['advance_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd4319366aa14f17a166c9f945d4ae90',1,'GpgFrontend::UI::MainWindow']]], + ['algorithm_5fdetail_5fvar_5flabel_5f_1696',['algorithm_detail_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#abbfe5c15ea09478f52f25ce0a91bbbf8',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['algorithm_5fvar_5flabel_5f_1697',['algorithm_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1',1,'GpgFrontend::UI::KeyPairDetailTab::algorithm_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c',1,'GpgFrontend::UI::KeyPairSubkeyTab::algorithm_var_label_()']]], + ['app_5fconfig_5ftarget_5fpath_5f_1698',['app_config_target_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4612f0a224cf38c9f4439b4750476b10',1,'GpgFrontend::GlobalSettingStation::Impl']]], + ['app_5fdata_5fobjs_5fpath_5f_1699',['app_data_objs_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a7eae19f7ada6914cc566912e74c73221',1,'GpgFrontend::GlobalSettingStation::Impl']]], + ['app_5fdata_5fpath_5f_1700',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a67f2e4e8a62d3b34d9f86c9235a35f05',1,'GpgFrontend::GlobalSettingStation::Impl']]], + ['app_5flog_5fpath_5f_1701',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a92ca0d1c51d36d8984528ec089280da7',1,'GpgFrontend::GlobalSettingStation::Impl']]], + ['app_5fportable_5fconfig_5fpath_5f_1702',['app_portable_config_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4f164aa1707e6afdef29387b4a644a59',1,'GpgFrontend::GlobalSettingStation::Impl']]], + ['app_5fsecure_5fkey_5fpath_5f_1703',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a9b13d6d68ebc584cb231e6f349a2a138',1,'GpgFrontend::DataObjectOperator']]], + ['app_5fsecure_5fpath_5f_1704',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a4e7673037b5c7eda5c334d50f8155150',1,'GpgFrontend::DataObjectOperator']]], + ['append_5fselected_5fkeys_5fact_5f_1705',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]], + ['attachment_5fdock_5f_1706',['attachment_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_1.js b/docs/html/search/variables_1.js index 8d29093e..4a78f52b 100644 --- a/docs/html/search/variables_1.js +++ b/docs/html/search/variables_1.js @@ -1,6 +1,6 @@ var searchData= [ - ['browser_5f_1705',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]], - ['browser_5fact_5f_1706',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]], - ['button_5fbox_5f_1707',['button_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52',1,'GpgFrontend::UI::KeyGenDialog::button_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2',1,'GpgFrontend::UI::SubkeyGenerateDialog::button_box_()']]] + ['browser_5f_1707',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]], + ['browser_5fact_5f_1708',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]], + ['button_5fbox_5f_1709',['button_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52',1,'GpgFrontend::UI::KeyGenDialog::button_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2',1,'GpgFrontend::UI::SubkeyGenerateDialog::button_box_()']]] ]; diff --git a/docs/html/search/variables_10.js b/docs/html/search/variables_10.js index 4c007b23..d086b0c0 100644 --- a/docs/html/search/variables_10.js +++ b/docs/html/search/variables_10.js @@ -1,5 +1,5 @@ var searchData= [ - ['rd_5f_1787',['rd_',['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator']]], - ['redo_5fact_5f_1788',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]] + ['rd_5f_1789',['rd_',['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator']]], + ['redo_5fact_5f_1790',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_11.js b/docs/html/search/variables_11.js index 307b3a6f..3f82f7af 100644 --- a/docs/html/search/variables_11.js +++ b/docs/html/search/variables_11.js @@ -1,15 +1,15 @@ var searchData= [ - ['save_5fact_5f_1789',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], - ['save_5fas_5fact_5f_1790',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], - ['select_5fall_5fact_5f_1791',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], - ['show_5fkey_5fdetails_5fact_5f_1792',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], - ['sign_5fact_5f_1793',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], - ['sign_5fmarked_5f_1794',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['special_5fedit_5ftool_5fbar_5f_1795',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], - ['start_5fwizard_5fact_5f_1796',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], - ['steganography_5fmenu_5f_1797',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], - ['storages_5fmutex_5f_1798',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a10851118e959ef798ae9c534dac74824',1,'GpgFrontend::SingletonStorageCollection::Impl']]], - ['switch_5ftab_5fdown_5fact_5f_1799',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5ftab_5fup_5fact_5f_1800',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]] + ['save_5fact_5f_1791',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], + ['save_5fas_5fact_5f_1792',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], + ['select_5fall_5fact_5f_1793',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], + ['show_5fkey_5fdetails_5fact_5f_1794',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], + ['sign_5fact_5f_1795',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], + ['sign_5fmarked_5f_1796',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['special_5fedit_5ftool_5fbar_5f_1797',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], + ['start_5fwizard_5fact_5f_1798',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], + ['steganography_5fmenu_5f_1799',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], + ['storages_5fmutex_5f_1800',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a10851118e959ef798ae9c534dac74824',1,'GpgFrontend::SingletonStorageCollection::Impl']]], + ['switch_5ftab_5fdown_5fact_5f_1801',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5ftab_5fup_5fact_5f_1802',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_12.js b/docs/html/search/variables_12.js index 880ee9cc..efa8d068 100644 --- a/docs/html/search/variables_12.js +++ b/docs/html/search/variables_12.js @@ -1,4 +1,4 @@ var searchData= [ - ['translate_5fact_5f_1801',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]] + ['translate_5fact_5f_1803',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_13.js b/docs/html/search/variables_13.js index 7dcb324e..23b9520a 100644 --- a/docs/html/search/variables_13.js +++ b/docs/html/search/variables_13.js @@ -1,4 +1,4 @@ var searchData= [ - ['undo_5fact_5f_1802',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]] + ['undo_5fact_5f_1804',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_14.js b/docs/html/search/variables_14.js index 7cbca5a2..bcf79174 100644 --- a/docs/html/search/variables_14.js +++ b/docs/html/search/variables_14.js @@ -1,5 +1,5 @@ var searchData= [ - ['verify_5fact_5f_1803',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], - ['view_5fmenu_5f_1804',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] + ['verify_5fact_5f_1805',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], + ['view_5fmenu_5f_1806',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_15.js b/docs/html/search/variables_15.js index 290e71e9..3b618734 100644 --- a/docs/html/search/variables_15.js +++ b/docs/html/search/variables_15.js @@ -1,5 +1,5 @@ var searchData= [ - ['zoom_5fin_5fact_5f_1805',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], - ['zoom_5fout_5fact_5f_1806',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] + ['zoom_5fin_5fact_5f_1807',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], + ['zoom_5fout_5fact_5f_1808',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_2.js b/docs/html/search/variables_2.js index 97efb755..0f7b85d9 100644 --- a/docs/html/search/variables_2.js +++ b/docs/html/search/variables_2.js @@ -1,20 +1,20 @@ var searchData= [ - ['channel_5f_1708',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]], - ['check_5fupdate_5fact_5f_1709',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]], - ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1710',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]], - ['close_5ftab_5fact_5f_1711',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]], - ['comment_5fedit_5f_1712',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]], - ['comment_5fvar_5flabel_5f_1713',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['copy_5fact_5f_1714',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]], - ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1715',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]], - ['count_5fpage_5f_1716',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]], - ['created_5fvar_5flabel_5f_1717',['created_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36',1,'GpgFrontend::UI::KeyPairSubkeyTab::created_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975',1,'GpgFrontend::UI::KeyPairDetailTab::created_var_label_()']]], - ['crypt_5fmenu_5f_1718',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]], - ['crypt_5ftool_5fbar_5f_1719',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]], - ['ctx_5f_1720',['ctx_',['../classGpgFrontend_1_1GpgBasicOperator.html#afad990a43ab06a060a93db9948ebb740',1,'GpgFrontend::GpgBasicOperator::ctx_()'],['../classGpgFrontend_1_1GpgFileOpera.html#a1b78c6554dc6f6e2055664e825a0d1c4',1,'GpgFrontend::GpgFileOpera::ctx_()'],['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a4b6ff4f9484315d6352149b99efcdedd',1,'GpgFrontend::GpgKeyGetter::Impl::ctx_()']]], - ['ctx_5fmutex_5f_1721',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#ab8b61ca5dc753cc736a6a9062006e339',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['current_5freply_5f_1722',['current_reply_',['../classVersionCheckTask.html#ab7ca1879053fa4b0abdca877b53fb62e',1,'VersionCheckTask']]], - ['cut_5fact_5f_1723',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]], - ['cut_5fpgp_5fheader_5fact_5f_1724',['cut_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86',1,'GpgFrontend::UI::MainWindow']]] + ['channel_5f_1710',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]], + ['check_5fupdate_5fact_5f_1711',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]], + ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1712',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]], + ['close_5ftab_5fact_5f_1713',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]], + ['comment_5fedit_5f_1714',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]], + ['comment_5fvar_5flabel_5f_1715',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['copy_5fact_5f_1716',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]], + ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1717',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]], + ['count_5fpage_5f_1718',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]], + ['created_5fvar_5flabel_5f_1719',['created_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36',1,'GpgFrontend::UI::KeyPairSubkeyTab::created_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975',1,'GpgFrontend::UI::KeyPairDetailTab::created_var_label_()']]], + ['crypt_5fmenu_5f_1720',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]], + ['crypt_5ftool_5fbar_5f_1721',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]], + ['ctx_5f_1722',['ctx_',['../classGpgFrontend_1_1GpgBasicOperator.html#afad990a43ab06a060a93db9948ebb740',1,'GpgFrontend::GpgBasicOperator::ctx_()'],['../classGpgFrontend_1_1GpgFileOpera.html#a1b78c6554dc6f6e2055664e825a0d1c4',1,'GpgFrontend::GpgFileOpera::ctx_()'],['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a4b6ff4f9484315d6352149b99efcdedd',1,'GpgFrontend::GpgKeyGetter::Impl::ctx_()']]], + ['ctx_5fmutex_5f_1723',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#ab8b61ca5dc753cc736a6a9062006e339',1,'GpgFrontend::GpgKeyGetter::Impl']]], + ['current_5freply_5f_1724',['current_reply_',['../classVersionCheckTask.html#ab7ca1879053fa4b0abdca877b53fb62e',1,'VersionCheckTask']]], + ['cut_5fact_5f_1725',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]], + ['cut_5fpgp_5fheader_5fact_5f_1726',['cut_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_3.js b/docs/html/search/variables_3.js index 3911ded6..e5dfc50b 100644 --- a/docs/html/search/variables_3.js +++ b/docs/html/search/variables_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['date_5fedit_5f_1725',['date_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd',1,'GpgFrontend::UI::KeyGenDialog::date_edit_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d',1,'GpgFrontend::UI::SubkeyGenerateDialog::date_edit_()']]], - ['decrypt_5fact_5f_1726',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]], - ['decrypt_5fverify_5fact_5f_1727',['decrypt_verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1',1,'GpgFrontend::UI::MainWindow']]] + ['date_5fedit_5f_1727',['date_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd',1,'GpgFrontend::UI::KeyGenDialog::date_edit_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d',1,'GpgFrontend::UI::SubkeyGenerateDialog::date_edit_()']]], + ['decrypt_5fact_5f_1728',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]], + ['decrypt_5fverify_5fact_5f_1729',['decrypt_verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_4.js b/docs/html/search/variables_4.js index fabed075..f4a16c0b 100644 --- a/docs/html/search/variables_4.js +++ b/docs/html/search/variables_4.js @@ -1,14 +1,14 @@ var searchData= [ - ['edit_5f_1728',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]], - ['edit_5fmenu_5f_1729',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]], - ['edit_5ftool_5fbar_5f_1730',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]], - ['email_5fedit_5f_1731',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]], - ['email_5fvar_5flabel_5f_1732',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['encrypt_5fact_5f_1733',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]], - ['encrypt_5fsign_5fact_5f_1734',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]], - ['error_5flabel_5f_1735',['error_label_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219',1,'GpgFrontend::UI::KeyGenDialog::error_label_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683',1,'GpgFrontend::UI::SubkeyGenerateDialog::error_label_()']]], - ['error_5fmessages_5f_1736',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]], - ['expire_5fcheck_5fbox_5f_1737',['expire_check_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d',1,'GpgFrontend::UI::KeyGenDialog::expire_check_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2',1,'GpgFrontend::UI::SubkeyGenerateDialog::expire_check_box_()']]], - ['expire_5fvar_5flabel_5f_1738',['expire_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0',1,'GpgFrontend::UI::KeyPairDetailTab::expire_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927',1,'GpgFrontend::UI::KeyPairSubkeyTab::expire_var_label_()']]] + ['edit_5f_1730',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]], + ['edit_5fmenu_5f_1731',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]], + ['edit_5ftool_5fbar_5f_1732',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]], + ['email_5fedit_5f_1733',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]], + ['email_5fvar_5flabel_5f_1734',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['encrypt_5fact_5f_1735',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]], + ['encrypt_5fsign_5fact_5f_1736',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]], + ['error_5flabel_5f_1737',['error_label_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219',1,'GpgFrontend::UI::KeyGenDialog::error_label_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683',1,'GpgFrontend::UI::SubkeyGenerateDialog::error_label_()']]], + ['error_5fmessages_5f_1738',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]], + ['expire_5fcheck_5fbox_5f_1739',['expire_check_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d',1,'GpgFrontend::UI::KeyGenDialog::expire_check_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2',1,'GpgFrontend::UI::SubkeyGenerateDialog::expire_check_box_()']]], + ['expire_5fvar_5flabel_5f_1740',['expire_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0',1,'GpgFrontend::UI::KeyPairDetailTab::expire_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927',1,'GpgFrontend::UI::KeyPairSubkeyTab::expire_var_label_()']]] ]; diff --git a/docs/html/search/variables_5.js b/docs/html/search/variables_5.js index 77826ca9..06f4fdbf 100644 --- a/docs/html/search/variables_5.js +++ b/docs/html/search/variables_5.js @@ -1,11 +1,11 @@ var searchData= [ - ['file_5fmenu_5f_1739',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]], - ['file_5ftool_5fbar_5f_1740',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]], - ['find_5fact_5f_1741',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]], - ['find_5fedit_5f_1742',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]], - ['fingerprint_5fbox_5f_1743',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['fingerprint_5fvar_5flabel_5f_1744',['fingerprint_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6',1,'GpgFrontend::UI::KeyPairDetailTab::fingerprint_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf',1,'GpgFrontend::UI::KeyPairSubkeyTab::fingerprint_var_label_()']]], - ['fpr_5f_1745',['fpr_',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a7d4b0cfcf5af0d4f7b7e121651cdf96d',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], - ['full_5ffile_5fpath_5f_1746',['full_file_path_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db',1,'GpgFrontend::UI::PlainTextEditorPage']]] + ['file_5fmenu_5f_1741',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]], + ['file_5ftool_5fbar_5f_1742',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]], + ['find_5fact_5f_1743',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]], + ['find_5fedit_5f_1744',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]], + ['fingerprint_5fbox_5f_1745',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['fingerprint_5fvar_5flabel_5f_1746',['fingerprint_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6',1,'GpgFrontend::UI::KeyPairDetailTab::fingerprint_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf',1,'GpgFrontend::UI::KeyPairSubkeyTab::fingerprint_var_label_()']]], + ['fpr_5f_1747',['fpr_',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a7d4b0cfcf5af0d4f7b7e121651cdf96d',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], + ['full_5ffile_5fpath_5f_1748',['full_file_path_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db',1,'GpgFrontend::UI::PlainTextEditorPage']]] ]; diff --git a/docs/html/search/variables_6.js b/docs/html/search/variables_6.js index db8b3db1..ddd36607 100644 --- a/docs/html/search/variables_6.js +++ b/docs/html/search/variables_6.js @@ -1,6 +1,6 @@ var searchData= [ - ['global_5fsetting_5fstation_5f_1747',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]], - ['gnupg_5fact_5f_1748',['gnupg_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227',1,'GpgFrontend::UI::MainWindow']]], - ['gnupghomepath_1749',['GnuPGHomePath',['../classGpgInfo.html#a962e5a19e6213ae8c26b3752b6ea4a5e',1,'GpgInfo']]] + ['global_5fsetting_5fstation_5f_1749',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]], + ['gnupg_5fact_5f_1750',['gnupg_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227',1,'GpgFrontend::UI::MainWindow']]], + ['gnupghomepath_1751',['GnuPGHomePath',['../classGpgInfo.html#a962e5a19e6213ae8c26b3752b6ea4a5e',1,'GpgInfo']]] ]; diff --git a/docs/html/search/variables_7.js b/docs/html/search/variables_7.js index cf1c0b69..edda6174 100644 --- a/docs/html/search/variables_7.js +++ b/docs/html/search/variables_7.js @@ -1,5 +1,5 @@ var searchData= [ - ['hash_5fkey_5f_1750',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], - ['help_5fmenu_5f_1751',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]] + ['hash_5fkey_5f_1752',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], + ['help_5fmenu_5f_1753',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_8.js b/docs/html/search/variables_8.js index 996f5a9a..2a0ea1c4 100644 --- a/docs/html/search/variables_8.js +++ b/docs/html/search/variables_8.js @@ -1,9 +1,9 @@ var searchData= [ - ['import_5fbutton_5f_1752',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5ffrom_5fedit_5fact_5f_1753',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5fmenu_5f_1754',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], - ['instance_1755',['instance',['../classGpgFrontend_1_1CoreSignalStation.html#a671214ba506895fa5de6f80acf450d12',1,'GpgFrontend::CoreSignalStation']]], - ['instances_5fmap_5f_1756',['instances_map_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ae9347224f7094fd77236823d69bc3a4c',1,'GpgFrontend::SingletonStorage::Impl']]], - ['instances_5fmutex_5f_1757',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ad9c24c40dbad720eaf8a6a86156bca86',1,'GpgFrontend::SingletonStorage::Impl']]] + ['import_5fbutton_5f_1754',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5ffrom_5fedit_5fact_5f_1755',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5fmenu_5f_1756',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], + ['instance_1757',['instance',['../classGpgFrontend_1_1CoreSignalStation.html#a671214ba506895fa5de6f80acf450d12',1,'GpgFrontend::CoreSignalStation']]], + ['instances_5fmap_5f_1758',['instances_map_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ae9347224f7094fd77236823d69bc3a4c',1,'GpgFrontend::SingletonStorage::Impl']]], + ['instances_5fmutex_5f_1759',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ad9c24c40dbad720eaf8a6a86156bca86',1,'GpgFrontend::SingletonStorage::Impl']]] ]; diff --git a/docs/html/search/variables_9.js b/docs/html/search/variables_9.js index 31651038..27ade2de 100644 --- a/docs/html/search/variables_9.js +++ b/docs/html/search/variables_9.js @@ -1,16 +1,16 @@ var searchData= [ - ['key_5fbox_5f_1758',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['key_5fid_5fvar_5flabel_5f_1759',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a10bc48799137d4c104975ca21c684985',1,'GpgFrontend::UI::KeyPairDetailTab::key_id_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_id_var_label_()']]], - ['key_5flist_5fdock_5f_1760',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fmenu_5f_1761',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fsize_5fspin_5fbox_5f_1762',['key_size_spin_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844',1,'GpgFrontend::UI::KeyGenDialog::key_size_spin_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_()']]], - ['key_5fsize_5fvar_5flabel_5f_1763',['key_size_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b',1,'GpgFrontend::UI::KeyPairDetailTab::key_size_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_size_var_label_()']]], - ['key_5ftool_5fbar_5f_1764',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], - ['key_5ftype_5fcombo_5fbox_5f_1765',['key_type_combo_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841',1,'GpgFrontend::UI::KeyGenDialog::key_type_combo_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_()']]], - ['key_5fusage_5fcheck_5fboxes_5f_1766',['key_usage_check_boxes_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc',1,'GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_()']]], - ['key_5fusage_5fgroup_5fbox_5f_1767',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], - ['keys_5fcache_5fmutex_5f_1768',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#abc3cc405bb9a90ed5cd017bf7b8bc55d',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['keys_5fsearch_5fcache_5f_1769',['keys_search_cache_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a5eabfecd9ecaba8d940621183ddad308',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['krestartcode_1770',['kRestartCode',['../namespaceGpgFrontend.html#a2e3fbfe1404b1f9d140d4177fd93e449',1,'GpgFrontend']]] + ['key_5fbox_5f_1760',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['key_5fid_5fvar_5flabel_5f_1761',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a10bc48799137d4c104975ca21c684985',1,'GpgFrontend::UI::KeyPairDetailTab::key_id_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_id_var_label_()']]], + ['key_5flist_5fdock_5f_1762',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fmenu_5f_1763',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fsize_5fspin_5fbox_5f_1764',['key_size_spin_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844',1,'GpgFrontend::UI::KeyGenDialog::key_size_spin_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_()']]], + ['key_5fsize_5fvar_5flabel_5f_1765',['key_size_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b',1,'GpgFrontend::UI::KeyPairDetailTab::key_size_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_size_var_label_()']]], + ['key_5ftool_5fbar_5f_1766',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], + ['key_5ftype_5fcombo_5fbox_5f_1767',['key_type_combo_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841',1,'GpgFrontend::UI::KeyGenDialog::key_type_combo_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_()']]], + ['key_5fusage_5fcheck_5fboxes_5f_1768',['key_usage_check_boxes_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc',1,'GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_()']]], + ['key_5fusage_5fgroup_5fbox_5f_1769',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], + ['keys_5fcache_5fmutex_5f_1770',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#abc3cc405bb9a90ed5cd017bf7b8bc55d',1,'GpgFrontend::GpgKeyGetter::Impl']]], + ['keys_5fsearch_5fcache_5f_1771',['keys_search_cache_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a5eabfecd9ecaba8d940621183ddad308',1,'GpgFrontend::GpgKeyGetter::Impl']]], + ['krestartcode_1772',['kRestartCode',['../namespaceGpgFrontend.html#a2e3fbfe1404b1f9d140d4177fd93e449',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/variables_a.js b/docs/html/search/variables_a.js index 3243a290..074ef029 100644 --- a/docs/html/search/variables_a.js +++ b/docs/html/search/variables_a.js @@ -1,4 +1,4 @@ var searchData= [ - ['latest_5freply_5f_1771',['latest_reply_',['../classVersionCheckTask.html#aab56c5f5c571c3961073320136c2c22a',1,'VersionCheckTask']]] + ['latest_5freply_5f_1773',['latest_reply_',['../classVersionCheckTask.html#aab56c5f5c571c3961073320136c2c22a',1,'VersionCheckTask']]] ]; diff --git a/docs/html/search/variables_b.js b/docs/html/search/variables_b.js index 5697b296..9fcf51dc 100644 --- a/docs/html/search/variables_b.js +++ b/docs/html/search/variables_b.js @@ -1,5 +1,5 @@ var searchData= [ - ['m_5ftext_5fpage_5f_1772',['m_text_page_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9',1,'GpgFrontend::UI::FindWidget::m_text_page_()'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3',1,'GpgFrontend::UI::InfoBoardWidget::m_text_page_()']]], - ['mt_5f_1773',['mt_',['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator']]] + ['m_5ftext_5fpage_5f_1774',['m_text_page_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9',1,'GpgFrontend::UI::FindWidget::m_text_page_()'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3',1,'GpgFrontend::UI::InfoBoardWidget::m_text_page_()']]], + ['mt_5f_1775',['mt_',['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator']]] ]; diff --git a/docs/html/search/variables_c.js b/docs/html/search/variables_c.js index 842cda08..f8da3bfe 100644 --- a/docs/html/search/variables_c.js +++ b/docs/html/search/variables_c.js @@ -1,7 +1,7 @@ var searchData= [ - ['name_5fedit_5f_1774',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], - ['name_5fvar_5flabel_5f_1775',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['new_5ftab_5fact_5f_1776',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]], - ['no_5fpass_5fphrase_5fcheck_5fbox_5f_1777',['no_pass_phrase_check_box_',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4',1,'GpgFrontend::UI::SubkeyGenerateDialog']]] + ['name_5fedit_5f_1776',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], + ['name_5fvar_5flabel_5f_1777',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['new_5ftab_5fact_5f_1778',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]], + ['no_5fpass_5fphrase_5fcheck_5fbox_5f_1779',['no_pass_phrase_check_box_',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4',1,'GpgFrontend::UI::SubkeyGenerateDialog']]] ]; diff --git a/docs/html/search/variables_d.js b/docs/html/search/variables_d.js index f29decd2..5713c732 100644 --- a/docs/html/search/variables_d.js +++ b/docs/html/search/variables_d.js @@ -1,8 +1,8 @@ var searchData= [ - ['open_5fact_5f_1778',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fkey_5ffile_5fact_5f_1779',['open_key_file_act_',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7',1,'GpgFrontend::UI::KeyMgmt']]], - ['open_5fkey_5fmanagement_5fact_5f_1780',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fsettings_5fact_5f_1781',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], - ['owner_5fbox_5f_1782',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] + ['open_5fact_5f_1780',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fkey_5ffile_5fact_5f_1781',['open_key_file_act_',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7',1,'GpgFrontend::UI::KeyMgmt']]], + ['open_5fkey_5fmanagement_5fact_5f_1782',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fsettings_5fact_5f_1783',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], + ['owner_5fbox_5f_1784',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] ]; diff --git a/docs/html/search/variables_e.js b/docs/html/search/variables_e.js index 48218936..be20a23c 100644 --- a/docs/html/search/variables_e.js +++ b/docs/html/search/variables_e.js @@ -1,5 +1,5 @@ var searchData= [ - ['paste_5fact_5f_1783',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], - ['print_5fact_5f_1784',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]] + ['paste_5fact_5f_1785',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], + ['print_5fact_5f_1786',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_f.js b/docs/html/search/variables_f.js index f5b5188e..c92f64e4 100644 --- a/docs/html/search/variables_f.js +++ b/docs/html/search/variables_f.js @@ -1,5 +1,5 @@ var searchData= [ - ['quit_5fact_5f_1785',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], - ['quote_5fact_5f_1786',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] + ['quit_5fact_5f_1787',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], + ['quote_5fact_5f_1788',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf b/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf index b96d355d..d67aaa2e 100644 Binary files a/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf and b/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf differ diff --git a/docs/latex/classCapsLockWatcher__coll__graph.pdf b/docs/latex/classCapsLockWatcher__coll__graph.pdf index 6da5e549..18310f12 100644 Binary files a/docs/latex/classCapsLockWatcher__coll__graph.pdf and b/docs/latex/classCapsLockWatcher__coll__graph.pdf differ diff --git a/docs/latex/classCapsLockWatcher__inherit__graph.pdf b/docs/latex/classCapsLockWatcher__inherit__graph.pdf index 0163ddcd..7d711634 100644 Binary files a/docs/latex/classCapsLockWatcher__inherit__graph.pdf and b/docs/latex/classCapsLockWatcher__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf index 0b7c11ba..8374e625 100644 Binary files a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf index e548e5c7..e5d2f0dc 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf index 708077f0..34c4a349 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf index dc0d4048..0560d83b 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf index dc0d4048..0560d83b 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf index 924b8f6e..424e729c 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf index 924b8f6e..424e729c 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf index a454b81a..692fb25f 100644 Binary files a/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 index b6b3daee..d23109ae 100644 --- a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 @@ -1 +1 @@ -abe0599cc017eb0de79d777f62ad6ec7 \ No newline at end of file +6a269361fae7968a5ea88890324b559e \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf index 68708423..0df7ec69 100644 Binary files a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf index 7e3753c2..3571f7a0 100644 Binary files a/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf index 27ac8c11..3c01b7ab 100644 Binary files a/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.md5 index f4f37627..b3a414dc 100644 --- a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.md5 @@ -1 +1 @@ -4cc9dbe49b25747007cb6873b4690af0 \ No newline at end of file +892b2d985b2c09eed1a253215e06559e \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf index 735f4143..9334eb20 100644 Binary files a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf index 14c6358b..203c4326 100644 Binary files a/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf index 15a7e142..3cc2638e 100644 Binary files a/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf index 027cd080..6a8387ac 100644 Binary files a/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf index f719df42..538d09a6 100644 Binary files a/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf index b32a0c56..30f571e0 100644 Binary files a/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf index 9adce408..e413775e 100644 Binary files a/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex b/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex index 015181e7..0342f7c4 100644 --- a/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex +++ b/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex @@ -51,6 +51,8 @@ auto \mbox{\hyperlink{classGpgFrontend_1_1GlobalSettingStation_a7da8fc60ba403d6a \begin{DoxyCompactList}\small\item\em Gets the application data directory. \end{DoxyCompactList}\item auto \mbox{\hyperlink{classGpgFrontend_1_1GlobalSettingStation_a7a7eb68d192184bb2f447abbb4440fec}{Get\+Log\+Dir}} () const -\/$>$ QString \begin{DoxyCompactList}\small\item\em Get the Log Dir object. \end{DoxyCompactList}\item +auto \mbox{\hyperlink{classGpgFrontend_1_1GlobalSettingStation_a2733ce88ee759f39bd182e27319e6795}{Get\+Modules\+Dir}} () const -\/$>$ QString +\begin{DoxyCompactList}\small\item\em Get the Modules Dir object. \end{DoxyCompactList}\item auto \mbox{\hyperlink{classGpgFrontend_1_1GlobalSettingStation_a6521cacfd63f42558399077f9301e500}{Get\+Log\+Files\+Size}} () const -\/$>$ QString \begin{DoxyCompactList}\small\item\em Get the Log Files Size object. \end{DoxyCompactList}\item auto \mbox{\hyperlink{classGpgFrontend_1_1GlobalSettingStation_a67d731d4a2c0f3033c9f6b6f52094e25}{Get\+Data\+Objects\+Files\+Size}} () const -\/$>$ QString @@ -138,6 +140,19 @@ QString Get the Log Files Size object. +\begin{DoxyReturn}{Returns} +QString +\end{DoxyReturn} +\mbox{\Hypertarget{classGpgFrontend_1_1GlobalSettingStation_a2733ce88ee759f39bd182e27319e6795}\label{classGpgFrontend_1_1GlobalSettingStation_a2733ce88ee759f39bd182e27319e6795}} +\index{GpgFrontend::GlobalSettingStation@{GpgFrontend::GlobalSettingStation}!GetModulesDir@{GetModulesDir}} +\index{GetModulesDir@{GetModulesDir}!GpgFrontend::GlobalSettingStation@{GpgFrontend::GlobalSettingStation}} +\doxysubsubsection{\texorpdfstring{GetModulesDir()}{GetModulesDir()}} +{\footnotesize\ttfamily auto Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+Modules\+Dir (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const -\/$>$ QString} + + + +Get the Modules Dir object. + \begin{DoxyReturn}{Returns} QString \end{DoxyReturn} diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.tex b/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.tex index c0efd9c5..da6d27f4 100644 --- a/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.tex +++ b/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl.tex @@ -36,7 +36,9 @@ auto \mbox{\hyperlink{classGpgFrontend_1_1GlobalSettingStation_1_1Impl_abc4ed01c auto \mbox{\hyperlink{classGpgFrontend_1_1GlobalSettingStation_1_1Impl_ae051656e52a286cd9b3a891d82099ce0}{Get\+App\+Data\+Path}} () const -\/$>$ QString \begin{DoxyCompactList}\small\item\em Get the App Data Path object. \end{DoxyCompactList}\item auto \mbox{\hyperlink{classGpgFrontend_1_1GlobalSettingStation_1_1Impl_af067b39bc0926f1189980d26c027a729}{Get\+Log\+Dir}} () const -\/$>$ QString -\begin{DoxyCompactList}\small\item\em Get the Log Dir object. \end{DoxyCompactList}\end{DoxyCompactItemize} +\begin{DoxyCompactList}\small\item\em Get the Log Dir object. \end{DoxyCompactList}\item +auto \mbox{\hyperlink{classGpgFrontend_1_1GlobalSettingStation_1_1Impl_adb93836c33829dd5d6e04179848a0e8e}{Get\+Modules\+Dir}} () const -\/$>$ QString +\begin{DoxyCompactList}\small\item\em Get the Modules Dir object. \end{DoxyCompactList}\end{DoxyCompactItemize} \doxysubsection*{Private Member Functions} \begin{DoxyCompactItemize} \item @@ -85,6 +87,10 @@ QString References app\+\_\+data\+\_\+path\+\_\+. + + +Referenced by Get\+Modules\+Dir(). + \mbox{\Hypertarget{classGpgFrontend_1_1GlobalSettingStation_1_1Impl_abc4ed01c7a4cf9c3c7d9a9462027abd0}\label{classGpgFrontend_1_1GlobalSettingStation_1_1Impl_abc4ed01c7a4cf9c3c7d9a9462027abd0}} \index{GpgFrontend::GlobalSettingStation::Impl@{GpgFrontend::GlobalSettingStation::Impl}!GetAppDir@{GetAppDir}} \index{GetAppDir@{GetAppDir}!GpgFrontend::GlobalSettingStation::Impl@{GpgFrontend::GlobalSettingStation::Impl}} @@ -119,6 +125,27 @@ QString References app\+\_\+log\+\_\+path\+\_\+. +\mbox{\Hypertarget{classGpgFrontend_1_1GlobalSettingStation_1_1Impl_adb93836c33829dd5d6e04179848a0e8e}\label{classGpgFrontend_1_1GlobalSettingStation_1_1Impl_adb93836c33829dd5d6e04179848a0e8e}} +\index{GpgFrontend::GlobalSettingStation::Impl@{GpgFrontend::GlobalSettingStation::Impl}!GetModulesDir@{GetModulesDir}} +\index{GetModulesDir@{GetModulesDir}!GpgFrontend::GlobalSettingStation::Impl@{GpgFrontend::GlobalSettingStation::Impl}} +\doxysubsubsection{\texorpdfstring{GetModulesDir()}{GetModulesDir()}} +{\footnotesize\ttfamily auto Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Impl\+::\+Get\+Modules\+Dir (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const -\/$>$ QString \hspace{0.3cm}{\ttfamily [inline]}} + + + +Get the Modules Dir object. + +\begin{DoxyReturn}{Returns} +QString +\end{DoxyReturn} + + +References Get\+App\+Data\+Path(). + + + +Referenced by Impl(). + \doxysubsection{Member Data Documentation} diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.md5 index 7c8edd8f..fdb6ba9f 100644 --- a/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.md5 @@ -1 +1 @@ -50b7877b4c40bb8ecfdb18231c80b05a \ No newline at end of file +1b80b40864e538d0e874cf1ac8c83c40 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.pdf index b379827a..836a71a9 100644 Binary files a/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.md5 index 1cd3b286..eec77ad3 100644 --- a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.md5 @@ -1 +1 @@ -85fb48623f4435cfa56aef0ceeb16c0c \ No newline at end of file +576d4f992b0c6f67782c39726b831b85 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf index f88c9e75..0285aa91 100644 Binary files a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.md5 index 1cd3b286..eec77ad3 100644 --- a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.md5 @@ -1 +1 @@ -85fb48623f4435cfa56aef0ceeb16c0c \ No newline at end of file +576d4f992b0c6f67782c39726b831b85 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf index f88c9e75..0285aa91 100644 Binary files a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf index 5e6a9b9d..f6bef830 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf index a1e6ae2b..b699deae 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf index 0855dab2..26e26d2e 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf index 1da74e85..d1f32546 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf index 22cbc1a9..20480749 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf index 4dfcd89e..24819491 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf index 4dfcd89e..24819491 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf index 8d5cf601..032b9bee 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf index f5e7dbd3..7ba8e1c0 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf index d3062fe6..c965d902 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf index 676651b0..638c0514 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf index 74887a05..35fb8e8f 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf index 76fe5f65..48e92ff2 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf index 18ccc475..85bd3cb9 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf index 0bd17a75..fc9cf50a 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf index c0eedd7d..78f21b40 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf index 29407b2e..cc4b8fbb 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf index 30be164c..faf1956c 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf index 640b28fb..c079073d 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf index deb10a05..669401e5 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf index a617b7b6..46f178cc 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf index 6e7654c2..4afc7287 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf index 6e7654c2..4afc7287 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf index eba3c11d..f246f8b5 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf index 46c1df74..7e45da7a 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf index 0145fb81..354c8750 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf index 6b99cbad..14f12726 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf index bfcff4ee..93c5675a 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf index a3e3f5e1..f7121192 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf index 143e17a1..4b494598 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf index 0581cebb..ab857de3 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf index debf4e03..63cda736 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf index debf4e03..63cda736 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf index 13a475cb..7dbaadf7 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf index 75823ba8..270c97af 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf index 97ddd72c..a811978d 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf index 9ea9f0e6..5e0a87b1 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf index e87680dc..2b0b2b5a 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf index e6e8f00f..d595ef61 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf index 9c69d2bd..a70fac13 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf index 9f3b800f..a40223bb 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf index 218113b7..7032135d 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf index a62ff5df..6507a0c5 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf index fde9bba8..c9c91035 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf index 57c1b2a1..434743cd 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf index fc13e567..e6168d43 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf index 9549d37d..fc999cae 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf index 15cce397..f4f637f7 100644 Binary files a/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf index 48a512cf..aa162967 100644 Binary files a/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf index 0e02b2cb..32e81952 100644 Binary files a/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf index 66a067d4..228e39df 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf index 3dfd7933..6c4d6874 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf index f4ef0487..ec89a998 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf index e5204c18..7d79dc8f 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf index e5204c18..7d79dc8f 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf index e0cb3081..144b03b5 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf index 8ba6a21b..bfafc5ab 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf index 8ba6a21b..bfafc5ab 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf index deac9f2b..9f722748 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf index 0366c361..4bd8b9c8 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf index 0366c361..4bd8b9c8 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf index 32b2b6a9..668aacc7 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf index 9530381f..ed870781 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf index 9530381f..ed870781 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf index a480a931..71842407 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf index f307e5ce..554a4af1 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf index f307e5ce..554a4af1 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf index 4380843f..eb87ef18 100644 Binary files a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf index 4380843f..eb87ef18 100644 Binary files a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf index e2f946f5..bf7bdbab 100644 Binary files a/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf index e417009a..bcec136b 100644 Binary files a/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf index 8d4640ca..ffc1b833 100644 Binary files a/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf index 8d4640ca..ffc1b833 100644 Binary files a/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf index de738cfd..af499723 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 index 14f2445a..b5bc2e17 100644 --- a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 @@ -1 +1 @@ -71efe877752076dffc5b3b1c88086ace \ No newline at end of file +b5e7e553bc4202d4c51c60123e5d77be \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf index 74cbd9ea..7c33c834 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf index 5d15d4bb..2390d45a 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf index 9a247488..0d1e2d93 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf index 70623ac0..51b795aa 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf index 69f37a4d..5552c028 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf index e8ea396e..23dfd847 100644 Binary files a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf index e8ea396e..23dfd847 100644 Binary files a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf index 3420da4a..564081c1 100644 Binary files a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf index e8dc3955..7fed735f 100644 Binary files a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf index f3bdcef0..35c2b6d4 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf index 96798ac8..35af97f2 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf index c5fb38de..4275d1a0 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf index c5fb38de..4275d1a0 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf index 75e8af92..08cc0f7c 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf index 75e8af92..08cc0f7c 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf index ed377393..a1613058 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf index 8e85ce28..1c7911f3 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf index bd6da3fc..fb8a79f3 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf index 8960f2c5..bdb85f2e 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf index 1652467b..d36bd9e3 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf index 1652467b..d36bd9e3 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf index b812e424..be280b3a 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf index c1c63b35..43f7deb0 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf index e5187085..fede8579 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf index e5187085..fede8579 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf index 2e9051c4..d6d73124 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf index 02a9f867..e47e1a1d 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf index 5c2ef29f..a61c0a19 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf index 5c2ef29f..a61c0a19 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf index 8a7d7e3d..63e36431 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf index c169e80b..5451fe2a 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf index 4680cac1..4466ea8b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf index 32c539ba..d1064d70 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf index cc75af66..5a717ae7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf index cc75af66..5a717ae7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf index 0dbb50f2..7f4ce82b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf index 0dbb50f2..7f4ce82b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf index ff38c1b0..6dce9eb5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf index 56a70a1a..52efc91c 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf index e6954923..35c532d2 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf index e6954923..35c532d2 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf index 7f8d8c08..e26fbcb0 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf index bb7a666c..a354ea99 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf index 050ba347..9533b11f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf index 1ecb7075..e34a495b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf index b28a3de3..180044d6 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf index 49fbbd50..b2c0d1eb 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf index bc745308..d4bd11ce 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf index a24be802..e95cf4ad 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf index a24be802..e95cf4ad 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.tex index 01680056..f264d893 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.tex @@ -50,7 +50,7 @@ void {\bfseries slot\+\_\+update\+\_\+custom\+\_\+gnupg\+\_\+install\+\_\+path\+ \doxysubsection*{Private Member Functions} \begin{DoxyCompactItemize} \item -auto \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a67c4bc7a4e0d76c610267b86612ba5b6}{get\+\_\+restart\+\_\+needed}} () const -\/$>$ int +auto \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a20c7a1887d6dddae4f5d78c35394fa3b}{get\+\_\+restart\+\_\+needed}} () const -\/$>$ int \begin{DoxyCompactList}\small\item\em Get the Restart Needed object. \end{DoxyCompactList}\item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a6eeca78f12b49f095610d762d4cf7d7e}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a6eeca78f12b49f095610d762d4cf7d7e}} void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a6eeca78f12b49f095610d762d4cf7d7e}{set\+\_\+settings}} () @@ -125,11 +125,11 @@ true false \end{DoxyReturn} -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a67c4bc7a4e0d76c610267b86612ba5b6}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a67c4bc7a4e0d76c610267b86612ba5b6}} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a20c7a1887d6dddae4f5d78c35394fa3b}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a20c7a1887d6dddae4f5d78c35394fa3b}} \index{GpgFrontend::UI::GnuPGControllerDialog@{GpgFrontend::UI::GnuPGControllerDialog}!get\_restart\_needed@{get\_restart\_needed}} \index{get\_restart\_needed@{get\_restart\_needed}!GpgFrontend::UI::GnuPGControllerDialog@{GpgFrontend::UI::GnuPGControllerDialog}} \doxysubsubsection{\texorpdfstring{get\_restart\_needed()}{get\_restart\_needed()}} -{\footnotesize\ttfamily int Gpg\+Frontend\+::\+UI\+::\+Gnu\+PGController\+Dialog\+::get\+\_\+restart\+\_\+needed (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const -\/$>$ int\hspace{0.3cm}{\ttfamily [private]}} +{\footnotesize\ttfamily auto Gpg\+Frontend\+::\+UI\+::\+Gnu\+PGController\+Dialog\+::get\+\_\+restart\+\_\+needed (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const -\/$>$ int\hspace{0.3cm}{\ttfamily [private]}} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf index a7686f4d..5e024fff 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf index 0eff4992..6c80d086 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf index 70af9ced..a89dcd8e 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf index 692da15f..d9511c0d 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf index 34cceead..48cd0214 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf index 34cceead..48cd0214 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf index 7ae8c1c6..e8a52d6b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf index 7ae8c1c6..e8a52d6b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf index 64804989..07807e42 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf index d21805fa..9ab45603 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf index 1034497a..c5473146 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf index 1034497a..c5473146 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf index 98bbf737..8ac4f810 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf index 98bbf737..8ac4f810 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf index 90230de1..b8d16f66 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf index 90230de1..b8d16f66 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf index 32a35ba2..ad6e48a9 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf index 4c857d5f..98eaccce 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf index 2f4a7b58..effaa040 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf index 2f4a7b58..effaa040 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf index e2ec186a..677ef374 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf index 00512942..210b97e9 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf index e7f45e67..c9cb3ca6 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf index 303acd14..b8d2fe3f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf index c14579e4..e1cc7d38 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf index e0f4c242..0108865d 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf index c35c9921..38270c39 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf index 6d181d2d..4b6f16f1 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf index 2fb25455..e86a75d4 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf index aa501927..098270f5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf index daa185f4..f9c528ba 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf index 42f4c8ed..9afbe3aa 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf index de3622e1..8bb2e8dc 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf index fcbb4123..077b4d5a 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf index 26d7b41a..bca6f8bd 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf index 95d12da8..bc34e855 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf index 05c459e3..1b9d2b35 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf index 05c459e3..1b9d2b35 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf index b7f47e85..6a3dba79 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf index 44ceb868..4ee084e9 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf index bed233c3..d6d11bf5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf index bed233c3..d6d11bf5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf index f481fa14..208c8056 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf index cf4ef2bb..25969c32 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf index 9e42eedc..80427399 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf index 396ffc5e..5dd292b5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf index aa2c521d..d4a609cc 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf index 4aec9896..d13ffca6 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf index 248463d7..c6d57f1d 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf index 01efeb1d..abbef56b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf index ec5d4afc..77a5b85c 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf index cf6b99ea..0300d183 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf index 2d0133f5..faf9380f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf index f681f281..e68930fb 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf index a36884a6..2854e4c7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf index 740dc091..7c8886a8 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf index 6e661308..5e7c9c1a 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf index c5f2e19f..5e7c9c1a 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf index 3273d68e..bcaec82f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf index 9c54ae80..5a3a6cd0 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf index 63a72476..a083777a 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf index 9cf6d98d..57982f2f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf index d22c8c3c..20f4ac5b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf index d22c8c3c..20f4ac5b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf index 6e9d08f5..43bdef55 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf index 6e9d08f5..43bdef55 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf index 805f18b0..e321522a 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf index 805f18b0..e321522a 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf index 5df62f8e..7cdfc9c8 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf index 5df62f8e..7cdfc9c8 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf index 7e71f828..871ee349 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf index bf889a01..9d6f8dbe 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf index addfd258..c71243ae 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf index a9a43a92..a3bd8107 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf index 214d810b..69e176a5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf index 7910c55a..81e7a926 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf index 5eb31627..572160d6 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf index 5eb31627..572160d6 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf index 81147bfc..bfa7bf7b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf index 81147bfc..bfa7bf7b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf index ec8d7907..c5eaa96b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf index ec8d7907..c5eaa96b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf index dff09c8d..f5ac3bef 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf index 79081eaf..1ac78e47 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf index f90853e0..7240721f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf index f90853e0..7240721f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf index 0ca0387a..288aabeb 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf index 61fe7334..4a32a5ce 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf index a5d62219..50efc3f4 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf index a5d62219..81106d7f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf index 63008f61..32778cbf 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf index 63008f61..32778cbf 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf index 90142d8e..ee92c105 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf index 90142d8e..ee92c105 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf differ diff --git a/docs/latex/classGpgInfo__coll__graph.pdf b/docs/latex/classGpgInfo__coll__graph.pdf index 1bd9ffde..6f4ef4eb 100644 Binary files a/docs/latex/classGpgInfo__coll__graph.pdf and b/docs/latex/classGpgInfo__coll__graph.pdf differ diff --git a/docs/latex/classPinEntryDialog__coll__graph.pdf b/docs/latex/classPinEntryDialog__coll__graph.pdf index 6c6faa23..deaec93a 100644 Binary files a/docs/latex/classPinEntryDialog__coll__graph.pdf and b/docs/latex/classPinEntryDialog__coll__graph.pdf differ diff --git a/docs/latex/classPinEntryDialog__inherit__graph.pdf b/docs/latex/classPinEntryDialog__inherit__graph.pdf index de59f2c0..4bbafa6c 100644 Binary files a/docs/latex/classPinEntryDialog__inherit__graph.pdf and b/docs/latex/classPinEntryDialog__inherit__graph.pdf differ diff --git a/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf b/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf index c248dc7f..bb15a370 100644 Binary files a/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf and b/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf differ diff --git a/docs/latex/classPinLineEdit__coll__graph.pdf b/docs/latex/classPinLineEdit__coll__graph.pdf index 0b81b1d3..02bcac01 100644 Binary files a/docs/latex/classPinLineEdit__coll__graph.pdf and b/docs/latex/classPinLineEdit__coll__graph.pdf differ diff --git a/docs/latex/classPinLineEdit__inherit__graph.pdf b/docs/latex/classPinLineEdit__inherit__graph.pdf index 5fb731f7..e5719350 100644 Binary files a/docs/latex/classPinLineEdit__inherit__graph.pdf and b/docs/latex/classPinLineEdit__inherit__graph.pdf differ diff --git a/docs/latex/classPinentryConfirm__coll__graph.pdf b/docs/latex/classPinentryConfirm__coll__graph.pdf index 6f10c7a2..626aba90 100644 Binary files a/docs/latex/classPinentryConfirm__coll__graph.pdf and b/docs/latex/classPinentryConfirm__coll__graph.pdf differ diff --git a/docs/latex/classPinentryConfirm__inherit__graph.pdf b/docs/latex/classPinentryConfirm__inherit__graph.pdf index 6f10c7a2..626aba90 100644 Binary files a/docs/latex/classPinentryConfirm__inherit__graph.pdf and b/docs/latex/classPinentryConfirm__inherit__graph.pdf differ diff --git a/docs/latex/classSignatureDetailsDialog__coll__graph.pdf b/docs/latex/classSignatureDetailsDialog__coll__graph.pdf index b345d97d..e5a2670c 100644 Binary files a/docs/latex/classSignatureDetailsDialog__coll__graph.pdf and b/docs/latex/classSignatureDetailsDialog__coll__graph.pdf differ diff --git a/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf b/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf index b345d97d..e5a2670c 100644 Binary files a/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf and b/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf differ diff --git a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf index 665d393d..85d35535 100644 Binary files a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf and b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf differ diff --git a/docs/latex/classVersionCheckTask__coll__graph.pdf b/docs/latex/classVersionCheckTask__coll__graph.pdf index 32d70b75..a1b95135 100644 Binary files a/docs/latex/classVersionCheckTask__coll__graph.pdf and b/docs/latex/classVersionCheckTask__coll__graph.pdf differ diff --git a/docs/latex/classVersionCheckTask__inherit__graph.pdf b/docs/latex/classVersionCheckTask__inherit__graph.pdf index 0abfc07f..7a1f7f42 100644 Binary files a/docs/latex/classVersionCheckTask__inherit__graph.pdf and b/docs/latex/classVersionCheckTask__inherit__graph.pdf differ diff --git a/docs/latex/classclass__coll__graph.pdf b/docs/latex/classclass__coll__graph.pdf index c891cebb..c674ee6d 100644 Binary files a/docs/latex/classclass__coll__graph.pdf and b/docs/latex/classclass__coll__graph.pdf differ diff --git a/docs/latex/classsecmem_1_1alloc__coll__graph.pdf b/docs/latex/classsecmem_1_1alloc__coll__graph.pdf index 3084dd7b..bb849eb2 100644 Binary files a/docs/latex/classsecmem_1_1alloc__coll__graph.pdf and b/docs/latex/classsecmem_1_1alloc__coll__graph.pdf differ diff --git a/docs/latex/namespaceGpgFrontend.tex b/docs/latex/namespaceGpgFrontend.tex index 1c72b20e..ac4e21f9 100644 --- a/docs/latex/namespaceGpgFrontend.tex +++ b/docs/latex/namespaceGpgFrontend.tex @@ -540,6 +540,9 @@ Secure\+Unique\+Ptr$<$ \mbox{\hyperlink{classGpgFrontend_1_1SingletonStorageColl \mbox{\Hypertarget{namespaceGpgFrontend_ad8bf6414391c3be3b1ca3bcb1dc31ed8}\label{namespaceGpgFrontend_ad8bf6414391c3be3b1ca3bcb1dc31ed8}} constexpr ssize\+\_\+t {\bfseries k\+Data\+Exchanger\+Size} = 8192 \item +\mbox{\Hypertarget{namespaceGpgFrontend_a7fb4ed8e1e0e5bd61173ef88609dc047}\label{namespaceGpgFrontend_a7fb4ed8e1e0e5bd61173ef88609dc047}} +constexpr int {\bfseries k\+Non\+Restart\+Code} = 0 +\item \mbox{\Hypertarget{namespaceGpgFrontend_a2e3fbfe1404b1f9d140d4177fd93e449}\label{namespaceGpgFrontend_a2e3fbfe1404b1f9d140d4177fd93e449}} constexpr int \mbox{\hyperlink{namespaceGpgFrontend_a2e3fbfe1404b1f9d140d4177fd93e449}{k\+Restart\+Code}} = 1000 \begin{DoxyCompactList}\small\item\em only refresh ui \end{DoxyCompactList}\item diff --git a/docs/latex/namespaceGpgFrontend_1_1Module.tex b/docs/latex/namespaceGpgFrontend_1_1Module.tex index bfab0659..8b0bb391 100644 --- a/docs/latex/namespaceGpgFrontend_1_1Module.tex +++ b/docs/latex/namespaceGpgFrontend_1_1Module.tex @@ -74,6 +74,15 @@ using {\bfseries Module\+Manger\+Ptr} = std\+::shared\+\_\+ptr$<$ \mbox{\hyperli \mbox{\Hypertarget{namespaceGpgFrontend_1_1Module_aaafda413ba6ccb2e0e5e866f11cf8dc5}\label{namespaceGpgFrontend_1_1Module_aaafda413ba6ccb2e0e5e866f11cf8dc5}} {\footnotesize template$<$typename... Args$>$ }\\auto {\bfseries Make\+Event} (const Event\+Identifier \&event\+\_\+id, Args \&\&... args, Event\+::\+Event\+Callback e\+\_\+cb) -\/$>$ Event\+Refrernce \item +\mbox{\Hypertarget{namespaceGpgFrontend_1_1Module_a6b079a63ef733db932c99757895a5bdb}\label{namespaceGpgFrontend_1_1Module_a6b079a63ef733db932c99757895a5bdb}} +void {\bfseries Load\+Module\+From\+Path} (const QString \&mods\+\_\+path) +\item +\mbox{\Hypertarget{namespaceGpgFrontend_1_1Module_a671a34cf78c3b30c9148383885a767ff}\label{namespaceGpgFrontend_1_1Module_a671a34cf78c3b30c9148383885a767ff}} +auto {\bfseries Load\+Integrated\+Mods} () -\/$>$ bool +\item +\mbox{\Hypertarget{namespaceGpgFrontend_1_1Module_a95a3c32ad6b753ea6535c2b299b61b35}\label{namespaceGpgFrontend_1_1Module_a95a3c32ad6b753ea6535c2b299b61b35}} +auto {\bfseries Load\+External\+Mods} () -\/$>$ bool +\item \mbox{\Hypertarget{namespaceGpgFrontend_1_1Module_a7f3912fe331338264ae22e434425f59e}\label{namespaceGpgFrontend_1_1Module_a7f3912fe331338264ae22e434425f59e}} void \mbox{\hyperlink{namespaceGpgFrontend_1_1Module_a7f3912fe331338264ae22e434425f59e}{Load\+Gpg\+Frontend\+Modules}} (\mbox{\hyperlink{structGpgFrontend_1_1Module_1_1ModuleInitArgs}{Module\+Init\+Args}} args) \begin{DoxyCompactList}\small\item\em init the module library \end{DoxyCompactList}\item diff --git a/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf b/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf index 239b137b..74695cbd 100644 Binary files a/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf and b/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf differ diff --git a/docs/latex/structGFModuleEventParam__coll__graph.pdf b/docs/latex/structGFModuleEventParam__coll__graph.pdf index 0915a19a..975bfec3 100644 Binary files a/docs/latex/structGFModuleEventParam__coll__graph.pdf and b/docs/latex/structGFModuleEventParam__coll__graph.pdf differ diff --git a/docs/latex/structGFModuleEvent__coll__graph.pdf b/docs/latex/structGFModuleEvent__coll__graph.pdf index b0d9b59a..55cac8e3 100644 Binary files a/docs/latex/structGFModuleEvent__coll__graph.pdf and b/docs/latex/structGFModuleEvent__coll__graph.pdf differ diff --git a/docs/latex/structGFModuleMetaData__coll__graph.pdf b/docs/latex/structGFModuleMetaData__coll__graph.pdf index 7cdafaf2..41f3482f 100644 Binary files a/docs/latex/structGFModuleMetaData__coll__graph.pdf and b/docs/latex/structGFModuleMetaData__coll__graph.pdf differ diff --git a/docs/latex/structGpgComponentInfo__coll__graph.pdf b/docs/latex/structGpgComponentInfo__coll__graph.pdf index b54e06f9..fd9e1129 100644 Binary files a/docs/latex/structGpgComponentInfo__coll__graph.pdf and b/docs/latex/structGpgComponentInfo__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf index 3e888e8b..acca418b 100644 Binary files a/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf index 7c5c403c..87598696 100644 Binary files a/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf index 0bdc53f0..740dd46e 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf index 19db077e..95158e40 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf index a3a5497c..1d3844e9 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf index 93ee1193..f5321477 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf index 75ae6afd..d689f4e1 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf index f1b4e19e..cbf927ec 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf index 39716540..f4716650 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf index 9f4311aa..6df96471 100644 Binary files a/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf index 714ca1a8..6cf73b39 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf index 48f9ea8c..fc0a9fb6 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf index a55507b0..322530ec 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf index 9f561906..78426cbf 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf index 7386389b..acccea22 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf index 61678595..c3a804db 100644 Binary files a/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf index 0143a69a..53ad71b6 100644 Binary files a/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf index aeeb6639..c0b4aa98 100644 Binary files a/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf index 715e7384..9870ad02 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf index 3882d490..ac99564a 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf index bd3bbec0..f93e32d1 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf index 8b3cf010..bf15bc8f 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf index 1e37b7bc..497fdf9c 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf index 07667775..6b6e5d77 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf index c24e9501..5cc8ae6f 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf index 3c3db096..078882b7 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf differ diff --git a/docs/latex/structGpgOptionsInfo__coll__graph.pdf b/docs/latex/structGpgOptionsInfo__coll__graph.pdf index f0d80fa5..9d120e05 100644 Binary files a/docs/latex/structGpgOptionsInfo__coll__graph.pdf and b/docs/latex/structGpgOptionsInfo__coll__graph.pdf differ diff --git a/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf b/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf index e0354568..0a9c6040 100644 Binary files a/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf and b/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf differ diff --git a/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf b/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf index 25d8e1f7..39bd903e 100644 Binary files a/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf and b/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf differ diff --git a/docs/latex/structSoftwareVersion__coll__graph.pdf b/docs/latex/structSoftwareVersion__coll__graph.pdf index b8a5679f..4530d6ba 100644 Binary files a/docs/latex/structSoftwareVersion__coll__graph.pdf and b/docs/latex/structSoftwareVersion__coll__graph.pdf differ diff --git a/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf b/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf index edb2eda2..a2f6f18b 100644 Binary files a/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf and b/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf differ diff --git a/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf b/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf index bf77da0a..dff8b3e1 100644 Binary files a/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf and b/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf differ diff --git a/docs/latex/structpinentry__coll__graph.pdf b/docs/latex/structpinentry__coll__graph.pdf index 29497d90..f6235183 100644 Binary files a/docs/latex/structpinentry__coll__graph.pdf and b/docs/latex/structpinentry__coll__graph.pdf differ diff --git a/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf b/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf index 30acc5bb..43272b37 100644 Binary files a/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf and b/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf differ
    int GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed auto GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed ( ) const -> int constexpr ssize_t kDataExchangerSize = 8192
     
    +constexpr int kNonRestartCode = 0
     
    constexpr int kRestartCode = 1000
     only refresh ui
    auto MakeEvent (const EventIdentifier &event_id, Args &&... args, Event::EventCallback e_cb) -> EventRefrernce
     
    +void LoadModuleFromPath (const QString &mods_path)
     
    +auto LoadIntegratedMods () -> bool
     
    +auto LoadExternalMods () -> bool
     
    void LoadGpgFrontendModules (ModuleInitArgs args)
     init the module library