diff --git a/docs/html/AboutDialog_8h_source.html b/docs/html/AboutDialog_8h_source.html index 1249e47e..5a2ca09f 100644 --- a/docs/html/AboutDialog_8h_source.html +++ b/docs/html/AboutDialog_8h_source.html @@ -5,7 +5,7 @@ -GpgFrontend Project: src/ui/help/AboutDialog.h Source File +GpgFrontend Project: src/ui/dialog/help/AboutDialog.h Source File @@ -92,89 +92,92 @@ $(document).ready(function(){initNavTree('AboutDialog_8h_source.html',''); initR
31 
32 #include "core/GpgContext.h"
33 #include "ui/GpgFrontendUI.h"
-
34 #include "ui/struct/SoftwareVersion.h"
-
35 
-
36 namespace GpgFrontend::UI {
-
37 
-
42 class InfoTab : public QWidget {
-
43  Q_OBJECT
-
44 
-
45  public:
-
51  explicit InfoTab(QWidget* parent = nullptr);
-
52 };
-
53 
-
58 class TranslatorsTab : public QWidget {
-
59  Q_OBJECT
-
60 
-
61  public:
-
67  explicit TranslatorsTab(QWidget* parent = nullptr);
-
68 };
-
69 
-
74 class UpdateTab : public QWidget {
-
75  Q_OBJECT
-
76 
-
77  QLabel* current_version_label_;
-
78  QLabel* latest_version_label_;
-
79  QLabel* upgrade_label_;
-
80  QProgressBar* pb_;
-
81  QString current_version_;
-
82  QPushButton* download_button_;
-
83 
-
84  public:
-
90  explicit UpdateTab(QWidget* parent = nullptr);
-
91 
-
96  void getLatestVersion();
-
97 
-
98  private slots:
-
104  void slot_show_version_status(const SoftwareVersion& version);
-
105 
-
106  signals:
-
112  void SignalReplyFromUpdateServer(QByteArray data);
-
113 };
-
114 
-
119 class AboutDialog : public QDialog {
-
120  Q_OBJECT
-
121 
-
122  public:
-
129  explicit AboutDialog(int defaultIndex, QWidget* parent);
-
130 
-
131  protected:
-
137  void showEvent(QShowEvent* ev) override;
-
138 
-
139  private:
-
140  UpdateTab* update_tab_;
-
141 };
-
142 
-
143 } // namespace GpgFrontend::UI
-
144 
-
145 #endif // __ABOUTDIALOG_H__
+
34 #include "ui/dialog/GeneralDialog.h"
+
35 #include "ui/struct/SoftwareVersion.h"
+
36 
+
37 namespace GpgFrontend::UI {
+
38 
+
43 class InfoTab : public QWidget {
+
44  Q_OBJECT
+
45 
+
46  public:
+
52  explicit InfoTab(QWidget* parent = nullptr);
+
53 };
+
54 
+
59 class TranslatorsTab : public QWidget {
+
60  Q_OBJECT
+
61 
+
62  public:
+
68  explicit TranslatorsTab(QWidget* parent = nullptr);
+
69 };
+
70 
+
75 class UpdateTab : public QWidget {
+
76  Q_OBJECT
+
77 
+
78  QLabel* current_version_label_;
+
79  QLabel* latest_version_label_;
+
80  QLabel* upgrade_label_;
+
81  QProgressBar* pb_;
+
82  QString current_version_;
+
83  QPushButton* download_button_;
+
84 
+
85  public:
+
91  explicit UpdateTab(QWidget* parent = nullptr);
+
92 
+
97  void getLatestVersion();
+
98 
+
99  private slots:
+
105  void slot_show_version_status(const SoftwareVersion& version);
+
106 
+
107  signals:
+
113  void SignalReplyFromUpdateServer(QByteArray data);
+
114 };
+
115 
+
120 class AboutDialog : public GeneralDialog {
+
121  Q_OBJECT
+
122 
+
123  public:
+
130  explicit AboutDialog(int defaultIndex, QWidget* parent);
+
131 
+
132  protected:
+
138  void showEvent(QShowEvent* ev) override;
+
139 
+
140  private:
+
141  UpdateTab* update_tab_;
+
142 };
+
143 
+
144 } // namespace GpgFrontend::UI
+
145 
+
146 #endif // __ABOUTDIALOG_H__
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::VersionCheckTask::SignalUpgradeVersion
void SignalUpgradeVersion(SoftwareVersion version)
-
GpgFrontend::UI::TranslatorsTab
Class containing the translator tab of about dialog.
Definition: AboutDialog.h:58
-
GpgFrontend::UI::UpdateTab::getLatestVersion
void getLatestVersion()
Get the Latest Version object.
Definition: AboutDialog.cpp:197
+
GpgFrontend::UI::TranslatorsTab
Class containing the translator tab of about dialog.
Definition: AboutDialog.h:59
+
GpgFrontend::UI::UpdateTab::getLatestVersion
void getLatestVersion()
Get the Latest Version object.
Definition: AboutDialog.cpp:201
GpgFrontend::SingletonFunctionObject< GpgContext >::GetInstance
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::UI::SoftwareVersion
Definition: SoftwareVersion.h:39
-
GpgFrontend::UI::InfoTab
Class containing the main tab of about dialog.
Definition: AboutDialog.h:42
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
+
GpgFrontend::UI::InfoTab
Class containing the main tab of about dialog.
Definition: AboutDialog.h:43
GpgFrontend::GlobalSettingStation::GetResourceDir
std::filesystem::path GetResourceDir() const
Get the Resource Dir object.
Definition: GlobalSettingStation.h:125
-
GpgFrontend::UI::AboutDialog::AboutDialog
AboutDialog(int defaultIndex, QWidget *parent)
Construct a new About Dialog object.
Definition: AboutDialog.cpp:38
+
GpgFrontend::UI::AboutDialog::AboutDialog
AboutDialog(int defaultIndex, QWidget *parent)
Construct a new About Dialog object.
Definition: AboutDialog.cpp:39
GpgFrontend::UI::SoftwareVersion::VersionWithDrawn
bool VersionWithDrawn() const
Definition: SoftwareVersion.h:76
GpgFrontend::UI::SoftwareVersion::CurrentVersionReleased
bool CurrentVersionReleased() const
Definition: SoftwareVersion.h:87
-
GpgFrontend::UI::AboutDialog::showEvent
void showEvent(QShowEvent *ev) override
Definition: AboutDialog.cpp:70
-
GpgFrontend::UI::TranslatorsTab::TranslatorsTab
TranslatorsTab(QWidget *parent=nullptr)
Construct a new Translators Tab object.
Definition: AboutDialog.cpp:113
-
GpgFrontend::UI::UpdateTab::UpdateTab
UpdateTab(QWidget *parent=nullptr)
Construct a new Update Tab object.
Definition: AboutDialog.cpp:145
-
GpgFrontend::UI::InfoTab::InfoTab
InfoTab(QWidget *parent=nullptr)
Construct a new Info Tab object.
Definition: AboutDialog.cpp:75
-
GpgFrontend::UI::UpdateTab::slot_show_version_status
void slot_show_version_status(const SoftwareVersion &version)
Definition: AboutDialog.cpp:212
-
GpgFrontend::UI::AboutDialog
Class for handling the about dialog.
Definition: AboutDialog.h:119
+
GpgFrontend::UI::AboutDialog::showEvent
void showEvent(QShowEvent *ev) override
Definition: AboutDialog.cpp:74
+
GpgFrontend::UI::TranslatorsTab::TranslatorsTab
TranslatorsTab(QWidget *parent=nullptr)
Construct a new Translators Tab object.
Definition: AboutDialog.cpp:117
+
GpgFrontend::UI::UpdateTab::UpdateTab
UpdateTab(QWidget *parent=nullptr)
Construct a new Update Tab object.
Definition: AboutDialog.cpp:149
+
GpgFrontend::UI::InfoTab::InfoTab
InfoTab(QWidget *parent=nullptr)
Construct a new Info Tab object.
Definition: AboutDialog.cpp:79
+
GpgFrontend::UI::UpdateTab::slot_show_version_status
void slot_show_version_status(const SoftwareVersion &version)
Definition: AboutDialog.cpp:216
+
GpgFrontend::UI::AboutDialog
Class for handling the about dialog.
Definition: AboutDialog.h:120
GpgFrontend::UI::SoftwareVersion::NeedUpgrade
bool NeedUpgrade() const
Definition: SoftwareVersion.h:65
GpgFrontend::UI::VersionCheckTask
Definition: VersionCheckTask.h:45
-
GpgFrontend::UI::UpdateTab
Class containing the main tab of about dialog.
Definition: AboutDialog.h:74
+
GpgFrontend::UI::UpdateTab
Class containing the main tab of about dialog.
Definition: AboutDialog.h:75
+
GpgFrontend::UI::GnupgTab
Definition: GnupgTab.h:39
GpgFrontend::UI::UpdateTab::SignalReplyFromUpdateServer
void SignalReplyFromUpdateServer(QByteArray data)
GpgFrontend::FileOperator::ReadFile
static bool ReadFile(const QString &file_name, QByteArray &data)
read file content
Definition: FileOperator.cpp:31
diff --git a/docs/html/DataObjectOperator_8h_source.html b/docs/html/DataObjectOperator_8h_source.html index dad8a76f..d5098b60 100644 --- a/docs/html/DataObjectOperator_8h_source.html +++ b/docs/html/DataObjectOperator_8h_source.html @@ -132,20 +132,20 @@ $(document).ready(function(){initNavTree('DataObjectOperator_8h_source.html','')
GpgFrontend::SingletonFunctionObject
Definition: GpgFunctionObject.h:148
-
GpgFrontend::FileOperator::WriteFileStd
static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:67
+
GpgFrontend::FileOperator::WriteFileStd
static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:69
GpgFrontend::DataObjectOperator::rd_
std::random_device rd_
Random device.
Definition: DataObjectOperator.h:74
GpgFrontend
Definition: CoreCommonUtil.cpp:29
GpgFrontend::SingletonFunctionObject< PassphraseGenerator >::GetInstance
static PassphraseGenerator & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::DataObjectOperator::app_secure_path_
std::filesystem::path app_secure_path_
Where sensitive information is stored.
Definition: DataObjectOperator.h:64
GpgFrontend::DataObjectOperator::app_secure_key_path_
std::filesystem::path app_secure_key_path_
Where the key of data object is stored.
Definition: DataObjectOperator.h:67
-
GpgFrontend::DataObjectOperator::DataObjectOperator
DataObjectOperator(int channel=SingletonFunctionObject::GetDefaultChannel())
DataObjectOperator constructor.
Definition: DataObjectOperator.cpp:46
+
GpgFrontend::DataObjectOperator::DataObjectOperator
DataObjectOperator(int channel=SingletonFunctionObject::GetDefaultChannel())
DataObjectOperator constructor.
Definition: DataObjectOperator.cpp:47
GpgFrontend::DataObjectOperator::hash_key_
QByteArray hash_key_
Hash key.
Definition: DataObjectOperator.h:76
GpgFrontend::GlobalSettingStation
Definition: GlobalSettingStation.h:42
GpgFrontend::DataObjectOperator::app_data_objs_path_
std::filesystem::path app_data_objs_path_
Definition: DataObjectOperator.h:69
GpgFrontend::SingletonFunctionObject::GetDefaultChannel
static int GetDefaultChannel()
Get the Default Channel object.
Definition: GpgFunctionObject.h:232
GpgFrontend::FileOperator::ReadFileStd
static bool ReadFileStd(const std::filesystem::path &file_name, std::string &data)
read file content using std struct
Definition: FileOperator.cpp:55
GpgFrontend::DataObjectOperator
Definition: DataObjectOperator.h:38
-
GpgFrontend::DataObjectOperator::init_app_secure_key
void init_app_secure_key()
init the secure key of application data object
Definition: DataObjectOperator.cpp:37
+
GpgFrontend::DataObjectOperator::init_app_secure_key
void init_app_secure_key()
init the secure key of application data object
Definition: DataObjectOperator.cpp:38
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::ExportKeyPackageDialog
Definition: ExportKeyPackageDialog.h:42
-
GpgFrontend::KeyPackageOperator::GenerateKeyPackageName
static std::string GenerateKeyPackageName()
generate the name of the key package
Definition: KeyPackageOperator.cpp:116
+
GpgFrontend::UI::ExportKeyPackageDialog
Definition: ExportKeyPackageDialog.h:43
+
GpgFrontend::KeyPackageOperator::GenerateKeyPackageName
static std::string GenerateKeyPackageName()
generate the name of the key package
Definition: KeyPackageOperator.cpp:115
GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::KeyPackageOperator::GenerateKeyPackage
static bool GenerateKeyPackage(const std::filesystem::path &key_package_path, const std::string &key_package_name, KeyIdArgsListPtr &key_ids, std::string &phrase, bool secret)
generate key package
Definition: KeyPackageOperator.cpp:46
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::ExportKeyPackageDialog::ExportKeyPackageDialog
ExportKeyPackageDialog(KeyIdArgsListPtr key_ids, QWidget *parent)
Construct a new Export Key Package Dialog object.
Definition: ExportKeyPackageDialog.cpp:37
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
GpgFrontend::FileOperator::ReadFile
static bool ReadFile(const QString &file_name, QByteArray &data)
read file content
Definition: FileOperator.cpp:31
-
GpgFrontend::FileOperator::WriteFileStd
static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:67
+
GpgFrontend::FileOperator::WriteFileStd
static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:69
GpgFrontend
Definition: CoreCommonUtil.cpp:29
-
GpgFrontend::FileOperator::CalculateHash
static std::string CalculateHash(const std::filesystem::path &file_path)
Definition: FileOperator.cpp:72
+
GpgFrontend::FileOperator::CalculateHash
static std::string CalculateHash(const std::filesystem::path &file_path)
Definition: FileOperator.cpp:75
GpgFrontend::FileOperator::ReadFileStd
static bool ReadFileStd(const std::filesystem::path &file_name, std::string &data)
read file content using std struct
Definition: FileOperator.cpp:55
GpgFrontend::FileOperator
provides file operations
Definition: FileOperator.h:40
GpgFrontend::FileOperator::WriteFile
static bool WriteFile(const QString &file_name, const QByteArray &data)
write file content
Definition: FileOperator.cpp:43
diff --git a/docs/html/FilePage_8h_source.html b/docs/html/FilePage_8h_source.html index 176a9289..7bff378d 100644 --- a/docs/html/FilePage_8h_source.html +++ b/docs/html/FilePage_8h_source.html @@ -90,79 +90,77 @@ $(document).ready(function(){initNavTree('FilePage_8h_source.html',''); initResi
29 #ifndef GPGFRONTEND_FILEPAGE_H
30 #define GPGFRONTEND_FILEPAGE_H
31 
-
32 
-
33 
-
34 #include "ui/GpgFrontendUI.h"
-
35 #include "ui/widgets/InfoBoardWidget.h"
+
32 #include "ui/GpgFrontendUI.h"
+
33 #include "ui/widgets/InfoBoardWidget.h"
+
34 
+
35 class Ui_FilePage;
36 
-
37 class Ui_FilePage;
+
37 namespace GpgFrontend::UI {
38 
-
39 namespace GpgFrontend::UI {
-
40 
-
45 class FilePage : public QWidget {
-
46  Q_OBJECT
-
47  public:
-
53  explicit FilePage(QWidget* parent = nullptr);
-
54 
-
60  [[nodiscard]] QString GetSelected() const;
-
61 
-
62  public slots:
-
67  void SlotGoPath();
+
43 class FilePage : public QWidget {
+
44  Q_OBJECT
+
45  public:
+
51  explicit FilePage(QWidget* parent = nullptr);
+
52 
+
58  [[nodiscard]] QString GetSelected() const;
+
59 
+
60  public slots:
+
65  void SlotGoPath();
+
66 
+
67  signals:
68 
-
69  signals:
-
70 
-
76  void SignalPathChanged(const QString& path);
-
77 
-
84  void SignalRefreshInfoBoard(const QString& text,
-
85  InfoBoardStatus verify_label_status);
+
74  void SignalPathChanged(const QString& path);
+
75 
+
82  void SignalRefreshInfoBoard(const QString& text,
+
83  InfoBoardStatus verify_label_status);
+
84 
+
85  private slots:
86 
-
87  private slots:
-
88 
-
94  void slot_file_tree_view_item_clicked(const QModelIndex& index);
-
95 
-
101  void slot_file_tree_view_item_double_clicked(const QModelIndex& index);
-
102 
-
107  void slot_up_level();
-
108 
-
113  void slot_open_item();
-
114 
-
119  void slot_rename_item();
-
120 
-
125  void slot_delete_item();
-
126 
-
131  void slot_calculate_hash();
-
132 
-
137  void slot_mkdir();
-
138 
-
143  void slot_create_empty_file();
-
144 
-
149  void slot_compress_files();
-
150 
-
151  protected:
-
157  void keyPressEvent(QKeyEvent* event) override;
-
158 
-
164  void onCustomContextMenu(const QPoint& point);
-
165 
-
166  private:
-
171  void create_popup_menu();
+
92  void slot_file_tree_view_item_clicked(const QModelIndex& index);
+
93 
+
99  void slot_file_tree_view_item_double_clicked(const QModelIndex& index);
+
100 
+
105  void slot_up_level();
+
106 
+
111  void slot_open_item();
+
112 
+
117  void slot_rename_item();
+
118 
+
123  void slot_delete_item();
+
124 
+
129  void slot_calculate_hash();
+
130 
+
135  void slot_mkdir();
+
136 
+
141  void slot_create_empty_file();
+
142 
+
147  void slot_compress_files();
+
148 
+
149  protected:
+
155  void keyPressEvent(QKeyEvent* event) override;
+
156 
+
162  void onCustomContextMenu(const QPoint& point);
+
163 
+
164  private:
+
169  void create_popup_menu();
+
170 
+
171  std::shared_ptr<Ui_FilePage> ui_;
172 
-
173  std::shared_ptr<Ui_FilePage> ui_;
-
174 
-
175  QFileSystemModel* dir_model_;
-
176  QCompleter* path_edit_completer_;
-
177  QStringListModel* path_complete_model_;
-
178 
-
179  std::filesystem::path m_path_;
-
180  std::filesystem::path selected_path_;
-
181 
-
182  QMenu* popup_menu_{};
-
183  QMenu* option_popup_menu_{};
-
184  QWidget* first_parent_{};
-
185 };
+
173  QFileSystemModel* dir_model_;
+
174  QCompleter* path_edit_completer_;
+
175  QStringListModel* path_complete_model_;
+
176 
+
177  std::filesystem::path m_path_;
+
178  std::filesystem::path selected_path_;
+
179 
+
180  QMenu* popup_menu_{};
+
181  QMenu* option_popup_menu_{};
+
182  QWidget* first_parent_{};
+
183 };
+
184 
+
185 } // namespace GpgFrontend::UI
186 
-
187 } // namespace GpgFrontend::UI
-
188 
-
189 #endif // GPGFRONTEND_FILEPAGE_H
+
187 #endif // GPGFRONTEND_FILEPAGE_H
GpgFrontend::UI::FilePage::slot_file_tree_view_item_double_clicked
void slot_file_tree_view_item_double_clicked(const QModelIndex &index)
Definition: FilePage.cpp:176
@@ -170,9 +168,9 @@ $(document).ready(function(){initNavTree('FilePage_8h_source.html',''); initResi
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::FilePage::SignalPathChanged
void SignalPathChanged(const QString &path)
GpgFrontend::UI::FilePage::onCustomContextMenu
void onCustomContextMenu(const QPoint &point)
Definition: FilePage.cpp:292
-
GpgFrontend::FileOperator::CalculateHash
static std::string CalculateHash(const std::filesystem::path &file_path)
Definition: FileOperator.cpp:72
+
GpgFrontend::FileOperator::CalculateHash
static std::string CalculateHash(const std::filesystem::path &file_path)
Definition: FileOperator.cpp:75
GpgFrontend::UI::FilePage::keyPressEvent
void keyPressEvent(QKeyEvent *event) override
Definition: FilePage.cpp:443
-
GpgFrontend::UI::FilePage
Definition: FilePage.h:45
+
GpgFrontend::UI::FilePage
Definition: FilePage.h:43
GpgFrontend::UI::InfoBoardStatus
InfoBoardStatus
Definition: InfoBoardWidget.h:43
GpgFrontend::UI::FilePage::slot_compress_files
void slot_compress_files()
compress directory into gpg-zip
Definition: FilePage.cpp:457
GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard
void SignalRefreshInfoBoard(const QString &text, InfoBoardStatus verify_label_status)
diff --git a/docs/html/FindWidget_8h_source.html b/docs/html/FindWidget_8h_source.html index c3b65c5a..945f7cf1 100644 --- a/docs/html/FindWidget_8h_source.html +++ b/docs/html/FindWidget_8h_source.html @@ -130,11 +130,11 @@ $(document).ready(function(){initNavTree('FindWidget_8h_source.html',''); initRe
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::FindWidget::find_edit_
QLineEdit * find_edit_
Label holding the text shown in infoBoard.
Definition: FindWidget.h:68
GpgFrontend::UI::PlainTextEditorPage
Class for handling a single tab of the tabwidget.
Definition: PlainTextEditorPage.h:45
-
GpgFrontend::UI::FindWidget::keyPressEvent
void keyPressEvent(QKeyEvent *e) override
Definition: FindWidget.cpp:145
+
GpgFrontend::UI::FindWidget::keyPressEvent
void keyPressEvent(QKeyEvent *e) override
Definition: FindWidget.cpp:147
GpgFrontend::UI::PlainTextEditorPage::GetTextPage
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:81
GpgFrontend::UI::FindWidget
Class for handling the find widget shown at buttom of a textedit-page.
Definition: FindWidget.h:40
GpgFrontend::UI::FindWidget::FindWidget
FindWidget(QWidget *parent, PlainTextEditorPage *edit)
Definition: FindWidget.cpp:33
-
GpgFrontend::UI::FindWidget::set_background
void set_background()
Definition: FindWidget.cpp:61
+
GpgFrontend::UI::FindWidget::set_background
void set_background()
Definition: FindWidget.cpp:63
GpgFrontend::UI::FindWidget::m_text_page_
PlainTextEditorPage * m_text_page_
Textedit associated to the notification.
Definition: FindWidget.h:67
GpgFrontend::SingletonFunctionObject
Definition: GpgFunctionObject.h:148
diff --git a/docs/html/GpgContext_8h_source.html b/docs/html/GpgContext_8h_source.html index 38f9c17b..55595465 100644 --- a/docs/html/GpgContext_8h_source.html +++ b/docs/html/GpgContext_8h_source.html @@ -154,22 +154,22 @@ $(document).ready(function(){initNavTree('GpgContext_8h_source.html',''); initRe
162 #endif // __SGPGMEPP_CONTEXT_H__
-
GpgFrontend::GpgContext::init_ctx
void init_ctx()
Definition: GpgContext.cpp:145
+
GpgFrontend::GpgContext::init_ctx
void init_ctx()
Definition: GpgContext.cpp:148
GpgFrontend::SingletonFunctionObject
Definition: GpgFunctionObject.h:148
GpgFrontend
Definition: CoreCommonUtil.cpp:29
GpgFrontend::GpgInfo::AppPath
std::string AppPath
executable binary path of gnupg
Definition: GpgInfo.h:41
GpgFrontend::check_gpg_error
GPGFRONTEND_CORE_EXPORT GpgError check_gpg_error(GpgError err)
Definition: GpgConstants.cpp:54
GpgFrontend::GpgContext::GetInfo
const GpgInfo & GetInfo() const
Get the Info object.
Definition: GpgContext.h:95
GpgFrontend::GpgContext
Definition: GpgContext.h:59
-
GpgFrontend::GpgContext::SetPassphraseCb
void SetPassphraseCb(gpgme_passphrase_cb_t func) const
Set the Passphrase Cb object.
Definition: GpgContext.cpp:193
+
GpgFrontend::GpgContext::SetPassphraseCb
void SetPassphraseCb(gpgme_passphrase_cb_t func) const
Set the Passphrase Cb object.
Definition: GpgContext.cpp:196
GpgFrontend::GpgInfo
Use to record some info about gnupg.
Definition: GpgInfo.h:39
GpgFrontend::GpgContext::GpgContext
GpgContext(const GpgContextInitArgs &args={})
Construct a new Gpg Context object.
Definition: GpgContext.cpp:53
GpgFrontend::GpgContext::_ctx_ref_deleter
Definition: GpgContext.h:118
GpgFrontend::GpgContextInitArgs
Definition: GpgContext.h:43
GpgFrontend::check_gpg_error_2_err_code
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
-
GpgFrontend::GpgContext::test_status_cb
static gpgme_error_t test_status_cb(void *hook, const char *keyword, const char *args)
Definition: GpgContext.cpp:221
-
GpgFrontend::GpgContext::test_passphrase_cb
static gpgme_error_t test_passphrase_cb(void *opaque, const char *uid_hint, const char *passphrase_info, int last_was_bad, int fd)
Definition: GpgContext.cpp:204
-
GpgFrontend::GpgContext::good
bool good() const
Definition: GpgContext.cpp:191
+
GpgFrontend::GpgContext::test_status_cb
static gpgme_error_t test_status_cb(void *hook, const char *keyword, const char *args)
Definition: GpgContext.cpp:224
+
GpgFrontend::GpgContext::test_passphrase_cb
static gpgme_error_t test_passphrase_cb(void *opaque, const char *uid_hint, const char *passphrase_info, int last_was_bad, int fd)
Definition: GpgContext.cpp:207
+
GpgFrontend::GpgContext::good
bool good() const
Definition: GpgContext.cpp:194
GpgFrontend::GpgFileOpera::SignFile
static GpgError SignFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgSignResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:103
GpgFrontend::SingletonFunctionObject
Definition: GpgFunctionObject.h:148
-
GpgFrontend::FileOperator::WriteFileStd
static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:67
+
GpgFrontend::FileOperator::WriteFileStd
static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:69
GpgFrontend::GpgBasicOperator::Decrypt
gpgme_error_t Decrypt(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgDecrResult &result)
Call the interface provided by gpgme for decryption operation.
Definition: GpgBasicOperator.cpp:64
GpgFrontend
Definition: CoreCommonUtil.cpp:29
GpgFrontend::SingletonFunctionObject< GpgBasicOperator >::GetInstance
static GpgBasicOperator & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
diff --git a/docs/html/GpgFrontendApplication_8h_source.html b/docs/html/GpgFrontendApplication_8h_source.html index 7a17ffff..9b6f3a9f 100644 --- a/docs/html/GpgFrontendApplication_8h_source.html +++ b/docs/html/GpgFrontendApplication_8h_source.html @@ -97,7 +97,7 @@ $(document).ready(function(){initNavTree('GpgFrontendApplication_8h_source.html'
34 class GPGFRONTEND_UI_EXPORT GpgFrontendApplication : public QApplication {
35  Q_OBJECT
36  public:
-
43  explicit GpgFrontendApplication(int &argc, char **argv);
+
43  explicit GpgFrontendApplication(int &argc, char *argv[]);
44 
49  ~GpgFrontendApplication() override = default;
50 
@@ -115,9 +115,9 @@ $(document).ready(function(){initNavTree('GpgFrontendApplication_8h_source.html'
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::GpgFrontendApplication::GpgFrontendApplication
GpgFrontendApplication(int &argc, char **argv)
Construct a new GpgFrontend Application object.
Definition: GpgFrontendApplication.cpp:33
GpgFrontend::UI::GpgFrontendApplication
Definition: GpgFrontendApplication.h:34
-
GpgFrontend::UI::GpgFrontendApplication::notify
bool notify(QObject *receiver, QEvent *event) override
Definition: GpgFrontendApplication.cpp:70
+
GpgFrontend::UI::GpgFrontendApplication::GpgFrontendApplication
GpgFrontendApplication(int &argc, char *argv[])
Construct a new GpgFrontend Application object.
Definition: GpgFrontendApplication.cpp:33
+
GpgFrontend::UI::GpgFrontendApplication::notify
bool notify(QObject *receiver, QEvent *event) override
Definition: GpgFrontendApplication.cpp:73
GpgFrontend::UI::GpgFrontendApplication::GetInstance
static GpgFrontendApplication * GetInstance(int argc=0, char *argv[]=nullptr, bool new_instance=false)
Get the GpgFrontend Application object.
Definition: GpgFrontendApplication.cpp:56
GpgFrontend
Definition: CoreCommonUtil.cpp:29
diff --git a/docs/html/GpgKeyImportExporter_8h_source.html b/docs/html/GpgKeyImportExporter_8h_source.html index df44fafb..95f58807 100644 --- a/docs/html/GpgKeyImportExporter_8h_source.html +++ b/docs/html/GpgKeyImportExporter_8h_source.html @@ -165,7 +165,7 @@ $(document).ready(function(){initNavTree('GpgKeyImportExporter_8h_source.html','
GpgFrontend::SingletonFunctionObject
Definition: GpgFunctionObject.h:148
GpgFrontend::GpgKeyImportExporter::ExportKeys
bool ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const
Definition: GpgKeyImportExporter.cpp:71
-
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:54
+
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:52
GpgFrontend
Definition: CoreCommonUtil.cpp:29
GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::check_gpg_error
GPGFRONTEND_CORE_EXPORT GpgError check_gpg_error(GpgError err)
Definition: GpgConstants.cpp:54
diff --git a/docs/html/GpgKeyOpera_8h_source.html b/docs/html/GpgKeyOpera_8h_source.html index 65e668e8..ff85917f 100644 --- a/docs/html/GpgKeyOpera_8h_source.html +++ b/docs/html/GpgKeyOpera_8h_source.html @@ -134,32 +134,32 @@ $(document).ready(function(){initNavTree('GpgKeyOpera_8h_source.html',''); initR
GpgFrontend::GenKeyInfo::GetUserid
std::string GetUserid() const
Get the Userid object.
Definition: GpgGenKeyInfo.h:114
GpgFrontend::SingletonFunctionObject
Definition: GpgFunctionObject.h:148
-
GpgFrontend::GpgKeyOpera::GenerateRevokeCert
static void GenerateRevokeCert(const GpgKey &key, const std::string &output_file_name)
Definition: GpgKeyOpera.cpp:106
+
GpgFrontend::GpgKeyOpera::GenerateRevokeCert
static void GenerateRevokeCert(const GpgKey &key, const std::string &output_file_name)
Definition: GpgKeyOpera.cpp:105
GpgFrontend::GenKeyInfo::GetAlgo
const std::string & GetAlgo() const
Get the Algo object.
Definition: GpgGenKeyInfo.h:167
-
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:54
+
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:52
GpgFrontend
Definition: CoreCommonUtil.cpp:29
GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::check_gpg_error
GPGFRONTEND_CORE_EXPORT GpgError check_gpg_error(GpgError err)
Definition: GpgConstants.cpp:54
GpgFrontend::GpgKeyOpera
Definition: GpgKeyOpera.h:47
GpgFrontend::SingletonFunctionObject::GetChannel
int GetChannel() const
Get the Channel object.
Definition: GpgFunctionObject.h:239
-
GpgFrontend::GpgKeyOpera::GenerateSubkey
GpgFrontend::GpgError GenerateSubkey(const GpgKey &key, const std::unique_ptr< GenKeyInfo > &params)
Definition: GpgKeyOpera.cpp:245
-
GpgFrontend::GpgKeyOpera::SetExpire
GpgError SetExpire(const GpgKey &key, const SubkeyId &subkey_fpr, std::unique_ptr< boost::posix_time::ptime > &expires)
Set the Expire object.
Definition: GpgKeyOpera.cpp:76
+
GpgFrontend::GpgKeyOpera::GenerateSubkey
GpgFrontend::GpgError GenerateSubkey(const GpgKey &key, const std::unique_ptr< GenKeyInfo > &params)
Definition: GpgKeyOpera.cpp:244
+
GpgFrontend::GpgKeyOpera::SetExpire
GpgError SetExpire(const GpgKey &key, const SubkeyId &subkey_fpr, std::unique_ptr< boost::posix_time::ptime > &expires)
Set the Expire object.
Definition: GpgKeyOpera.cpp:75
GpgFrontend::GpgContext
Definition: GpgContext.h:59
-
GpgFrontend::GpgKeyOpera::GenerateKey
GpgFrontend::GpgError GenerateKey(const std::unique_ptr< GenKeyInfo > &params, GpgGenKeyResult &result)
Definition: GpgKeyOpera.cpp:166
+
GpgFrontend::GpgKeyOpera::GenerateKey
GpgFrontend::GpgError GenerateKey(const std::unique_ptr< GenKeyInfo > &params, GpgGenKeyResult &result)
Definition: GpgKeyOpera.cpp:165
GpgFrontend::GpgKeyGetter::GetKey
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
-
GpgFrontend::GpgKeyOpera::ModifyPassword
GpgFrontend::GpgError ModifyPassword(const GpgKey &key)
Definition: GpgKeyOpera.cpp:276
+
GpgFrontend::GpgKeyOpera::ModifyPassword
GpgFrontend::GpgError ModifyPassword(const GpgKey &key)
Definition: GpgKeyOpera.cpp:275
GpgFrontend::SingletonFunctionObject::GetDefaultChannel
static int GetDefaultChannel()
Get the Default Channel object.
Definition: GpgFunctionObject.h:232
GpgFrontend::check_gpg_error_2_err_code
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
GpgFrontend::GenKeyInfo::GetKeySizeStr
std::string GetKeySizeStr() const
Get the Key Size Str object.
Definition: GpgGenKeyInfo.cpp:154
GpgFrontend::GenKeyInfo::IsSubKey
bool IsSubKey() const
Definition: GpgGenKeyInfo.h:100
GpgFrontend::GpgKeyOpera::GpgKeyOpera
GpgKeyOpera(int channel=SingletonFunctionObject::GetDefaultChannel())
Construct a new Gpg Key Opera object.
Definition: GpgKeyOpera.cpp:44
GpgFrontend::GpgCommandExecutor::Execute
void Execute(StringArgsRef arguments, const std::function< void(boost::process::async_pipe &in, boost::process::async_pipe &out)> &interact_func)
Excuting an order.
Definition: GpgCommandExecutor.cpp:41
-
GpgFrontend::GpgKeyOpera::ModifyTOFUPolicy
GpgFrontend::GpgError ModifyTOFUPolicy(const GpgKey &key, gpgme_tofu_policy_t tofu_policy)
Definition: GpgKeyOpera.cpp:285
-
GpgFrontend::GpgKey::GetFingerprint
std::string GetFingerprint() const
Definition: GpgKey.cpp:70
+
GpgFrontend::GpgKeyOpera::ModifyTOFUPolicy
GpgFrontend::GpgError ModifyTOFUPolicy(const GpgKey &key, gpgme_tofu_policy_t tofu_policy)
Definition: GpgKeyOpera.cpp:284
+
GpgFrontend::GpgKey::GetFingerprint
std::string GetFingerprint() const
Definition: GpgKey.cpp:68
GpgFrontend::GpgKey
Definition: GpgKey.h:41
GpgFrontend::_new_result
GPGFRONTEND_CORE_EXPORT GpgEncrResult _new_result(gpgme_encrypt_result_t &&result)
Definition: GpgConstants.cpp:173
-
GpgFrontend::GpgKeyOpera::DeleteKey
void DeleteKey(const KeyId &key_id)
Definition: GpgKeyOpera.cpp:295
-
GpgFrontend::GpgKeyOpera::DeleteKeys
void DeleteKeys(KeyIdArgsListPtr key_ids)
Definition: GpgKeyOpera.cpp:52
+
GpgFrontend::GpgKeyOpera::DeleteKey
void DeleteKey(const KeyId &key_id)
Definition: GpgKeyOpera.cpp:294
+
GpgFrontend::GpgKeyOpera::DeleteKeys
void DeleteKeys(KeyIdArgsListPtr key_ids)
Definition: GpgKeyOpera.cpp:51
-
GpgFrontend::GpgKey::IsHasCardKey
bool IsHasCardKey() const
Definition: GpgKey.cpp:133
+
GpgFrontend::GpgKey::IsHasCardKey
bool IsHasCardKey() const
Definition: GpgKey.cpp:131
GpgFrontend::GpgKey::GpgKey
GpgKey()=default
Construct a new Gpg Key object.
GpgFrontend::GpgKey::operator=
GpgKey & operator=(GpgKey &&k) noexcept
Definition: GpgKey.cpp:35
-
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:54
-
GpgFrontend::GpgKey::IsHasSigningCapability
bool IsHasSigningCapability() const
Definition: GpgKey.cpp:121
+
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:52
+
GpgFrontend::GpgKey::IsHasSigningCapability
bool IsHasSigningCapability() const
Definition: GpgKey.cpp:119
GpgFrontend
Definition: CoreCommonUtil.cpp:29
-
GpgFrontend::GpgKey::IsHasActualCertificationCapability
bool IsHasActualCertificationCapability() const
Definition: GpgKey.cpp:207
+
GpgFrontend::GpgKey::IsHasActualCertificationCapability
bool IsHasActualCertificationCapability() const
Definition: GpgKey.cpp:205
GpgFrontend::GpgKey::_key_ref_deleter
Definition: GpgKey.h:348
-
GpgFrontend::GpgKey::Copy
GpgKey Copy() const
Definition: GpgKey.cpp:230
-
GpgFrontend::GpgKey::GetComment
std::string GetComment() const
Definition: GpgKey.cpp:66
+
GpgFrontend::GpgKey::Copy
GpgKey Copy() const
Definition: GpgKey.cpp:227
+
GpgFrontend::GpgKey::GetComment
std::string GetComment() const
Definition: GpgKey.cpp:64
GpgFrontend::GpgKey::operator<=
bool operator<=(const GpgKey &o) const
Definition: GpgKey.cpp:44
-
GpgFrontend::GpgKey::GetEmail
std::string GetEmail() const
Definition: GpgKey.cpp:62
-
GpgFrontend::GpgKey::GetSubKeys
std::unique_ptr< std::vector< GpgSubKey > > GetSubKeys() const
Definition: GpgKey.cpp:153
-
GpgFrontend::GpgKey::GetOwnerTrust
std::string GetOwnerTrust() const
Definition: GpgKey.cpp:78
-
GpgFrontend::GpgKey::GetCreateTime
boost::posix_time::ptime GetCreateTime() const
Create a time object.
Definition: GpgKey.cpp:109
-
GpgFrontend::GpgKey::IsGood
bool IsGood() const
Definition: GpgKey.cpp:52
-
GpgFrontend::GpgKey::IsHasActualEncryptionCapability
bool IsHasActualEncryptionCapability() const
Definition: GpgKey.cpp:216
+
GpgFrontend::GpgKey::GetEmail
std::string GetEmail() const
Definition: GpgKey.cpp:60
+
GpgFrontend::GpgKey::GetSubKeys
std::unique_ptr< std::vector< GpgSubKey > > GetSubKeys() const
Definition: GpgKey.cpp:151
+
GpgFrontend::GpgKey::GetOwnerTrust
std::string GetOwnerTrust() const
Definition: GpgKey.cpp:76
+
GpgFrontend::GpgKey::GetCreateTime
boost::posix_time::ptime GetCreateTime() const
Create a time object.
Definition: GpgKey.cpp:107
+
GpgFrontend::GpgKey::IsGood
bool IsGood() const
Definition: GpgKey.cpp:50
+
GpgFrontend::GpgKey::IsHasActualEncryptionCapability
bool IsHasActualEncryptionCapability() const
Definition: GpgKey.cpp:214
GpgFrontend::GpgKey::operator==
bool operator==(const GpgKey &o) const
Definition: GpgKey.cpp:40
-
GpgFrontend::GpgKey::IsHasActualSigningCapability
bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:174
-
GpgFrontend::GpgKey::IsHasActualAuthenticationCapability
bool IsHasActualAuthenticationCapability() const
Definition: GpgKey.cpp:188
-
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:140
-
GpgFrontend::GpgKey::GetPrimaryKeyLength
unsigned int GetPrimaryKeyLength() const
s
Definition: GpgKey.cpp:113
-
GpgFrontend::GpgKey::GetPublicKeyAlgo
std::string GetPublicKeyAlgo() const
Definition: GpgKey.cpp:96
-
GpgFrontend::GpgKey::GetExpireTime
boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:105
-
GpgFrontend::GpgKey::IsHasAuthenticationCapability
bool IsHasAuthenticationCapability() const
Definition: GpgKey.cpp:129
-
GpgFrontend::GpgKey::IsExpired
bool IsExpired() const
Definition: GpgKey.cpp:142
+
GpgFrontend::GpgKey::IsHasActualSigningCapability
bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:172
+
GpgFrontend::GpgKey::IsHasActualAuthenticationCapability
bool IsHasActualAuthenticationCapability() const
Definition: GpgKey.cpp:186
+
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:138
+
GpgFrontend::GpgKey::GetPrimaryKeyLength
unsigned int GetPrimaryKeyLength() const
s
Definition: GpgKey.cpp:111
+
GpgFrontend::GpgKey::GetPublicKeyAlgo
std::string GetPublicKeyAlgo() const
Definition: GpgKey.cpp:94
+
GpgFrontend::GpgKey::GetExpireTime
boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:103
+
GpgFrontend::GpgKey::IsHasAuthenticationCapability
bool IsHasAuthenticationCapability() const
Definition: GpgKey.cpp:127
+
GpgFrontend::GpgKey::IsExpired
bool IsExpired() const
Definition: GpgKey.cpp:140
GpgFrontend::GpgSubKey
Definition: GpgSubKey.h:43
-
GpgFrontend::GpgKey::GetProtocol
std::string GetProtocol() const
Definition: GpgKey.cpp:74
+
GpgFrontend::GpgKey::GetProtocol
std::string GetProtocol() const
Definition: GpgKey.cpp:72
GpgFrontend::GpgUID
Definition: GpgUID.h:40
-
GpgFrontend::GpgKey::IsRevoked
bool IsRevoked() const
Definition: GpgKey.cpp:144
-
GpgFrontend::GpgKey::GetUIDs
std::unique_ptr< std::vector< GpgUID > > GetUIDs() const
Definition: GpgKey.cpp:163
-
GpgFrontend::GpgKey::IsHasEncryptionCapability
bool IsHasEncryptionCapability() const
Definition: GpgKey.cpp:117
-
GpgFrontend::GpgKey::IsDisabled
bool IsDisabled() const
Definition: GpgKey.cpp:146
-
GpgFrontend::GpgKey::IsHasCertificationCapability
bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:125
-
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
-
GpgFrontend::GpgKey::GetLastUpdateTime
boost::posix_time::ptime GetLastUpdateTime() const
Definition: GpgKey.cpp:100
-
GpgFrontend::GpgKey::GetFingerprint
std::string GetFingerprint() const
Definition: GpgKey.cpp:70
+
GpgFrontend::GpgKey::IsRevoked
bool IsRevoked() const
Definition: GpgKey.cpp:142
+
GpgFrontend::GpgKey::GetUIDs
std::unique_ptr< std::vector< GpgUID > > GetUIDs() const
Definition: GpgKey.cpp:161
+
GpgFrontend::GpgKey::IsHasEncryptionCapability
bool IsHasEncryptionCapability() const
Definition: GpgKey.cpp:115
+
GpgFrontend::GpgKey::IsDisabled
bool IsDisabled() const
Definition: GpgKey.cpp:144
+
GpgFrontend::GpgKey::IsHasCertificationCapability
bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:123
+
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
+
GpgFrontend::GpgKey::GetLastUpdateTime
boost::posix_time::ptime GetLastUpdateTime() const
Definition: GpgKey.cpp:98
+
GpgFrontend::GpgKey::GetFingerprint
std::string GetFingerprint() const
Definition: GpgKey.cpp:68
GpgFrontend::GpgKey
Definition: GpgKey.h:41
-
GpgFrontend::GpgKey::GetName
std::string GetName() const
Definition: GpgKey.cpp:58
+
GpgFrontend::GpgKey::GetName
std::string GetName() const
Definition: GpgKey.cpp:56
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::KeyDetailsDialog
Definition: KeyDetailsDialog.h:37
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
+
GpgFrontend::UI::KeyDetailsDialog
Definition: KeyDetailsDialog.h:38
GpgFrontend::GpgKey
Definition: GpgKey.h:41
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::KeyImportDetailDialog::get_status_string
static QString get_status_string(int keyStatus)
Get the status string object.
Definition: KeyImportDetailDialog.cpp:166
+
GpgFrontend::UI::KeyImportDetailDialog::get_status_string
static QString get_status_string(int keyStatus)
Get the status string object.
Definition: KeyImportDetailDialog.cpp:167
GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::GpgKey::GetEmail
std::string GetEmail() const
Definition: GpgKey.cpp:62
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
+
GpgFrontend::GpgKey::GetEmail
std::string GetEmail() const
Definition: GpgKey.cpp:60
GpgFrontend::UI::KeyImportDetailDialog::KeyImportDetailDialog
KeyImportDetailDialog(GpgImportInformation result, bool automatic, QWidget *parent=nullptr)
Construct a new Key Import Detail Dialog object.
Definition: KeyImportDetailDialog.cpp:34
-
GpgFrontend::UI::KeyImportDetailDialog
Definition: KeyImportDetailDialog.h:42
-
GpgFrontend::GpgKey::IsGood
bool IsGood() const
Definition: GpgKey.cpp:52
-
GpgFrontend::UI::KeyImportDetailDialog::create_keys_table
void create_keys_table()
Create a keys table object.
Definition: KeyImportDetailDialog.cpp:130
+
GpgFrontend::UI::KeyImportDetailDialog
Definition: KeyImportDetailDialog.h:43
+
GpgFrontend::GpgKey::IsGood
bool IsGood() const
Definition: GpgKey.cpp:50
+
GpgFrontend::UI::KeyImportDetailDialog::create_keys_table
void create_keys_table()
Create a keys table object.
Definition: KeyImportDetailDialog.cpp:131
GpgFrontend::GpgKeyGetter::GetKey
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
-
GpgFrontend::UI::KeyImportDetailDialog::create_button_box
void create_button_box()
Create a button box object.
Definition: KeyImportDetailDialog.cpp:198
-
GpgFrontend::UI::KeyImportDetailDialog::create_general_info_box
void create_general_info_box()
Create a general info box object.
Definition: KeyImportDetailDialog.cpp:76
+
GpgFrontend::UI::KeyImportDetailDialog::create_button_box
void create_button_box()
Create a button box object.
Definition: KeyImportDetailDialog.cpp:199
+
GpgFrontend::UI::KeyImportDetailDialog::create_general_info_box
void create_general_info_box()
Create a general info box object.
Definition: KeyImportDetailDialog.cpp:77
GpgFrontend::GpgImportInformation
Definition: GpgKeyImportExporter.h:57
GpgFrontend::GpgKey
Definition: GpgKey.h:41
-
GpgFrontend::GpgKey::GetName
std::string GetName() const
Definition: GpgKey.cpp:58
+
GpgFrontend::GpgKey::GetName
std::string GetName() const
Definition: GpgKey.cpp:56
GpgFrontend::UI::KeyMgmt::KeyMgmt
KeyMgmt(QWidget *parent=nullptr)
Construct a new Key Mgmt object.
Definition: KeyMgmt.cpp:46
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::KeyMgmt::create_menus
void create_menus()
Create a menus object.
Definition: KeyMgmt.cpp:265
-
GpgFrontend::UI::KeyMgmt::create_actions
void create_actions()
Create a actions object.
Definition: KeyMgmt.cpp:169
+
GpgFrontend::UI::KeyMgmt::create_menus
void create_menus()
Create a menus object.
Definition: KeyMgmt.cpp:219
+
GpgFrontend::UI::KeyMgmt::create_actions
void create_actions()
Create a actions object.
Definition: KeyMgmt.cpp:123
GpgFrontend::KeyPackageOperator::ImportKeyPackage
static bool ImportKeyPackage(const std::filesystem::path &key_package_path, const std::filesystem::path &phrase_path, GpgFrontend::GpgImportInformation &import_info)
import key package
Definition: KeyPackageOperator.cpp:71
+
GpgFrontend::UI::GeneralMainWindow
Definition: GeneralMainWindow.h:39
GpgFrontend::write_buffer_to_file
GPGFRONTEND_CORE_EXPORT bool write_buffer_to_file(const std::string &path, const std::string &out_buffer)
Definition: GpgConstants.cpp:128
-
GpgFrontend::GlobalSettingStation::SyncSettings
void SyncSettings() noexcept
sync the settings to the file
Definition: GlobalSettingStation.cpp:33
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
GpgFrontend::UI::KeyList::AddListGroupTab
void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})
Definition: KeyList.cpp:99
-
GpgFrontend::UI::KeyMgmt::closeEvent
void closeEvent(QCloseEvent *event) override
Definition: KeyMgmt.cpp:409
GpgFrontend::UI::KeyList::GetChecked
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
-
GpgFrontend::UI::KeyMgmt
Definition: KeyMgmt.h:45
+
GpgFrontend::UI::KeyMgmt
Definition: KeyMgmt.h:46
GpgFrontend::UI::KeyList::AddMenuAction
void AddMenuAction(QAction *act)
Definition: KeyList.cpp:300
-
GpgFrontend::UI::KeyServerImportDialog
Definition: KeyServerImportDialog.h:43
-
GpgFrontend::UI::KeyDetailsDialog
Definition: KeyDetailsDialog.h:37
+
GpgFrontend::UI::KeyServerImportDialog
Definition: KeyServerImportDialog.h:46
+
GpgFrontend::UI::KeyDetailsDialog
Definition: KeyDetailsDialog.h:38
GpgFrontend::GpgKeyGetter::GetKey
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
GpgFrontend::UI::KeyList::GetSelected
KeyIdArgsListPtr GetSelected()
Get the Selected object.
Definition: KeyList.cpp:253
GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile
void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:188
-
GpgFrontend::UI::KeyMgmt::create_tool_bars
void create_tool_bars()
Create a tool bars object.
Definition: KeyMgmt.cpp:288
-
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:140
+
GpgFrontend::UI::KeyMgmt::create_tool_bars
void create_tool_bars()
Create a tool bars object.
Definition: KeyMgmt.cpp:242
+
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:138
GpgFrontend::UI::KeyList::SetDoubleClickedAction
void SetDoubleClickedAction(std::function< void(const GpgKey &, QWidget *)> action)
Set the Double Clicked Action object.
Definition: KeyList.cpp:403
-
GpgFrontend::UI::KeyMgmt::delete_keys_with_warning
void delete_keys_with_warning(GpgFrontend::KeyIdArgsListPtr uidList)
Definition: KeyMgmt.cpp:328
+
GpgFrontend::UI::KeyMgmt::delete_keys_with_warning
void delete_keys_with_warning(GpgFrontend::KeyIdArgsListPtr uidList)
Definition: KeyMgmt.cpp:282
GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:204
GpgFrontend::UI::KeyList
Definition: KeyList.h:152
-
GpgFrontend::GpgKey::IsExpired
bool IsExpired() const
Definition: GpgKey.cpp:142
+
GpgFrontend::GpgKey::IsExpired
bool IsExpired() const
Definition: GpgKey.cpp:140
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard
void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:209
-
GpgFrontend::GpgKey::IsRevoked
bool IsRevoked() const
Definition: GpgKey.cpp:144
-
GpgFrontend::GpgKey::IsDisabled
bool IsDisabled() const
Definition: GpgKey.cpp:146
-
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
+
GpgFrontend::GpgKey::IsRevoked
bool IsRevoked() const
Definition: GpgKey.cpp:142
+
GpgFrontend::GpgKey::IsDisabled
bool IsDisabled() const
Definition: GpgKey.cpp:144
+
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:143
GpgFrontend::GpgKey
Definition: GpgKey.h:41
-
GpgFrontend::GpgKeyOpera::DeleteKeys
void DeleteKeys(KeyIdArgsListPtr key_ids)
Definition: GpgKeyOpera.cpp:52
+
GpgFrontend::GpgKeyOpera::DeleteKeys
void DeleteKeys(KeyIdArgsListPtr key_ids)
Definition: GpgKeyOpera.cpp:51
GpgFrontend::UI::SignalStation::SignalRefreshStatusBar
void SignalRefreshStatusBar(const QString &message, int timeout)
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::SingletonFunctionObject< GpgUIDOperator >::GetInstance
static GpgUIDOperator & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::GpgKeyGetter
Definition: GpgKeyGetter.h:45
-
GpgFrontend::UI::KeyNewUIDDialog::slot_create_new_uid
void slot_create_new_uid()
Definition: KeyNewUIDDialog.cpp:72
+
GpgFrontend::UI::KeyNewUIDDialog::slot_create_new_uid
void slot_create_new_uid()
Definition: KeyNewUIDDialog.cpp:74
GpgFrontend::UI::KeyNewUIDDialog::KeyNewUIDDialog
KeyNewUIDDialog(const KeyId &key, QWidget *parent=nullptr)
Construct a new Key New U I D Dialog object.
Definition: KeyNewUIDDialog.cpp:34
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
-
GpgFrontend::UI::KeyNewUIDDialog
Definition: KeyNewUIDDialog.h:34
+
GpgFrontend::UI::KeyNewUIDDialog
Definition: KeyNewUIDDialog.h:35
GpgFrontend::GpgKey
Definition: GpgKey.h:41
-
GpgFrontend::UI::KeyNewUIDDialog::check_email_address
bool check_email_address(const QString &str)
Definition: KeyNewUIDDialog.cpp:109
+
GpgFrontend::UI::KeyNewUIDDialog::check_email_address
bool check_email_address(const QString &str)
Definition: KeyNewUIDDialog.cpp:111
-
GpgFrontend::FileOperator::WriteFileStd
static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:67
+
GpgFrontend::FileOperator::WriteFileStd
static bool WriteFileStd(const std::filesystem::path &file_name, const std::string &data)
write file content using std struct
Definition: FileOperator.cpp:69
GpgFrontend::KeyPackageOperator::generate_key_package_name
static std::string generate_key_package_name()
generate key package name
Definition: KeyPackageOperator.h:96
GpgFrontend::KeyPackageOperator::ImportKeyPackage
static bool ImportKeyPackage(const std::filesystem::path &key_package_path, const std::filesystem::path &phrase_path, GpgFrontend::GpgImportInformation &import_info)
import key package
Definition: KeyPackageOperator.cpp:71
GpgFrontend
Definition: CoreCommonUtil.cpp:29
-
GpgFrontend::KeyPackageOperator::GenerateKeyPackageName
static std::string GenerateKeyPackageName()
generate the name of the key package
Definition: KeyPackageOperator.cpp:116
+
GpgFrontend::KeyPackageOperator::GenerateKeyPackageName
static std::string GenerateKeyPackageName()
generate the name of the key package
Definition: KeyPackageOperator.cpp:115
GpgFrontend::SingletonFunctionObject< PassphraseGenerator >::GetInstance
static PassphraseGenerator & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::PassphraseGenerator::Generate
std::string Generate(int len)
generate passphrase
Definition: PassphraseGenerator.h:60
GpgFrontend::KeyPackageOperator::GenerateKeyPackage
static bool GenerateKeyPackage(const std::filesystem::path &key_package_path, const std::string &key_package_name, KeyIdArgsListPtr &key_ids, std::string &phrase, bool secret)
generate key package
Definition: KeyPackageOperator.cpp:46
diff --git a/docs/html/KeyPairDetailTab_8h_source.html b/docs/html/KeyPairDetailTab_8h_source.html index e5941c0b..80249b96 100644 --- a/docs/html/KeyPairDetailTab_8h_source.html +++ b/docs/html/KeyPairDetailTab_8h_source.html @@ -5,7 +5,7 @@ -GpgFrontend Project: src/ui/keypair_details/KeyPairDetailTab.h Source File +GpgFrontend Project: src/ui/dialog/keypair_details/KeyPairDetailTab.h Source File @@ -92,9 +92,9 @@ $(document).ready(function(){initNavTree('KeyPairDetailTab_8h_source.html','');
29 
30 #include "KeySetExpireDateDialog.h"
31 #include "core/GpgContext.h"
-
32 #include "import_export/KeyServerImportDialog.h"
-
33 #include "import_export/KeyUploadDialog.h"
-
34 #include "ui/GpgFrontendUI.h"
+
32 #include "ui/GpgFrontendUI.h"
+
33 #include "ui/dialog/import_export/KeyServerImportDialog.h"
+
34 #include "ui/dialog/import_export/KeyUploadDialog.h"
35 
36 namespace GpgFrontend::UI {
37 
@@ -112,18 +112,18 @@ $(document).ready(function(){initNavTree('KeyPairDetailTab_8h_source.html','');
60  private:
61  GpgKey key_;
62 
-
63  QGroupBox* owner_box_;
-
64  QGroupBox* key_box_;
-
65  QGroupBox* fingerprint_box_;
+
63  QGroupBox* owner_box_;
+
64  QGroupBox* key_box_;
+
65  QGroupBox* fingerprint_box_;
66  QGroupBox* additional_uid_box_;
67 
-
69  QLabel* name_var_label_;
-
70  QLabel* email_var_label_;
-
71  QLabel* comment_var_label_;
-
72  QLabel* key_size_var_label_;
-
73  QLabel* expire_var_label_;
-
74  QLabel* created_var_label_;
-
75  QLabel* last_update_var_label_;
+
69  QLabel* name_var_label_;
+
70  QLabel* email_var_label_;
+
71  QLabel* comment_var_label_;
+
72  QLabel* key_size_var_label_;
+
73  QLabel* expire_var_label_;
+
74  QLabel* created_var_label_;
+
75  QLabel* last_update_var_label_;
76  QLabel* algorithm_var_label_;
77  QLabel* key_id_var_label;
78  QLabel* fingerprint_var_label_;
@@ -148,52 +148,52 @@ $(document).ready(function(){initNavTree('KeyPairDetailTab_8h_source.html','');
GpgFrontend::UI::KeyPairDetailTab::expire_var_label_
QLabel * expire_var_label_
Label containing the keys expiration date.
Definition: KeyPairDetailTab.h:73
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::KeyPairDetailTab::fingerprint_box_
QGroupBox * fingerprint_box_
Groupbox containing fingerprint information.
Definition: KeyPairDetailTab.h:65
-
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:54
-
GpgFrontend::GpgKey::IsHasSigningCapability
bool IsHasSigningCapability() const
Definition: GpgKey.cpp:121
+
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:52
+
GpgFrontend::GpgKey::IsHasSigningCapability
bool IsHasSigningCapability() const
Definition: GpgKey.cpp:119
GpgFrontend::UI::KeyPairDetailTab::owner_box_
QGroupBox * owner_box_
Groupbox containing owner information.
Definition: KeyPairDetailTab.h:63
GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::GpgKey::IsHasActualCertificationCapability
bool IsHasActualCertificationCapability() const
Definition: GpgKey.cpp:207
+
GpgFrontend::GpgKey::IsHasActualCertificationCapability
bool IsHasActualCertificationCapability() const
Definition: GpgKey.cpp:205
GpgFrontend::UI::KeyPairDetailTab::slot_copy_fingerprint
void slot_copy_fingerprint()
Definition: KeyPairDetailTab.cpp:164
GpgFrontend::UI::KeyPairDetailTab::email_var_label_
QLabel * email_var_label_
Label containing the keys email.
Definition: KeyPairDetailTab.h:70
GpgFrontend::UI::KeyPairDetailTab::additional_uid_box_
QGroupBox * additional_uid_box_
Definition: KeyPairDetailTab.h:66
GpgFrontend::GpgKeyGetter
Definition: GpgKeyGetter.h:45
GpgFrontend::UI::KeyPairDetailTab::key_size_var_label_
QLabel * key_size_var_label_
Label containing the keys key size.
Definition: KeyPairDetailTab.h:72
-
GpgFrontend::GpgKey::GetComment
std::string GetComment() const
Definition: GpgKey.cpp:66
+
GpgFrontend::GpgKey::GetComment
std::string GetComment() const
Definition: GpgKey.cpp:64
GpgFrontend::UI::KeyPairDetailTab::key_id_var_label
QLabel * key_id_var_label
Label containing the keys keyid.
Definition: KeyPairDetailTab.h:77
GpgFrontend::UI::KeyPairDetailTab::created_var_label_
QLabel * created_var_label_
Label containing the keys creation date.
Definition: KeyPairDetailTab.h:74
-
GpgFrontend::GpgKey::GetEmail
std::string GetEmail() const
Definition: GpgKey.cpp:62
-
GpgFrontend::GpgKey::GetSubKeys
std::unique_ptr< std::vector< GpgSubKey > > GetSubKeys() const
Definition: GpgKey.cpp:153
+
GpgFrontend::GpgKey::GetEmail
std::string GetEmail() const
Definition: GpgKey.cpp:60
+
GpgFrontend::GpgKey::GetSubKeys
std::unique_ptr< std::vector< GpgSubKey > > GetSubKeys() const
Definition: GpgKey.cpp:151
GpgFrontend::UI::KeyPairDetailTab::algorithm_var_label_
QLabel * algorithm_var_label_
Label containing the keys algorithm.
Definition: KeyPairDetailTab.h:76
-
GpgFrontend::GpgKey::GetCreateTime
boost::posix_time::ptime GetCreateTime() const
Create a time object.
Definition: GpgKey.cpp:109
+
GpgFrontend::GpgKey::GetCreateTime
boost::posix_time::ptime GetCreateTime() const
Create a time object.
Definition: GpgKey.cpp:107
GpgFrontend::UI::KeyPairDetailTab::KeyPairDetailTab
KeyPairDetailTab(const std::string &key_id, QWidget *parent=nullptr)
Construct a new Key Pair Detail Tab object.
Definition: KeyPairDetailTab.cpp:35
-
GpgFrontend::GpgKey::IsHasActualEncryptionCapability
bool IsHasActualEncryptionCapability() const
Definition: GpgKey.cpp:216
+
GpgFrontend::GpgKey::IsHasActualEncryptionCapability
bool IsHasActualEncryptionCapability() const
Definition: GpgKey.cpp:214
GpgFrontend::GpgKeyGetter::GetKey
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
-
GpgFrontend::GpgKey::IsHasActualSigningCapability
bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:174
-
GpgFrontend::GpgKey::IsHasActualAuthenticationCapability
bool IsHasActualAuthenticationCapability() const
Definition: GpgKey.cpp:188
-
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:140
+
GpgFrontend::GpgKey::IsHasActualSigningCapability
bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:172
+
GpgFrontend::GpgKey::IsHasActualAuthenticationCapability
bool IsHasActualAuthenticationCapability() const
Definition: GpgKey.cpp:186
+
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:138
GpgFrontend::UI::KeyPairDetailTab::comment_var_label_
QLabel * comment_var_label_
Label containing the keys comment.
Definition: KeyPairDetailTab.h:71
-
GpgFrontend::GpgKey::GetPrimaryKeyLength
unsigned int GetPrimaryKeyLength() const
s
Definition: GpgKey.cpp:113
-
GpgFrontend::GpgKey::GetPublicKeyAlgo
std::string GetPublicKeyAlgo() const
Definition: GpgKey.cpp:96
-
GpgFrontend::GpgKey::GetExpireTime
boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:105
+
GpgFrontend::GpgKey::GetPrimaryKeyLength
unsigned int GetPrimaryKeyLength() const
s
Definition: GpgKey.cpp:111
+
GpgFrontend::GpgKey::GetPublicKeyAlgo
std::string GetPublicKeyAlgo() const
Definition: GpgKey.cpp:94
+
GpgFrontend::GpgKey::GetExpireTime
boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:103
GpgFrontend::UI::KeyPairDetailTab::name_var_label_
QLabel * name_var_label_
Label containing the keys name.
Definition: KeyPairDetailTab.h:69
-
GpgFrontend::GpgKey::IsHasAuthenticationCapability
bool IsHasAuthenticationCapability() const
Definition: GpgKey.cpp:129
-
GpgFrontend::GpgKey::IsExpired
bool IsExpired() const
Definition: GpgKey.cpp:142
+
GpgFrontend::GpgKey::IsHasAuthenticationCapability
bool IsHasAuthenticationCapability() const
Definition: GpgKey.cpp:127
+
GpgFrontend::GpgKey::IsExpired
bool IsExpired() const
Definition: GpgKey.cpp:140
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
GpgFrontend::UI::KeyPairDetailTab::fingerprint_var_label_
QLabel * fingerprint_var_label_
Label containing the keys fingerprint.
Definition: KeyPairDetailTab.h:78
GpgFrontend::UI::KeyPairDetailTab
Definition: KeyPairDetailTab.h:38
GpgFrontend::UI::KeyPairDetailTab::key_box_
QGroupBox * key_box_
Groupbox containing key information.
Definition: KeyPairDetailTab.h:64
-
GpgFrontend::GpgKey::IsRevoked
bool IsRevoked() const
Definition: GpgKey.cpp:144
-
GpgFrontend::GpgKey::IsHasEncryptionCapability
bool IsHasEncryptionCapability() const
Definition: GpgKey.cpp:117
-
GpgFrontend::GpgKey::IsHasCertificationCapability
bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:125
-
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
-
GpgFrontend::GpgKey::GetLastUpdateTime
boost::posix_time::ptime GetLastUpdateTime() const
Definition: GpgKey.cpp:100
-
GpgFrontend::GpgKey::GetFingerprint
std::string GetFingerprint() const
Definition: GpgKey.cpp:70
+
GpgFrontend::GpgKey::IsRevoked
bool IsRevoked() const
Definition: GpgKey.cpp:142
+
GpgFrontend::GpgKey::IsHasEncryptionCapability
bool IsHasEncryptionCapability() const
Definition: GpgKey.cpp:115
+
GpgFrontend::GpgKey::IsHasCertificationCapability
bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:123
+
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
+
GpgFrontend::GpgKey::GetLastUpdateTime
boost::posix_time::ptime GetLastUpdateTime() const
Definition: GpgKey.cpp:98
+
GpgFrontend::GpgKey::GetFingerprint
std::string GetFingerprint() const
Definition: GpgKey.cpp:68
GpgFrontend::GpgKey
Definition: GpgKey.h:41
-
GpgFrontend::GpgKey::GetName
std::string GetName() const
Definition: GpgKey.cpp:58
+
GpgFrontend::GpgKey::GetName
std::string GetName() const
Definition: GpgKey.cpp:56
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::KeySetExpireDateDialog
Definition: KeySetExpireDateDialog.h:41
-
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:54
+
GpgFrontend::UI::KeySetExpireDateDialog
Definition: KeySetExpireDateDialog.h:42
+
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:52
GpgFrontend::write_buffer_to_file
GPGFRONTEND_CORE_EXPORT bool write_buffer_to_file(const std::string &path, const std::string &out_buffer)
Definition: GpgConstants.cpp:128
GpgFrontend::UI::KeyPairOperaTab::CreateOperaMenu
void CreateOperaMenu()
Create a Opera Menu object.
Definition: KeyPairOperaTab.cpp:103
GpgFrontend::SingletonFunctionObject< GpgKeyImportExporter >::GetInstance
static GpgKeyImportExporter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::UI::KeyPairOperaTab::slot_export_private_key
void slot_export_private_key()
Definition: KeyPairOperaTab.cpp:217
GpgFrontend::GpgKeyGetter
Definition: GpgKeyGetter.h:45
-
GpgFrontend::GpgKey::GetEmail
std::string GetEmail() const
Definition: GpgKey.cpp:62
+
GpgFrontend::GpgKey::GetEmail
std::string GetEmail() const
Definition: GpgKey.cpp:60
GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab
KeyPairOperaTab(const std::string &key_id, QWidget *parent)
Construct a new Key Pair Opera Tab object.
Definition: KeyPairOperaTab.cpp:38
-
GpgFrontend::GpgKeyOpera::ModifyPassword
GpgFrontend::GpgError ModifyPassword(const GpgKey &key)
Definition: GpgKeyOpera.cpp:276
-
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:140
+
GpgFrontend::GpgKeyOpera::ModifyPassword
GpgFrontend::GpgError ModifyPassword(const GpgKey &key)
Definition: GpgKeyOpera.cpp:275
+
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:138
GpgFrontend::UI::KeyPairOperaTab
Definition: KeyPairOperaTab.h:34
GpgFrontend::check_gpg_error_2_err_code
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
GpgFrontend::UI::CommonUtils::SlotExecuteGpgCommand
void SlotExecuteGpgCommand(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:215
-
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
+
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:143
-
GpgFrontend::GpgKeyOpera::ModifyTOFUPolicy
GpgFrontend::GpgError ModifyTOFUPolicy(const GpgKey &key, gpgme_tofu_policy_t tofu_policy)
Definition: GpgKeyOpera.cpp:285
-
GpgFrontend::GpgKey::GetFingerprint
std::string GetFingerprint() const
Definition: GpgKey.cpp:70
+
GpgFrontend::GpgKeyOpera::ModifyTOFUPolicy
GpgFrontend::GpgError ModifyTOFUPolicy(const GpgKey &key, gpgme_tofu_policy_t tofu_policy)
Definition: GpgKeyOpera.cpp:284
+
GpgFrontend::GpgKey::GetFingerprint
std::string GetFingerprint() const
Definition: GpgKey.cpp:68
GpgFrontend::GpgKey
Definition: GpgKey.h:41
-
GpgFrontend::GpgKey::GetName
std::string GetName() const
Definition: GpgKey.cpp:58
+
GpgFrontend::GpgKey::GetName
std::string GetName() const
Definition: GpgKey.cpp:56
+
GpgFrontend::UI::KeyServerImportDialog::slot_import
void slot_import()
import key(s) for the key table selection
Definition: KeyServerImportDialog.cpp:408
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
-
GpgFrontend::UI::KeyServerImportDialog::create_comboBox
QComboBox * create_comboBox()
Create a comboBox object.
Definition: KeyServerImportDialog.cpp:161
-
GpgFrontend::UI::KeyServerImportDialog
Definition: KeyServerImportDialog.h:43
+
GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >::GetInstance
static TaskRunnerGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
+
GpgFrontend::UI::KeyServerImportTask
Definition: KeyServerImportTask.h:33
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
+
GpgFrontend::UI::KeyServerImportDialog::create_comboBox
QComboBox * create_comboBox()
Create a comboBox object.
Definition: KeyServerImportDialog.cpp:156
+
GpgFrontend::UI::KeyServerImportDialog
Definition: KeyServerImportDialog.h:46
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
-
GpgFrontend::UI::KeyImportDetailDialog
Definition: KeyImportDetailDialog.h:42
+
GpgFrontend::UI::KeyImportDetailDialog
Definition: KeyImportDetailDialog.h:43
GpgFrontend::UI::SettingsObject
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
-
GpgFrontend::UI::KeyServerImportDialog::set_loading
void set_loading(bool status)
Set the loading object.
Definition: KeyServerImportDialog.cpp:537
-
GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog
KeyServerImportDialog(bool automatic, QWidget *parent)
Construct a new Key Server Import Dialog object.
Definition: KeyServerImportDialog.cpp:40
-
GpgFrontend::UI::KeyServerImportDialog::import_keys
void import_keys(ByteArrayPtr in_data)
Definition: KeyServerImportDialog.cpp:522
+
GpgFrontend::UI::KeyServerImportDialog::set_loading
void set_loading(bool status)
Set the loading object.
Definition: KeyServerImportDialog.cpp:542
+
GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog
KeyServerImportDialog(bool automatic, QWidget *parent)
Construct a new Key Server Import Dialog object.
Definition: KeyServerImportDialog.cpp:43
+
GpgFrontend::UI::KeyServerImportTask::SignalKeyServerImportResult
void SignalKeyServerImportResult(QNetworkReply::NetworkError reply, QByteArray buffer)
+
GpgFrontend::UI::KeyServerImportDialog::import_keys
void import_keys(ByteArrayPtr in_data)
Definition: KeyServerImportDialog.cpp:524
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
GpgFrontend::UI::KeyServerImportDialog::create_button
QPushButton * create_button(const QString &text, const char *member)
Create a button object.
GpgFrontend::GpgKeyImportExporter::ImportKey
GpgImportInformation ImportKey(StdBypeArrayPtr inBuffer)
Definition: GpgKeyImportExporter.cpp:42
-
GpgFrontend::UI::KeyServerImportDialog::slot_import_finished
void slot_import_finished(const QString &keyid)
Definition: KeyServerImportDialog.cpp:462
-
GpgFrontend::UI::KeyServerImportDialog::create_keys_table
void create_keys_table()
Create a keys table object.
Definition: KeyServerImportDialog.cpp:189
+
GpgFrontend::UI::KeyServerImportDialog::create_keys_table
void create_keys_table()
Create a keys table object.
Definition: KeyServerImportDialog.cpp:187
+
GpgFrontend::UI::KeyServerSearchTask::SignalKeyServerSearchResult
void SignalKeyServerSearchResult(QNetworkReply::NetworkError reply, QByteArray buffer)
+
GpgFrontend::UI::KeyServerImportDialog::slot_import_finished
void slot_import_finished(QNetworkReply::NetworkError error, QByteArray buffer)
Definition: KeyServerImportDialog.cpp:471
GpgFrontend::GpgImportInformation
Definition: GpgKeyImportExporter.h:57
-
GpgFrontend::UI::KeyServerImportDialog::set_message
void set_message(const QString &text, bool error)
Set the message object.
Definition: KeyServerImportDialog.cpp:211
-
GpgFrontend::UI::KeyServerImportDialog::SlotImport
void SlotImport(const KeyIdArgsListPtr &keys)
Definition: KeyServerImportDialog.cpp:414
+
GpgFrontend::UI::KeyServerImportDialog::set_message
void set_message(const QString &text, bool error)
Set the message object.
Definition: KeyServerImportDialog.cpp:209
+
GpgFrontend::UI::KeyServerImportDialog::SlotImport
void SlotImport(const KeyIdArgsListPtr &keys)
Definition: KeyServerImportDialog.cpp:421
@@ -83,52 +83,56 @@ $(document).ready(function(){initNavTree('ListedKeyServerTestThread_8h_source.ht
-
ListedKeyServerTestThread.h
+
KeyServerSearchTask.h
1 
-
27 #ifndef GPGFRONTEND_LISTEDKEYSERVERTESTTHREAD_H
-
28 #define GPGFRONTEND_LISTEDKEYSERVERTESTTHREAD_H
+
27 #ifndef GPGFRONTEND_KEYSERVERSEARCHTASK_H
+
28 #define GPGFRONTEND_KEYSERVERSEARCHTASK_H
29 
30 #include "GpgFrontendUI.h"
31 
32 namespace GpgFrontend::UI {
33 
-
38 class ListedKeyServerTestThread : public QThread {
-
39  Q_OBJECT
-
40  public:
-
41  explicit ListedKeyServerTestThread(const QStringList& urls, int timeout,
-
42  QWidget* parent = nullptr)
-
43  : QThread(parent), urls_(urls), timeout_(timeout) {}
+ +
35  Q_OBJECT
+
36  public:
+
43  KeyServerSearchTask(std::string keyserver_url, std::string search_string);
44 
45  signals:
-
51  void SignalKeyServerListTestResult(const QStringList& result);
-
52 
-
53  protected:
-
58  void run() override;
-
59 
-
60  private:
-
61  QStringList urls_;
-
62  QStringList result_;
-
63  int timeout_ = 500;
-
64 };
+
46 
+
52  void SignalKeyServerSearchResult(QNetworkReply::NetworkError reply,
+
53  QByteArray buffer);
+
54 
+
55  protected:
+
60  void run() override;
+
61 
+
62  private slots:
+
63 
+
64  void dealing_reply_from_server();
65 
-
66 } // namespace GpgFrontend::UI
-
67 
- +
66  private:
+
67  std::string keyserver_url_;
+
68  std::string search_string_;
69 
-
70 #endif // GPGFRONTEND_LISTEDKEYSERVERTESTTHREAD_H
+
70  QNetworkAccessManager *manager_;
+
71  QNetworkReply *reply_;
+
72 };
+
73 
+
74 } // namespace GpgFrontend::UI
+
75 
+
76 #endif // GPGFRONTEND_KEYSERVERSEARCHTASK_H
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::ListedKeyServerTestThread::run
void run() override
Definition: ListedKeyServerTestThread.cpp:29
-
GpgFrontend::UI::ListedKeyServerTestThread::SignalKeyServerListTestResult
void SignalKeyServerListTestResult(const QStringList &result)
-
GpgFrontend::UI::ListedKeyServerTestThread
Definition: ListedKeyServerTestThread.h:38
-
TestListedKeyServerThread
Definition: ListedKeyServerTestThread.h:68
+
GpgFrontend::UI::KeyServerSearchTask
Definition: KeyServerSearchTask.h:34
+
GpgFrontend::UI::KeyServerSearchTask::KeyServerSearchTask
KeyServerSearchTask(std::string keyserver_url, std::string search_string)
Construct a new Key Server Search Task object.
Definition: KeyServerSearchTask.cpp:31
+
GpgFrontend::Thread::Task
Definition: Task.h:45
+
GpgFrontend::UI::KeyServerSearchTask::SignalKeyServerSearchResult
void SignalKeyServerSearchResult(QNetworkReply::NetworkError reply, QByteArray buffer)
GpgFrontend::UI::KeySetExpireDateDialog::slot_non_expired_checked
void slot_non_expired_checked(int state)
Definition: KeySetExpireDateDialog.cpp:140
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::KeySetExpireDateDialog
Definition: KeySetExpireDateDialog.h:41
-
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:54
+
GpgFrontend::UI::KeySetExpireDateDialog
Definition: KeySetExpireDateDialog.h:42
+
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:52
GpgFrontend::SingletonFunctionObject< GpgKeyOpera >::GetInstance
static GpgKeyOpera & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::GpgKeyGetter
Definition: GpgKeyGetter.h:45
-
GpgFrontend::GpgKeyOpera::SetExpire
GpgError SetExpire(const GpgKey &key, const SubkeyId &subkey_fpr, std::unique_ptr< boost::posix_time::ptime > &expires)
Set the Expire object.
Definition: GpgKeyOpera.cpp:76
+
GpgFrontend::GpgKeyOpera::SetExpire
GpgError SetExpire(const GpgKey &key, const SubkeyId &subkey_fpr, std::unique_ptr< boost::posix_time::ptime > &expires)
Set the Expire object.
Definition: GpgKeyOpera.cpp:75
GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog
KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)
Construct a new Key Set Expire Date Dialog object.
Definition: KeySetExpireDateDialog.cpp:41
-
GpgFrontend::GpgKey::GetExpireTime
boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:105
+
GpgFrontend::GpgKey::GetExpireTime
boost::posix_time::ptime GetExpireTime() const
Definition: GpgKey.cpp:103
GpgFrontend::check_gpg_error_2_err_code
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
GpgFrontend::GpgKey
Definition: GpgKey.h:41
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:54
+
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:52
GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog
KeyUIDSignDialog(const GpgKey &key, UIDArgsListPtr uid, QWidget *parent=nullptr)
Construct a new Key U I D Sign Dialog object.
Definition: KeyUIDSignDialog.cpp:35
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::KeyList::AddListGroupTab
void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})
Definition: KeyList.cpp:99
GpgFrontend::UI::KeyList::GetChecked
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
-
GpgFrontend::UI::KeyUIDSignDialog
Definition: KeyUIDSignDialog.h:36
-
GpgFrontend::UI::KeyUIDSignDialog::slot_sign_key
void slot_sign_key(bool clicked)
Definition: KeyUIDSignDialog.cpp:104
+
GpgFrontend::UI::KeyUIDSignDialog
Definition: KeyUIDSignDialog.h:37
+
GpgFrontend::UI::KeyUIDSignDialog::slot_sign_key
void slot_sign_key(bool clicked)
Definition: KeyUIDSignDialog.cpp:106
GpgFrontend::UI::KeyList
Definition: KeyList.h:152
-
GpgFrontend::GpgKey::IsExpired
bool IsExpired() const
Definition: GpgKey.cpp:142
+
GpgFrontend::GpgKey::IsExpired
bool IsExpired() const
Definition: GpgKey.cpp:140
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
-
GpgFrontend::GpgKey::IsRevoked
bool IsRevoked() const
Definition: GpgKey.cpp:144
-
GpgFrontend::GpgKey::IsDisabled
bool IsDisabled() const
Definition: GpgKey.cpp:146
+
GpgFrontend::GpgKey::IsRevoked
bool IsRevoked() const
Definition: GpgKey.cpp:142
+
GpgFrontend::GpgKey::IsDisabled
bool IsDisabled() const
Definition: GpgKey.cpp:144
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
-
GpgFrontend::GpgKey::IsHasCertificationCapability
bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:125
-
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
+
GpgFrontend::GpgKey::IsHasCertificationCapability
bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:123
+
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
GpgFrontend::GpgKey
Definition: GpgKey.h:41
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::GpgKeyImportExporter::ExportKeys
bool ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const
Definition: GpgKeyImportExporter.cpp:71
GpgFrontend::SingletonFunctionObject< GpgKeyImportExporter >::GetInstance
static GpgKeyImportExporter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::UI::KeyUploadDialog::slot_upload_key_to_server
void slot_upload_key_to_server(const GpgFrontend::ByteArray &keys_data)
Definition: KeyUploadDialog.cpp:64
+
GpgFrontend::UI::KeyUploadDialog::slot_upload_key_to_server
void slot_upload_key_to_server(const GpgFrontend::ByteArray &keys_data)
Definition: KeyUploadDialog.cpp:65
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::GpgKeyGetter
Definition: GpgKeyGetter.h:45
GpgFrontend::UI::KeyUploadDialog::KeyUploadDialog
KeyUploadDialog(const KeyIdArgsListPtr &keys_ids, QWidget *parent)
Construct a new Key Upload Dialog object.
Definition: KeyUploadDialog.cpp:39
-
GpgFrontend::UI::KeyUploadDialog
Definition: KeyUploadDialog.h:41
+
GpgFrontend::UI::KeyUploadDialog
Definition: KeyUploadDialog.h:42
-
GpgFrontend::UI::KeyGenDialog::name_edit_
QLineEdit * name_edit_
Line edit for the keys name.
Definition: KeygenDialog.h:92
-
GpgFrontend::UI::KeyGenDialog::expire_check_box_
QCheckBox * expire_check_box_
Checkbox, if key should expire.
Definition: KeygenDialog.h:98
+
GpgFrontend::UI::KeyGenDialog::name_edit_
QLineEdit * name_edit_
Line edit for the keys name.
Definition: KeygenDialog.h:93
+
GpgFrontend::UI::KeyGenDialog::expire_check_box_
QCheckBox * expire_check_box_
Checkbox, if key should expire.
Definition: KeygenDialog.h:99
GpgFrontend::UI::WaitingDialog
Definition: WaitingDialog.h:40
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed
void slot_authentication_box_changed(int state)
Definition: KeygenDialog.cpp:245
-
GpgFrontend::UI::KeyGenDialog::key_size_spin_box_
QSpinBox * key_size_spin_box_
Spinbox for the keys size (in bit)
Definition: KeygenDialog.h:95
-
GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed
void slot_encryption_box_changed(int state)
Definition: KeygenDialog.cpp:221
-
GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed
void slot_signing_box_changed(int state)
Definition: KeygenDialog.cpp:229
+
GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed
void slot_authentication_box_changed(int state)
Definition: KeygenDialog.cpp:246
+
GpgFrontend::UI::KeyGenDialog::key_size_spin_box_
QSpinBox * key_size_spin_box_
Spinbox for the keys size (in bit)
Definition: KeygenDialog.h:96
+
GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed
void slot_encryption_box_changed(int state)
Definition: KeygenDialog.cpp:222
+
GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed
void slot_signing_box_changed(int state)
Definition: KeygenDialog.cpp:230
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::UI::KeyGenDialog::date_edit_
QDateTimeEdit * date_edit_
Date edit for expiration date.
Definition: KeygenDialog.h:97
+
GpgFrontend::UI::KeyGenDialog::date_edit_
QDateTimeEdit * date_edit_
Date edit for expiration date.
Definition: KeygenDialog.h:98
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
-
GpgFrontend::UI::KeyGenDialog::check_email_address
bool check_email_address(const QString &str)
Definition: KeygenDialog.cpp:346
-
GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_
std::vector< QCheckBox * > key_usage_check_boxes_
ENCR, SIGN, CERT, AUTH.
Definition: KeygenDialog.h:103
-
GpgFrontend::UI::KeyGenDialog::error_label_
QLabel * error_label_
Label containing error message.
Definition: KeygenDialog.h:91
-
GpgFrontend::UI::KeyGenDialog::email_edit_
QLineEdit * email_edit_
Line edit for the keys email.
Definition: KeygenDialog.h:93
-
GpgFrontend::GpgKeyOpera::GenerateKey
GpgFrontend::GpgError GenerateKey(const std::unique_ptr< GenKeyInfo > &params, GpgGenKeyResult &result)
Definition: GpgKeyOpera.cpp:166
-
GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed
void slot_expire_box_changed()
Definition: KeygenDialog.cpp:180
-
GpgFrontend::UI::KeyGenDialog::button_box_
QDialogButtonBox * button_box_
Box for standard buttons.
Definition: KeygenDialog.h:90
-
GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box
QGroupBox * create_key_usage_group_box()
Create a key usage group box object.
Definition: KeygenDialog.cpp:188
-
GpgFrontend::UI::KeyGenDialog::comment_edit_
QLineEdit * comment_edit_
Line edit for the keys comment.
Definition: KeygenDialog.h:94
-
GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept
void slot_key_gen_accept()
Definition: KeygenDialog.cpp:89
-
GpgFrontend::UI::KeyGenDialog::slot_activated_key_type
void slot_activated_key_type(int index)
Definition: KeygenDialog.cpp:253
+
GpgFrontend::UI::KeyGenDialog::check_email_address
bool check_email_address(const QString &str)
Definition: KeygenDialog.cpp:347
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
+
GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_
std::vector< QCheckBox * > key_usage_check_boxes_
ENCR, SIGN, CERT, AUTH.
Definition: KeygenDialog.h:104
+
GpgFrontend::UI::KeyGenDialog::error_label_
QLabel * error_label_
Label containing error message.
Definition: KeygenDialog.h:92
+
GpgFrontend::UI::KeyGenDialog::email_edit_
QLineEdit * email_edit_
Line edit for the keys email.
Definition: KeygenDialog.h:94
+
GpgFrontend::GpgKeyOpera::GenerateKey
GpgFrontend::GpgError GenerateKey(const std::unique_ptr< GenKeyInfo > &params, GpgGenKeyResult &result)
Definition: GpgKeyOpera.cpp:165
+
GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed
void slot_expire_box_changed()
Definition: KeygenDialog.cpp:181
+
GpgFrontend::UI::KeyGenDialog::button_box_
QDialogButtonBox * button_box_
Box for standard buttons.
Definition: KeygenDialog.h:91
+
GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box
QGroupBox * create_key_usage_group_box()
Create a key usage group box object.
Definition: KeygenDialog.cpp:189
+
GpgFrontend::UI::KeyGenDialog::comment_edit_
QLineEdit * comment_edit_
Line edit for the keys comment.
Definition: KeygenDialog.h:95
+
GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept
void slot_key_gen_accept()
Definition: KeygenDialog.cpp:90
+
GpgFrontend::UI::KeyGenDialog::slot_activated_key_type
void slot_activated_key_type(int index)
Definition: KeygenDialog.cpp:254
GpgFrontend::GenKeyInfo::GetSupportedKeyAlgo
static const std::vector< std::string > & GetSupportedKeyAlgo()
Get the Supported Key Algo object.
Definition: GpgGenKeyInfo.cpp:200
-
GpgFrontend::UI::KeyGenDialog::set_signal_slot
void set_signal_slot()
Set the signal slot object.
Definition: KeygenDialog.cpp:315
-
GpgFrontend::UI::KeyGenDialog::key_type_combo_box_
QComboBox * key_type_combo_box_
Combobox for Key type.
Definition: KeygenDialog.h:96
-
GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed
void slot_certification_box_changed(int state)
Definition: KeygenDialog.cpp:237
+
GpgFrontend::UI::KeyGenDialog::set_signal_slot
void set_signal_slot()
Set the signal slot object.
Definition: KeygenDialog.cpp:316
+
GpgFrontend::UI::KeyGenDialog::key_type_combo_box_
QComboBox * key_type_combo_box_
Combobox for Key type.
Definition: KeygenDialog.h:97
+
GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed
void slot_certification_box_changed(int state)
Definition: KeygenDialog.cpp:238
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
GpgFrontend::UI::KeyGenDialog::KeyGenDialog
KeyGenDialog(QWidget *parent=nullptr)
Definition: KeygenDialog.cpp:38
-
GpgFrontend::UI::KeyGenDialog
Definition: KeygenDialog.h:40
-
GpgFrontend::UI::KeyGenDialog::key_usage_group_box_
QGroupBox * key_usage_group_box_
Definition: KeygenDialog.h:100
-
GpgFrontend::UI::KeyGenDialog::refresh_widgets_state
void refresh_widgets_state()
Definition: KeygenDialog.cpp:261
-
GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box
QGroupBox * create_basic_info_group_box()
Create a basic info group box object.
Definition: KeygenDialog.cpp:350
-
GpgFrontend::UI::KeyGenDialog::error_messages_
QStringList error_messages_
Definition: KeygenDialog.h:86
+
GpgFrontend::UI::KeyGenDialog
Definition: KeygenDialog.h:41
+
GpgFrontend::UI::KeyGenDialog::key_usage_group_box_
QGroupBox * key_usage_group_box_
Definition: KeygenDialog.h:101
+
GpgFrontend::UI::KeyGenDialog::refresh_widgets_state
void refresh_widgets_state()
Definition: KeygenDialog.cpp:262
+
GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box
QGroupBox * create_basic_info_group_box()
Create a basic info group box object.
Definition: KeygenDialog.cpp:351
+
GpgFrontend::UI::KeyGenDialog::error_messages_
QStringList error_messages_
Definition: KeygenDialog.h:87
-
GpgFrontend::UI::MainWindow::slot_verify
void slot_verify()
Definition: MainWindowSlotFunction.cpp:327
-
GpgFrontend::UI::MainWindow::quote_act_
QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:374
-
GpgFrontend::UI::MainWindow::upload_key_to_server
void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:654
+
GpgFrontend::UI::MainWindow::slot_verify
void slot_verify()
Definition: MainWindowSlotFunction.cpp:323
+
GpgFrontend::UI::MainWindow::quote_act_
QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:378
+
GpgFrontend::UI::MainWindow::upload_key_to_server
void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:653
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::MainWindow::save_settings
void save_settings()
Definition: MainWindow.cpp:254
+
GpgFrontend::UI::MainWindow::save_settings
void save_settings()
Definition: MainWindow.cpp:208
GpgFrontend::UI::MainWindow::SlotFileEncrypt
void SlotFileEncrypt()
Definition: MainWindowFileSlotFunction.cpp:154
GpgFrontend::UI::MainWindow::slot_open_file_tab
void slot_open_file_tab()
Definition: MainWindowSlotUI.cpp:58
GpgFrontend::UI::VersionCheckTask::SignalUpgradeVersion
void SignalUpgradeVersion(SoftwareVersion version)
-
GpgFrontend::UI::MainWindow::redo_act_
QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:380
+
GpgFrontend::UI::MainWindow::redo_act_
QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:384
GpgFrontend::UI::TextEdit::MaybeSaveAnyTab
bool MaybeSaveAnyTab()
Definition: TextEdit.cpp:322
-
GpgFrontend::UI::MainWindow::quit_act_
QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:357
-
GpgFrontend::UI::MainWindow::cut_pgp_header_act_
QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:389
+
GpgFrontend::UI::GeneralMainWindow
Definition: GeneralMainWindow.h:39
+
GpgFrontend::UI::MainWindow::quit_act_
QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:361
+
GpgFrontend::UI::MainWindow::cut_pgp_header_act_
QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:394
GpgFrontend::UI::MainWindow::create_actions
void create_actions()
Definition: MainWindowUI.cpp:34
GpgFrontend::GlobalSettingStation::SyncSettings
void SyncSettings() noexcept
sync the settings to the file
Definition: GlobalSettingStation.cpp:33
-
GpgFrontend::UI::MainWindow::SlotFileDecryptVerify
void SlotFileDecryptVerify()
Definition: MainWindowFileSlotFunction.cpp:679
+
GpgFrontend::UI::MainWindow::SlotFileDecryptVerify
void SlotFileDecryptVerify()
Definition: MainWindowFileSlotFunction.cpp:682
GpgFrontend::UI::MainWindow::slot_cut_pgp_header
void slot_cut_pgp_header()
Definition: MainWindowSlotUI.cpp:161
-
GpgFrontend::UI::MainWindow::browser_act_
QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:352
+
GpgFrontend::UI::MainWindow::browser_act_
QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:356
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::UI::MainWindow::key_tool_bar_
QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:341
-
GpgFrontend::UI::MainWindow::view_menu_
QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:329
+
GpgFrontend::UI::MainWindow::key_tool_bar_
QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:345
+
GpgFrontend::UI::MainWindow::view_menu_
QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:333
GpgFrontend::UI::SoftwareVersion
Definition: SoftwareVersion.h:39
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
GpgFrontend::UI::KeyList::SetChecked
void SetChecked(KeyIdArgsListPtr key_ids)
Set the Checked object.
Definition: KeyList.cpp:239
-
GpgFrontend::UI::MainWindow::file_menu_
QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:324
-
GpgFrontend::UI::MainWindow::sign_act_
QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:362
-
GpgFrontend::UI::MainWindow::slot_append_selected_keys
void slot_append_selected_keys()
Definition: MainWindowSlotFunction.cpp:607
-
GpgFrontend::UI::MainWindow::verify_act_
QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:363
-
GpgFrontend::UI::MainWindow::about_act_
QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:383
-
GpgFrontend::UI::MainWindow::file_tool_bar_
QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:337
-
GpgFrontend::UI::MainWindow::refresh_keys_from_key_server
void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:645
-
GpgFrontend::UI::MainWindow::zoom_in_act_
QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:381
-
GpgFrontend::UI::MainWindow::create_menus
void create_menus()
Definition: MainWindowUI.cpp:318
-
GpgFrontend::UI::MainWindow::cut_act_
QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:375
+
GpgFrontend::UI::MainWindow::file_menu_
QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:328
+
GpgFrontend::UI::MainWindow::sign_act_
QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:366
+
GpgFrontend::UI::MainWindow::slot_append_selected_keys
void slot_append_selected_keys()
Definition: MainWindowSlotFunction.cpp:606
+
GpgFrontend::UI::MainWindow::verify_act_
QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:367
+
GpgFrontend::UI::MainWindow::gnupg_act_
QAction * gnupg_act_
Action to open about dialog.
Definition: MainWindow.h:390
+
GpgFrontend::UI::MainWindow::about_act_
QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:387
+
GpgFrontend::UI::MainWindow::file_tool_bar_
QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:341
+
GpgFrontend::UI::MainWindow::refresh_keys_from_key_server
void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:644
+
GpgFrontend::UI::MainWindow::zoom_in_act_
QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:385
+
GpgFrontend::UI::MainWindow::create_menus
void create_menus()
Definition: MainWindowUI.cpp:324
+
GpgFrontend::UI::MainWindow::cut_act_
QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:379
GpgFrontend::UI::TextEdit
TextEdit class.
Definition: TextEdit.h:41
GpgFrontend::UI::MainWindow::slot_start_wizard
void slot_start_wizard()
Definition: MainWindowSlotUI.cpp:40
-
GpgFrontend::UI::MainWindow::create_dock_windows
void create_dock_windows()
Definition: MainWindowUI.cpp:448
-
GpgFrontend::UI::MainWindow::copy_mail_address_to_clipboard_act_
QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:370
+
GpgFrontend::UI::MainWindow::create_dock_windows
void create_dock_windows()
Definition: MainWindowUI.cpp:455
+
GpgFrontend::UI::MainWindow::copy_mail_address_to_clipboard_act_
QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:374
GpgFrontend::UI::KeyList::GetChecked
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
-
GpgFrontend::UI::MainWindow::switch_tab_up_act_
QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:349
+
GpgFrontend::UI::MainWindow::switch_tab_up_act_
QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:353
GpgFrontend::UI::MainWindow::SlotSetRestartNeeded
void SlotSetRestartNeeded(bool needed)
Definition: MainWindowSlotUI.cpp:185
GpgFrontend::UI::MainWindow::slot_clean_double_line_breaks
void slot_clean_double_line_breaks()
Definition: MainWindowSlotUI.cpp:137
-
GpgFrontend::UI::MainWindow::SlotOpenFile
void SlotOpenFile(QString &path)
Definition: MainWindowSlotFunction.cpp:661
-
GpgFrontend::UI::MainWindow::open_act_
QAction * open_act_
Action to open file.
Definition: MainWindow.h:351
-
GpgFrontend::UI::MainWindow::import_key_menu_
QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:330
-
GpgFrontend::UI::MainWindow::encrypt_sign_act_
QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:359
-
GpgFrontend::UI::MainWindow::attachment_dock_
QDockWidget * attachment_dock_
Attachment Dock.
Definition: MainWindow.h:345
-
GpgFrontend::UI::MainWindow::paste_act_
QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:376
-
GpgFrontend::UI::MainWindow::slot_encrypt
void slot_encrypt()
Definition: MainWindowSlotFunction.cpp:51
+
GpgFrontend::UI::MainWindow::SlotOpenFile
void SlotOpenFile(QString &path)
Definition: MainWindowSlotFunction.cpp:660
+
GpgFrontend::UI::MainWindow::open_act_
QAction * open_act_
Action to open file.
Definition: MainWindow.h:355
+
GpgFrontend::UI::MainWindow::import_key_menu_
QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:334
+
GpgFrontend::UI::MainWindow::encrypt_sign_act_
QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:363
+
GpgFrontend::UI::MainWindow::attachment_dock_
QDockWidget * attachment_dock_
Attachment Dock.
Definition: MainWindow.h:349
+
GpgFrontend::UI::MainWindow::paste_act_
QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:380
+
GpgFrontend::UI::MainWindow::slot_encrypt
void slot_encrypt()
Definition: MainWindowSlotFunction.cpp:47
GpgFrontend::UI::KeyList::AddMenuAction
void AddMenuAction(QAction *act)
Definition: KeyList.cpp:300
-
GpgFrontend::UI::MainWindow::crypt_tool_bar_
QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:336
-
GpgFrontend::UI::MainWindow::steganography_menu_
QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:335
-
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
-
GpgFrontend::UI::MainWindow::zoom_out_act_
QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:382
-
GpgFrontend::UI::MainWindow::key_list_dock_
QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:344
-
GpgFrontend::UI::MainWindow::slot_show_key_details
void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:633
-
GpgFrontend::UI::MainWindow::print_act_
QAction * print_act_
Action to print.
Definition: MainWindow.h:355
+
GpgFrontend::UI::MainWindow::crypt_tool_bar_
QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:340
+
GpgFrontend::UI::MainWindow::steganography_menu_
QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:339
+
GpgFrontend::UI::MainWindow::zoom_out_act_
QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:386
+
GpgFrontend::UI::MainWindow::key_list_dock_
QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:348
+
GpgFrontend::UI::MainWindow::slot_show_key_details
void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:632
+
GpgFrontend::UI::MainWindow::print_act_
QAction * print_act_
Action to print.
Definition: MainWindow.h:359
GpgFrontend::UI::MainWindow::SetCryptoMenuStatus
void SetCryptoMenuStatus(CryptoMenu::OperationType type)
Definition: MainWindowSlotUI.cpp:191
-
GpgFrontend::UI::MainWindow::slot_decrypt_verify
void slot_decrypt_verify()
Definition: MainWindowSlotFunction.cpp:514
-
GpgFrontend::UI::MainWindow::CryptoMenu
Definition: MainWindow.h:56
-
GpgFrontend::UI::MainWindow::slot_copy_mail_address_to_clipboard
void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:620
-
GpgFrontend::UI::MainWindow
Definition: MainWindow.h:52
-
GpgFrontend::UI::MainWindow::switch_tab_down_act_
QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:350
+
GpgFrontend::UI::MainWindow::slot_decrypt_verify
void slot_decrypt_verify()
Definition: MainWindowSlotFunction.cpp:513
+
GpgFrontend::UI::MainWindow::CryptoMenu
Definition: MainWindow.h:60
+
GpgFrontend::UI::MainWindow::slot_copy_mail_address_to_clipboard
void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:619
+
GpgFrontend::UI::MainWindow
Definition: MainWindow.h:53
+
GpgFrontend::UI::MainWindow::switch_tab_down_act_
QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:354
GpgFrontend::UI::SettingsObject
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
GpgFrontend::UI::MainWindow::SlotFileSign
void SlotFileSign()
Definition: MainWindowFileSlotFunction.cpp:364
-
GpgFrontend::UI::MainWindow::close_attachment_dock
void close_attachment_dock()
Definition: MainWindow.cpp:289
-
GpgFrontend::UI::MainWindow::append_selected_keys_act_
QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:369
-
GpgFrontend::UI::MainWindow::check_update_act_
QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:384
+
GpgFrontend::UI::MainWindow::close_attachment_dock
void close_attachment_dock()
Definition: MainWindow.cpp:233
+
GpgFrontend::UI::MainWindow::append_selected_keys_act_
QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:373
+
GpgFrontend::UI::MainWindow::check_update_act_
QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:388
GpgFrontend::UI::MainWindow::create_attachment_dock
void create_attachment_dock()
-
GpgFrontend::UI::MainWindow::create_tool_bars
void create_tool_bars()
Definition: MainWindowUI.cpp:383
-
GpgFrontend::UI::MainWindow::undo_act_
QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:379
-
GpgFrontend::UI::MainWindow::create_status_bar
void create_status_bar()
Definition: MainWindowUI.cpp:432
+
GpgFrontend::UI::MainWindow::create_tool_bars
void create_tool_bars()
Definition: MainWindowUI.cpp:390
+
GpgFrontend::UI::MainWindow::undo_act_
QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:383
+
GpgFrontend::UI::MainWindow::create_status_bar
void create_status_bar()
Definition: MainWindowUI.cpp:439
GpgFrontend::UI::MainWindow::slot_open_settings_dialog
void slot_open_settings_dialog()
Definition: MainWindowSlotUI.cpp:102
-
GpgFrontend::UI::MainWindow::start_wizard_act_
QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:388
-
GpgFrontend::UI::MainWindow::add_pgp_header_act_
QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:390
-
GpgFrontend::UI::MainWindow::slot_sign
void slot_sign()
Definition: MainWindowSlotFunction.cpp:173
-
GpgFrontend::UI::MainWindow::save_as_act_
QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:354
-
GpgFrontend::UI::MainWindow::import_button_
QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:343
+
GpgFrontend::UI::MainWindow::start_wizard_act_
QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:393
+
GpgFrontend::UI::MainWindow::add_pgp_header_act_
QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:395
+
GpgFrontend::UI::MainWindow::slot_sign
void slot_sign()
Definition: MainWindowSlotFunction.cpp:169
+
GpgFrontend::UI::MainWindow::save_as_act_
QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:358
+
GpgFrontend::UI::MainWindow::import_button_
QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:347
GpgFrontend::UI::MainWindow::SlotFileVerify
void SlotFileVerify()
Definition: MainWindowFileSlotFunction.cpp:459
GpgFrontend::UI::MainWindow::slot_disable_tab_actions
void slot_disable_tab_actions(int number)
Definition: MainWindowSlotUI.cpp:60
GpgFrontend::UI::MainWindow::get_restart_needed
bool get_restart_needed() const
return true, if restart is needed
Definition: MainWindowSlotUI.cpp:189
-
GpgFrontend::UI::MainWindow::find_act_
QAction * find_act_
Action to find text.
Definition: MainWindow.h:378
+
GpgFrontend::UI::MainWindow::find_act_
QAction * find_act_
Action to find text.
Definition: MainWindow.h:382
GpgFrontend::UI::KeyList
Definition: KeyList.h:152
GpgFrontend::UI::MainWindow::slot_open_key_management
void slot_open_key_management()
Definition: MainWindowSlotUI.cpp:52
-
GpgFrontend::UI::MainWindow::slot_version_upgrade
void slot_version_upgrade(const SoftwareVersion &version)
Definition: MainWindowSlotFunction.cpp:663
-
GpgFrontend::UI::MainWindow::decrypt_verify_act_
QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:360
-
GpgFrontend::UI::MainWindow::clean_double_line_breaks_act_
QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:365
-
GpgFrontend::UI::MainWindow::copy_act_
QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:373
+
GpgFrontend::UI::MainWindow::slot_version_upgrade
void slot_version_upgrade(const SoftwareVersion &version)
Definition: MainWindowSlotFunction.cpp:662
+
GpgFrontend::UI::MainWindow::decrypt_verify_act_
QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:364
+
GpgFrontend::UI::MainWindow::clean_double_line_breaks_act_
QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:369
+
GpgFrontend::UI::MainWindow::copy_act_
QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:377
GpgFrontend::UI::MainWindow::restore_settings
void restore_settings()
Definition: MainWindow.cpp:134
GpgFrontend::UI::MainWindow::Init
void Init() noexcept
Definition: MainWindow.cpp:44
-
GpgFrontend::UI::MainWindow::slot_find
void slot_find()
Definition: MainWindowSlotFunction.cpp:592
-
GpgFrontend::UI::MainWindow::key_menu_
QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:328
-
GpgFrontend::UI::MainWindow::import_key_from_edit_act_
QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:364
+
GpgFrontend::UI::MainWindow::slot_find
void slot_find()
Definition: MainWindowSlotFunction.cpp:591
+
GpgFrontend::UI::MainWindow::key_menu_
QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:332
+
GpgFrontend::UI::MainWindow::import_key_from_edit_act_
QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:368
GpgFrontend::UI::VersionCheckTask
Definition: VersionCheckTask.h:45
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
-
GpgFrontend::UI::MainWindow::select_all_act_
QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:377
-
GpgFrontend::UI::MainWindow::crypt_menu_
QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:326
-
GpgFrontend::UI::MainWindow::edit_menu_
QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:325
-
GpgFrontend::UI::MainWindow::decrypt_act_
QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:361
-
GpgFrontend::UI::MainWindow::special_edit_tool_bar_
QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:340
+
GpgFrontend::UI::MainWindow::select_all_act_
QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:381
+
GpgFrontend::UI::MainWindow::crypt_menu_
QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:330
+
GpgFrontend::UI::MainWindow::edit_menu_
QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:329
+
GpgFrontend::UI::MainWindow::decrypt_act_
QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:365
+
GpgFrontend::UI::MainWindow::special_edit_tool_bar_
QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:344
GpgFrontend::UI::MainWindow::SlotFileEncryptSign
void SlotFileEncryptSign()
Definition: MainWindowFileSlotFunction.cpp:551
-
GpgFrontend::UI::MainWindow::encrypt_act_
QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:358
-
GpgFrontend::UI::MainWindow::closeEvent
void closeEvent(QCloseEvent *event) override
Definition: MainWindow.cpp:298
+
GpgFrontend::UI::MainWindow::encrypt_act_
QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:362
+
GpgFrontend::UI::MainWindow::closeEvent
void closeEvent(QCloseEvent *event) override
Definition: MainWindow.cpp:242
GpgFrontend::UI::MainWindow::slot_import_key_from_edit
void slot_import_key_from_edit()
Definition: MainWindowSlotUI.cpp:46
-
GpgFrontend::UI::MainWindow::translate_act_
QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:385
+
GpgFrontend::UI::MainWindow::translate_act_
QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:389
GpgFrontend::UI::MainWindow::SlotFileDecrypt
void SlotFileDecrypt()
Definition: MainWindowFileSlotFunction.cpp:291
-
GpgFrontend::UI::MainWindow::edit_
TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:323
-
GpgFrontend::UI::MainWindow::open_settings_act_
QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:386
+
GpgFrontend::UI::MainWindow::edit_
TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:327
+
GpgFrontend::UI::MainWindow::open_settings_act_
QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:391
GpgFrontend::UI::MainWindow::slot_add_pgp_header
void slot_add_pgp_header()
Definition: MainWindowSlotUI.cpp:147
-
GpgFrontend::UI::MainWindow::new_tab_act_
QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:348
-
GpgFrontend::UI::MainWindow::help_menu_
QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:327
-
GpgFrontend::UI::MainWindow::save_act_
QAction * save_act_
Action to save file.
Definition: MainWindow.h:353
-
GpgFrontend::UI::MainWindow::edit_tool_bar_
QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:338
-
GpgFrontend::UI::MainWindow::show_key_details_act_
QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:387
-
GpgFrontend::UI::MainWindow::close_tab_act_
QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:356
+
GpgFrontend::UI::MainWindow::new_tab_act_
QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:352
+
GpgFrontend::UI::MainWindow::help_menu_
QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:331
+
GpgFrontend::UI::MainWindow::save_act_
QAction * save_act_
Action to save file.
Definition: MainWindow.h:357
+
GpgFrontend::UI::MainWindow::edit_tool_bar_
QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:342
+
GpgFrontend::UI::MainWindow::show_key_details_act_
QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:392
+
GpgFrontend::UI::MainWindow::close_tab_act_
QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:360
GpgFrontend::UI::InfoBoardWidget
Class for handling the verify label shown at bottom of a textedit-page.
Definition: InfoBoardWidget.h:53
-
GpgFrontend::UI::MainWindow::slot_decrypt
void slot_decrypt()
Definition: MainWindowSlotFunction.cpp:259
+
GpgFrontend::UI::MainWindow::slot_decrypt
void slot_decrypt()
Definition: MainWindowSlotFunction.cpp:255
GpgFrontend::UI::SignalStation::SignalRefreshStatusBar
void SignalRefreshStatusBar(const QString &message, int timeout)
GpgFrontend::UI::TextEdit::CurTextPage
PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:377
-
GpgFrontend::UI::MainWindow::open_key_management_act_
QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:372
-
GpgFrontend::UI::MainWindow::slot_encrypt_sign
void slot_encrypt_sign()
Definition: MainWindowSlotFunction.cpp:394
+
GpgFrontend::UI::MainWindow::open_key_management_act_
QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:376
+
GpgFrontend::UI::MainWindow::slot_encrypt_sign
void slot_encrypt_sign()
Definition: MainWindowSlotFunction.cpp:390
GpgFrontend::UI
Definition: FileReadTask.cpp:31
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::QuitDialog::IsDiscarded
bool IsDiscarded() const
Definition: QuitDialog.cpp:133
GpgFrontend::UI::QuitDialog::QuitDialog
QuitDialog(QWidget *parent, const QHash< int, QString > &unsavedDocs)
Construct a new Quit Dialog object.
Definition: QuitDialog.cpp:35
-
GpgFrontend::UI::QuitDialog
Definition: QuitDialog.h:40
+
GpgFrontend::UI::QuitDialog
Definition: QuitDialog.h:41
GpgFrontend::UI::QuitDialog::GetTabIdsToSave
QList< int > GetTabIdsToSave()
Get the Tab Ids To Save object.
Definition: QuitDialog.cpp:135
-
GpgFrontend::UI::MainWindow::slot_verify
void slot_verify()
Definition: MainWindowSlotFunction.cpp:327
-
GpgFrontend::UI::MainWindow::quote_act_
QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:374
-
GpgFrontend::UI::process_tarball_into_directory
bool process_tarball_into_directory(QWidget *parent, std::filesystem::path &path)
convert directory into tarball
Definition: MainWindowFileSlotFunction.cpp:68
-
GpgFrontend::UI::MainWindow::upload_key_to_server
void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:654
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::TextEdit::SlotCopy
void SlotCopy() const
Definition: TextEdit.cpp:537
-
GpgFrontend::UI::TextEdit::CurFilePage
FilePage * CurFilePage() const
Definition: TextEdit.cpp:381
-
GpgFrontend::GpgFileOpera::SignFile
static GpgError SignFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgSignResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:103
-
GpgFrontend::UI::MainWindow::save_settings
void save_settings()
Definition: MainWindow.cpp:254
-
GpgFrontend::UI::MainWindow::SlotFileEncrypt
void SlotFileEncrypt()
Definition: MainWindowFileSlotFunction.cpp:154
-
GpgFrontend::UI::MainWindow::slot_open_file_tab
void slot_open_file_tab()
Definition: MainWindowSlotUI.cpp:58
-
GpgFrontend::UI::PlainTextEditorPage::ShowNotificationWidget
void ShowNotificationWidget(QWidget *widget, const char *className)
Definition: PlainTextEditorPage.cpp:107
-
GpgFrontend::UI::MainWindow::redo_act_
QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:380
-
GpgFrontend::UI::process_operation
void process_operation(QWidget *parent, const std::string &waiting_title, const Thread::Task::TaskRunnable func, const Thread::Task::TaskCallback callback, Thread::Task::DataObjectPtr data_object)
Definition: UserInterfaceUtils.cpp:116
-
GpgFrontend::GpgKeyImportExporter::ExportKeys
bool ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const
Definition: GpgKeyImportExporter.cpp:71
-
GpgFrontend::GpgBasicOperator::Decrypt
gpgme_error_t Decrypt(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgDecrResult &result)
Call the interface provided by gpgme for decryption operation.
Definition: GpgBasicOperator.cpp:64
-
GpgFrontend::UI::process_directory_into_tarball
bool process_directory_into_tarball(QWidget *parent, QString &path)
convert tarball into directory
Definition: MainWindowFileSlotFunction.cpp:116
-
GpgFrontend::UI::TextEdit::MaybeSaveAnyTab
bool MaybeSaveAnyTab()
Definition: TextEdit.cpp:322
-
GpgFrontend::UI::MainWindow::quit_act_
QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:357
-
GpgFrontend::UI::MainWindow::cut_pgp_header_act_
QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:389
-
GpgFrontend::UI::MainWindow::create_actions
void create_actions()
Definition: MainWindowUI.cpp:34
-
GpgFrontend::UI::MainWindow::SlotFileDecryptVerify
void SlotFileDecryptVerify()
Definition: MainWindowFileSlotFunction.cpp:679
-
GpgFrontend::UI::MainWindow::slot_cut_pgp_header
void slot_cut_pgp_header()
Definition: MainWindowSlotUI.cpp:161
-
GpgFrontend::UI::MainWindow::browser_act_
QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:352
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::UI::TextEdit::SlotOpenFile
void SlotOpenFile(QString &path)
Definition: TextEdit.cpp:82
-
GpgFrontend::GpgBasicOperator::DecryptVerify
gpgme_error_t DecryptVerify(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgDecrResult &decrypt_result, GpgVerifyResult &verify_result)
Call the interface provided by gpgme to perform decryption and verification operations at the same ti...
Definition: GpgBasicOperator.cpp:123
-
GpgFrontend::UI::TextEdit::SlotOpen
void SlotOpen()
Definition: TextEdit.cpp:110
-
GpgFrontend::GpgFileOpera::EncryptFile
static unsigned int EncryptFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgEncrResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Encrypted file.
Definition: GpgFileOpera.cpp:40
-
GpgFrontend::UI::MainWindow::key_tool_bar_
QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:341
-
GpgFrontend::UI::PlainTextEditorPage::CloseNoteByClass
void CloseNoteByClass(const char *className)
Definition: PlainTextEditorPage.cpp:113
-
GpgFrontend::UI::TextEdit::SlotCut
void SlotCut() const
Definition: TextEdit.cpp:529
-
GpgFrontend::UI::InfoBoardWidget::ResetOptionActionsMenu
void ResetOptionActionsMenu()
Definition: InfoBoardWidget.cpp:129
-
GpgFrontend::UI::MainWindow::view_menu_
QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:329
-
GpgFrontend::UI::SoftwareVersion
Definition: SoftwareVersion.h:39
-
GpgFrontend::UI::import_unknown_key_from_keyserver
void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_res)
Definition: UserInterfaceUtils.cpp:61
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
-
GpgFrontend::UI::MainWindow::file_menu_
QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:324
-
GpgFrontend::UI::TextEdit::SlotCurPageTextEdit
PlainTextEditorPage * SlotCurPageTextEdit() const
Definition: TextEdit.cpp:392
-
GpgFrontend::UI::MainWindow::sign_act_
QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:362
-
GpgFrontend::UI::TextEdit::SlotRedo
void SlotRedo() const
redo last change in current text page
Definition: TextEdit.cpp:563
-
GpgFrontend::UI::KeyList::AddListGroupTab
void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})
Definition: KeyList.cpp:99
-
GpgFrontend::UI::MainWindow::slot_append_selected_keys
void slot_append_selected_keys()
Definition: MainWindowSlotFunction.cpp:607
-
GpgFrontend::UI::MainWindow::verify_act_
QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:363
GpgFrontend::UI::AdvancedTab
Definition: SettingsAdvanced.h:35
-
GpgFrontend::UI::CommonUtils::SlotImportKeys
void SlotImportKeys(QWidget *parent, const std::string &in_buffer)
Definition: UserInterfaceUtils.cpp:180
-
GpgFrontend::UI::MainWindow::about_act_
QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:383
-
GpgFrontend::UI::MainWindow::file_tool_bar_
QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:337
-
GpgFrontend::UI::TextEdit::SlotCurPageFileTreeView
FilePage * SlotCurPageFileTreeView() const
Definition: TextEdit.cpp:398
-
GpgFrontend::UI::MainWindow::refresh_keys_from_key_server
void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:645
-
GpgFrontend::UI::MainWindow::zoom_in_act_
QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:381
-
GpgFrontend::UI::MainWindow::create_menus
void create_menus()
Definition: MainWindowUI.cpp:318
-
GpgFrontend::UI::MainWindow::cut_act_
QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:375
-
GpgFrontend::UI::SettingsDialog
Definition: SettingsDialog.h:46
-
GpgFrontend::UI::MainWindow::slot_start_wizard
void slot_start_wizard()
Definition: MainWindowSlotUI.cpp:40
-
GpgFrontend::UI::MainWindow::create_dock_windows
void create_dock_windows()
Definition: MainWindowUI.cpp:448
-
GpgFrontend::GpgBasicOperator::Verify
gpgme_error_t Verify(BypeArrayRef in_buffer, ByteArrayPtr &sig_buffer, GpgVerifyResult &result) const
Call the interface provided by gpgme for verification operation.
Definition: GpgBasicOperator.cpp:81
-
GpgFrontend::UI::MainWindow::copy_mail_address_to_clipboard_act_
QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:370
-
GpgFrontend::GpgBasicOperator::Sign
gpg_error_t Sign(KeyListPtr signers, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, gpgme_sig_mode_t mode, GpgSignResult &result)
Call the interface provided by gpgme for signing operation.
Definition: GpgBasicOperator.cpp:101
-
GpgFrontend::UI::KeyList::GetChecked
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
-
GpgFrontend::UI::MainWindow::switch_tab_up_act_
QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:349
-
GpgFrontend::UI::MainWindow::SlotSetRestartNeeded
void SlotSetRestartNeeded(bool needed)
Definition: MainWindowSlotUI.cpp:185
-
GpgFrontend::UI::MainWindow::slot_clean_double_line_breaks
void slot_clean_double_line_breaks()
Definition: MainWindowSlotUI.cpp:137
-
GpgFrontend::UI::TextEdit::SlotNewFileTab
void SlotNewFileTab() const
Definition: TextEdit.cpp:72
-
GpgFrontend::UI::MainWindow::SlotOpenFile
void SlotOpenFile(QString &path)
Definition: MainWindowSlotFunction.cpp:661
-
GpgFrontend::UI::MainWindow::open_act_
QAction * open_act_
Action to open file.
Definition: MainWindow.h:351
-
GpgFrontend::UI::MainWindow::import_key_menu_
QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:330
-
GpgFrontend::UI::MainWindow::encrypt_sign_act_
QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:359
-
GpgFrontend::UI::TextEdit::SlotSelectAll
void SlotSelectAll() const
select all in current text page
Definition: TextEdit.cpp:591
-
GpgFrontend::UI::MainWindow::paste_act_
QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:376
-
GpgFrontend::UI::MainWindow::slot_encrypt
void slot_encrypt()
Definition: MainWindowSlotFunction.cpp:51
-
GpgFrontend::UI::KeyMgmt
Definition: KeyMgmt.h:45
-
GpgFrontend::GpgVerifyResultAnalyse
Definition: GpgVerifyResultAnalyse.h:40
-
GpgFrontend::UI::TextEdit::SlotFillTextEditWithText
void SlotFillTextEditWithText(const QString &text) const
Definition: TextEdit.cpp:425
-
GpgFrontend::UI::KeyServerImportDialog
Definition: KeyServerImportDialog.h:43
-
GpgFrontend::UI::MainWindow::crypt_tool_bar_
QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:336
-
GpgFrontend::UI::MainWindow::steganography_menu_
QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:335
-
GpgFrontend::UI::TextEdit::SlotQuote
void SlotQuote() const
Definition: TextEdit.cpp:403
-
GpgFrontend::UI::SoftwareVersion::VersionWithDrawn
bool VersionWithDrawn() const
Definition: SoftwareVersion.h:76
-
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
-
GpgFrontend::UI::MainWindow::zoom_out_act_
QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:382
-
GpgFrontend::UI::KeyDetailsDialog
Definition: KeyDetailsDialog.h:37
-
GpgFrontend::UI::MainWindow::key_list_dock_
QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:344
-
GpgFrontend::UI::MainWindow::slot_show_key_details
void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:633
-
GpgFrontend::UI::MainWindow::print_act_
QAction * print_act_
Action to print.
Definition: MainWindow.h:355
-
GpgFrontend::UI::TextEdit::SlotPaste
void SlotPaste() const
Definition: TextEdit.cpp:547
-
GpgFrontend::UI::MainWindow::SetCryptoMenuStatus
void SetCryptoMenuStatus(CryptoMenu::OperationType type)
Definition: MainWindowSlotUI.cpp:191
-
GpgFrontend::UI::SoftwareVersion::CurrentVersionReleased
bool CurrentVersionReleased() const
Definition: SoftwareVersion.h:87
-
GpgFrontend::UI::MainWindow::slot_decrypt_verify
void slot_decrypt_verify()
Definition: MainWindowSlotFunction.cpp:514
-
GpgFrontend::UI::TextEdit::SlotSaveAs
bool SlotSaveAs()
Definition: TextEdit.cpp:219
-
GpgFrontend::UI::MainWindow::slot_copy_mail_address_to_clipboard
void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:620
-
GpgFrontend::UI::TextEdit::SlotSwitchTabUp
void SlotSwitchTabUp() const
Definition: TextEdit.cpp:492
-
GpgFrontend::GpgKeyGetter::GetKey
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
-
GpgFrontend::UI::MainWindow::switch_tab_down_act_
QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:350
-
GpgFrontend::UI::TextEdit::SlotPrint
void SlotPrint()
Definition: TextEdit.cpp:458
-
GpgFrontend::UI::SettingsObject
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
-
GpgFrontend::UI::TextEdit::SlotUndo
void SlotUndo() const
Definition: TextEdit.cpp:555
-
GpgFrontend::UI::MainWindow::SlotFileSign
void SlotFileSign()
Definition: MainWindowFileSlotFunction.cpp:364
-
GpgFrontend::UI::KeyList::GetSelected
KeyIdArgsListPtr GetSelected()
Get the Selected object.
Definition: KeyList.cpp:253
-
GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile
void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:188
-
GpgFrontend::UI::MainWindow::append_selected_keys_act_
QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:369
-
GpgFrontend::UI::MainWindow::check_update_act_
QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:384
-
GpgFrontend::UI::KeyList::GetPrivateChecked
KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:209
-
GpgFrontend::UI::SignersPicker
Definition: SignersPicker.h:42
-
GpgFrontend::GpgEncryptResultAnalyse
Definition: GpgEncryptResultAnalyse.h:40
-
GpgFrontend::UI::MainWindow::create_tool_bars
void create_tool_bars()
Definition: MainWindowUI.cpp:383
-
GpgFrontend::GpgConstants::PGP_CRYPT_BEGIN
static const char * PGP_CRYPT_BEGIN
Definition: GpgConstants.h:206
-
GpgFrontend::UI::Wizard
Definition: Wizard.h:44
-
GpgFrontend::UI::MainWindow::undo_act_
QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:379
-
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:140
-
GpgFrontend::UI::MainWindow::create_status_bar
void create_status_bar()
Definition: MainWindowUI.cpp:432
-
GpgFrontend::GpgBasicOperator::EncryptSymmetric
gpg_error_t EncryptSymmetric(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &result)
Call the interface provided by GPGME to symmetrical encryption.
Definition: GpgBasicOperator.cpp:203
-
GpgFrontend::UI::MainWindow::slot_open_settings_dialog
void slot_open_settings_dialog()
Definition: MainWindowSlotUI.cpp:102
-
GpgFrontend::GpgBasicOperator::EncryptSign
gpgme_error_t EncryptSign(KeyListPtr keys, KeyListPtr signers, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &encr_result, GpgSignResult &sign_result)
Call the interface provided by gpgme to perform encryption and signature operations at the same time.
Definition: GpgBasicOperator.cpp:144
-
GpgFrontend::UI::PlainTextEditorPage::GetTextPage
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:81
-
GpgFrontend::UI::MainWindow::start_wizard_act_
QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:388
-
GpgFrontend::UI::MainWindow::add_pgp_header_act_
QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:390
-
GpgFrontend::UI::MainWindow::slot_sign
void slot_sign()
Definition: MainWindowSlotFunction.cpp:173
-
GpgFrontend::UI::AboutDialog
Class for handling the about dialog.
Definition: AboutDialog.h:119
-
GpgFrontend::UI::MainWindow::save_as_act_
QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:354
-
GpgFrontend::UI::MainWindow::import_button_
QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:343
-
GpgFrontend::UI::MainWindow::SlotFileVerify
void SlotFileVerify()
Definition: MainWindowFileSlotFunction.cpp:459
-
GpgFrontend::UI::MainWindow::slot_disable_tab_actions
void slot_disable_tab_actions(int number)
Definition: MainWindowSlotUI.cpp:60
-
GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:204
-
GpgFrontend::check_gpg_error_2_err_code
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
-
GpgFrontend::UI::TextEdit::SlotSave
void SlotSave()
Definition: TextEdit.cpp:148
-
GpgFrontend::GpgFileOpera::DecryptVerifyFile
static GpgError DecryptVerifyFile(const std::string &in_path, const std::string &out_path, GpgDecrResult &decr_res, GpgVerifyResult &verify_res)
Definition: GpgFileOpera.cpp:197
-
GpgFrontend::UI::MainWindow::get_restart_needed
bool get_restart_needed() const
return true, if restart is needed
Definition: MainWindowSlotUI.cpp:189
-
GpgFrontend::UI::SoftwareVersion::NeedUpgrade
bool NeedUpgrade() const
Definition: SoftwareVersion.h:65
-
GpgFrontend::UI::FindWidget
Class for handling the find widget shown at buttom of a textedit-page.
Definition: FindWidget.h:40
-
GpgFrontend::GpgFileOpera::VerifyFile
static GpgError VerifyFile(const std::string &data_path, const std::string &sign_path, GpgVerifyResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:135
-
GpgFrontend::UI::MainWindow::find_act_
QAction * find_act_
Action to find text.
Definition: MainWindow.h:378
-
GpgFrontend::GpgKey::IsExpired
bool IsExpired() const
Definition: GpgKey.cpp:142
-
GpgFrontend::UI::MainWindow::slot_open_key_management
void slot_open_key_management()
Definition: MainWindowSlotUI.cpp:52
-
GpgFrontend::UI::MainWindow::slot_version_upgrade
void slot_version_upgrade(const SoftwareVersion &version)
Definition: MainWindowSlotFunction.cpp:663
-
GpgFrontend::UI::MainWindow::decrypt_verify_act_
QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:360
-
GpgFrontend::UI::MainWindow::clean_double_line_breaks_act_
QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:365
-
GpgFrontend::GpgFileOpera::EncryptSignFile
static GpgError EncryptSignFile(KeyListPtr keys, KeyListPtr signer_keys, const std::string &in_path, const std::string &out_path, GpgEncrResult &encr_res, GpgSignResult &sign_res, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:165
-
GpgFrontend::UI::MainWindow::copy_act_
QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:373
-
GpgFrontend::UI::MainWindow::slot_find
void slot_find()
Definition: MainWindowSlotFunction.cpp:592
-
GpgFrontend::UI::MainWindow::key_menu_
QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:328
-
GpgFrontend::UI::MainWindow::import_key_from_edit_act_
QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:364
-
GpgFrontend::UI::FilePage::GetSelected
QString GetSelected() const
Get the Selected object.
Definition: FilePage.cpp:187
-
GpgFrontend::GpgFileOpera::DecryptFile
static GpgError DecryptFile(const std::string &in_path, const std::string &out_path, GpgDecrResult &result)
Definition: GpgFileOpera.cpp:71
-
GpgFrontend::UI::TextEdit::TabCount
int TabCount() const
Definition: TextEdit.cpp:390
-
GpgFrontend::UI::MainWindow::select_all_act_
QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:377
-
GpgFrontend::UI::MainWindow::crypt_menu_
QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:326
-
GpgFrontend::UI::MainWindow::edit_menu_
QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:325
-
GpgFrontend::UI::TextEdit::SlotCloseTab
void SlotCloseTab()
Definition: TextEdit.cpp:236
-
GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard
void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:209
-
GpgFrontend::UI::MainWindow::decrypt_act_
QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:361
-
GpgFrontend::UI::MainWindow::special_edit_tool_bar_
QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:340
-
GpgFrontend::GpgFileOpera::EncryptFileSymmetric
static unsigned int EncryptFileSymmetric(const std::string &in_path, const std::string &out_path, GpgEncrResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
运用对称加密算法加密文件
Definition: GpgFileOpera.cpp:226
-
GpgFrontend::GpgKey::IsRevoked
bool IsRevoked() const
Definition: GpgKey.cpp:144
-
GpgFrontend::UI::TextEdit::SlotNewTab
void SlotNewTab()
Definition: TextEdit.cpp:54
-
GpgFrontend::UI::MainWindow::SlotFileEncryptSign
void SlotFileEncryptSign()
Definition: MainWindowFileSlotFunction.cpp:551
-
GpgFrontend::UI::MainWindow::encrypt_act_
QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:358
-
GpgFrontend::UI::KeyUploadDialog
Definition: KeyUploadDialog.h:41
-
GpgFrontend::UI::show_verify_details
void show_verify_details(QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result)
Definition: UserInterfaceUtils.cpp:52
-
GpgFrontend::UI::MainWindow::slot_import_key_from_edit
void slot_import_key_from_edit()
Definition: MainWindowSlotUI.cpp:46
-
GpgFrontend::UI::MainWindow::translate_act_
QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:385
-
GpgFrontend::UI::process_result_analyse
void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)
Definition: UserInterfaceUtils.cpp:96
-
GpgFrontend::GpgKey::IsDisabled
bool IsDisabled() const
Definition: GpgKey.cpp:146
-
GpgFrontend::UI::MainWindow::SlotFileDecrypt
void SlotFileDecrypt()
Definition: MainWindowFileSlotFunction.cpp:291
-
GpgFrontend::UI::MainWindow::edit_
TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:323
-
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
-
GpgFrontend::UI::MainWindow::open_settings_act_
QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:386
-
GpgFrontend::UI::MainWindow::slot_add_pgp_header
void slot_add_pgp_header()
Definition: MainWindowSlotUI.cpp:147
-
GpgFrontend::UI::SoftwareVersion::InfoVaild
bool InfoVaild() const
Definition: SoftwareVersion.h:57
-
GpgFrontend::GpgSignResultAnalyse
Definition: GpgSignResultAnalyse.h:40
-
GpgFrontend::UI::MainWindow::new_tab_act_
QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:348
-
GpgFrontend::UI::MainWindow::help_menu_
QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:327
-
GpgFrontend::UI::MainWindow::save_act_
QAction * save_act_
Action to save file.
Definition: MainWindow.h:353
-
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:143
-
GpgFrontend::GpgDecryptResultAnalyse
Definition: GpgDecryptResultAnalyse.h:41
-
GpgFrontend::UI::MainWindow::edit_tool_bar_
QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:338
-
GpgFrontend::UI::TextEdit::SlotSwitchTabDown
void SlotSwitchTabDown() const
Definition: TextEdit.cpp:499
-
GpgFrontend::UI::MainWindow::show_key_details_act_
QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:387
-
GpgFrontend::GpgBasicOperator::Encrypt
gpg_error_t Encrypt(KeyListPtr keys, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &result)
Call the interface provided by gpgme for encryption operation.
Definition: GpgBasicOperator.cpp:38
-
GpgFrontend::UI::MainWindow::close_tab_act_
QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:356
-
GpgFrontend::GpgKey
Definition: GpgKey.h:41
-
GpgFrontend::UI::MainWindow::slot_decrypt
void slot_decrypt()
Definition: MainWindowSlotFunction.cpp:259
-
GpgFrontend::UI::TextEdit::CurTextPage
PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:377
-
GpgFrontend::UI::MainWindow::open_key_management_act_
QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:372
-
GpgFrontend::UI::MainWindow::slot_encrypt_sign
void slot_encrypt_sign()
Definition: MainWindowSlotFunction.cpp:394
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::NetworkTab
Definition: SettingsNetwork.h:37
-
GpgFrontend::UI::SettingsDialog::get_restart_needed
bool get_restart_needed() const
Get the Restart Needed object.
Definition: SettingsDialog.cpp:87
+
GpgFrontend::UI::SettingsDialog::get_restart_needed
bool get_restart_needed() const
Get the Restart Needed object.
Definition: SettingsDialog.cpp:88
GpgFrontend::GlobalSettingStation::SyncSettings
void SyncSettings() noexcept
sync the settings to the file
Definition: GlobalSettingStation.cpp:33
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::UI::SettingsDialog::slot_set_restart_needed
void slot_set_restart_needed(bool needed)
Definition: SettingsDialog.cpp:91
+
GpgFrontend::UI::SettingsDialog::slot_set_restart_needed
void slot_set_restart_needed(bool needed)
Definition: SettingsDialog.cpp:92
GpgFrontend::UI::KeyserverTab
Definition: SettingsKeyServer.h:41
GpgFrontend::UI::AppearanceTab
Definition: SettingsAppearance.h:36
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::GeneralTab
Definition: SettingsGeneral.h:43
GpgFrontend::GlobalSettingStation::GetLocaleDir
std::filesystem::path GetLocaleDir() const
Get the Locale Dir object.
Definition: GlobalSettingStation.h:116
-
GpgFrontend::UI::SettingsDialog
Definition: SettingsDialog.h:46
+
GpgFrontend::UI::SettingsDialog
Definition: SettingsDialog.h:47
GpgFrontend::UI::MainWindow::SlotSetRestartNeeded
void SlotSetRestartNeeded(bool needed)
Definition: MainWindowSlotUI.cpp:185
-
GpgFrontend::UI::SettingsDialog::ListLanguages
static QHash< QString, QString > ListLanguages()
Definition: SettingsDialog.cpp:115
+
GpgFrontend::UI::SettingsDialog::ListLanguages
static QHash< QString, QString > ListLanguages()
Definition: SettingsDialog.cpp:116
GpgFrontend::UI::SettingsDialog::SettingsDialog
SettingsDialog(QWidget *parent=nullptr)
Construct a new Settings Dialog object.
Definition: SettingsDialog.cpp:41
GpgFrontend::UI::GeneralTab::SignalRestartNeeded
void SignalRestartNeeded(bool needed)
GpgFrontend::UI::SettingsDialog::SignalRestartNeeded
void SignalRestartNeeded(bool needed)
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/SignalStation_8h_source.html b/docs/html/SignalStation_8h_source.html index 4d90660e..774fce81 100644 --- a/docs/html/SignalStation_8h_source.html +++ b/docs/html/SignalStation_8h_source.html @@ -118,12 +118,196 @@ $(document).ready(function(){initNavTree('SignalStation_8h_source.html',''); ini
86 #endif // GPGFRONTEND_SIGNALSTATION_H
+
GpgFrontend::UI::MainWindow::slot_verify
void slot_verify()
Definition: MainWindowSlotFunction.cpp:323
+
GpgFrontend::UI::MainWindow::quote_act_
QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:378
+
GpgFrontend::UI::process_tarball_into_directory
bool process_tarball_into_directory(QWidget *parent, std::filesystem::path &path)
convert directory into tarball
Definition: MainWindowFileSlotFunction.cpp:68
+
GpgFrontend::UI::MainWindow::upload_key_to_server
void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:653
GpgFrontend::UI
Definition: FileReadTask.cpp:31
+
GpgFrontend::UI::TextEdit::SlotCopy
void SlotCopy() const
Definition: TextEdit.cpp:537
+
GpgFrontend::UI::TextEdit::CurFilePage
FilePage * CurFilePage() const
Definition: TextEdit.cpp:381
+
GpgFrontend::GpgFileOpera::SignFile
static GpgError SignFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgSignResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:103
+
GpgFrontend::UI::MainWindow::save_settings
void save_settings()
Definition: MainWindow.cpp:208
+
GpgFrontend::UI::MainWindow::SlotFileEncrypt
void SlotFileEncrypt()
Definition: MainWindowFileSlotFunction.cpp:154
+
GpgFrontend::UI::MainWindow::slot_open_file_tab
void slot_open_file_tab()
Definition: MainWindowSlotUI.cpp:58
+
GpgFrontend::UI::PlainTextEditorPage::ShowNotificationWidget
void ShowNotificationWidget(QWidget *widget, const char *className)
Definition: PlainTextEditorPage.cpp:107
+
GpgFrontend::UI::MainWindow::redo_act_
QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:384
+
GpgFrontend::UI::process_operation
void process_operation(QWidget *parent, const std::string &waiting_title, const Thread::Task::TaskRunnable func, const Thread::Task::TaskCallback callback, Thread::Task::DataObjectPtr data_object)
Definition: UserInterfaceUtils.cpp:116
+
GpgFrontend::GpgKeyImportExporter::ExportKeys
bool ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const
Definition: GpgKeyImportExporter.cpp:71
+
GpgFrontend::GpgBasicOperator::Decrypt
gpgme_error_t Decrypt(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgDecrResult &result)
Call the interface provided by gpgme for decryption operation.
Definition: GpgBasicOperator.cpp:64
+
GpgFrontend::UI::process_directory_into_tarball
bool process_directory_into_tarball(QWidget *parent, QString &path)
convert tarball into directory
Definition: MainWindowFileSlotFunction.cpp:116
+
GpgFrontend::UI::TextEdit::MaybeSaveAnyTab
bool MaybeSaveAnyTab()
Definition: TextEdit.cpp:322
+
GpgFrontend::UI::MainWindow::quit_act_
QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:361
+
GpgFrontend::UI::MainWindow::cut_pgp_header_act_
QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:394
+
GpgFrontend::UI::MainWindow::create_actions
void create_actions()
Definition: MainWindowUI.cpp:34
+
GpgFrontend::UI::MainWindow::SlotFileDecryptVerify
void SlotFileDecryptVerify()
Definition: MainWindowFileSlotFunction.cpp:682
+
GpgFrontend::UI::MainWindow::slot_cut_pgp_header
void slot_cut_pgp_header()
Definition: MainWindowSlotUI.cpp:161
+
GpgFrontend::UI::MainWindow::browser_act_
QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:356
+
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
+
GpgFrontend::UI::TextEdit::SlotOpenFile
void SlotOpenFile(QString &path)
Definition: TextEdit.cpp:82
+
GpgFrontend::GpgBasicOperator::DecryptVerify
gpgme_error_t DecryptVerify(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgDecrResult &decrypt_result, GpgVerifyResult &verify_result)
Call the interface provided by gpgme to perform decryption and verification operations at the same ti...
Definition: GpgBasicOperator.cpp:123
+
GpgFrontend::UI::TextEdit::SlotOpen
void SlotOpen()
Definition: TextEdit.cpp:110
+
GpgFrontend::GpgFileOpera::EncryptFile
static unsigned int EncryptFile(KeyListPtr keys, const std::string &in_path, const std::string &out_path, GpgEncrResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Encrypted file.
Definition: GpgFileOpera.cpp:40
+
GpgFrontend::UI::MainWindow::key_tool_bar_
QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:345
+
GpgFrontend::UI::PlainTextEditorPage::CloseNoteByClass
void CloseNoteByClass(const char *className)
Definition: PlainTextEditorPage.cpp:113
+
GpgFrontend::UI::TextEdit::SlotCut
void SlotCut() const
Definition: TextEdit.cpp:529
+
GpgFrontend::UI::InfoBoardWidget::ResetOptionActionsMenu
void ResetOptionActionsMenu()
Definition: InfoBoardWidget.cpp:129
+
GpgFrontend::UI::MainWindow::view_menu_
QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:333
+
GpgFrontend::UI::SoftwareVersion
Definition: SoftwareVersion.h:39
+
GpgFrontend::UI::import_unknown_key_from_keyserver
void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_res)
Definition: UserInterfaceUtils.cpp:61
+
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
+
GpgFrontend::UI::MainWindow::file_menu_
QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:328
+
GpgFrontend::UI::TextEdit::SlotCurPageTextEdit
PlainTextEditorPage * SlotCurPageTextEdit() const
Definition: TextEdit.cpp:392
+
GpgFrontend::UI::MainWindow::sign_act_
QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:366
+
GpgFrontend::UI::TextEdit::SlotRedo
void SlotRedo() const
redo last change in current text page
Definition: TextEdit.cpp:563
+
GpgFrontend::UI::KeyList::AddListGroupTab
void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})
Definition: KeyList.cpp:99
+
GpgFrontend::UI::MainWindow::slot_append_selected_keys
void slot_append_selected_keys()
Definition: MainWindowSlotFunction.cpp:606
+
GpgFrontend::UI::MainWindow::verify_act_
QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:367
+
GpgFrontend::UI::CommonUtils::SlotImportKeys
void SlotImportKeys(QWidget *parent, const std::string &in_buffer)
Definition: UserInterfaceUtils.cpp:180
+
GpgFrontend::UI::MainWindow::gnupg_act_
QAction * gnupg_act_
Action to open about dialog.
Definition: MainWindow.h:390
+
GpgFrontend::UI::MainWindow::about_act_
QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:387
+
GpgFrontend::UI::MainWindow::file_tool_bar_
QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:341
+
GpgFrontend::UI::TextEdit::SlotCurPageFileTreeView
FilePage * SlotCurPageFileTreeView() const
Definition: TextEdit.cpp:398
+
GpgFrontend::UI::MainWindow::refresh_keys_from_key_server
void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:644
+
GpgFrontend::UI::MainWindow::zoom_in_act_
QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:385
+
GpgFrontend::UI::MainWindow::create_menus
void create_menus()
Definition: MainWindowUI.cpp:324
+
GpgFrontend::UI::MainWindow::cut_act_
QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:379
+
GpgFrontend::UI::SettingsDialog
Definition: SettingsDialog.h:47
+
GpgFrontend::UI::MainWindow::slot_start_wizard
void slot_start_wizard()
Definition: MainWindowSlotUI.cpp:40
+
GpgFrontend::UI::MainWindow::create_dock_windows
void create_dock_windows()
Definition: MainWindowUI.cpp:455
+
GpgFrontend::GpgBasicOperator::Verify
gpgme_error_t Verify(BypeArrayRef in_buffer, ByteArrayPtr &sig_buffer, GpgVerifyResult &result) const
Call the interface provided by gpgme for verification operation.
Definition: GpgBasicOperator.cpp:81
+
GpgFrontend::UI::MainWindow::copy_mail_address_to_clipboard_act_
QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:374
+
GpgFrontend::GpgBasicOperator::Sign
gpg_error_t Sign(KeyListPtr signers, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, gpgme_sig_mode_t mode, GpgSignResult &result)
Call the interface provided by gpgme for signing operation.
Definition: GpgBasicOperator.cpp:101
+
GpgFrontend::UI::KeyList::GetChecked
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
+
GpgFrontend::UI::MainWindow::switch_tab_up_act_
QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:353
+
GpgFrontend::UI::MainWindow::SlotSetRestartNeeded
void SlotSetRestartNeeded(bool needed)
Definition: MainWindowSlotUI.cpp:185
+
GpgFrontend::UI::MainWindow::slot_clean_double_line_breaks
void slot_clean_double_line_breaks()
Definition: MainWindowSlotUI.cpp:137
+
GpgFrontend::UI::TextEdit::SlotNewFileTab
void SlotNewFileTab() const
Definition: TextEdit.cpp:72
+
GpgFrontend::UI::MainWindow::SlotOpenFile
void SlotOpenFile(QString &path)
Definition: MainWindowSlotFunction.cpp:660
+
GpgFrontend::UI::MainWindow::open_act_
QAction * open_act_
Action to open file.
Definition: MainWindow.h:355
+
GpgFrontend::UI::MainWindow::import_key_menu_
QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:334
+
GpgFrontend::UI::MainWindow::encrypt_sign_act_
QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:363
+
GpgFrontend::UI::TextEdit::SlotSelectAll
void SlotSelectAll() const
select all in current text page
Definition: TextEdit.cpp:591
+
GpgFrontend::UI::MainWindow::paste_act_
QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:380
+
GpgFrontend::UI::MainWindow::slot_encrypt
void slot_encrypt()
Definition: MainWindowSlotFunction.cpp:47
+
GpgFrontend::UI::KeyMgmt
Definition: KeyMgmt.h:46
+
GpgFrontend::GpgVerifyResultAnalyse
Definition: GpgVerifyResultAnalyse.h:40
+
GpgFrontend::UI::TextEdit::SlotFillTextEditWithText
void SlotFillTextEditWithText(const QString &text) const
Definition: TextEdit.cpp:425
+
GpgFrontend::UI::KeyServerImportDialog
Definition: KeyServerImportDialog.h:46
+
GpgFrontend::UI::MainWindow::crypt_tool_bar_
QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:340
+
GpgFrontend::UI::MainWindow::steganography_menu_
QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:339
+
GpgFrontend::UI::TextEdit::SlotQuote
void SlotQuote() const
Definition: TextEdit.cpp:403
+
GpgFrontend::UI::SoftwareVersion::VersionWithDrawn
bool VersionWithDrawn() const
Definition: SoftwareVersion.h:76
+
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
+
GpgFrontend::UI::MainWindow::zoom_out_act_
QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:386
+
GpgFrontend::UI::KeyDetailsDialog
Definition: KeyDetailsDialog.h:38
+
GpgFrontend::UI::MainWindow::key_list_dock_
QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:348
+
GpgFrontend::UI::MainWindow::slot_show_key_details
void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:632
+
GpgFrontend::UI::MainWindow::print_act_
QAction * print_act_
Action to print.
Definition: MainWindow.h:359
+
GpgFrontend::UI::TextEdit::SlotPaste
void SlotPaste() const
Definition: TextEdit.cpp:547
+
GpgFrontend::UI::MainWindow::SetCryptoMenuStatus
void SetCryptoMenuStatus(CryptoMenu::OperationType type)
Definition: MainWindowSlotUI.cpp:191
+
GpgFrontend::UI::SoftwareVersion::CurrentVersionReleased
bool CurrentVersionReleased() const
Definition: SoftwareVersion.h:87
+
GpgFrontend::UI::MainWindow::slot_decrypt_verify
void slot_decrypt_verify()
Definition: MainWindowSlotFunction.cpp:513
+
GpgFrontend::UI::TextEdit::SlotSaveAs
bool SlotSaveAs()
Definition: TextEdit.cpp:219
+
GpgFrontend::UI::MainWindow::slot_copy_mail_address_to_clipboard
void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:619
+
GpgFrontend::UI::TextEdit::SlotSwitchTabUp
void SlotSwitchTabUp() const
Definition: TextEdit.cpp:492
+
GpgFrontend::GpgKeyGetter::GetKey
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
+
GpgFrontend::UI::MainWindow::switch_tab_down_act_
QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:354
+
GpgFrontend::UI::TextEdit::SlotPrint
void SlotPrint()
Definition: TextEdit.cpp:458
+
GpgFrontend::UI::SettingsObject
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
+
GpgFrontend::UI::TextEdit::SlotUndo
void SlotUndo() const
Definition: TextEdit.cpp:555
+
GpgFrontend::UI::MainWindow::SlotFileSign
void SlotFileSign()
Definition: MainWindowFileSlotFunction.cpp:364
+
GpgFrontend::UI::KeyList::GetSelected
KeyIdArgsListPtr GetSelected()
Get the Selected object.
Definition: KeyList.cpp:253
+
GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile
void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:188
+
GpgFrontend::UI::MainWindow::append_selected_keys_act_
QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:373
+
GpgFrontend::UI::MainWindow::check_update_act_
QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:388
+
GpgFrontend::UI::KeyList::GetPrivateChecked
KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:209
+
GpgFrontend::UI::SignersPicker
Definition: SignersPicker.h:42
+
GpgFrontend::GpgEncryptResultAnalyse
Definition: GpgEncryptResultAnalyse.h:40
+
GpgFrontend::UI::MainWindow::create_tool_bars
void create_tool_bars()
Definition: MainWindowUI.cpp:390
+
GpgFrontend::GpgConstants::PGP_CRYPT_BEGIN
static const char * PGP_CRYPT_BEGIN
Definition: GpgConstants.h:206
+
GpgFrontend::UI::Wizard
Definition: Wizard.h:44
+
GpgFrontend::UI::MainWindow::undo_act_
QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:383
+
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:138
+
GpgFrontend::UI::MainWindow::create_status_bar
void create_status_bar()
Definition: MainWindowUI.cpp:439
+
GpgFrontend::GpgBasicOperator::EncryptSymmetric
gpg_error_t EncryptSymmetric(BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &result)
Call the interface provided by GPGME to symmetrical encryption.
Definition: GpgBasicOperator.cpp:203
+
GpgFrontend::UI::MainWindow::slot_open_settings_dialog
void slot_open_settings_dialog()
Definition: MainWindowSlotUI.cpp:102
GpgFrontend::UI::InfoBoardStatus
InfoBoardStatus
Definition: InfoBoardWidget.h:43
+
GpgFrontend::GpgBasicOperator::EncryptSign
gpgme_error_t EncryptSign(KeyListPtr keys, KeyListPtr signers, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &encr_result, GpgSignResult &sign_result)
Call the interface provided by gpgme to perform encryption and signature operations at the same time.
Definition: GpgBasicOperator.cpp:144
+
GpgFrontend::UI::PlainTextEditorPage::GetTextPage
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:81
+
GpgFrontend::UI::MainWindow::start_wizard_act_
QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:393
+
GpgFrontend::UI::MainWindow::add_pgp_header_act_
QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:395
+
GpgFrontend::UI::MainWindow::slot_sign
void slot_sign()
Definition: MainWindowSlotFunction.cpp:169
+
GpgFrontend::UI::AboutDialog
Class for handling the about dialog.
Definition: AboutDialog.h:120
+
GpgFrontend::UI::MainWindow::save_as_act_
QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:358
+
GpgFrontend::UI::MainWindow::import_button_
QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:347
+
GpgFrontend::UI::MainWindow::SlotFileVerify
void SlotFileVerify()
Definition: MainWindowFileSlotFunction.cpp:459
+
GpgFrontend::UI::MainWindow::slot_disable_tab_actions
void slot_disable_tab_actions(int number)
Definition: MainWindowSlotUI.cpp:60
+
GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:204
+
GpgFrontend::check_gpg_error_2_err_code
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
+
GpgFrontend::UI::TextEdit::SlotSave
void SlotSave()
Definition: TextEdit.cpp:148
+
GpgFrontend::GpgFileOpera::DecryptVerifyFile
static GpgError DecryptVerifyFile(const std::string &in_path, const std::string &out_path, GpgDecrResult &decr_res, GpgVerifyResult &verify_res)
Definition: GpgFileOpera.cpp:197
+
GpgFrontend::UI::MainWindow::get_restart_needed
bool get_restart_needed() const
return true, if restart is needed
Definition: MainWindowSlotUI.cpp:189
+
GpgFrontend::UI::SoftwareVersion::NeedUpgrade
bool NeedUpgrade() const
Definition: SoftwareVersion.h:65
+
GpgFrontend::UI::FindWidget
Class for handling the find widget shown at buttom of a textedit-page.
Definition: FindWidget.h:40
+
GpgFrontend::GpgFileOpera::VerifyFile
static GpgError VerifyFile(const std::string &data_path, const std::string &sign_path, GpgVerifyResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:135
+
GpgFrontend::UI::MainWindow::find_act_
QAction * find_act_
Action to find text.
Definition: MainWindow.h:382
+
GpgFrontend::GpgKey::IsExpired
bool IsExpired() const
Definition: GpgKey.cpp:140
+
GpgFrontend::UI::MainWindow::slot_open_key_management
void slot_open_key_management()
Definition: MainWindowSlotUI.cpp:52
+
GpgFrontend::UI::MainWindow::slot_version_upgrade
void slot_version_upgrade(const SoftwareVersion &version)
Definition: MainWindowSlotFunction.cpp:662
GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard
void SignalRefreshInfoBoard(const QString &text, InfoBoardStatus verify_label_status)
+
GpgFrontend::UI::MainWindow::decrypt_verify_act_
QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:364
+
GpgFrontend::UI::MainWindow::clean_double_line_breaks_act_
QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:369
+
GpgFrontend::GpgFileOpera::EncryptSignFile
static GpgError EncryptSignFile(KeyListPtr keys, KeyListPtr signer_keys, const std::string &in_path, const std::string &out_path, GpgEncrResult &encr_res, GpgSignResult &sign_res, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
Definition: GpgFileOpera.cpp:165
+
GpgFrontend::UI::MainWindow::copy_act_
QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:377
+
GpgFrontend::UI::MainWindow::slot_find
void slot_find()
Definition: MainWindowSlotFunction.cpp:591
GpgFrontend::UI::SignalStation
Definition: SignalStation.h:41
+
GpgFrontend::UI::MainWindow::key_menu_
QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:332
+
GpgFrontend::UI::MainWindow::import_key_from_edit_act_
QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:368
+
GpgFrontend::UI::FilePage::GetSelected
QString GetSelected() const
Get the Selected object.
Definition: FilePage.cpp:187
+
GpgFrontend::GpgFileOpera::DecryptFile
static GpgError DecryptFile(const std::string &in_path, const std::string &out_path, GpgDecrResult &result)
Definition: GpgFileOpera.cpp:71
+
GpgFrontend::UI::TextEdit::TabCount
int TabCount() const
Definition: TextEdit.cpp:390
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
+
GpgFrontend::UI::MainWindow::select_all_act_
QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:381
+
GpgFrontend::UI::MainWindow::crypt_menu_
QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:330
+
GpgFrontend::UI::MainWindow::edit_menu_
QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:329
+
GpgFrontend::UI::TextEdit::SlotCloseTab
void SlotCloseTab()
Definition: TextEdit.cpp:236
+
GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard
void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:209
+
GpgFrontend::UI::MainWindow::decrypt_act_
QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:365
+
GpgFrontend::UI::MainWindow::special_edit_tool_bar_
QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:344
+
GpgFrontend::GpgFileOpera::EncryptFileSymmetric
static unsigned int EncryptFileSymmetric(const std::string &in_path, const std::string &out_path, GpgEncrResult &result, int _channel=GPGFRONTEND_DEFAULT_CHANNEL)
运用对称加密算法加密文件
Definition: GpgFileOpera.cpp:226
+
GpgFrontend::GpgKey::IsRevoked
bool IsRevoked() const
Definition: GpgKey.cpp:142
+
GpgFrontend::UI::TextEdit::SlotNewTab
void SlotNewTab()
Definition: TextEdit.cpp:54
+
GpgFrontend::UI::MainWindow::SlotFileEncryptSign
void SlotFileEncryptSign()
Definition: MainWindowFileSlotFunction.cpp:551
+
GpgFrontend::UI::MainWindow::encrypt_act_
QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:362
+
GpgFrontend::UI::KeyUploadDialog
Definition: KeyUploadDialog.h:42
+
GpgFrontend::UI::show_verify_details
void show_verify_details(QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result)
Definition: UserInterfaceUtils.cpp:52
+
GpgFrontend::UI::MainWindow::slot_import_key_from_edit
void slot_import_key_from_edit()
Definition: MainWindowSlotUI.cpp:46
+
GpgFrontend::UI::MainWindow::translate_act_
QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:389
+
GpgFrontend::UI::process_result_analyse
void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)
Definition: UserInterfaceUtils.cpp:96
+
GpgFrontend::GpgKey::IsDisabled
bool IsDisabled() const
Definition: GpgKey.cpp:144
+
GpgFrontend::UI::MainWindow::SlotFileDecrypt
void SlotFileDecrypt()
Definition: MainWindowFileSlotFunction.cpp:291
+
GpgFrontend::UI::MainWindow::edit_
TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:327
+
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
+
GpgFrontend::UI::MainWindow::open_settings_act_
QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:391
+
GpgFrontend::UI::MainWindow::slot_add_pgp_header
void slot_add_pgp_header()
Definition: MainWindowSlotUI.cpp:147
+
GpgFrontend::UI::SoftwareVersion::InfoVaild
bool InfoVaild() const
Definition: SoftwareVersion.h:57
+
GpgFrontend::GpgSignResultAnalyse
Definition: GpgSignResultAnalyse.h:40
+
GpgFrontend::UI::MainWindow::new_tab_act_
QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:352
+
GpgFrontend::UI::MainWindow::help_menu_
QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:331
+
GpgFrontend::UI::MainWindow::save_act_
QAction * save_act_
Action to save file.
Definition: MainWindow.h:357
+
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:143
+
GpgFrontend::GpgDecryptResultAnalyse
Definition: GpgDecryptResultAnalyse.h:41
+
GpgFrontend::UI::MainWindow::edit_tool_bar_
QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:342
+
GpgFrontend::UI::TextEdit::SlotSwitchTabDown
void SlotSwitchTabDown() const
Definition: TextEdit.cpp:499
+
GpgFrontend::UI::MainWindow::show_key_details_act_
QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:392
+
GpgFrontend::GpgBasicOperator::Encrypt
gpg_error_t Encrypt(KeyListPtr keys, BypeArrayRef in_buffer, ByteArrayPtr &out_buffer, GpgEncrResult &result)
Call the interface provided by gpgme for encryption operation.
Definition: GpgBasicOperator.cpp:38
+
GpgFrontend::UI::MainWindow::close_tab_act_
QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:360
+
GpgFrontend::GpgKey
Definition: GpgKey.h:41
+
GpgFrontend::UI::MainWindow::slot_decrypt
void slot_decrypt()
Definition: MainWindowSlotFunction.cpp:255
GpgFrontend::UI::SignalStation::SignalRefreshStatusBar
void SignalRefreshStatusBar(const QString &message, int timeout)
+
GpgFrontend::UI::TextEdit::CurTextPage
PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:377
+
GpgFrontend::UI::MainWindow::open_key_management_act_
QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:376
+
GpgFrontend::UI::MainWindow::slot_encrypt_sign
void slot_encrypt_sign()
Definition: MainWindowSlotFunction.cpp:390
-
SignatureDetailsDialog
Definition: SignatureDetailsDialog.h:33
+
SignatureDetailsDialog
Definition: SignatureDetailsDialog.h:34
GpgFrontend::UI::RunGpgFrontendUI
int RunGpgFrontendUI(QApplication *app)
run main window
Definition: GpgFrontendUIInit.cpp:122
GpgFrontend::InitLoggingSystem
void InitLoggingSystem()
setup logging system and do proper initialization
Definition: GpgCoreInit.cpp:44
GpgFrontend::UI::InitGpgFrontendUI
void InitGpgFrontendUI(QApplication *app)
init the UI library
Definition: GpgFrontendUIInit.cpp:50
@@ -107,7 +108,7 @@ $(document).ready(function(){initNavTree('SignatureDetailsDialog_8h_source.html'
-
1 
-
29 #ifndef GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
-
30 #define GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
-
31 
-
32 #include "GpgFrontendUI.h"
+
1 /*
+
2  * Copyright (c) 2022. Saturneric
+
3  *
+
4  * This file is part of GpgFrontend.
+
5  *
+
6  * GpgFrontend is free software: you can redistribute it and/or modify
+
7  * it under the terms of the GNU General Public License as published by
+
8  * the Free Software Foundation, either version 3 of the License, or
+
9  * (at your option) any later version.
+
10  *
+
11  * GpgFrontend is distributed in the hope that it will be useful,
+
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
+
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+
14  * GNU General Public License for more details.
+
15  *
+
16  * You should have received a copy of the GNU General Public License
+
17  * along with GpgFrontend. If not, see <https://www.gnu.org/licenses/>.
+
18  *
+
19  * The initial version of the source code is inherited from
+
20  * the gpg4usb project, which is under GPL-3.0-or-later.
+
21  *
+
22  * All the source code of GpgFrontend was modified and released by
+
23  * Saturneric<eric@bktus.com> starting on May 12, 2021.
+
24  *
+
25  * SPDX-License-Identifier: GPL-3.0-or-later
+
26  */
+
27 
+
28 #ifndef GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
+
29 #define GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
+
30 
+
31 #include "GpgFrontendUI.h"
+
32 #include "ui/dialog//GeneralDialog.h"
33 
34 namespace GpgFrontend::UI {
35 
36 class KeyList;
37 
-
42 class SignersPicker : public QDialog {
+
42 class SignersPicker : public GeneralDialog {
43  Q_OBJECT
44 
45  public:
@@ -104,28 +131,33 @@ $(document).ready(function(){initNavTree('SignersPicker_8h_source.html',''); ini
52 
58  GpgFrontend::KeyIdArgsListPtr GetCheckedSigners();
59 
-
60  private:
-
61  KeyList* key_list_;
-
62 };
-
63 
-
64 } // namespace GpgFrontend::UI
+
64  [[nodiscard]] bool GetStatus() const;
65 
-
66 #endif // GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
+
66  private:
+
67  KeyList* key_list_;
+
68  bool accepted_ = false;
+
69 };
+
70 
+
71 } // namespace GpgFrontend::UI
+
72 
+
73 #endif // GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H
GpgFrontend::UI
Definition: FileReadTask.cpp:31
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::KeyList::AddListGroupTab
void AddListGroupTab(const QString &name, KeyListRow::KeyType selectType=KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType=KeyListColumn::ALL, const std::function< bool(const GpgKey &)> &filter=[](const GpgKey &) -> bool { return true;})
Definition: KeyList.cpp:99
-
GpgFrontend::UI::SignersPicker::GetCheckedSigners
GpgFrontend::KeyIdArgsListPtr GetCheckedSigners()
Get the Checked Signers object.
Definition: SignersPicker.cpp:70
+
GpgFrontend::UI::SignersPicker::GetStatus
bool GetStatus() const
Definition: SignersPicker.cpp:81
+
GpgFrontend::UI::SignersPicker::GetCheckedSigners
GpgFrontend::KeyIdArgsListPtr GetCheckedSigners()
Get the Checked Signers object.
Definition: SignersPicker.cpp:77
GpgFrontend::UI::KeyList::GetPrivateChecked
KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:209
GpgFrontend::UI::SignersPicker
Definition: SignersPicker.h:42
-
GpgFrontend::GpgKey::IsHasActualSigningCapability
bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:174
+
GpgFrontend::GpgKey::IsHasActualSigningCapability
bool IsHasActualSigningCapability() const
Definition: GpgKey.cpp:172
GpgFrontend::UI::KeyList
Definition: KeyList.h:152
-
GpgFrontend::UI::SignersPicker::SignersPicker
SignersPicker(QWidget *parent=nullptr)
Construct a new Signers Picker object.
Definition: SignersPicker.cpp:35
+
GpgFrontend::UI::SignersPicker::SignersPicker
SignersPicker(QWidget *parent=nullptr)
Construct a new Signers Picker object.
Definition: SignersPicker.cpp:34
GpgFrontend::GpgKey
Definition: GpgKey.h:41
GpgFrontend::UI::WaitingDialog
Definition: WaitingDialog.h:40
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed
void slot_encryption_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:304
-
GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_
QSpinBox * key_size_spin_box_
Spinbox for the keys size (in bit)
Definition: SubkeyGenerateDialog.h:67
-
GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state
void refresh_widgets_state()
Definition: SubkeyGenerateDialog.cpp:189
+
GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed
void slot_encryption_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:305
+
GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_
QSpinBox * key_size_spin_box_
Spinbox for the keys size (in bit)
Definition: SubkeyGenerateDialog.h:68
+
GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state
void refresh_widgets_state()
Definition: SubkeyGenerateDialog.cpp:190
GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog
SubkeyGenerateDialog(const KeyId &key_id, QWidget *parent)
Construct a new Subkey Generate Dialog object.
Definition: SubkeyGenerateDialog.cpp:37
-
GpgFrontend::UI::SubkeyGenerateDialog::expire_check_box_
QCheckBox * expire_check_box_
Checkbox, if key should expire.
Definition: SubkeyGenerateDialog.h:70
+
GpgFrontend::UI::SubkeyGenerateDialog::expire_check_box_
QCheckBox * expire_check_box_
Checkbox, if key should expire.
Definition: SubkeyGenerateDialog.h:71
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box
QGroupBox * create_basic_info_group_box()
Create a basic info group box object.
Definition: SubkeyGenerateDialog.cpp:117
+
GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box
QGroupBox * create_basic_info_group_box()
Create a basic info group box object.
Definition: SubkeyGenerateDialog.cpp:118
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
+
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::GpgKeyGetter
Definition: GpgKeyGetter.h:45
-
GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed
void slot_expire_box_changed()
Definition: SubkeyGenerateDialog.cpp:181
-
GpgFrontend::GpgKeyOpera::GenerateSubkey
GpgFrontend::GpgError GenerateSubkey(const GpgKey &key, const std::unique_ptr< GenKeyInfo > &params)
Definition: GpgKeyOpera.cpp:245
-
GpgFrontend::UI::SubkeyGenerateDialog::button_box_
QDialogButtonBox * button_box_
Box for standard buttons.
Definition: SubkeyGenerateDialog.h:65
-
GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_
std::vector< QCheckBox * > key_usage_check_boxes_
ENCR, SIGN, CERT, AUTH.
Definition: SubkeyGenerateDialog.h:72
-
GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box
QGroupBox * create_key_usage_group_box()
Create a key usage group box object.
Definition: SubkeyGenerateDialog.cpp:84
-
GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed
void slot_certification_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:320
-
GpgFrontend::UI::SubkeyGenerateDialog::error_label_
QLabel * error_label_
Label containing error message.
Definition: SubkeyGenerateDialog.h:66
-
GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed
void slot_signing_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:312
-
GpgFrontend::UI::SubkeyGenerateDialog
Definition: SubkeyGenerateDialog.h:39
-
GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type
void slot_activated_key_type(int index)
Definition: SubkeyGenerateDialog.cpp:336
-
GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept
void slot_key_gen_accept()
Definition: SubkeyGenerateDialog.cpp:238
+
GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed
void slot_expire_box_changed()
Definition: SubkeyGenerateDialog.cpp:182
+
GpgFrontend::GpgKeyOpera::GenerateSubkey
GpgFrontend::GpgError GenerateSubkey(const GpgKey &key, const std::unique_ptr< GenKeyInfo > &params)
Definition: GpgKeyOpera.cpp:244
+
GpgFrontend::UI::SubkeyGenerateDialog::button_box_
QDialogButtonBox * button_box_
Box for standard buttons.
Definition: SubkeyGenerateDialog.h:66
+
GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_
std::vector< QCheckBox * > key_usage_check_boxes_
ENCR, SIGN, CERT, AUTH.
Definition: SubkeyGenerateDialog.h:73
+
GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box
QGroupBox * create_key_usage_group_box()
Create a key usage group box object.
Definition: SubkeyGenerateDialog.cpp:85
+
GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed
void slot_certification_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:321
+
GpgFrontend::UI::SubkeyGenerateDialog::error_label_
QLabel * error_label_
Label containing error message.
Definition: SubkeyGenerateDialog.h:67
+
GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed
void slot_signing_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:313
+
GpgFrontend::UI::SubkeyGenerateDialog
Definition: SubkeyGenerateDialog.h:40
+
GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type
void slot_activated_key_type(int index)
Definition: SubkeyGenerateDialog.cpp:337
+
GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept
void slot_key_gen_accept()
Definition: SubkeyGenerateDialog.cpp:239
GpgFrontend::check_gpg_error_2_err_code
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
-
GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_
QComboBox * key_type_combo_box_
Combobox for Key tpe.
Definition: SubkeyGenerateDialog.h:68
-
GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed
void slot_authentication_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:328
+
GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_
QComboBox * key_type_combo_box_
Combobox for Key tpe.
Definition: SubkeyGenerateDialog.h:69
+
GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed
void slot_authentication_box_changed(int state)
Definition: SubkeyGenerateDialog.cpp:329
GpgFrontend::GenKeyInfo::GetSupportedKeyAlgo
static const std::vector< std::string > & GetSupportedKeyAlgo()
Get the Supported Key Algo object.
Definition: GpgGenKeyInfo.cpp:200
-
GpgFrontend::UI::SubkeyGenerateDialog::date_edit_
QDateTimeEdit * date_edit_
Date edit for expiration date.
Definition: SubkeyGenerateDialog.h:69
-
GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot
void set_signal_slot()
Set the signal slot object.
Definition: SubkeyGenerateDialog.cpp:159
+
GpgFrontend::UI::SubkeyGenerateDialog::date_edit_
QDateTimeEdit * date_edit_
Date edit for expiration date.
Definition: SubkeyGenerateDialog.h:70
+
GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot
void set_signal_slot()
Set the signal slot object.
Definition: SubkeyGenerateDialog.cpp:160
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
GpgFrontend::GpgKey
Definition: GpgKey.h:41
GpgFrontend::CoreCommonUtil::GetInstance
static CoreCommonUtil * GetInstance()
Construct a new Core Common Util object.
Definition: CoreCommonUtil.cpp:33
@@ -179,9 +182,10 @@ $(document).ready(function(){initNavTree('UserInterfaceUtils_8h_source.html','')
GpgFrontend::UI::refresh_info_board
void refresh_info_board(InfoBoardWidget *info_board, int status, const std::string &report_text)
Definition: UserInterfaceUtils.cpp:84
GpgFrontend::UI::process_operation
void process_operation(QWidget *parent, const std::string &waiting_title, const Thread::Task::TaskRunnable func, const Thread::Task::TaskCallback callback, Thread::Task::DataObjectPtr data_object)
Definition: UserInterfaceUtils.cpp:116
GpgFrontend::GpgResultAnalyse::GetStatus
int GetStatus() const
Get the Status object.
Definition: GpgResultAnalyse.cpp:35
+
GpgFrontend::UI::import_key_from_keyserver
void import_key_from_keyserver(QWidget *parent, const std::string &key_id, const std::string &key_server)
GpgFrontend::UI::VerifyDetailsDialog
Definition: VerifyDetailsDialog.h:41
GpgFrontend
Definition: CoreCommonUtil.cpp:29
-
GpgFrontend::UI::CommonUtils
Definition: UserInterfaceUtils.h:114
+
GpgFrontend::UI::CommonUtils
Definition: UserInterfaceUtils.h:124
GpgFrontend::GpgResultAnalyse::GetResultReport
const std::string GetResultReport() const
Get the Result Report object.
Definition: GpgResultAnalyse.cpp:31
GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >::GetInstance
static TaskRunnerGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::UI::InfoBoardWidget::AddOptionalAction
void AddOptionalAction(const QString &name, const std::function< void()> &action)
Definition: InfoBoardWidget.cpp:113
@@ -193,12 +197,12 @@ $(document).ready(function(){initNavTree('UserInterfaceUtils_8h_source.html','')
GpgFrontend::GpgContext::GetInfo
const GpgInfo & GetInfo() const
Get the Info object.
Definition: GpgContext.h:95
GpgFrontend::UI::TextEdit
TextEdit class.
Definition: TextEdit.h:41
GpgFrontend::GpgVerifyResultAnalyse
Definition: GpgVerifyResultAnalyse.h:40
-
GpgFrontend::UI::KeyServerImportDialog
Definition: KeyServerImportDialog.h:43
+
GpgFrontend::UI::KeyServerImportDialog
Definition: KeyServerImportDialog.h:46
GpgFrontend::GpgKeyGetter::FlushKeyCache
void FlushKeyCache()
flush the keys in the cache
Definition: GpgKeyGetter.cpp:101
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
GpgFrontend::UI::InfoBoardWidget::SlotRefresh
void SlotRefresh(const QString &text, GpgFrontend::UI::InfoBoardStatus status)
Definition: InfoBoardWidget.cpp:89
-
GpgFrontend::UI::KeyImportDetailDialog
Definition: KeyImportDetailDialog.h:42
-
GpgFrontend::UI::CommonUtils::slot_update_key_status
void slot_update_key_status()
update the key status when signal is emitted
Definition: UserInterfaceUtils.cpp:358
+
GpgFrontend::UI::KeyImportDetailDialog
Definition: KeyImportDetailDialog.h:43
+
GpgFrontend::UI::CommonUtils::slot_update_key_status
void slot_update_key_status()
update the key status when signal is emitted
Definition: UserInterfaceUtils.cpp:361
GpgFrontend::UI::SettingsObject
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
GpgFrontend::GpgResultAnalyse
Definition: GpgResultAnalyse.h:37
GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetAllChannelId
static std::vector< int > GetAllChannelId()
Get all the channel ids.
Definition: GpgFunctionObject.h:246
diff --git a/docs/html/VerifyDetailsDialog_8h_source.html b/docs/html/VerifyDetailsDialog_8h_source.html index 395fe622..69aabca5 100644 --- a/docs/html/VerifyDetailsDialog_8h_source.html +++ b/docs/html/VerifyDetailsDialog_8h_source.html @@ -5,7 +5,7 @@ -GpgFrontend Project: src/ui/details/VerifyDetailsDialog.h Source File +GpgFrontend Project: src/ui/dialog/details/VerifyDetailsDialog.h Source File @@ -128,7 +128,7 @@ $(document).ready(function(){initNavTree('VerifyDetailsDialog_8h_source.html',''
GpgFrontend::RawAPI::aes_256_cbc_decrypt
uint8_t * aes_256_cbc_decrypt(EVP_CIPHER_CTX *e, uint8_t *ciphertext, int *len)
Decrypt *len bytes of ciphertext.
Definition: aes_ssl_cbc.cpp:86
diff --git a/docs/html/annotated.html b/docs/html/annotated.html index fcf2bb80..e1d51599 100644 --- a/docs/html/annotated.html +++ b/docs/html/annotated.html @@ -107,54 +107,59 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();  CFilePage  CFileReadTask  CFindWidgetClass for handling the find widget shown at buttom of a textedit-page - CGeneralTab - CGpgFrontendApplication - CHelpPage - CInfoBoardWidgetClass for handling the verify label shown at bottom of a textedit-page - CInfoTabClass containing the main tab of about dialog - CIntroPage - CKeyDetailsDialog - CKeyGenDialog - CKeyGenPage - CKeyImportDetailDialog - CKeyList - CKeyListColumn - CKeyListRow - CKeyMenuAbility - CKeyMgmt - CKeyNewUIDDialog - CKeyPairDetailTab - CKeyPairOperaTab - CKeyPairSubkeyTab - CKeyPairUIDTab - CKeyServerImportDialog - CKeyserverTab - CKeySetExpireDateDialog - CKeyTable - CKeyUIDSignDialog - CKeyUploadDialog - CListedKeyServerTestThread - CMainWindow - CCryptoMenu - CNetworkTab - CPlainTextEditorPageClass for handling a single tab of the tabwidget - CProxyConnectionTestThread - CQuitDialog - CSettingsDialog - CSettingsObjectThe SettingsObject class This class is used to store settings for the application securely - CSignalStation - CSignersPicker - CSoftwareVersion - CSubkeyGenerateDialog - CTextEditTextEdit class - CTOFUInfoPage - CTranslatorsTabClass containing the translator tab of about dialog - CUpdateTabClass containing the main tab of about dialog - CVerifyDetailsDialog - CVerifyKeyDetailBox - CVersionCheckTask - CWaitingDialog - CWizard + CGeneralDialog + CGeneralMainWindow + CGeneralTab + CGnupgTab + CGpgFrontendApplication + CHelpPage + CInfoBoardWidgetClass for handling the verify label shown at bottom of a textedit-page + CInfoTabClass containing the main tab of about dialog + CIntroPage + CKeyDetailsDialog + CKeyGenDialog + CKeyGenPage + CKeyImportDetailDialog + CKeyList + CKeyListColumn + CKeyListRow + CKeyMenuAbility + CKeyMgmt + CKeyNewUIDDialog + CKeyPairDetailTab + CKeyPairOperaTab + CKeyPairSubkeyTab + CKeyPairUIDTab + CKeyServerImportDialog + CKeyServerImportTask + CKeyServerSearchTask + CKeyserverTab + CKeySetExpireDateDialog + CKeyTable + CKeyUIDSignDialog + CKeyUploadDialog + CListedKeyServerTestTask + CMainWindow + CCryptoMenu + CNetworkTab + CPlainTextEditorPageClass for handling a single tab of the tabwidget + CProxyConnectionTestThread + CQuitDialog + CSettingsDialog + CSettingsObjectThe SettingsObject class This class is used to store settings for the application securely + CSignalStation + CSignersPicker + CSoftwareVersion + CSubkeyGenerateDialog + CTextEditTextEdit class + CTOFUInfoPage + CTranslatorsTabClass containing the translator tab of about dialog + CUpdateTabClass containing the main tab of about dialog + CVerifyDetailsDialog + CVerifyKeyDetailBox + CVersionCheckTask + CWaitingDialog + CWizard  C_result_ref_deletorResult Deleter  CArchiveFileOperator  CArchiveStruct diff --git a/docs/html/classGpgFrontend_1_1GlobalSettingStation.html b/docs/html/classGpgFrontend_1_1GlobalSettingStation.html index c1ba04ae..7ceee5b2 100644 --- a/docs/html/classGpgFrontend_1_1GlobalSettingStation.html +++ b/docs/html/classGpgFrontend_1_1GlobalSettingStation.html @@ -544,7 +544,7 @@ Additional Inherited Members
Returns
libconfig::Setting&
-

Referenced by GpgFrontend::UI::KeyList::dropEvent(), GpgFrontend::UI::MainWindow::Init(), GpgFrontend::UI::init_locale(), GpgFrontend::UI::KeyGenDialog::KeyGenDialog(), GpgFrontend::UI::KeyMgmt::KeyMgmt(), GpgFrontend::UI::MainWindow::restore_settings(), GpgFrontend::UI::MainWindow::save_settings(), GpgFrontend::UI::NetworkTab::SetSettings(), GpgFrontend::UI::KeyserverTab::SetSettings(), GpgFrontend::UI::GeneralTab::SetSettings(), GpgFrontend::UI::KeyUploadDialog::slot_upload_key_to_server(), GpgFrontend::UI::MainWindow::SlotFileEncrypt(), GpgFrontend::UI::MainWindow::SlotFileEncryptSign(), GpgFrontend::UI::MainWindow::SlotFileSign(), GpgFrontend::UI::MainWindow::SlotFileVerify(), GpgFrontend::UI::KeyServerImportDialog::SlotImport(), GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(), GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog(), and GpgFrontend::UI::Wizard::Wizard().

+

Referenced by GpgFrontend::UI::KeyList::dropEvent(), GpgFrontend::UI::MainWindow::Init(), GpgFrontend::UI::init_locale(), GpgFrontend::UI::KeyGenDialog::KeyGenDialog(), GpgFrontend::UI::KeyMgmt::KeyMgmt(), GpgFrontend::UI::MainWindow::restore_settings(), GpgFrontend::UI::MainWindow::save_settings(), GpgFrontend::UI::NetworkTab::SetSettings(), GpgFrontend::UI::GeneralTab::SetSettings(), GpgFrontend::UI::KeyUploadDialog::slot_upload_key_to_server(), GpgFrontend::UI::MainWindow::SlotFileEncrypt(), GpgFrontend::UI::MainWindow::SlotFileEncryptSign(), GpgFrontend::UI::MainWindow::SlotFileSign(), GpgFrontend::UI::MainWindow::SlotFileVerify(), GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(), GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog(), and GpgFrontend::UI::Wizard::Wizard().

@@ -747,8 +747,8 @@ Additional Inherited Members
-Initial value:
=
-
QCoreApplication::applicationDirPath().toStdString()
+Initial value:
= QCoreApplication::applicationDirPath()
+
.toStdString()

Program Location.

diff --git a/docs/html/classGpgFrontend_1_1GpgBasicOperator.html b/docs/html/classGpgFrontend_1_1GpgBasicOperator.html index 40e15861..f6c7c838 100644 --- a/docs/html/classGpgFrontend_1_1GpgBasicOperator.html +++ b/docs/html/classGpgFrontend_1_1GpgBasicOperator.html @@ -111,18 +111,18 @@ Collaboration diagram for GpgFrontend::GpgBasicOperator:
Collaboration graph
- - + + - - - + + + - + - +
diff --git a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.map index a2086e2a..e3654d6c 100644 --- a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.map @@ -1,15 +1,15 @@ - - + + - - - + + + - + - + diff --git a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5 index c8143a91..9667136c 100644 --- a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5 @@ -1 +1 @@ -7925caa505371e134094db2e9ce1c1cd \ No newline at end of file +5dcf3008d4f5e912e79b2d64a697dc84 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.png index 7bd4afe3..02068642 100644 Binary files a/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgBasicOperator__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1GpgCommandExecutor.html b/docs/html/classGpgFrontend_1_1GpgCommandExecutor.html index d5e21c22..5acba280 100644 --- a/docs/html/classGpgFrontend_1_1GpgCommandExecutor.html +++ b/docs/html/classGpgFrontend_1_1GpgCommandExecutor.html @@ -111,18 +111,18 @@ Collaboration diagram for GpgFrontend::GpgCommandExecutor:
Collaboration graph
- - + + - - - + + + - + - +
diff --git a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.map index 7bd70991..89792a80 100644 --- a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.map @@ -1,15 +1,15 @@ - - + + - - - + + + - + - + diff --git a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5 index d5d6c5e8..dab54972 100644 --- a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5 @@ -1 +1 @@ -1cce690ee9e4c67ee2a5dbe6b40546e5 \ No newline at end of file +43523474daa2a6d2d86a1c1b79b00d89 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.png index 9da66164..94c80d39 100644 Binary files a/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1GpgContext.html b/docs/html/classGpgFrontend_1_1GpgContext.html index ec5fbf1a..707fc34a 100644 --- a/docs/html/classGpgFrontend_1_1GpgContext.html +++ b/docs/html/classGpgFrontend_1_1GpgContext.html @@ -110,16 +110,16 @@ Collaboration diagram for GpgFrontend::GpgContext:
Collaboration graph
- - + + - + - + - +
@@ -373,7 +373,7 @@ Additional Inherited Members

Get the Info object.

Returns
const GpgInfo&
-

Referenced by GpgFrontend::UI::CommonUtils::SlotExecuteGpgCommand().

+

Referenced by GpgFrontend::UI::GnupgTab::GnupgTab(), and GpgFrontend::UI::CommonUtils::SlotExecuteGpgCommand().

diff --git a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.map index 4cb1938e..f2a62b56 100644 --- a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.map @@ -1,13 +1,13 @@ - - + + - + - + - + diff --git a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.md5 index a9803195..3fd17dba 100644 --- a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.md5 @@ -1 +1 @@ -c5bcc7c96d717ea761c73e335d132cbf \ No newline at end of file +3b7df00c2c86a408dbf72046d31be13a \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.png index 6eba2100..e6aaa7c9 100644 Binary files a/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgContext__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1GpgInfo-members.html b/docs/html/classGpgFrontend_1_1GpgInfo-members.html index 3fdac867..9c20fe08 100644 --- a/docs/html/classGpgFrontend_1_1GpgInfo-members.html +++ b/docs/html/classGpgFrontend_1_1GpgInfo-members.html @@ -90,11 +90,12 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1GpgInfo.html','');

This is the complete list of members for GpgFrontend::GpgInfo, including all inherited members.

- - - - - + + + + + +
AppPathGpgFrontend::GpgInfo
CMSPath (defined in GpgFrontend::GpgInfo)GpgFrontend::GpgInfo
DatabasePath (defined in GpgFrontend::GpgInfo)GpgFrontend::GpgInfo
GnupgVersion (defined in GpgFrontend::GpgInfo)GpgFrontend::GpgInfo
GpgConfPath (defined in GpgFrontend::GpgInfo)GpgFrontend::GpgInfo
GpgMEVersion (defined in GpgFrontend::GpgInfo)GpgFrontend::GpgInfo
AssuanPath (defined in GpgFrontend::GpgInfo)GpgFrontend::GpgInfo
CMSPath (defined in GpgFrontend::GpgInfo)GpgFrontend::GpgInfo
DatabasePath (defined in GpgFrontend::GpgInfo)GpgFrontend::GpgInfo
GnupgVersion (defined in GpgFrontend::GpgInfo)GpgFrontend::GpgInfo
GpgConfPath (defined in GpgFrontend::GpgInfo)GpgFrontend::GpgInfo
GpgMEVersion (defined in GpgFrontend::GpgInfo)GpgFrontend::GpgInfo
diff --git a/docs/html/classGpgFrontend_1_1GpgInfo.html b/docs/html/classGpgFrontend_1_1GpgInfo.html index a217bf17..ff9b7e78 100644 --- a/docs/html/classGpgFrontend_1_1GpgInfo.html +++ b/docs/html/classGpgFrontend_1_1GpgInfo.html @@ -99,7 +99,7 @@ Collaboration diagram for GpgFrontend::GpgInfo:
Collaboration graph
- + @@ -120,6 +120,9 @@ std::string GnupgVersion std::string GpgConfPath   + +std::string AssuanPath std::string CMSPath   diff --git a/docs/html/classGpgFrontend_1_1GpgInfo.js b/docs/html/classGpgFrontend_1_1GpgInfo.js index 1a822c3d..901095a7 100644 --- a/docs/html/classGpgFrontend_1_1GpgInfo.js +++ b/docs/html/classGpgFrontend_1_1GpgInfo.js @@ -1,6 +1,7 @@ var classGpgFrontend_1_1GpgInfo = [ [ "AppPath", "classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0", null ], + [ "AssuanPath", "classGpgFrontend_1_1GpgInfo.html#a48659b780f8d0153ca0eb985a072b5ba", null ], [ "CMSPath", "classGpgFrontend_1_1GpgInfo.html#ac8ecbf438d05dc434c77825dd38dfdf2", null ], [ "DatabasePath", "classGpgFrontend_1_1GpgInfo.html#a7347d47006bdf41f1da979ea3289de7e", null ], [ "GnupgVersion", "classGpgFrontend_1_1GpgInfo.html#abbb3d503b10073bebf86d79bbaeab4c9", null ], diff --git a/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.map index 02341e5d..db242472 100644 --- a/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.map @@ -1,5 +1,5 @@ - + diff --git a/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.md5 index 7eb6cd25..907d98bf 100644 --- a/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.md5 @@ -1 +1 @@ -f36e7376a76d31972de2611993e03079 \ No newline at end of file +3a599f603301179bee6cf15aafa651a3 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.png index 2af4339e..82619af2 100644 Binary files a/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgInfo__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5 index 8dad1d84..e3b02c5c 100644 --- a/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5 @@ -1 +1 @@ -8623c563c9f2c5b006eab484483feffe \ No newline at end of file +25ee771e9ea2e9b55d7bb22ab55e352a \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.png index 7d7978f9..67b48e87 100644 Binary files a/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgKeyGetter__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter.html b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter.html index 75538311..b3d8e889 100644 --- a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter.html +++ b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter.html @@ -106,18 +106,18 @@ Collaboration diagram for GpgFrontend::GpgKeyImportExporter:
Collaboration graph
- - + + - - - + + + - + - +
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.map index e680da2f..c6ff9aa7 100644 --- a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.map @@ -1,15 +1,15 @@ - - + + - - - + + + - + - + diff --git a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5 index 3d3bbed6..3aed24f5 100644 --- a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5 @@ -1 +1 @@ -ade218b6559a44371713fa1239587af9 \ No newline at end of file +640a771862103f22493ba58d8241420e \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.png index 8afb05a0..68604cb5 100644 Binary files a/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1GpgKeyManager.html b/docs/html/classGpgFrontend_1_1GpgKeyManager.html index 09809f9a..a6192bf6 100644 --- a/docs/html/classGpgFrontend_1_1GpgKeyManager.html +++ b/docs/html/classGpgFrontend_1_1GpgKeyManager.html @@ -106,18 +106,18 @@ Collaboration diagram for GpgFrontend::GpgKeyManager:
Collaboration graph
- - + + - - - + + + - + - +
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.map index e0ff8cbf..9e7da8d1 100644 --- a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.map @@ -1,15 +1,15 @@ - - + + - - - + + + - + - + diff --git a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5 index d383d05e..6df7bcf8 100644 --- a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5 @@ -1 +1 @@ -1b06d655ccf8691e198a2dd503b7f350 \ No newline at end of file +63303a7a12ffbbfe182f8ccb4c4b332c \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.png index cd208eec..bc533fa7 100644 Binary files a/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgKeyManager__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1GpgKeyOpera.html b/docs/html/classGpgFrontend_1_1GpgKeyOpera.html index 3f8a129a..979e78a1 100644 --- a/docs/html/classGpgFrontend_1_1GpgKeyOpera.html +++ b/docs/html/classGpgFrontend_1_1GpgKeyOpera.html @@ -107,18 +107,18 @@ Collaboration diagram for GpgFrontend::GpgKeyOpera:
Collaboration graph
- - + + - - - + + + - + - +
diff --git a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.map index 3354c944..679d0bc6 100644 --- a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.map @@ -1,15 +1,15 @@ - - + + - - - + + + - + - + diff --git a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5 index b70e4a85..309b96cc 100644 --- a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5 @@ -1 +1 @@ -79f50ede1e5deeb2b0000e5e5ab5068c \ No newline at end of file +53bebd48cea4d206b91183b1e2f5ad7f \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.png index 51d1a4ea..154c3f06 100644 Binary files a/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgKeyOpera__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1GpgUIDOperator.html b/docs/html/classGpgFrontend_1_1GpgUIDOperator.html index 2c205fec..9b71d207 100644 --- a/docs/html/classGpgFrontend_1_1GpgUIDOperator.html +++ b/docs/html/classGpgFrontend_1_1GpgUIDOperator.html @@ -106,18 +106,18 @@ Collaboration diagram for GpgFrontend::GpgUIDOperator:
Collaboration graph
- - + + - - - + + + - + - +
diff --git a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.map b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.map index 4147f8ca..69e24da0 100644 --- a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.map @@ -1,15 +1,15 @@ - - + + - - - + + + - + - + diff --git a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5 b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5 index 757b5567..52dc799c 100644 --- a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5 @@ -1 +1 @@ -247a4ad57f077eecc316f5d8b6b3c5a5 \ No newline at end of file +5fe85755427a389e03a4982162312f04 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.png b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.png index 9b78fa6b..c261b89c 100644 Binary files a/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.png and b/docs/html/classGpgFrontend_1_1GpgUIDOperator__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task.html b/docs/html/classGpgFrontend_1_1Thread_1_1Task.html index 40e76748..22b06136 100644 --- a/docs/html/classGpgFrontend_1_1Thread_1_1Task.html +++ b/docs/html/classGpgFrontend_1_1Thread_1_1Task.html @@ -102,12 +102,15 @@ Inheritance diagram for GpgFrontend::Thread::Task:
Inheritance graph
- + - - - + + + + + +
diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.map b/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.map index 91d6e763..e2652648 100644 --- a/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.map @@ -1,8 +1,11 @@ - + - - - + + + + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5 index 3293b9d1..561cb9ed 100644 --- a/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5 @@ -1 +1 @@ -4c780ad5cd5d8319d8b1ae494007589e \ No newline at end of file +47703fe5aa8e5497cb4a4e6384f4a081 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.png b/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.png index db4d9824..0c451ce6 100644 Binary files a/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.png and b/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog-members.html index 9e0d18e3..e6909c61 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog-members.html @@ -90,8 +90,15 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1AboutDialog.

This is the complete list of members for GpgFrontend::UI::AboutDialog, including all inherited members.

- + + + + + + + +
AboutDialog(int defaultIndex, QWidget *parent)GpgFrontend::UI::AboutDialogexplicit
showEvent(QShowEvent *ev) overrideGpgFrontend::UI::AboutDialogprotected
GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
showEvent(QShowEvent *ev) overrideGpgFrontend::UI::AboutDialogprotected
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
update_tab_ (defined in GpgFrontend::UI::AboutDialog)GpgFrontend::UI::AboutDialogprivate
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html index 9966f721..3866217f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html @@ -101,7 +101,8 @@ Inheritance diagram for GpgFrontend::UI::AboutDialog:
Inheritance graph
- + +
@@ -110,10 +111,13 @@ Collaboration diagram for GpgFrontend::UI::AboutDialog:
Collaboration graph
- - - - + + + + + + +
@@ -122,6 +126,9 @@ Public Member Functions + + +
 AboutDialog (int defaultIndex, QWidget *parent)
 Construct a new About Dialog object. More...
 
- Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
@@ -218,8 +225,8 @@ Private Attributes
The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map index ff1996c3..d05b7ed5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map @@ -1,6 +1,9 @@ - - - - + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 index 979f0899..15ebb2fa 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 @@ -1 +1 @@ -a489dd8c66b3d32f27159951c7b15b84 \ No newline at end of file +f758ba75cc0553e2609f32e5e42f61e0 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png index 68dc6443..db431c32 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map index 03c4eabe..9459e7eb 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 index 361b8993..4aa50b2b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 @@ -1 +1 @@ -4be91c634a9cc2fdaec5f06b0160f5d6 \ No newline at end of file +4a6961633efd792be9d3b1379cca4870 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png index 1defc480..e8be76d3 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AdvancedTab.html b/docs/html/classGpgFrontend_1_1UI_1_1AdvancedTab.html index caa3f5cd..b9ac003f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AdvancedTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1AdvancedTab.html @@ -138,8 +138,8 @@ QCheckBox * 

Protected Member Functions

auto_pubkey_ex
 

The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html index 1b07d395..b04d323d 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html @@ -254,8 +254,8 @@ QCheckBox * window_size_ch
The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html index e70582bd..f3c96112 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html @@ -90,9 +90,16 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1ExportKeyPac

This is the complete list of members for GpgFrontend::UI::ExportKeyPackageDialog, including all inherited members.

- + + + + + + + +
ExportKeyPackageDialog(KeyIdArgsListPtr key_ids, QWidget *parent)GpgFrontend::UI::ExportKeyPackageDialogexplicit
key_ids_ (defined in GpgFrontend::UI::ExportKeyPackageDialog)GpgFrontend::UI::ExportKeyPackageDialogprivate
GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
key_ids_ (defined in GpgFrontend::UI::ExportKeyPackageDialog)GpgFrontend::UI::ExportKeyPackageDialogprivate
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
passphrase_ (defined in GpgFrontend::UI::ExportKeyPackageDialog)GpgFrontend::UI::ExportKeyPackageDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
ui_ (defined in GpgFrontend::UI::ExportKeyPackageDialog)GpgFrontend::UI::ExportKeyPackageDialogprivate
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html index 75f919bb..0e694aca 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html @@ -95,7 +95,8 @@ Inheritance diagram for GpgFrontend::UI::ExportKeyPackageDialog:
Inheritance graph
- + +
@@ -104,16 +105,17 @@ Collaboration diagram for GpgFrontend::UI::ExportKeyPackageDialog:
Collaboration graph
- - - - - - - - - - + + + + + + + + + + +
@@ -122,6 +124,9 @@ Public Member Functions + + +
 ExportKeyPackageDialog (KeyIdArgsListPtr key_ids, QWidget *parent)
 Construct a new Export Key Package Dialog object. More...
 
- Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
@@ -191,8 +196,8 @@ std::string  - - + + @@ -249,7 +249,7 @@ Protected Member Functions

Get the GpgFrontend Application object.

Returns
GpgFrontendApplication*
-

References GpgFrontendApplication().

+

References GpgFrontendApplication().

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.js b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.js index c5ddb15f..29fcb909 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.js @@ -1,6 +1,6 @@ var classGpgFrontend_1_1UI_1_1GpgFrontendApplication = [ - [ "GpgFrontendApplication", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ae0c8f5dda829371d9f1e2d4d6913be21", null ], + [ "GpgFrontendApplication", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298", null ], [ "~GpgFrontendApplication", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590", null ], [ "GetInstance", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e", null ], [ "notify", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0", null ] diff --git a/docs/html/classGpgFrontend_1_1UI_1_1InfoTab.html b/docs/html/classGpgFrontend_1_1UI_1_1InfoTab.html index 10adc4cd..d0d17f32 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1InfoTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1InfoTab.html @@ -159,8 +159,8 @@ Public Member Functions
The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html index 2dfdc9c7..c641c5da 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html @@ -89,8 +89,15 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyDetailsDi

This is the complete list of members for GpgFrontend::UI::KeyDetailsDialog, including all inherited members.

Private Attributes

passphrase_
The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map index d4c1191d..aa37e732 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map @@ -1,12 +1,13 @@ - - - - - - - - - - + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 index b90c97b9..d2cdf7be 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 @@ -1 +1 @@ -afbfe80828f2211ec825c5a15e634f75 \ No newline at end of file +384fc21213443455a5defc2f28dfcb36 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png index 705fadb8..a96c3859 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map index b152e2ed..10770217 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 index 5579e078..6870f84f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 @@ -1 +1 @@ -f70c57ed08d1a2aaebb8860c9bfecfad \ No newline at end of file +69ac3e392b04999ff042e3041436b7b2 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png index 3032e5fc..ef3d16ab 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog-members.html similarity index 59% rename from docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread-members.html rename to docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog-members.html index 3d1d37cf..10da0e8c 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog-members.html @@ -63,7 +63,7 @@ $(function() {
@@ -83,18 +83,19 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1ListedKeySer
-
GpgFrontend::UI::ListedKeyServerTestThread Member List
+
GpgFrontend::UI::GeneralDialog Member List
-

This is the complete list of members for GpgFrontend::UI::ListedKeyServerTestThread, including all inherited members.

+

This is the complete list of members for GpgFrontend::UI::GeneralDialog, including all inherited members.

- - - - - - + + + + + + +
ListedKeyServerTestThread(const QStringList &urls, int timeout, QWidget *parent=nullptr) (defined in GpgFrontend::UI::ListedKeyServerTestThread)GpgFrontend::UI::ListedKeyServerTestThreadinlineexplicit
result_ (defined in GpgFrontend::UI::ListedKeyServerTestThread)GpgFrontend::UI::ListedKeyServerTestThreadprivate
run() overrideGpgFrontend::UI::ListedKeyServerTestThreadprotected
SignalKeyServerListTestResult(const QStringList &result)GpgFrontend::UI::ListedKeyServerTestThreadsignal
timeout_ (defined in GpgFrontend::UI::ListedKeyServerTestThread)GpgFrontend::UI::ListedKeyServerTestThreadprivate
urls_ (defined in GpgFrontend::UI::ListedKeyServerTestThread)GpgFrontend::UI::ListedKeyServerTestThreadprivate
GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html new file mode 100644 index 00000000..8625c359 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html @@ -0,0 +1,214 @@ + + + + + + + +GpgFrontend Project: GpgFrontend::UI::GeneralDialog Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
GpgFrontend::UI::GeneralDialog Class Reference
+
+
+
+Inheritance diagram for GpgFrontend::UI::GeneralDialog:
+
+
Inheritance graph
+ + + + + + + + + + + + + + + + + + +
+
+Collaboration diagram for GpgFrontend::UI::GeneralDialog:
+
+
Collaboration graph
+ + + + + + +
+ + + + +

+Public Member Functions

 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
+ + + + + +

+Private Slots

+void slot_restore_settings () noexcept
 
+void slot_save_settings () noexcept
 
+ + + + + + + +

+Private Attributes

+std::string name_
 
+QPoint pos_
 
+QSize size_
 
+

Constructor & Destructor Documentation

+ +

◆ GeneralDialog()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
GpgFrontend::UI::GeneralDialog::GeneralDialog (std::string name,
QWidget * parent = nullptr 
)
+
+explicit
+
+
Parameters
+ + +
name
+
+
+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.js b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.js new file mode 100644 index 00000000..e94c3ed3 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.js @@ -0,0 +1,10 @@ +var classGpgFrontend_1_1UI_1_1GeneralDialog = +[ + [ "GeneralDialog", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c", null ], + [ "~GeneralDialog", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#a42043895f4b33acd1531c428ae4deaa8", null ], + [ "slot_restore_settings", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#a34d01f247eee92017a2eccf697cda080", null ], + [ "slot_save_settings", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#a940a6ea31dff4db83f9f08d38e843a2b", null ], + [ "name_", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#ae91392293866dc302132a9fc19209d8c", null ], + [ "pos_", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#ad9b847aa128dfeb4ecf0064ef948e6ea", null ], + [ "size_", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#aeda520454fd38920a027c1a4195a2e6f", null ] +]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.map new file mode 100644 index 00000000..4a0c02a5 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 new file mode 100644 index 00000000..f1794323 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 @@ -0,0 +1 @@ +b7bc00e4fff8f3187f7f0f57d7d567c9 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.png new file mode 100644 index 00000000..18e25ca1 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map new file mode 100644 index 00000000..283a0684 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 new file mode 100644 index 00000000..abc14caa --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 @@ -0,0 +1 @@ +bd033f2c12feed0d24cf851cc81e7876 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png new file mode 100644 index 00000000..61137425 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow-members.html new file mode 100644 index 00000000..b67c00d7 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow-members.html @@ -0,0 +1,114 @@ + + + + + + + +GpgFrontend Project: Member List + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
GpgFrontend::UI::GeneralMainWindow Member List
+
+
+ +

This is the complete list of members for GpgFrontend::UI::GeneralMainWindow, including all inherited members.

+ + + + + + + + + + + + +
closeEvent(QCloseEvent *event)GpgFrontend::UI::GeneralMainWindowprotected
font_size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected
GeneralMainWindow(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralMainWindowexplicit
icon_size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected
icon_style_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected
name_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate
pos_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate
size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot
~GeneralMainWindow() override (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindow
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.html new file mode 100644 index 00000000..c0c3117a --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.html @@ -0,0 +1,261 @@ + + + + + + + +GpgFrontend Project: GpgFrontend::UI::GeneralMainWindow Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
GpgFrontend::UI::GeneralMainWindow Class Reference
+
+
+
+Inheritance diagram for GpgFrontend::UI::GeneralMainWindow:
+
+
Inheritance graph
+ + + + + + +
+
+Collaboration diagram for GpgFrontend::UI::GeneralMainWindow:
+
+
Collaboration graph
+ + + + + + +
+ + + + +

+Public Member Functions

 GeneralMainWindow (std::string name, QWidget *parent=nullptr)
 
+ + + +

+Protected Member Functions

void closeEvent (QCloseEvent *event)
 
+ + + + + + + +

+Protected Attributes

+QSize icon_size_ {}
 
+int font_size_ {}
 
+Qt::ToolButtonStyle icon_style_
 
+ + + + + +

+Private Slots

+void slot_restore_settings () noexcept
 
+void slot_save_settings () noexcept
 
+ + + + + + + +

+Private Attributes

+std::string name_
 
+QPoint pos_
 
+QSize size_
 
+

Constructor & Destructor Documentation

+ +

◆ GeneralMainWindow()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
GpgFrontend::UI::GeneralMainWindow::GeneralMainWindow (std::string name,
QWidget * parent = nullptr 
)
+
+explicit
+
+
Parameters
+ + +
nameCopyright (C) 2021 Saturneric
+
+
+

This file is part of GpgFrontend.

+

GpgFrontend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

+

GpgFrontend is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

+

You should have received a copy of the GNU General Public License along with GpgFrontend. If not, see https://www.gnu.org/licenses/.

+

The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.

+

All the source code of GpgFrontend was modified and released by Saturnericeric@.nosp@m.bktu.nosp@m.s.com starting on May 12, 2021.

+

SPDX-License-Identifier: GPL-3.0-or-later

+ +
+
+

Member Function Documentation

+ +

◆ closeEvent()

+ +
+
+ + + + + +
+ + + + + + + + +
void GpgFrontend::UI::GeneralMainWindow::closeEvent (QCloseEvent * event)
+
+protected
+
+
Parameters
+ + +
event
+
+
+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.js b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.js new file mode 100644 index 00000000..008007b1 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.js @@ -0,0 +1,14 @@ +var classGpgFrontend_1_1UI_1_1GeneralMainWindow = +[ + [ "GeneralMainWindow", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013", null ], + [ "~GeneralMainWindow", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a60f3fab73cb82114b17b10d6ac2f3b1a", null ], + [ "closeEvent", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#af5c86754836a678c7058e6f633968863", null ], + [ "slot_restore_settings", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a42d1bc5a70f0e81cb49c88eb23544255", null ], + [ "slot_save_settings", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a8ddf641e1266d00cb876ddf786e5ccb8", null ], + [ "font_size_", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ab0dd85f0fcbbab2f15eee995458d2dfb", null ], + [ "icon_size_", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#abb5b9f6dd7aed18f42cea885af85c741", null ], + [ "icon_style_", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a6ded03c8319326809b09bc90c94e890c", null ], + [ "name_", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ac581df0af500c9e8a73b8f988739600b", null ], + [ "pos_", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ad799871eab498f2e535f52f0082f8b8b", null ], + [ "size_", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a5c0bb4c6847846d57ca7524d5f5e4d53", null ] +]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.map new file mode 100644 index 00000000..bf86d36a --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5 new file mode 100644 index 00000000..3327da9a --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5 @@ -0,0 +1 @@ +bc29ce8b992c8cb408025adadb0c9558 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.png new file mode 100644 index 00000000..607c5dcf Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.map new file mode 100644 index 00000000..525d2a6a --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 new file mode 100644 index 00000000..a5fa6c44 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 @@ -0,0 +1 @@ +31e5d587fc8e5df17264db40f9ef6aeb \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png new file mode 100644 index 00000000..63e7e52e Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html index 54235e6f..806cf647 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html @@ -254,8 +254,8 @@ std::vector< std::string > 
SettingsGeneral.h -
  • src/ui/settings/SettingsGeneral.cpp
  • +
  • src/ui/dialog/settings/SettingsGeneral.h
  • +
  • src/ui/dialog/settings/SettingsGeneral.cpp
  • diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab-members.html new file mode 100644 index 00000000..1f1caa5a --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab-members.html @@ -0,0 +1,104 @@ + + + + + + + +GpgFrontend Project: Member List + + + + + + + + + + + + + +
    +
    + + + + + + +
    +
    GpgFrontend Project +
    +
    A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
    +
    +
    + + + + + + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    + +
    + +
    +
    +
    GpgFrontend::UI::GnupgTab Member List
    +
    +
    + +

    This is the complete list of members for GpgFrontend::UI::GnupgTab, including all inherited members.

    + + +
    GnupgTab(QWidget *parent=nullptr)GpgFrontend::UI::GnupgTabexplicit
    +
    + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab.html b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab.html new file mode 100644 index 00000000..5c33751e --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab.html @@ -0,0 +1,170 @@ + + + + + + + +GpgFrontend Project: GpgFrontend::UI::GnupgTab Class Reference + + + + + + + + + + + + + +
    +
    + + + + + + +
    +
    GpgFrontend Project +
    +
    A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
    +
    +
    + + + + + + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    + +
    + +
    + +
    +
    GpgFrontend::UI::GnupgTab Class Reference
    +
    +
    +
    +Inheritance diagram for GpgFrontend::UI::GnupgTab:
    +
    +
    Inheritance graph
    + + + + +
    +
    +Collaboration diagram for GpgFrontend::UI::GnupgTab:
    +
    +
    Collaboration graph
    + + + + +
    + + + + + +

    +Public Member Functions

     GnupgTab (QWidget *parent=nullptr)
     Construct a new Info Tab object. More...
     
    +

    Constructor & Destructor Documentation

    + +

    ◆ GnupgTab()

    + +
    +
    + + + + + +
    + + + + + + + + +
    GpgFrontend::UI::GnupgTab::GnupgTab (QWidget * parent = nullptr)
    +
    +explicit
    +
    + +

    Construct a new Info Tab object.

    +
    Parameters
    + + +
    parent
    +
    +
    + +

    References GpgFrontend::GpgContext::GetInfo(), and GpgFrontend::SingletonFunctionObject< GpgContext >::GetInstance().

    + +
    +
    +
    The documentation for this class was generated from the following files:
      +
    • src/ui/dialog/help/GnupgTab.h
    • +
    • src/ui/dialog/help/GnupgTab.cpp
    • +
    +
    +
    + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab.js b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab.js new file mode 100644 index 00000000..37a2c26e --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab.js @@ -0,0 +1,4 @@ +var classGpgFrontend_1_1UI_1_1GnupgTab = +[ + [ "GnupgTab", "classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79", null ] +]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.map new file mode 100644 index 00000000..75c1c739 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.map @@ -0,0 +1,4 @@ + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.md5 new file mode 100644 index 00000000..421fa4ee --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.md5 @@ -0,0 +1 @@ +c18e6cd4ae94931e097255ddca4dbed2 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.png new file mode 100644 index 00000000..cafab698 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.map new file mode 100644 index 00000000..75c1c739 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.map @@ -0,0 +1,4 @@ + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.md5 new file mode 100644 index 00000000..421fa4ee --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.md5 @@ -0,0 +1 @@ +c18e6cd4ae94931e097255ddca4dbed2 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.png new file mode 100644 index 00000000..cafab698 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication-members.html index 4f23f227..a9da9a8e 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication-members.html @@ -90,7 +90,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1GpgFrontendA

    This is the complete list of members for GpgFrontend::UI::GpgFrontendApplication, including all inherited members.

    - +
    GetInstance(int argc=0, char *argv[]=nullptr, bool new_instance=false)GpgFrontend::UI::GpgFrontendApplicationstatic
    GpgFrontendApplication(int &argc, char **argv)GpgFrontend::UI::GpgFrontendApplicationexplicit
    GpgFrontendApplication(int &argc, char *argv[])GpgFrontend::UI::GpgFrontendApplicationexplicit
    notify(QObject *receiver, QEvent *event) overrideGpgFrontend::UI::GpgFrontendApplicationprotected
    ~GpgFrontendApplication() override=defaultGpgFrontend::UI::GpgFrontendApplication
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html index 858f8825..b6c128f2 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html @@ -112,9 +112,9 @@ Collaboration diagram for GpgFrontend::UI::GpgFrontendApplication: - - - + + + @@ -131,8 +131,8 @@ Protected Member Functions

    Public Member Functions

     GpgFrontendApplication (int &argc, char **argv)
     Construct a new GpgFrontend Application object. More...
     
     GpgFrontendApplication (int &argc, char *argv[])
     Construct a new GpgFrontend Application object. More...
     
     ~GpgFrontendApplication () override=default
     Destroy the GpgFrontend Application object. More...
     
     

    Constructor & Destructor Documentation

    - -

    ◆ GpgFrontendApplication()

    + +

    ◆ GpgFrontendApplication()

    @@ -149,8 +149,8 @@ Protected Member Functions
    char ** argv char * argv[] 
    - + + + + + + + +
    KeyDetailsDialog(const GpgKey &key, QWidget *parent=nullptr) (defined in GpgFrontend::UI::KeyDetailsDialog)GpgFrontend::UI::KeyDetailsDialogexplicit
    GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
    KeyDetailsDialog(const GpgKey &key, QWidget *parent=nullptr) (defined in GpgFrontend::UI::KeyDetailsDialog)GpgFrontend::UI::KeyDetailsDialogexplicit
    name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    tab_widget_ (defined in GpgFrontend::UI::KeyDetailsDialog)GpgFrontend::UI::KeyDetailsDialogprivate
    ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html index e1b05a8c..8c76db10 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html @@ -95,7 +95,8 @@ Inheritance diagram for GpgFrontend::UI::KeyDetailsDialog:
    Inheritance graph
    - + +
    @@ -104,8 +105,11 @@ Collaboration diagram for GpgFrontend::UI::KeyDetailsDialog:
    Collaboration graph
    - - + + + + +
    @@ -114,6 +118,9 @@ Public Member Functions + + +
     KeyDetailsDialog (const GpgKey &key, QWidget *parent=nullptr)
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    @@ -122,8 +129,8 @@ QTabWidget * 

    Private Attributes

    tab_widget_ 

    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map index f09b48b9..90f9ff69 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map @@ -1,4 +1,7 @@ - - + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 index 8283bf80..e7b7ddc5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 @@ -1 +1 @@ -751377a37adcf20c4ad82b808304a36f \ No newline at end of file +24fe40dbf7c9103a971cb7faa835a52b \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png index 6e603c10..3aadef31 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map index f09b48b9..23474f95 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 index 8283bf80..2eda37c4 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 @@ -1 +1 @@ -751377a37adcf20c4ad82b808304a36f \ No newline at end of file +621551b7368422f47512f365eaf4bc3a \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png index 6e603c10..6c70b99b 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html index 2e71bf8d..dfbd8732 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html @@ -100,26 +100,33 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyGenDialog error_messages_GpgFrontend::UI::KeyGenDialogprivate expire_check_box_GpgFrontend::UI::KeyGenDialogprivate gen_key_info_ (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogprivate - generate_key_dialog() (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogprivate - key_size_spin_box_GpgFrontend::UI::KeyGenDialogprivate - key_type_combo_box_GpgFrontend::UI::KeyGenDialogprivate - key_usage_check_boxes_GpgFrontend::UI::KeyGenDialogprivate - key_usage_group_box_GpgFrontend::UI::KeyGenDialogprivate - KeyGenDialog(QWidget *parent=nullptr)GpgFrontend::UI::KeyGenDialogexplicit - max_date_time_ (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogprivate + GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit + generate_key_dialog() (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogprivate + key_size_spin_box_GpgFrontend::UI::KeyGenDialogprivate + key_type_combo_box_GpgFrontend::UI::KeyGenDialogprivate + key_usage_check_boxes_GpgFrontend::UI::KeyGenDialogprivate + key_usage_group_box_GpgFrontend::UI::KeyGenDialogprivate + KeyGenDialog(QWidget *parent=nullptr)GpgFrontend::UI::KeyGenDialogexplicit + max_date_time_ (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogprivate + name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate name_edit_GpgFrontend::UI::KeyGenDialogprivate no_pass_phrase_check_box_ (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogprivate - re_email_ (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogprivate - refresh_widgets_state()GpgFrontend::UI::KeyGenDialogprivate - set_signal_slot()GpgFrontend::UI::KeyGenDialogprivate - SignalKeyGenerated() (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogsignal + pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate + re_email_ (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogprivate + refresh_widgets_state()GpgFrontend::UI::KeyGenDialogprivate + set_signal_slot()GpgFrontend::UI::KeyGenDialogprivate + SignalKeyGenerated() (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogsignal + size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate slot_activated_key_type(int index)GpgFrontend::UI::KeyGenDialogprivateslot slot_authentication_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot slot_certification_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot slot_encryption_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot slot_expire_box_changed()GpgFrontend::UI::KeyGenDialogprivateslot slot_key_gen_accept()GpgFrontend::UI::KeyGenDialogprivateslot + slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot + slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot slot_signing_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot + ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html index 4e5c91ff..3c3b9157 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html @@ -98,7 +98,8 @@ Inheritance diagram for GpgFrontend::UI::KeyGenDialog:
    Inheritance graph
    - + +
    @@ -107,16 +108,17 @@ Collaboration diagram for GpgFrontend::UI::KeyGenDialog:
    Collaboration graph
    - - - - - - - - - - + + + + + + + + + + +
    @@ -130,6 +132,9 @@ void  + + +
    SignalKeyGenerated
     KeyGenDialog (QWidget *parent=nullptr)
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    @@ -751,8 +756,8 @@ false
    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map index eaa46374..014aa046 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map @@ -1,12 +1,13 @@ - - - - - - - - - - + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 index 211e365d..9fcd66cf 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 @@ -1 +1 @@ -c6641fb1c4b35626eeecf469cb4a99fc \ No newline at end of file +93576bb75a0cdaeae2cde8f75215aeec \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png index a1af3820..658e4a6d 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map index b855f987..83dd8d5b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 index 49591767..80973ce5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 @@ -1 +1 @@ -44dc820fa87b83bb4c58bb3a139cd09d \ No newline at end of file +cf05dd4f19e38bb40e0208b53d71daeb \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png index c6f49a73..7297f97a 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html index b3fed29e..7d13ee00 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html @@ -94,11 +94,18 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyImportDet - - - - - + + + + + + + + + + + +

    Private Slots

    create_general_info_box()GpgFrontend::UI::KeyImportDetailDialogprivate
    create_keys_table()GpgFrontend::UI::KeyImportDetailDialogprivate
    general_info_box_ (defined in GpgFrontend::UI::KeyImportDetailDialog)GpgFrontend::UI::KeyImportDetailDialogprivate
    get_status_string(int keyStatus)GpgFrontend::UI::KeyImportDetailDialogprivatestatic
    key_info_box_ (defined in GpgFrontend::UI::KeyImportDetailDialog)GpgFrontend::UI::KeyImportDetailDialogprivate
    KeyImportDetailDialog(GpgImportInformation result, bool automatic, QWidget *parent=nullptr)GpgFrontend::UI::KeyImportDetailDialog
    keys_table_ (defined in GpgFrontend::UI::KeyImportDetailDialog)GpgFrontend::UI::KeyImportDetailDialogprivate
    m_result_ (defined in GpgFrontend::UI::KeyImportDetailDialog)GpgFrontend::UI::KeyImportDetailDialogprivate
    GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
    get_status_string(int keyStatus)GpgFrontend::UI::KeyImportDetailDialogprivatestatic
    key_info_box_ (defined in GpgFrontend::UI::KeyImportDetailDialog)GpgFrontend::UI::KeyImportDetailDialogprivate
    KeyImportDetailDialog(GpgImportInformation result, bool automatic, QWidget *parent=nullptr)GpgFrontend::UI::KeyImportDetailDialog
    keys_table_ (defined in GpgFrontend::UI::KeyImportDetailDialog)GpgFrontend::UI::KeyImportDetailDialogprivate
    m_result_ (defined in GpgFrontend::UI::KeyImportDetailDialog)GpgFrontend::UI::KeyImportDetailDialogprivate
    name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html index 0e07614b..597c3705 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html @@ -97,7 +97,8 @@ Inheritance diagram for GpgFrontend::UI::KeyImportDetailDialog:
    Inheritance graph
    - + +
    @@ -106,15 +107,16 @@ Collaboration diagram for GpgFrontend::UI::KeyImportDetailDialog:
    Collaboration graph
    - - - - - - - - - + + + + + + + + + +
    @@ -123,6 +125,9 @@ Public Member Functions + + +
     KeyImportDetailDialog (GpgImportInformation result, bool automatic, QWidget *parent=nullptr)
     Construct a new Key Import Detail Dialog object. More...
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    @@ -335,8 +340,8 @@ QDialogButtonBox *  - - - + + + + + - + + + + +

    Private Member Functions

    button_
    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map index dbe3dc94..9b0a599a 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map @@ -1,11 +1,12 @@ - - - - - - - - - + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 index 341e0f52..6658baa7 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 @@ -1 +1 @@ -c79afa7b1525c6a98157b52aeec01dbd \ No newline at end of file +5dafa713a5600c1e6f60f42b8dcddff5 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png index 6d03ddde..17408e4f 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map index 92c4604c..05dcb415 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 index 4b021216..4471457e 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 @@ -1 +1 @@ -91b046cca60500303cf9099c69674f20 \ No newline at end of file +6ce867a55dc79477385e71535e0646d8 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png index b37f2d74..4f307d76 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt-members.html index c03371f6..d19b1e66 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt-members.html @@ -90,7 +90,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyMgmt.html

    This is the complete list of members for GpgFrontend::UI::KeyMgmt, including all inherited members.

    - + @@ -101,10 +101,14 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyMgmt.html + + + + @@ -114,20 +118,25 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyMgmt.html - + + + - - - - - - - - - + + + + + + + + + + + +
    close_act_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    closeEvent(QCloseEvent *event) overrideGpgFrontend::UI::KeyMgmtprotected
    closeEvent(QCloseEvent *event)GpgFrontend::UI::GeneralMainWindowprotected
    create_actions()GpgFrontend::UI::KeyMgmtprivate
    create_menus()GpgFrontend::UI::KeyMgmtprivate
    create_tool_bars()GpgFrontend::UI::KeyMgmtprivate
    export_key_to_clipboard_act_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    export_key_to_file_act_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    file_menu_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    font_size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected
    GeneralMainWindow(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralMainWindowexplicit
    generate_key_dialog_act_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    generate_key_menu_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    generate_key_pair_act_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    generate_subkey_act_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    icon_size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected
    icon_style_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected
    import_dialog_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    import_key_from_clipboard_act_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    import_key_from_file_act_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    key_list_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    key_menu_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    KeyMgmt(QWidget *parent=nullptr)GpgFrontend::UI::KeyMgmtexplicit
    open_key_file_act_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    name_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate
    open_key_file_act_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    pos_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate
    show_key_details_act_ (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtprivate
    SignalKeyStatusUpdated() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtsignal
    SignalStatusBarChanged(QString) (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtsignal
    SlotDeleteCheckedKeys() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotDeleteSelectedKeys() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotExportAsOpenSSHFormat() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotExportKeyToClipboard() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotExportKeyToKeyPackage() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotGenerateKeyDialog() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotGenerateSubKey() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotImportKeyPackage() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotSaveWindowState() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot
    SlotDeleteCheckedKeys() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotDeleteSelectedKeys() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotExportAsOpenSSHFormat() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotExportKeyToClipboard() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotExportKeyToKeyPackage() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotGenerateKeyDialog() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotGenerateSubKey() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotImportKeyPackage() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    SlotShowKeyDetails() (defined in GpgFrontend::UI::KeyMgmt)GpgFrontend::UI::KeyMgmtslot
    ~GeneralMainWindow() override (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindow
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html index b26a06df..5e50fcc4 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html @@ -86,7 +86,6 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyMgmt.html Public Slots | Signals | Public Member Functions | -Protected Member Functions | Private Member Functions | Private Attributes | List of all members @@ -99,7 +98,8 @@ Inheritance diagram for GpgFrontend::UI::KeyMgmt:
    Inheritance graph
    - + +
    @@ -108,26 +108,30 @@ Collaboration diagram for GpgFrontend::UI::KeyMgmt:
    Collaboration graph
    - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +
    @@ -157,9 +161,6 @@ void  - - @@ -178,11 +179,9 @@ Public Member Functions -
    SlotGenerateKeyDialog
    void SlotShowKeyDetails ()
     
    -void SlotSaveWindowState ()
     
    void SlotImportKeyPackage ()
     
     KeyMgmt (QWidget *parent=nullptr)
     Construct a new Key Mgmt object. More...
     
    - - - + + +

    -Protected Member Functions

    void closeEvent (QCloseEvent *event) override
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralMainWindow
     GeneralMainWindow (std::string name, QWidget *parent=nullptr)
     
    @@ -263,6 +262,22 @@ QAction *  +

    Private Member Functions

    show_key_details
    KeyServerImportDialogimport_dialog_ {}
     
    + + + + + + + + + + +

    +Additional Inherited Members

    - Protected Member Functions inherited from GpgFrontend::UI::GeneralMainWindow
    void closeEvent (QCloseEvent *event)
     
    - Protected Attributes inherited from GpgFrontend::UI::GeneralMainWindow
    +QSize icon_size_ {}
     
    +int font_size_ {}
     
    +Qt::ToolButtonStyle icon_style_
     

    Constructor & Destructor Documentation

    @@ -302,38 +317,6 @@ QAction * 
    show_key_details

    Member Function Documentation

    - -

    ◆ closeEvent()

    - -
    -
    - - - - - -
    - - - - - - - - -
    void GpgFrontend::UI::KeyMgmt::closeEvent (QCloseEvent * event)
    -
    -overrideprotected
    -
    -
    Parameters
    - - -
    event
    -
    -
    - -
    -

    ◆ create_actions()

    @@ -459,8 +442,8 @@ QAction * 
    show_key_details
    The documentation for this class was generated from the following files:
      -
    • src/ui/KeyMgmt.h
    • -
    • src/ui/KeyMgmt.cpp
    • +
    • src/ui/main_window/KeyMgmt.h
    • +
    • src/ui/main_window/KeyMgmt.cpp
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.js b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.js index aa1f5051..c546407b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.js @@ -1,7 +1,6 @@ var classGpgFrontend_1_1UI_1_1KeyMgmt = [ [ "KeyMgmt", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64", null ], - [ "closeEvent", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a78b53193b055e10550938f403b641b31", null ], [ "create_actions", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8", null ], [ "create_menus", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46", null ], [ "create_tool_bars", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5", null ], @@ -16,7 +15,6 @@ var classGpgFrontend_1_1UI_1_1KeyMgmt = [ "SlotGenerateKeyDialog", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7", null ], [ "SlotGenerateSubKey", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a", null ], [ "SlotImportKeyPackage", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8", null ], - [ "SlotSaveWindowState", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a36a6d0f038e826f8d440d9f82826644f", null ], [ "SlotShowKeyDetails", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf", null ], [ "close_act_", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743", null ], [ "delete_checked_keys_act_", "classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be", null ], diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map index 61fb64af..809dfacc 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map @@ -1,22 +1,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 index 8a1eab84..729ecb7f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 @@ -1 +1 @@ -058b0ad47c6920b52fa663b8de978a64 \ No newline at end of file +2124adbc29f9d1e35b7bd36c78a2f155 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png index 16351991..fd860cad 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.map index 75b02a06..8963b303 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5 index efa1c48e..d8cb678e 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5 @@ -1 +1 @@ -08b6be3df27781b97a9bb8fcba80e427 \ No newline at end of file +ce56abab5e3d96b0e11a51478565ce51 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.png index ff222903..52139038 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html index 9cf6ecdc..75d398bb 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html @@ -95,12 +95,18 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyNewUIDDia
    email_ (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogprivate
    error_label_ (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogprivate
    error_messages_ (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogprivate
    KeyNewUIDDialog(const KeyId &key, QWidget *parent=nullptr)GpgFrontend::UI::KeyNewUIDDialog
    m_key_ (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogprivate
    name_ (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogprivate
    GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
    KeyNewUIDDialog(const KeyId &key, QWidget *parent=nullptr)GpgFrontend::UI::KeyNewUIDDialog
    m_key_ (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogprivate
    name_ (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogprivate
    pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    re_email_ (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogprivate
    SignalUIDCreated() (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogsignal
    slot_create_new_uid()GpgFrontend::UI::KeyNewUIDDialogprivateslot
    size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    slot_create_new_uid()GpgFrontend::UI::KeyNewUIDDialogprivateslot
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html index 090efd66..3a462730 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html @@ -98,7 +98,8 @@ Inheritance diagram for GpgFrontend::UI::KeyNewUIDDialog:
    Inheritance graph
    - + +
    @@ -107,12 +108,15 @@ Collaboration diagram for GpgFrontend::UI::KeyNewUIDDialog:
    Collaboration graph
    - - - - - - + + + + + + + + +
    @@ -127,6 +131,9 @@ Public Member Functions + + +
     KeyNewUIDDialog (const KeyId &key, QWidget *parent=nullptr)
     Construct a new Key New U I D Dialog object. More...
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    @@ -299,8 +306,8 @@ false
    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map index 71c85b0a..63639d4d 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map @@ -1,8 +1,11 @@ - - - - - - + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 index 66c3d868..f86d08f4 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 @@ -1 +1 @@ -dfc35766d23524f80e93171fc6e3715b \ No newline at end of file +c49a04cb7d41ed3cfe6c60a4aa04dd80 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png index 9827fc42..04fe8faf 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map index 3d7afa43..88876f50 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 index ff115c17..d86be291 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 @@ -1 +1 @@ -a7e03242f54cfa609dbcfc7c85a8bd3a \ No newline at end of file +888f71a7d244dd0c87f4dde5f343c3c1 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png index 4041810a..68f8ad46 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html index 0a5d079d..97c41943 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html @@ -311,8 +311,8 @@ QLabel *  - - - - - - - - - - - + + + + + + + + + + + + + - - - + + + + + - + - + +

    Private Slots

    exp_label_
    The documentation for this class was generated from the following files:
      -
    • src/ui/keypair_details/KeyPairDetailTab.h
    • -
    • src/ui/keypair_details/KeyPairDetailTab.cpp
    • +
    • src/ui/dialog/keypair_details/KeyPairDetailTab.h
    • +
    • src/ui/dialog/keypair_details/KeyPairDetailTab.cpp
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html index 5476164d..57b625f9 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html @@ -259,8 +259,8 @@ QMenu * 
    secret_key_export_
    The documentation for this class was generated from the following files:
      -
    • src/ui/keypair_details/KeyPairOperaTab.h
    • -
    • src/ui/keypair_details/KeyPairOperaTab.cpp
    • +
    • src/ui/dialog/keypair_details/KeyPairOperaTab.h
    • +
    • src/ui/dialog/keypair_details/KeyPairOperaTab.cpp
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html index a221038e..bfcc1184 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html @@ -378,8 +378,8 @@ QLabel * 
    card_key_label_
    The documentation for this class was generated from the following files:
      -
    • src/ui/keypair_details/KeyPairSubkeyTab.h
    • -
    • src/ui/keypair_details/KeyPairSubkeyTab.cpp
    • +
    • src/ui/dialog/keypair_details/KeyPairSubkeyTab.h
    • +
    • src/ui/dialog/keypair_details/KeyPairSubkeyTab.cpp
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html index 7bd312c0..fbb707a1 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html @@ -575,8 +575,8 @@ std::vector< Gp
    The documentation for this class was generated from the following files:
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html index aa75b259..fc7d93e5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html @@ -93,31 +93,36 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyServerImp
    create_button(const QString &text, const char *member)GpgFrontend::UI::KeyServerImportDialogprivate
    create_comboBox()GpgFrontend::UI::KeyServerImportDialogprivate
    create_keys_table()GpgFrontend::UI::KeyServerImportDialogprivate
    icon_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    import_button_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    import_keys(ByteArrayPtr in_data)GpgFrontend::UI::KeyServerImportDialogprivate
    key_server_combo_box_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    key_server_label_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    keys_table_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    KeyServerImportDialog(bool automatic, QWidget *parent)GpgFrontend::UI::KeyServerImportDialog
    KeyServerImportDialog(QWidget *parent)GpgFrontend::UI::KeyServerImportDialogexplicit
    m_automatic_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    message_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    network_access_manager_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
    icon_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    import_button_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    import_keys(ByteArrayPtr in_data)GpgFrontend::UI::KeyServerImportDialogprivate
    key_server_combo_box_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    key_server_label_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    keys_table_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    KeyServerImportDialog(bool automatic, QWidget *parent)GpgFrontend::UI::KeyServerImportDialog
    KeyServerImportDialog(QWidget *parent)GpgFrontend::UI::KeyServerImportDialogexplicit
    m_automatic_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    message_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    search_button_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    search_label_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    search_line_edit_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    set_loading(bool status)GpgFrontend::UI::KeyServerImportDialogprivate
    set_message(const QString &text, bool error)GpgFrontend::UI::KeyServerImportDialogprivate
    SignalKeyImported() (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogsignal
    slot_import() (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivateslot
    slot_import_finished(const QString &keyid)GpgFrontend::UI::KeyServerImportDialogprivateslot
    slot_save_window_state() (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivateslot
    size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    slot_import()GpgFrontend::UI::KeyServerImportDialogprivateslot
    slot_import_finished(QNetworkReply::NetworkError error, QByteArray buffer)GpgFrontend::UI::KeyServerImportDialogprivateslot
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_search() (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivateslot
    slot_search_finished() (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivateslot
    slot_search_finished(QNetworkReply::NetworkError reply, QByteArray buffer) (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivateslot
    SlotImport(const KeyIdArgsListPtr &keys)GpgFrontend::UI::KeyServerImportDialogslot
    SlotImport(const QStringList &keyIds, const QUrl &keyserverUrl)GpgFrontend::UI::KeyServerImportDialogslot
    SlotImport(std::vector< std::string > key_ids_list, std::string keyserver_url)GpgFrontend::UI::KeyServerImportDialogslot
    waiting_bar_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
    ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html index fc6dc166..d4203661 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html @@ -99,8 +99,9 @@ Inheritance diagram for GpgFrontend::UI::KeyServerImportDialog:
    Inheritance graph
    - - + + +
    @@ -108,8 +109,11 @@ Collaboration diagram for GpgFrontend::UI::KeyServerImportDialog:
    Collaboration graph
    - - + + + + +
    @@ -117,8 +121,8 @@ Collaboration diagram for GpgFrontend::UI::KeyServerImportDialog: Public Slots - - + +
    void SlotImport (const KeyIdArgsListPtr &keys)
     
    void SlotImport (const QStringList &keyIds, const QUrl &keyserverUrl)
     
    void SlotImport (std::vector< std::string > key_ids_list, std::string keyserver_url)
     
    @@ -134,23 +138,23 @@ Public Member Functions + + +

    Signals

     KeyServerImportDialog (QWidget *parent)
     Construct a new Key Server Import Dialog object. More...
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    - + + - - - - + + + + - -

    Private Slots

    -void slot_import ()
    void slot_import ()
     import key(s) for the key table selection More...
     
    -void slot_search_finished ()
     
    void slot_import_finished (const QString &keyid)
     
    +void slot_search_finished (QNetworkReply::NetworkError reply, QByteArray buffer)
     
    void slot_import_finished (QNetworkReply::NetworkError error, QByteArray buffer)
     
    void slot_search ()
     
    -void slot_save_window_state ()
     
    @@ -210,9 +214,6 @@ QPushButton *  - -

    Private Member Functions

    search_butto
    QTableWidget * keys_table_ {}
     
    -QNetworkAccessManager * network_access_manager_ {}
     

    Constructor & Destructor Documentation

    @@ -250,7 +251,7 @@ QNetworkAccessManager * ne -

    References GpgFrontend::UI::SettingsObject::Check(), create_comboBox(), create_keys_table(), and GpgFrontend::UI::SignalStation::GetInstance().

    +

    References create_comboBox(), create_keys_table(), GpgFrontend::UI::SignalStation::GetInstance(), and slot_import().

    @@ -394,6 +395,8 @@ QNetworkAccessManager * ne

    Create a keys table object.

    +

    References slot_import().

    +

    Referenced by KeyServerImportDialog().

    @@ -430,7 +433,7 @@ QNetworkAccessManager * ne

    References GpgFrontend::SingletonFunctionObject< GpgKeyImportExporter >::GetInstance(), and GpgFrontend::GpgKeyImportExporter::ImportKey().

    -

    Referenced by slot_import_finished().

    +

    Referenced by slot_import_finished().

    @@ -466,8 +469,6 @@ QNetworkAccessManager * ne -

    Referenced by SlotImport().

    - @@ -513,12 +514,43 @@ QNetworkAccessManager * ne -

    Referenced by slot_import_finished().

    +

    Referenced by slot_import_finished().

    - -

    ◆ slot_import_finished

    + +

    ◆ slot_import

    + +
    +
    + + + + + +
    + + + + + + + +
    void GpgFrontend::UI::KeyServerImportDialog::slot_import ()
    +
    +privateslot
    +
    + +

    import key(s) for the key table selection

    + +

    References SlotImport().

    + +

    Referenced by create_keys_table(), and KeyServerImportDialog().

    + +
    +
    + +

    ◆ slot_import_finished

    @@ -529,9 +561,19 @@ QNetworkAccessManager * ne void GpgFrontend::UI::KeyServerImportDialog::slot_import_finished ( - const QString &  - keyid) + QNetworkReply::NetworkError  + error, + + + + QByteArray  + buffer  + + + + ) + @@ -549,7 +591,7 @@ QNetworkAccessManager * ne

    References import_keys(), and set_message().

    -

    Referenced by SlotImport().

    +

    Referenced by SlotImport().

    @@ -583,12 +625,14 @@ QNetworkAccessManager * ne -

    References GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance(), and GpgFrontend::GlobalSettingStation::GetUISettings().

    +

    References GpgFrontend::UI::SettingsObject::Check().

    + +

    Referenced by slot_import().

    - -

    ◆ SlotImport [2/2]

    + +

    ◆ SlotImport [2/2]

    @@ -599,14 +643,14 @@ QNetworkAccessManager * ne void GpgFrontend::UI::KeyServerImportDialog::SlotImport ( - const QStringList &  - keyIds, + std::vector< std::string >  + key_ids_list, - const QUrl &  - keyserverUrl  + std::string  + keyserver_url  @@ -628,13 +672,13 @@ QNetworkAccessManager * ne -

    References set_loading(), and slot_import_finished().

    +

    References GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >::GetInstance(), GpgFrontend::UI::KeyServerImportTask::SignalKeyServerImportResult(), and slot_import_finished().


    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.js b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.js index b89fc7a0..fe7d463c 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.js @@ -10,12 +10,11 @@ var classGpgFrontend_1_1UI_1_1KeyServerImportDialog = [ "set_message", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a", null ], [ "SignalKeyImported", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad7f4df9aa6ee20ff4a36049bbf3e7f6e", null ], [ "slot_import", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06", null ], - [ "slot_import_finished", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f", null ], - [ "slot_save_window_state", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad184316a91466181dbc9c109f8a03d01", null ], + [ "slot_import_finished", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a", null ], [ "slot_search", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#adc7249b039e078c84f705c7111a148b0", null ], - [ "slot_search_finished", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4e387503359dee5771e855218d5f1561", null ], + [ "slot_search_finished", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab0585bbabc450d2cb571a5bd374ebb0e", null ], [ "SlotImport", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8", null ], - [ "SlotImport", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1a7298fa8c6aa085794b21fe6d8ed1eb", null ], + [ "SlotImport", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802", null ], [ "close_button_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abdf29b8b4337573cafd839fd4ce25104", null ], [ "icon_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7f6e60d52be1bc06e2f9ddad4ca11d98", null ], [ "import_button_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#afae8573a9f425bd53c84828576f4ac1f", null ], @@ -24,7 +23,6 @@ var classGpgFrontend_1_1UI_1_1KeyServerImportDialog = [ "keys_table_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af48f4a6d2744bad2759e691f9c59f209", null ], [ "m_automatic_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#aab814c68a1d532bef6e0e77b6614c622", null ], [ "message_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a228c855a0676155572d691cb0df9c328", null ], - [ "network_access_manager_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#acb2e410d862b05f335fdaa108b6e15ee", null ], [ "search_button_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3d2e0010ac4e4ed0b2a88d9487d2732c", null ], [ "search_label_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a95460bd9977b72ef20d4566f5e231dab", null ], [ "search_line_edit_", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af615a531375a74aa4b46a7dd53d38422", null ], diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map index 8edc86a2..fb75d6f1 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map @@ -1,4 +1,7 @@ - - + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 index 7dbf7bdf..42ab8021 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 @@ -1 +1 @@ -7fdbf6b6b6a5f8e3d70f9dc5138fb2a8 \ No newline at end of file +18874bdefd431ce00c2773719664c6be \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png index 4c39fb8a..2590dfce 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map index 8edc86a2..523f23f4 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 index 7dbf7bdf..c5354600 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 @@ -1 +1 @@ -7fdbf6b6b6a5f8e3d70f9dc5138fb2a8 \ No newline at end of file +5568c0582f837fa7d37d937008ff2f56 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png index 4c39fb8a..659bca04 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask-members.html new file mode 100644 index 00000000..3ec58ca3 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask-members.html @@ -0,0 +1,135 @@ + + + + + + + +GpgFrontend Project: Member List + + + + + + + + + + + + + +
    +
    + + + + + + +
    +
    GpgFrontend Project +
    +
    A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
    +
    +
    + + + + + + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    + +
    + +
    +
    +
    GpgFrontend::UI::KeyServerImportTask Member List
    +
    +
    + +

    This is the complete list of members for GpgFrontend::UI::KeyServerImportTask, including all inherited members.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    before_finish_task() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    callback_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    callback_thread_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    data_object_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    DataObjectPtr typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
    dealing_reply_from_server() (defined in GpgFrontend::UI::KeyServerImportTask)GpgFrontend::UI::KeyServerImportTaskprivateslot
    finish_after_run_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    generate_uuid()GpgFrontend::Thread::Taskprivatestatic
    GetUUID() constGpgFrontend::Thread::Task
    init() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    keyids_ (defined in GpgFrontend::UI::KeyServerImportTask)GpgFrontend::UI::KeyServerImportTaskprivate
    keyserver_url_ (defined in GpgFrontend::UI::KeyServerImportTask)GpgFrontend::UI::KeyServerImportTaskprivate
    KeyServerImportTask(std::string keyserver_url, std::vector< std::string > keyid)GpgFrontend::UI::KeyServerImportTask
    manager_ (defined in GpgFrontend::UI::KeyServerImportTask)GpgFrontend::UI::KeyServerImportTaskprivate
    reply_ (defined in GpgFrontend::UI::KeyServerImportTask)GpgFrontend::UI::KeyServerImportTaskprivate
    result_count_ (defined in GpgFrontend::UI::KeyServerImportTask)GpgFrontend::UI::KeyServerImportTaskprivate
    rtn_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    run() override (defined in GpgFrontend::UI::KeyServerImportTask)GpgFrontend::UI::KeyServerImportTaskprotectedvirtual
    Run()GpgFrontend::Thread::Taskvirtual
    runnable_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    SetFinishAfterRun(bool finish_after_run)GpgFrontend::Thread::Taskprotected
    SetRTN(int rtn)GpgFrontend::Thread::Taskprotected
    SignalKeyServerImportResult(QNetworkReply::NetworkError reply, QByteArray buffer)GpgFrontend::UI::KeyServerImportTasksignal
    SignalTaskFinished() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Tasksignal
    SignalTaskPostFinishedDone() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Tasksignal
    Task()GpgFrontend::Thread::Task
    Task(TaskCallback callback, DataObjectPtr data_object=nullptr)GpgFrontend::Thread::Task
    Task(TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)GpgFrontend::Thread::Task
    TaskCallback typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
    TaskRunnable typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
    uuid_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    ~Task() overrideGpgFrontend::Thread::Taskvirtual
    +
    + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.html new file mode 100644 index 00000000..570fabda --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.html @@ -0,0 +1,320 @@ + + + + + + + +GpgFrontend Project: GpgFrontend::UI::KeyServerImportTask Class Reference + + + + + + + + + + + + + +
    +
    + + + + + + +
    +
    GpgFrontend Project +
    +
    A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
    +
    +
    + + + + + + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    + +
    + +
    + +
    +
    GpgFrontend::UI::KeyServerImportTask Class Reference
    +
    +
    +
    +Inheritance diagram for GpgFrontend::UI::KeyServerImportTask:
    +
    +
    Inheritance graph
    + + + + + + +
    +
    +Collaboration diagram for GpgFrontend::UI::KeyServerImportTask:
    +
    +
    Collaboration graph
    + + + + + + + + + + + + + + + + + +
    + + + + + + + + + +

    +Signals

    void SignalKeyServerImportResult (QNetworkReply::NetworkError reply, QByteArray buffer)
     
    - Signals inherited from GpgFrontend::Thread::Task
    +void SignalTaskFinished ()
     
    +void SignalTaskPostFinishedDone ()
     
    + + + + + + + + + + + + + + + + + + + + + + +

    +Public Member Functions

     KeyServerImportTask (std::string keyserver_url, std::vector< std::string > keyid)
     Construct a new Key Server Search Task object. More...
     
    - Public Member Functions inherited from GpgFrontend::Thread::Task
     Task ()
     Construct a new Task object. More...
     
     Task (TaskCallback callback, DataObjectPtr data_object=nullptr)
     Construct a new Task object. More...
     
     Task (TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)
     Construct a new Task object. More...
     
    virtual ~Task () override
     Destroy the Task object. More...
     
    virtual void Run ()
     Run - run the task. More...
     
    std::string GetUUID () const
     
    + + + + + + + + + +

    +Protected Member Functions

    +void run () override
     
    - Protected Member Functions inherited from GpgFrontend::Thread::Task
    void SetFinishAfterRun (bool finish_after_run)
     Set the Finish After Run object. More...
     
    void SetRTN (int rtn)
     
    + + + +

    +Private Slots

    +void dealing_reply_from_server ()
     
    + + + + + + + + + + + +

    +Private Attributes

    +std::string keyserver_url_
     
    +std::vector< std::string > keyids_
     
    +int result_count_ = 0
     
    +QNetworkAccessManager * manager_
     
    +QNetworkReply * reply_
     
    + + + + + + + + +

    +Additional Inherited Members

    - Public Types inherited from GpgFrontend::Thread::Task
    +using DataObjectPtr = std::shared_ptr< DataObject >
     
    +using TaskRunnable = std::function< int(DataObjectPtr)>
     
    +using TaskCallback = std::function< void(int, DataObjectPtr)>
     
    +

    Constructor & Destructor Documentation

    + +

    ◆ KeyServerImportTask()

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    GpgFrontend::UI::KeyServerImportTask::KeyServerImportTask (std::string keyserver_url,
    std::vector< std::string > keyids 
    )
    +
    + +

    Construct a new Key Server Search Task object.

    +
    Parameters
    + + + +
    keyserver_url
    search_stringCopyright (C) 2021 Saturneric
    +
    +
    +

    This file is part of GpgFrontend.

    +

    GpgFrontend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

    +

    GpgFrontend is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

    +

    You should have received a copy of the GNU General Public License along with GpgFrontend. If not, see https://www.gnu.org/licenses/.

    +

    The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.

    +

    The source code version of this software was modified and released by Saturnericeric@.nosp@m.bktu.nosp@m.s.comeric@.nosp@m.bktu.nosp@m.s.com starting on May 12, 2021.

    + +
    +
    +

    Member Function Documentation

    + +

    ◆ SignalKeyServerImportResult

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    void GpgFrontend::UI::KeyServerImportTask::SignalKeyServerImportResult (QNetworkReply::NetworkError reply,
    QByteArray buffer 
    )
    +
    +signal
    +
    +
    Parameters
    + + +
    result
    +
    +
    + +

    Referenced by GpgFrontend::UI::KeyServerImportDialog::SlotImport().

    + +
    +
    +
    The documentation for this class was generated from the following files: +
    +
    + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.js b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.js new file mode 100644 index 00000000..54017e4a --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask.js @@ -0,0 +1,12 @@ +var classGpgFrontend_1_1UI_1_1KeyServerImportTask = +[ + [ "KeyServerImportTask", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857", null ], + [ "dealing_reply_from_server", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac0c91559fa74b01a5b6d9cf925727339", null ], + [ "run", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#aaf3e0f25869eab592e0be108b3727f8e", null ], + [ "SignalKeyServerImportResult", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f", null ], + [ "keyids_", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac066c7a57c5b0bc96a6982df2585862b", null ], + [ "keyserver_url_", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ae3d6f2b89691f0fdcc692920aacd3fba", null ], + [ "manager_", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#af24ff4c57d63e831324ca6075b86ae8b", null ], + [ "reply_", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a5e1fb2810c4b07bd9d8c6fe11c72c526", null ], + [ "result_count_", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a3adcb012ca6a6c08c65b94ab301eba27", null ] +]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.map new file mode 100644 index 00000000..c4810271 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.map @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5 new file mode 100644 index 00000000..3c6e79b7 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5 @@ -0,0 +1 @@ +01001b04a690e8f83bf021f2b9b33380 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.png new file mode 100644 index 00000000..0b3e90e2 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.map new file mode 100644 index 00000000..a4655692 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.md5 new file mode 100644 index 00000000..0b1e9b70 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.md5 @@ -0,0 +1 @@ +f4aecf34a53ba7fbc95af24a9e46f805 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.png new file mode 100644 index 00000000..df8676dd Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask-members.html new file mode 100644 index 00000000..77e502db --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask-members.html @@ -0,0 +1,134 @@ + + + + + + + +GpgFrontend Project: Member List + + + + + + + + + + + + + +
    +
    + + + + + + +
    +
    GpgFrontend Project +
    +
    A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
    +
    +
    + + + + + + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    + +
    + +
    +
    +
    GpgFrontend::UI::KeyServerSearchTask Member List
    +
    +
    + +

    This is the complete list of members for GpgFrontend::UI::KeyServerSearchTask, including all inherited members.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    before_finish_task() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    callback_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    callback_thread_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    data_object_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    DataObjectPtr typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
    dealing_reply_from_server() (defined in GpgFrontend::UI::KeyServerSearchTask)GpgFrontend::UI::KeyServerSearchTaskprivateslot
    finish_after_run_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    generate_uuid()GpgFrontend::Thread::Taskprivatestatic
    GetUUID() constGpgFrontend::Thread::Task
    init() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    keyserver_url_ (defined in GpgFrontend::UI::KeyServerSearchTask)GpgFrontend::UI::KeyServerSearchTaskprivate
    KeyServerSearchTask(std::string keyserver_url, std::string search_string)GpgFrontend::UI::KeyServerSearchTask
    manager_ (defined in GpgFrontend::UI::KeyServerSearchTask)GpgFrontend::UI::KeyServerSearchTaskprivate
    reply_ (defined in GpgFrontend::UI::KeyServerSearchTask)GpgFrontend::UI::KeyServerSearchTaskprivate
    rtn_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    run() override (defined in GpgFrontend::UI::KeyServerSearchTask)GpgFrontend::UI::KeyServerSearchTaskprotectedvirtual
    Run()GpgFrontend::Thread::Taskvirtual
    runnable_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    search_string_ (defined in GpgFrontend::UI::KeyServerSearchTask)GpgFrontend::UI::KeyServerSearchTaskprivate
    SetFinishAfterRun(bool finish_after_run)GpgFrontend::Thread::Taskprotected
    SetRTN(int rtn)GpgFrontend::Thread::Taskprotected
    SignalKeyServerSearchResult(QNetworkReply::NetworkError reply, QByteArray buffer)GpgFrontend::UI::KeyServerSearchTasksignal
    SignalTaskFinished() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Tasksignal
    SignalTaskPostFinishedDone() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Tasksignal
    Task()GpgFrontend::Thread::Task
    Task(TaskCallback callback, DataObjectPtr data_object=nullptr)GpgFrontend::Thread::Task
    Task(TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)GpgFrontend::Thread::Task
    TaskCallback typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
    TaskRunnable typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
    uuid_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    ~Task() overrideGpgFrontend::Thread::Taskvirtual
    +
    + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html new file mode 100644 index 00000000..d219667b --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html @@ -0,0 +1,313 @@ + + + + + + + +GpgFrontend Project: GpgFrontend::UI::KeyServerSearchTask Class Reference + + + + + + + + + + + + + +
    +
    + + + + + + +
    +
    GpgFrontend Project +
    +
    A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
    +
    +
    + + + + + + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    + +
    + +
    + +
    +
    GpgFrontend::UI::KeyServerSearchTask Class Reference
    +
    +
    +
    +Inheritance diagram for GpgFrontend::UI::KeyServerSearchTask:
    +
    +
    Inheritance graph
    + + + + + + +
    +
    +Collaboration diagram for GpgFrontend::UI::KeyServerSearchTask:
    +
    +
    Collaboration graph
    + + + + + + + + + + + + + + + +
    + + + + + + + + + +

    +Signals

    void SignalKeyServerSearchResult (QNetworkReply::NetworkError reply, QByteArray buffer)
     
    - Signals inherited from GpgFrontend::Thread::Task
    +void SignalTaskFinished ()
     
    +void SignalTaskPostFinishedDone ()
     
    + + + + + + + + + + + + + + + + + + + + + + +

    +Public Member Functions

     KeyServerSearchTask (std::string keyserver_url, std::string search_string)
     Construct a new Key Server Search Task object. More...
     
    - Public Member Functions inherited from GpgFrontend::Thread::Task
     Task ()
     Construct a new Task object. More...
     
     Task (TaskCallback callback, DataObjectPtr data_object=nullptr)
     Construct a new Task object. More...
     
     Task (TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)
     Construct a new Task object. More...
     
    virtual ~Task () override
     Destroy the Task object. More...
     
    virtual void Run ()
     Run - run the task. More...
     
    std::string GetUUID () const
     
    + + + + + + + + + +

    +Protected Member Functions

    +void run () override
     
    - Protected Member Functions inherited from GpgFrontend::Thread::Task
    void SetFinishAfterRun (bool finish_after_run)
     Set the Finish After Run object. More...
     
    void SetRTN (int rtn)
     
    + + + +

    +Private Slots

    +void dealing_reply_from_server ()
     
    + + + + + + + + + +

    +Private Attributes

    +std::string keyserver_url_
     
    +std::string search_string_
     
    +QNetworkAccessManager * manager_
     
    +QNetworkReply * reply_
     
    + + + + + + + + +

    +Additional Inherited Members

    - Public Types inherited from GpgFrontend::Thread::Task
    +using DataObjectPtr = std::shared_ptr< DataObject >
     
    +using TaskRunnable = std::function< int(DataObjectPtr)>
     
    +using TaskCallback = std::function< void(int, DataObjectPtr)>
     
    +

    Constructor & Destructor Documentation

    + +

    ◆ KeyServerSearchTask()

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    GpgFrontend::UI::KeyServerSearchTask::KeyServerSearchTask (std::string keyserver_url,
    std::string search_string 
    )
    +
    + +

    Construct a new Key Server Search Task object.

    +
    Parameters
    + + + +
    keyserver_url
    search_stringCopyright (C) 2021 Saturneric
    +
    +
    +

    This file is part of GpgFrontend.

    +

    GpgFrontend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

    +

    GpgFrontend is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

    +

    You should have received a copy of the GNU General Public License along with GpgFrontend. If not, see https://www.gnu.org/licenses/.

    +

    The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.

    +

    The source code version of this software was modified and released by Saturnericeric@.nosp@m.bktu.nosp@m.s.comeric@.nosp@m.bktu.nosp@m.s.com starting on May 12, 2021.

    + +
    +
    +

    Member Function Documentation

    + +

    ◆ SignalKeyServerSearchResult

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    void GpgFrontend::UI::KeyServerSearchTask::SignalKeyServerSearchResult (QNetworkReply::NetworkError reply,
    QByteArray buffer 
    )
    +
    +signal
    +
    +
    Parameters
    + + +
    result
    +
    +
    + +
    +
    +
    The documentation for this class was generated from the following files: +
    +
    + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.js b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.js new file mode 100644 index 00000000..3c335c57 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.js @@ -0,0 +1,11 @@ +var classGpgFrontend_1_1UI_1_1KeyServerSearchTask = +[ + [ "KeyServerSearchTask", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa", null ], + [ "dealing_reply_from_server", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a04075001fcf461425c3ae14c96de2ad6", null ], + [ "run", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a99a5df78f8b78551dba4a14e144099cf", null ], + [ "SignalKeyServerSearchResult", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4", null ], + [ "keyserver_url_", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#af0f20b03e64115f475d05a6517ab5bcf", null ], + [ "manager_", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a1d03d44bd99bbaf7908a7a8ea8080212", null ], + [ "reply_", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a62bb1488fd6f95881bb70f8a228ef9c9", null ], + [ "search_string_", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a05fdcb7bd52dced3c9e15e9ca313c2b4", null ] +]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.map new file mode 100644 index 00000000..e21389b4 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.map @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5 new file mode 100644 index 00000000..c27c95af --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5 @@ -0,0 +1 @@ +7b8c7e31c06340f62689e8f6d95dc91a \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.png new file mode 100644 index 00000000..85ca4232 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.map new file mode 100644 index 00000000..72c19ac1 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.md5 new file mode 100644 index 00000000..27ac6e48 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.md5 @@ -0,0 +1 @@ +b3f718820a387dd050c922c43c5babcf \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.png new file mode 100644 index 00000000..b0d1cdc4 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html index d3596ca2..e4cebbb1 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html @@ -89,15 +89,22 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeySetExpire

    This is the complete list of members for GpgFrontend::UI::KeySetExpireDateDialog, including all inherited members.

    - - - - - - + + + + + + + + + + + + +
    init() (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivate
    KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)GpgFrontend::UI::KeySetExpireDateDialogexplicit
    KeySetExpireDateDialog(const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)GpgFrontend::UI::KeySetExpireDateDialogexplicit
    m_key_ (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivate
    m_subkey_ (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivate
    SignalKeyExpireDateUpdated() (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogsignal
    GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
    init() (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivate
    KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)GpgFrontend::UI::KeySetExpireDateDialogexplicit
    KeySetExpireDateDialog(const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)GpgFrontend::UI::KeySetExpireDateDialogexplicit
    m_key_ (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivate
    m_subkey_ (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivate
    name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    SignalKeyExpireDateUpdated() (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogsignal
    size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    slot_confirm() (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivateslot
    slot_non_expired_checked(int state)GpgFrontend::UI::KeySetExpireDateDialogprivateslot
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    ui_ (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivate
    ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html index 6a6f7b1d..a1cbfce7 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html @@ -98,7 +98,8 @@ Inheritance diagram for GpgFrontend::UI::KeySetExpireDateDialog:
    Inheritance graph
    - + +
    @@ -107,16 +108,17 @@ Collaboration diagram for GpgFrontend::UI::KeySetExpireDateDialog:
    Collaboration graph
    - - - - - - - - - - + + + + + + + + + + +
    @@ -134,6 +136,9 @@ Public Member Functions + + +
     KeySetExpireDateDialog (const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)
     Construct a new Key Set Expire Date Dialog object. More...
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    @@ -293,8 +298,8 @@ const SubkeyId  - - - - - - - - - + + + + + + + + + + + + + + + +

    Private Slots

    m_subkey_
    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map index f8c20386..7f16795d 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map @@ -1,12 +1,13 @@ - - - - - - - - - - + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 index 318d99a6..177fe01f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 @@ -1 +1 @@ -eabde927c3c112734832789fcb4942c1 \ No newline at end of file +4e31de033f03cec294c577511eeb8940 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png index 6d748bb0..0125301f 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map index 136bd34a..c710447f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 index 57382eef..a2085774 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 @@ -1 +1 @@ -885eaf02164bcfaa2c9e0845fd2ff682 \ No newline at end of file +87608c893e026a7ed49055ee65a4fea8 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png index 98f14b9d..76f12173 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html index 2aeaa837..b674b408 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html @@ -90,14 +90,21 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyUIDSignDi

    This is the complete list of members for GpgFrontend::UI::KeyUIDSignDialog, including all inherited members.

    - - - - + + + + + + - - + + + + + + +
    expires_edit_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
    KeyUIDSignDialog(const GpgKey &key, UIDArgsListPtr uid, QWidget *parent=nullptr)GpgFrontend::UI::KeyUIDSignDialogexplicit
    m_key_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
    m_key_list_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
    m_uids_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
    GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
    KeyUIDSignDialog(const GpgKey &key, UIDArgsListPtr uid, QWidget *parent=nullptr)GpgFrontend::UI::KeyUIDSignDialogexplicit
    m_key_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
    m_key_list_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
    m_uids_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
    name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    non_expire_check_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
    sign_key_button_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
    SignalKeyUIDSignUpdate() (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogsignal
    pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    sign_key_button_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
    SignalKeyUIDSignUpdate() (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogsignal
    size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_sign_key(bool clicked)GpgFrontend::UI::KeyUIDSignDialogprivateslot
    ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html index f75f402b..12871d60 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html @@ -97,7 +97,8 @@ Inheritance diagram for GpgFrontend::UI::KeyUIDSignDialog:
    Inheritance graph
    - + +
    @@ -106,25 +107,29 @@ Collaboration diagram for GpgFrontend::UI::KeyUIDSignDialog:
    Collaboration graph
    - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + +
    @@ -139,6 +144,9 @@ Public Member Functions + + +
     KeyUIDSignDialog (const GpgKey &key, UIDArgsListPtr uid, QWidget *parent=nullptr)
     Construct a new Key U I D Sign Dialog object. More...
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    @@ -261,8 +269,8 @@ const GpgKey
    The documentation for this class was generated from the following files:
      -
    • src/ui/keypair_details/KeyUIDSignDialog.h
    • -
    • src/ui/keypair_details/KeyUIDSignDialog.cpp
    • +
    • src/ui/dialog/keypair_details/KeyUIDSignDialog.h
    • +
    • src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map index baa85889..e0f7c487 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map @@ -1,21 +1,25 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 index bd22a9a2..1b3cf80a 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 @@ -1 +1 @@ -2bb6c6758b8044ff23d5d722e56f0f21 \ No newline at end of file +049a1514d36304ab030ba6d93a9c6447 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png index 7d7b35ae..20373a54 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map index 76d762b2..805c4528 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 index 13e56188..2f94949a 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 @@ -1 +1 @@ -d8827968e05794b14987d80246e568e4 \ No newline at end of file +2d8a67a8221e0eb2eb1384d46ce47a10 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png index 02959e03..7ae0fb14 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html index f722973f..855cbc66 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html @@ -89,12 +89,19 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyUploadDia

    This is the complete list of members for GpgFrontend::UI::KeyUploadDialog, including all inherited members.

    Private Slots

    - - - + + + + + + + + + +
    KeyUploadDialog(const KeyIdArgsListPtr &keys_ids, QWidget *parent)GpgFrontend::UI::KeyUploadDialogexplicit
    m_key_data_ (defined in GpgFrontend::UI::KeyUploadDialog)GpgFrontend::UI::KeyUploadDialogprivate
    m_keys_ (defined in GpgFrontend::UI::KeyUploadDialog)GpgFrontend::UI::KeyUploadDialogprivate
    GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
    KeyUploadDialog(const KeyIdArgsListPtr &keys_ids, QWidget *parent)GpgFrontend::UI::KeyUploadDialogexplicit
    m_key_data_ (defined in GpgFrontend::UI::KeyUploadDialog)GpgFrontend::UI::KeyUploadDialogprivate
    m_keys_ (defined in GpgFrontend::UI::KeyUploadDialog)GpgFrontend::UI::KeyUploadDialogprivate
    name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_upload_finished() (defined in GpgFrontend::UI::KeyUploadDialog)GpgFrontend::UI::KeyUploadDialogprivateslot
    slot_upload_key_to_server(const GpgFrontend::ByteArray &keys_data)GpgFrontend::UI::KeyUploadDialogprivateslot
    SlotUpload() (defined in GpgFrontend::UI::KeyUploadDialog)GpgFrontend::UI::KeyUploadDialogslot
    ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html index fde05eac..4ba93057 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html @@ -97,7 +97,8 @@ Inheritance diagram for GpgFrontend::UI::KeyUploadDialog:
    Inheritance graph
    - + +
    @@ -106,12 +107,15 @@ Collaboration diagram for GpgFrontend::UI::KeyUploadDialog:
    Collaboration graph
    - - - - - - + + + + + + + + +
    @@ -126,6 +130,9 @@ Public Member Functions + + +
     KeyUploadDialog (const KeyIdArgsListPtr &keys_ids, QWidget *parent)
     Construct a new Key Upload Dialog object. More...
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    @@ -226,8 +233,8 @@ QByteArray  + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -174,6 +182,8 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1MainWindow.h + + @@ -201,6 +211,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1MainWindow.h +

    Private Slots

    m_key_data_
    The documentation for this class was generated from the following files:
      -
    • src/ui/import_export/KeyUploadDialog.h
    • -
    • src/ui/import_export/KeyUploadDialog.cpp
    • +
    • src/ui/dialog/import_export/KeyUploadDialog.h
    • +
    • src/ui/dialog/import_export/KeyUploadDialog.cpp
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map index 4ec94443..b1f568f4 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map @@ -1,8 +1,11 @@ - - - - - - + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 index 9a72ffbb..f107cec8 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 @@ -1 +1 @@ -79a88d84bbef7033029cbc18fa118f23 \ No newline at end of file +67fa92afbec9fedf6d654e28f258eef9 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png index 31d824ef..891ee903 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map index 97175015..49660a23 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 index 8f781c34..be761b16 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 @@ -1 +1 @@ -2ab8c7571259299df5d8716a4ce06a1f \ No newline at end of file +4254ec6c340a0f7001c19ac2c896a7f3 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png index 97a4fe87..03327a5f 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyserverTab.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyserverTab.html index 64f137e8..7bacceb3 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyserverTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyserverTab.html @@ -251,7 +251,7 @@ QMenu * 
    popup_menu_ {}

    Set the Settings object.

    -

    References GpgFrontend::UI::SettingsObject::Check(), GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance(), and GpgFrontend::GlobalSettingStation::GetUISettings().

    +

    References GpgFrontend::UI::SettingsObject::Check().

    @@ -313,8 +313,8 @@ QMenu * 
    popup_menu_ {}
    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask-members.html b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask-members.html new file mode 100644 index 00000000..5b6871d6 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask-members.html @@ -0,0 +1,139 @@ + + + + + + + +GpgFrontend Project: Member List + + + + + + + + + + + + + +
    +
    + + + + + + +
    +
    GpgFrontend Project +
    +
    A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
    +
    +
    + + + + + + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    + +
    + +
    +
    +
    GpgFrontend::UI::ListedKeyServerTestTask Member List
    +
    +
    + +

    This is the complete list of members for GpgFrontend::UI::ListedKeyServerTestTask, including all inherited members.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    before_finish_task() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    callback_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    callback_thread_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    data_object_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    DataObjectPtr typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
    finish_after_run_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    generate_uuid()GpgFrontend::Thread::Taskprivatestatic
    GetUUID() constGpgFrontend::Thread::Task
    init() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    KeyServerTestResultType enum name (defined in GpgFrontend::UI::ListedKeyServerTestTask)GpgFrontend::UI::ListedKeyServerTestTask
    kTestResultType_Error enum value (defined in GpgFrontend::UI::ListedKeyServerTestTask)GpgFrontend::UI::ListedKeyServerTestTask
    kTestResultType_Success enum value (defined in GpgFrontend::UI::ListedKeyServerTestTask)GpgFrontend::UI::ListedKeyServerTestTask
    kTestResultType_Timeout enum value (defined in GpgFrontend::UI::ListedKeyServerTestTask)GpgFrontend::UI::ListedKeyServerTestTask
    ListedKeyServerTestTask(const QStringList &urls, int timeout, QWidget *parent=nullptr)GpgFrontend::UI::ListedKeyServerTestTaskexplicit
    network_manager_ (defined in GpgFrontend::UI::ListedKeyServerTestTask)GpgFrontend::UI::ListedKeyServerTestTaskprivate
    result_ (defined in GpgFrontend::UI::ListedKeyServerTestTask)GpgFrontend::UI::ListedKeyServerTestTaskprivate
    result_count_ (defined in GpgFrontend::UI::ListedKeyServerTestTask)GpgFrontend::UI::ListedKeyServerTestTaskprivate
    rtn_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    run() override (defined in GpgFrontend::UI::ListedKeyServerTestTask)GpgFrontend::UI::ListedKeyServerTestTaskprotectedvirtual
    Run()GpgFrontend::Thread::Taskvirtual
    runnable_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    SetFinishAfterRun(bool finish_after_run)GpgFrontend::Thread::Taskprotected
    SetRTN(int rtn)GpgFrontend::Thread::Taskprotected
    SignalKeyServerListTestResult(std::vector< KeyServerTestResultType > result)GpgFrontend::UI::ListedKeyServerTestTasksignal
    SignalTaskFinished() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Tasksignal
    SignalTaskPostFinishedDone() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Tasksignal
    slot_process_network_reply(int index, QNetworkReply *reply)GpgFrontend::UI::ListedKeyServerTestTaskprivate
    Task()GpgFrontend::Thread::Task
    Task(TaskCallback callback, DataObjectPtr data_object=nullptr)GpgFrontend::Thread::Task
    Task(TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)GpgFrontend::Thread::Task
    TaskCallback typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
    TaskRunnable typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
    timeout_ (defined in GpgFrontend::UI::ListedKeyServerTestTask)GpgFrontend::UI::ListedKeyServerTestTaskprivate
    urls_ (defined in GpgFrontend::UI::ListedKeyServerTestTask)GpgFrontend::UI::ListedKeyServerTestTaskprivate
    uuid_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
    ~Task() overrideGpgFrontend::Thread::Taskvirtual
    +
    + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html new file mode 100644 index 00000000..f69cbe8a --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html @@ -0,0 +1,361 @@ + + + + + + + +GpgFrontend Project: GpgFrontend::UI::ListedKeyServerTestTask Class Reference + + + + + + + + + + + + + +
    +
    + + + + + + +
    +
    GpgFrontend Project +
    +
    A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
    +
    +
    + + + + + + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    + +
    + +
    + +
    +
    GpgFrontend::UI::ListedKeyServerTestTask Class Reference
    +
    +
    +
    +Inheritance diagram for GpgFrontend::UI::ListedKeyServerTestTask:
    +
    +
    Inheritance graph
    + + + + + + +
    +
    +Collaboration diagram for GpgFrontend::UI::ListedKeyServerTestTask:
    +
    +
    Collaboration graph
    + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +

    +Public Types

    enum  KeyServerTestResultType { kTestResultType_Success, +kTestResultType_Timeout, +kTestResultType_Error + }
     
    - Public Types inherited from GpgFrontend::Thread::Task
    +using DataObjectPtr = std::shared_ptr< DataObject >
     
    +using TaskRunnable = std::function< int(DataObjectPtr)>
     
    +using TaskCallback = std::function< void(int, DataObjectPtr)>
     
    + + + + + + + + +

    +Signals

    void SignalKeyServerListTestResult (std::vector< KeyServerTestResultType > result)
     
    - Signals inherited from GpgFrontend::Thread::Task
    +void SignalTaskFinished ()
     
    +void SignalTaskPostFinishedDone ()
     
    + + + + + + + + + + + + + + + + + + + + + +

    +Public Member Functions

     ListedKeyServerTestTask (const QStringList &urls, int timeout, QWidget *parent=nullptr)
     
    - Public Member Functions inherited from GpgFrontend::Thread::Task
     Task ()
     Construct a new Task object. More...
     
     Task (TaskCallback callback, DataObjectPtr data_object=nullptr)
     Construct a new Task object. More...
     
     Task (TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)
     Construct a new Task object. More...
     
    virtual ~Task () override
     Destroy the Task object. More...
     
    virtual void Run ()
     Run - run the task. More...
     
    std::string GetUUID () const
     
    + + + + + + + + + +

    +Protected Member Functions

    +void run () override
     
    - Protected Member Functions inherited from GpgFrontend::Thread::Task
    void SetFinishAfterRun (bool finish_after_run)
     Set the Finish After Run object. More...
     
    void SetRTN (int rtn)
     
    + + + +

    +Private Member Functions

    void slot_process_network_reply (int index, QNetworkReply *reply)
     
    + + + + + + + + + + + +

    +Private Attributes

    +QStringList urls_
     
    +std::vector< KeyServerTestResultType > result_
     
    +QNetworkAccessManager * network_manager_
     
    +int timeout_ = 500
     
    +int result_count_ = 0
     
    +

    Constructor & Destructor Documentation

    + +

    ◆ ListedKeyServerTestTask()

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    GpgFrontend::UI::ListedKeyServerTestTask::ListedKeyServerTestTask (const QStringList & urls,
    int timeout,
    QWidget * parent = nullptr 
    )
    +
    +explicit
    +
    +

    Copyright (C) 2021 Saturneric

    +

    This file is part of GpgFrontend.

    +

    GpgFrontend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

    +

    GpgFrontend is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

    +

    You should have received a copy of the GNU General Public License along with GpgFrontend. If not, see https://www.gnu.org/licenses/.

    +

    The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.

    +

    The source code version of this software was modified and released by Saturnericeric@.nosp@m.bktu.nosp@m.s.comeric@.nosp@m.bktu.nosp@m.s.com starting on May 12, 2021.

    + +
    +
    +

    Member Function Documentation

    + +

    ◆ SignalKeyServerListTestResult

    + +
    +
    + + + + + +
    + + + + + + + + +
    void GpgFrontend::UI::ListedKeyServerTestTask::SignalKeyServerListTestResult (std::vector< KeyServerTestResultType > result)
    +
    +signal
    +
    +
    Parameters
    + + +
    result
    +
    +
    + +
    +
    + +

    ◆ slot_process_network_reply()

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    void GpgFrontend::UI::ListedKeyServerTestTask::slot_process_network_reply (int index,
    QNetworkReply * reply 
    )
    +
    +private
    +
    +
    Parameters
    + + + +
    index
    reply
    +
    +
    + +
    +
    +
    The documentation for this class was generated from the following files: +
    +
    + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.js b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.js new file mode 100644 index 00000000..be1c9436 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.js @@ -0,0 +1,17 @@ +var classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask = +[ + [ "KeyServerTestResultType", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8", [ + [ "kTestResultType_Success", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a63ce35ca3098ebd24e16ad592f14cd0d", null ], + [ "kTestResultType_Timeout", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8adbea1aa1d6372dbabc06c38ac1231f88", null ], + [ "kTestResultType_Error", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a5fe88955da96f064d23569112b2b6a13", null ] + ] ], + [ "ListedKeyServerTestTask", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77", null ], + [ "run", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a2a34a0b2c9f99597cc9ac52ffbcf151a", null ], + [ "SignalKeyServerListTestResult", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508", null ], + [ "slot_process_network_reply", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be", null ], + [ "network_manager_", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a870ec89c06c3a4789948ca60e45e437d", null ], + [ "result_", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a9c54f88adf75dd3402fef51ef5eeaea5", null ], + [ "result_count_", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a257a806258d2e82961dd1227151d8269", null ], + [ "timeout_", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#abbb10300a75086649faba44cf4d2ed61", null ], + [ "urls_", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a5c53b9ab82f93982e29a4fe3076c3419", null ] +]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.map new file mode 100644 index 00000000..ae5b4437 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.map @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.md5 new file mode 100644 index 00000000..2f0d8f1f --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.md5 @@ -0,0 +1 @@ +49875e5b97254a9749df6a0ff7428adf \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.png new file mode 100644 index 00000000..5ca64cc1 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.map new file mode 100644 index 00000000..83c029db --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.md5 new file mode 100644 index 00000000..0566fe70 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.md5 @@ -0,0 +1 @@ +c76a2955b48e5f188e3331ff509904e0 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.png new file mode 100644 index 00000000..d5e0fa33 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html deleted file mode 100644 index 29c0dedb..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - -GpgFrontend Project: GpgFrontend::UI::ListedKeyServerTestThread Class Reference - - - - - - - - - - - - - -
    -
    - - - - - - -
    -
    GpgFrontend Project -
    -
    A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
    -
    -
    - - - - - - - -
    -
    - -
    -
    -
    - -
    - -
    -
    - - -
    - -
    - -
    - -
    -
    GpgFrontend::UI::ListedKeyServerTestThread Class Reference
    -
    -
    -
    -Inheritance diagram for GpgFrontend::UI::ListedKeyServerTestThread:
    -
    -
    Inheritance graph
    - - - - -
    -
    -Collaboration diagram for GpgFrontend::UI::ListedKeyServerTestThread:
    -
    -
    Collaboration graph
    - - - - -
    - - - - -

    -Signals

    void SignalKeyServerListTestResult (const QStringList &result)
     
    - - - -

    -Public Member Functions

    ListedKeyServerTestThread (const QStringList &urls, int timeout, QWidget *parent=nullptr)
     
    - - - -

    -Protected Member Functions

    void run () override
     
    - - - - - - - -

    -Private Attributes

    -QStringList urls_
     
    -QStringList result_
     
    -int timeout_ = 500
     
    -

    Member Function Documentation

    - -

    ◆ run()

    - -
    -
    - - - - - -
    - - - - - - - -
    void GpgFrontend::UI::ListedKeyServerTestThread::run ()
    -
    -overrideprotected
    -
    -

    Copyright (C) 2021 Saturneric

    -

    This file is part of GpgFrontend.

    -

    GpgFrontend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

    -

    GpgFrontend is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

    -

    You should have received a copy of the GNU General Public License along with GpgFrontend. If not, see https://www.gnu.org/licenses/.

    -

    The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.

    -

    The source code version of this software was modified and released by Saturnericeric@.nosp@m.bktu.nosp@m.s.comeric@.nosp@m.bktu.nosp@m.s.com starting on May 12, 2021.

    - -

    References SignalKeyServerListTestResult().

    - -
    -
    - -

    ◆ SignalKeyServerListTestResult

    - -
    -
    - - - - - -
    - - - - - - - - -
    void GpgFrontend::UI::ListedKeyServerTestThread::SignalKeyServerListTestResult (const QStringList & result)
    -
    -signal
    -
    -
    Parameters
    - - -
    result
    -
    -
    - -

    Referenced by run().

    - -
    -
    -
    The documentation for this class was generated from the following files: -
    -
    - - - - diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.js b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.js deleted file mode 100644 index ec520cf7..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.js +++ /dev/null @@ -1,9 +0,0 @@ -var classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread = -[ - [ "ListedKeyServerTestThread", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a33d34fd3c08f5d4fa2a1e97b2f028274", null ], - [ "run", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a1146e72ffa5555b378f09efd2c55a619", null ], - [ "SignalKeyServerListTestResult", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a41071f083c60ca708e8cc29896803940", null ], - [ "result_", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a07cf756a15ba7750c6657802b1dce3e1", null ], - [ "timeout_", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a13ac7f514a2a8ad05feb9ef4819dc653", null ], - [ "urls_", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a0c7bac2346240758e7261d00416904bf", null ] -]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.map deleted file mode 100644 index 1ce773ff..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.map +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.md5 deleted file mode 100644 index e1c77371..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -1544496febe260bfb99e38dda0734d50 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.png deleted file mode 100644 index da01a793..00000000 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.png and /dev/null differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.map deleted file mode 100644 index 1ce773ff..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.map +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.md5 deleted file mode 100644 index e1c77371..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -1544496febe260bfb99e38dda0734d50 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.png deleted file mode 100644 index da01a793..00000000 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.png and /dev/null differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html index b7cdca1b..3b6b1131 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html @@ -122,43 +122,51 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1MainWindow.h
    file_menu_GpgFrontend::UI::MainWindowprivate
    file_tool_bar_GpgFrontend::UI::MainWindowprivate
    find_act_GpgFrontend::UI::MainWindowprivate
    font_size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected
    GeneralMainWindow(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralMainWindowexplicit
    get_restart_needed() constGpgFrontend::UI::MainWindowprivate
    help_menu_GpgFrontend::UI::MainWindowprivate
    import_button_GpgFrontend::UI::MainWindowprivate
    import_key_from_clipboard_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    import_key_from_edit_act_GpgFrontend::UI::MainWindowprivate
    import_key_from_file_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    import_key_from_key_server_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    import_key_menu_GpgFrontend::UI::MainWindowprivate
    info_board_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    info_board_dock_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    Init() noexceptGpgFrontend::UI::MainWindow
    key_list_dock_GpgFrontend::UI::MainWindowprivate
    key_menu_GpgFrontend::UI::MainWindowprivate
    key_tool_bar_GpgFrontend::UI::MainWindowprivate
    m_key_list_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    MainWindow() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindow
    gnupg_act_GpgFrontend::UI::MainWindowprivate
    help_menu_GpgFrontend::UI::MainWindowprivate
    icon_size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected
    icon_style_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected
    import_button_GpgFrontend::UI::MainWindowprivate
    import_key_from_clipboard_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    import_key_from_edit_act_GpgFrontend::UI::MainWindowprivate
    import_key_from_file_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    import_key_from_key_server_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    import_key_menu_GpgFrontend::UI::MainWindowprivate
    info_board_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    info_board_dock_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    Init() noexceptGpgFrontend::UI::MainWindow
    key_list_dock_GpgFrontend::UI::MainWindowprivate
    key_menu_GpgFrontend::UI::MainWindowprivate
    key_tool_bar_GpgFrontend::UI::MainWindowprivate
    m_key_list_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    MainWindow() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindow
    name_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate
    new_tab_act_GpgFrontend::UI::MainWindowprivate
    open_act_GpgFrontend::UI::MainWindowprivate
    open_key_management_act_GpgFrontend::UI::MainWindowprivate
    open_settings_act_GpgFrontend::UI::MainWindowprivate
    paste_act_GpgFrontend::UI::MainWindowprivate
    print_act_GpgFrontend::UI::MainWindowprivate
    prohibit_update_checking_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    quit_act_GpgFrontend::UI::MainWindowprivate
    quote_act_GpgFrontend::UI::MainWindowprivate
    redo_act_GpgFrontend::UI::MainWindowprivate
    refresh_keys_from_key_server()GpgFrontend::UI::MainWindowprivateslot
    restart_needed_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    restore_settings()GpgFrontend::UI::MainWindowprivate
    save_act_GpgFrontend::UI::MainWindowprivate
    save_as_act_GpgFrontend::UI::MainWindowprivate
    save_settings()GpgFrontend::UI::MainWindowprivate
    select_all_act_GpgFrontend::UI::MainWindowprivate
    SetCryptoMenuStatus(CryptoMenu::OperationType type)GpgFrontend::UI::MainWindow
    show_key_details_act_GpgFrontend::UI::MainWindowprivate
    sign_act_GpgFrontend::UI::MainWindowprivate
    SignalLoaded() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowsignal
    pos_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate
    print_act_GpgFrontend::UI::MainWindowprivate
    prohibit_update_checking_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    quit_act_GpgFrontend::UI::MainWindowprivate
    quote_act_GpgFrontend::UI::MainWindowprivate
    redo_act_GpgFrontend::UI::MainWindowprivate
    refresh_keys_from_key_server()GpgFrontend::UI::MainWindowprivateslot
    restart_needed_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
    restore_settings()GpgFrontend::UI::MainWindowprivate
    save_act_GpgFrontend::UI::MainWindowprivate
    save_as_act_GpgFrontend::UI::MainWindowprivate
    save_settings()GpgFrontend::UI::MainWindowprivate
    select_all_act_GpgFrontend::UI::MainWindowprivate
    SetCryptoMenuStatus(CryptoMenu::OperationType type)GpgFrontend::UI::MainWindow
    show_key_details_act_GpgFrontend::UI::MainWindowprivate
    sign_act_GpgFrontend::UI::MainWindowprivate
    SignalLoaded() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowsignal
    size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate
    slot_add_pgp_header()GpgFrontend::UI::MainWindowprivateslot
    slot_append_selected_keys()GpgFrontend::UI::MainWindowprivateslot
    slot_clean_double_line_breaks()GpgFrontend::UI::MainWindowprivateslot
    slot_open_file_tab()GpgFrontend::UI::MainWindowprivateslot
    slot_open_key_management()GpgFrontend::UI::MainWindowprivateslot
    slot_open_settings_dialog()GpgFrontend::UI::MainWindowprivateslot
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot
    slot_show_key_details()GpgFrontend::UI::MainWindowprivateslot
    slot_sign()GpgFrontend::UI::MainWindowprivateslot
    slot_start_wizard()GpgFrontend::UI::MainWindowprivateslot
    view_menu_GpgFrontend::UI::MainWindowprivate
    zoom_in_act_GpgFrontend::UI::MainWindowprivate
    zoom_out_act_GpgFrontend::UI::MainWindowprivate
    ~GeneralMainWindow() override (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindow
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html index bcada46e..387894d1 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html @@ -101,7 +101,8 @@ Inheritance diagram for GpgFrontend::UI::MainWindow:
    Inheritance graph
    - + +
    @@ -110,27 +111,30 @@ Collaboration diagram for GpgFrontend::UI::MainWindow:
    Collaboration graph
    - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +
    @@ -173,11 +177,17 @@ Public Member Functions + + +
     
    void SetCryptoMenuStatus (CryptoMenu::OperationType type)
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralMainWindow
     GeneralMainWindow (std::string name, QWidget *parent=nullptr)
     
    + + +

    Protected Member Functions

    void closeEvent (QCloseEvent *event) override
     
    - Protected Member Functions inherited from GpgFrontend::UI::GeneralMainWindow
    void closeEvent (QCloseEvent *event)
     
    @@ -456,6 +466,10 @@ QAction *  + + + @@ -503,6 +517,19 @@ bool  +

    Private Slots

    translate_act_ {}
     Action to open about dialog.
     
    +QAction * gnupg_act_ {}
     Action to open about dialog.
     
    QAction * open_settings_act_ {}
     Action to open settings dialog.
    restart_needed_ {
    bool prohibit_update_checking_ = false
     
    + + + + + + + +

    +Additional Inherited Members

    - Protected Attributes inherited from GpgFrontend::UI::GeneralMainWindow
    +QSize icon_size_ {}
     
    +int font_size_ {}
     
    +Qt::ToolButtonStyle icon_style_
     

    Member Function Documentation

    @@ -591,7 +618,7 @@ bool 
    prohibit_update_check

    Create actions for the main-menu and the context-menu of the keylist.

    -

    References about_act_, add_pgp_header_act_, append_selected_keys_act_, browser_act_, check_update_act_, clean_double_line_breaks_act_, close_tab_act_, copy_act_, copy_mail_address_to_clipboard_act_, cut_act_, cut_pgp_header_act_, decrypt_act_, decrypt_verify_act_, edit_, encrypt_act_, encrypt_sign_act_, find_act_, GpgFrontend::UI::CommonUtils::GetInstance(), import_key_from_edit_act_, new_tab_act_, open_act_, open_key_management_act_, open_settings_act_, paste_act_, print_act_, quit_act_, quote_act_, redo_act_, save_act_, save_as_act_, select_all_act_, show_key_details_act_, sign_act_, slot_add_pgp_header(), slot_append_selected_keys(), slot_clean_double_line_breaks(), slot_copy_mail_address_to_clipboard(), slot_cut_pgp_header(), slot_decrypt(), slot_decrypt_verify(), slot_encrypt(), slot_encrypt_sign(), slot_find(), slot_import_key_from_edit(), slot_open_file_tab(), slot_open_key_management(), slot_open_settings_dialog(), slot_show_key_details(), slot_sign(), slot_start_wizard(), slot_verify(), GpgFrontend::UI::TextEdit::SlotCloseTab(), GpgFrontend::UI::TextEdit::SlotCopy(), GpgFrontend::UI::TextEdit::SlotCut(), GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard(), GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile(), GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(), GpgFrontend::UI::TextEdit::SlotNewTab(), GpgFrontend::UI::TextEdit::SlotOpen(), GpgFrontend::UI::TextEdit::SlotPaste(), GpgFrontend::UI::TextEdit::SlotPrint(), GpgFrontend::UI::TextEdit::SlotQuote(), GpgFrontend::UI::TextEdit::SlotRedo(), GpgFrontend::UI::TextEdit::SlotSave(), GpgFrontend::UI::TextEdit::SlotSaveAs(), GpgFrontend::UI::TextEdit::SlotSelectAll(), GpgFrontend::UI::TextEdit::SlotSwitchTabDown(), GpgFrontend::UI::TextEdit::SlotSwitchTabUp(), GpgFrontend::UI::TextEdit::SlotUndo(), start_wizard_act_, switch_tab_down_act_, switch_tab_up_act_, translate_act_, undo_act_, verify_act_, zoom_in_act_, and zoom_out_act_.

    +

    References about_act_, add_pgp_header_act_, append_selected_keys_act_, browser_act_, check_update_act_, clean_double_line_breaks_act_, close_tab_act_, copy_act_, copy_mail_address_to_clipboard_act_, cut_act_, cut_pgp_header_act_, decrypt_act_, decrypt_verify_act_, edit_, encrypt_act_, encrypt_sign_act_, find_act_, GpgFrontend::UI::CommonUtils::GetInstance(), gnupg_act_, import_key_from_edit_act_, new_tab_act_, open_act_, open_key_management_act_, open_settings_act_, paste_act_, print_act_, quit_act_, quote_act_, redo_act_, save_act_, save_as_act_, select_all_act_, show_key_details_act_, sign_act_, slot_add_pgp_header(), slot_append_selected_keys(), slot_clean_double_line_breaks(), slot_copy_mail_address_to_clipboard(), slot_cut_pgp_header(), slot_decrypt(), slot_decrypt_verify(), slot_encrypt(), slot_encrypt_sign(), slot_find(), slot_import_key_from_edit(), slot_open_file_tab(), slot_open_key_management(), slot_open_settings_dialog(), slot_show_key_details(), slot_sign(), slot_start_wizard(), slot_verify(), GpgFrontend::UI::TextEdit::SlotCloseTab(), GpgFrontend::UI::TextEdit::SlotCopy(), GpgFrontend::UI::TextEdit::SlotCut(), GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard(), GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile(), GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(), GpgFrontend::UI::TextEdit::SlotNewTab(), GpgFrontend::UI::TextEdit::SlotOpen(), GpgFrontend::UI::TextEdit::SlotPaste(), GpgFrontend::UI::TextEdit::SlotPrint(), GpgFrontend::UI::TextEdit::SlotQuote(), GpgFrontend::UI::TextEdit::SlotRedo(), GpgFrontend::UI::TextEdit::SlotSave(), GpgFrontend::UI::TextEdit::SlotSaveAs(), GpgFrontend::UI::TextEdit::SlotSelectAll(), GpgFrontend::UI::TextEdit::SlotSwitchTabDown(), GpgFrontend::UI::TextEdit::SlotSwitchTabUp(), GpgFrontend::UI::TextEdit::SlotUndo(), start_wizard_act_, switch_tab_down_act_, switch_tab_up_act_, translate_act_, undo_act_, verify_act_, zoom_in_act_, and zoom_out_act_.

    Referenced by Init().

    @@ -677,7 +704,7 @@ bool 
    prohibit_update_check prohibit_update_check

    Load settings from ini-file.

    -

    References GpgFrontend::UI::SettingsObject::Check(), GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance(), GpgFrontend::GlobalSettingStation::GetUISettings(), import_button_, GpgFrontend::UI::KeyList::SetChecked(), and GpgFrontend::GlobalSettingStation::SyncSettings().

    +

    References GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance(), GpgFrontend::GlobalSettingStation::GetUISettings(), import_button_, GpgFrontend::UI::KeyList::SetChecked(), and GpgFrontend::GlobalSettingStation::SyncSettings().

    Referenced by Init().

    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js index 67b5717a..af8962b5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js @@ -72,6 +72,7 @@ var classGpgFrontend_1_1UI_1_1MainWindow = [ "file_menu_", "classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f", null ], [ "file_tool_bar_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64", null ], [ "find_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8", null ], + [ "gnupg_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227", null ], [ "help_menu_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63", null ], [ "import_button_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be", null ], [ "import_key_from_clipboard_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#ad0a47aadbd6ae3a4bd0fe3372d247e7d", null ], diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map index 738f125d..0affd653 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map @@ -1,23 +1,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 index ac124f35..e4e1123a 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 @@ -1 +1 @@ -4263cd3b5288889a0513924c469a5f61 \ No newline at end of file +3651fd17a9589bc04970f8550cd00a78 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png index 497410bc..d0239309 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.map index dd636e7c..fa9c7bf5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 index c984ae9c..831731e3 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 @@ -1 +1 @@ -9ffa45f50e491e05205f076d8787c25f \ No newline at end of file +48916b2cd3f0a07b4753fa7e2e5e42a9 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png index 24f2472a..70127803 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1NetworkTab.html b/docs/html/classGpgFrontend_1_1UI_1_1NetworkTab.html index 54ce8bca..c587b870 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1NetworkTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1NetworkTab.html @@ -284,8 +284,8 @@ QNetworkProxy::ProxyType 
    p
    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html index 79c9866d..6eff54e7 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html @@ -90,11 +90,18 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1QuitDialog.h

    This is the complete list of members for GpgFrontend::UI::QuitDialog, including all inherited members.

    - - - - + + + + + + + + + + +
    discarded_ (defined in GpgFrontend::UI::QuitDialog)GpgFrontend::UI::QuitDialogprivate
    GetTabIdsToSave()GpgFrontend::UI::QuitDialog
    IsDiscarded() constGpgFrontend::UI::QuitDialog
    m_fileList_ (defined in GpgFrontend::UI::QuitDialog)GpgFrontend::UI::QuitDialogprivate
    QuitDialog(QWidget *parent, const QHash< int, QString > &unsavedDocs)GpgFrontend::UI::QuitDialog
    GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
    GetTabIdsToSave()GpgFrontend::UI::QuitDialog
    IsDiscarded() constGpgFrontend::UI::QuitDialog
    m_fileList_ (defined in GpgFrontend::UI::QuitDialog)GpgFrontend::UI::QuitDialogprivate
    name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    QuitDialog(QWidget *parent, const QHash< int, QString > &unsavedDocs)GpgFrontend::UI::QuitDialog
    size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    slot_my_discard() (defined in GpgFrontend::UI::QuitDialog)GpgFrontend::UI::QuitDialogprivateslot
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html index 864c50fb..7d0b21e2 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html @@ -96,7 +96,8 @@ Inheritance diagram for GpgFrontend::UI::QuitDialog:
    Inheritance graph
    - + +
    @@ -105,8 +106,11 @@ Collaboration diagram for GpgFrontend::UI::QuitDialog:
    Collaboration graph
    - - + + + + +
    @@ -120,6 +124,9 @@ Public Member Functions + + +
    QList< int > GetTabIdsToSave ()
     Get the Tab Ids To Save object. More...
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.map index df353e19..6220adfa 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.map @@ -1,4 +1,7 @@ - - + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 index 25bfa7ce..90536923 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 @@ -1 +1 @@ -1de40d77e9985875351774ec6ade2b83 \ No newline at end of file +f7c17c0d2be1d9d76673e900b877ce91 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.png index 081920c1..173d89ec 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.map index df353e19..1e5b9f10 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 index 25bfa7ce..f546e11a 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 @@ -1 +1 @@ -1de40d77e9985875351774ec6ade2b83 \ No newline at end of file +e65eda0cee5f9600190220947077c599 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.png index 081920c1..209af80b 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html index 12015fc6..53047c04 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html @@ -92,16 +92,23 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SettingsDial - - - + + + + + - - - + + + + + + + +

    Private Slots

    appearance_tab_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialog
    button_box_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
    general_tab_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialog
    get_restart_needed() constGpgFrontend::UI::SettingsDialogprivate
    key_server_tab_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialog
    ListLanguages()GpgFrontend::UI::SettingsDialogstatic
    GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
    get_restart_needed() constGpgFrontend::UI::SettingsDialogprivate
    key_server_tab_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialog
    ListLanguages()GpgFrontend::UI::SettingsDialogstatic
    name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    network_tab_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialog
    restart_needed_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
    SettingsDialog(QWidget *parent=nullptr)GpgFrontend::UI::SettingsDialogexplicit
    SignalRestartNeeded(bool needed)GpgFrontend::UI::SettingsDialogsignal
    pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    restart_needed_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
    SettingsDialog(QWidget *parent=nullptr)GpgFrontend::UI::SettingsDialogexplicit
    SignalRestartNeeded(bool needed)GpgFrontend::UI::SettingsDialogsignal
    size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_set_restart_needed(bool needed)GpgFrontend::UI::SettingsDialogprivateslot
    SlotAccept() (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogslot
    tab_widget_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
    ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html index 539f4166..015c17fb 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html @@ -101,7 +101,8 @@ Inheritance diagram for GpgFrontend::UI::SettingsDialog:
    Inheritance graph
    - + +
    @@ -110,34 +111,35 @@ Collaboration diagram for GpgFrontend::UI::SettingsDialog:
    Collaboration graph
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    @@ -157,6 +159,9 @@ Public Member Functions + + +
     SettingsDialog (QWidget *parent=nullptr)
     Construct a new Settings Dialog object. More...
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    @@ -368,8 +373,8 @@ false
    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map index a3b781e5..26b75d80 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map @@ -1,30 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 index 83c5fb35..df2cc7a3 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 @@ -1 +1 @@ -8089d1e67f665e3026ddbc1555be6707 \ No newline at end of file +b047f367d4eda89d6b5cadd7c6c53f1c \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png index c35d276f..6747a916 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map index c35af865..02ccdaa1 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 index a4cebfc1..1045bed6 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 @@ -1 +1 @@ -81570ab9f5a36b8320343edf42a60321 \ No newline at end of file +39f5e6218ae3c7f9f8c5a1b229b15b16 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png index 0ca25662..00eb74bf 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html index 59a4b2a7..7d1d04cd 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html @@ -310,7 +310,7 @@ std::string 

    References GpgFrontend::UI::KeyList::GetPrivateChecked().

    + + + +

    ◆ GetStatus()

    + +
    +
    +

    Static Public Member Functions

    settings_name_

    All the source code of GpgFrontend was modified and released by Saturnericeric@.nosp@m.bktu.nosp@m.s.com starting on May 12, 2021.

    SPDX-License-Identifier: GPL-3.0-or-later

    -

    Referenced by GpgFrontend::UI::KeyServerImportDialog::create_comboBox(), GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(), GpgFrontend::UI::MainWindow::restore_settings(), GpgFrontend::UI::InfoBoardWidget::SetInfoBoard(), GpgFrontend::UI::AppearanceTab::SetSettings(), GpgFrontend::UI::KeyserverTab::SetSettings(), GpgFrontend::UI::MainWindow::slot_open_settings_dialog(), and GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer().

    +

    Referenced by GpgFrontend::UI::KeyServerImportDialog::create_comboBox(), GpgFrontend::UI::InfoBoardWidget::SetInfoBoard(), GpgFrontend::UI::AppearanceTab::SetSettings(), GpgFrontend::UI::KeyserverTab::SetSettings(), GpgFrontend::UI::MainWindow::slot_open_settings_dialog(), GpgFrontend::UI::KeyServerImportDialog::SlotImport(), and GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer().

    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html index 8f11c585..22d6533d 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html @@ -89,9 +89,18 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SignersPicke

    This is the complete list of members for GpgFrontend::UI::SignersPicker, including all inherited members.

    + + - - + + + + + + + + +
    accepted_ (defined in GpgFrontend::UI::SignersPicker)GpgFrontend::UI::SignersPickerprivate
    GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
    GetCheckedSigners()GpgFrontend::UI::SignersPicker
    key_list_ (defined in GpgFrontend::UI::SignersPicker)GpgFrontend::UI::SignersPickerprivate
    SignersPicker(QWidget *parent=nullptr)GpgFrontend::UI::SignersPickerexplicit
    GetStatus() constGpgFrontend::UI::SignersPicker
    key_list_ (defined in GpgFrontend::UI::SignersPicker)GpgFrontend::UI::SignersPickerprivate
    name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    SignersPicker(QWidget *parent=nullptr)GpgFrontend::UI::SignersPickerexplicit
    size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html index 874ee058..fb537754 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html @@ -95,8 +95,9 @@ Inheritance diagram for GpgFrontend::UI::SignersPicker:
    Inheritance graph
    - - + + +
    @@ -104,24 +105,27 @@ Collaboration diagram for GpgFrontend::UI::SignersPicker:
    Collaboration graph
    - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +
    @@ -133,12 +137,20 @@ Public Member Functions + + + + +
    GpgFrontend::KeyIdArgsListPtr GetCheckedSigners ()
     Get the Checked Signers object. More...
     
    bool GetStatus () const
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    + +

    Private Attributes

    KeyListkey_list_
     
    +bool accepted_ = false
     

    Constructor & Destructor Documentation

    @@ -198,11 +210,29 @@ Private Attributes
    + + + + + + +
    bool GpgFrontend::UI::SignersPicker::GetStatus () const
    +
    +
    Returns
    +

    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.js b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.js index 94d9b880..09b716d2 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.js @@ -2,5 +2,7 @@ var classGpgFrontend_1_1UI_1_1SignersPicker = [ [ "SignersPicker", "classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb", null ], [ "GetCheckedSigners", "classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00", null ], + [ "GetStatus", "classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac", null ], + [ "accepted_", "classGpgFrontend_1_1UI_1_1SignersPicker.html#a524ee72ddb4fe397d71c0d4b5eb69171", null ], [ "key_list_", "classGpgFrontend_1_1UI_1_1SignersPicker.html#a4daf860ef736aedd986e566383666be5", null ] ]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map index 2d5409e0..4b94cb96 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map @@ -1,20 +1,23 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 index b1123bc9..baa8ef94 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 @@ -1 +1 @@ -dc178606fd10d322340800a475c51d38 \ No newline at end of file +df8f074a416fdbde627c908755d9d5b2 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png index e7af1472..9cf0eeb6 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map index 62b457cd..8a32ece5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 index ed649c94..77c6040f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 @@ -1 +1 @@ -424d4668f2659acdc76476c7d068679c \ No newline at end of file +86f11a0450caeb0170b4c4c93bd734a1 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png index 24556f66..d08a00fc 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html index 533cdfa4..8196d2d6 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html @@ -96,23 +96,30 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SubkeyGenera
    error_label_GpgFrontend::UI::SubkeyGenerateDialogprivate
    expire_check_box_GpgFrontend::UI::SubkeyGenerateDialogprivate
    gen_key_info_ (defined in GpgFrontend::UI::SubkeyGenerateDialog)GpgFrontend::UI::SubkeyGenerateDialogprivate
    key_ (defined in GpgFrontend::UI::SubkeyGenerateDialog)GpgFrontend::UI::SubkeyGenerateDialogprivate
    key_size_spin_box_GpgFrontend::UI::SubkeyGenerateDialogprivate
    key_type_combo_box_GpgFrontend::UI::SubkeyGenerateDialogprivate
    key_usage_check_boxes_GpgFrontend::UI::SubkeyGenerateDialogprivate
    key_usage_group_box_ (defined in GpgFrontend::UI::SubkeyGenerateDialog)GpgFrontend::UI::SubkeyGenerateDialogprivate
    max_date_time_ (defined in GpgFrontend::UI::SubkeyGenerateDialog)GpgFrontend::UI::SubkeyGenerateDialogprivate
    refresh_widgets_state()GpgFrontend::UI::SubkeyGenerateDialogprivate
    set_signal_slot()GpgFrontend::UI::SubkeyGenerateDialogprivate
    SignalSubKeyGenerated() (defined in GpgFrontend::UI::SubkeyGenerateDialog)GpgFrontend::UI::SubkeyGenerateDialogsignal
    GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
    key_ (defined in GpgFrontend::UI::SubkeyGenerateDialog)GpgFrontend::UI::SubkeyGenerateDialogprivate
    key_size_spin_box_GpgFrontend::UI::SubkeyGenerateDialogprivate
    key_type_combo_box_GpgFrontend::UI::SubkeyGenerateDialogprivate
    key_usage_check_boxes_GpgFrontend::UI::SubkeyGenerateDialogprivate
    key_usage_group_box_ (defined in GpgFrontend::UI::SubkeyGenerateDialog)GpgFrontend::UI::SubkeyGenerateDialogprivate
    max_date_time_ (defined in GpgFrontend::UI::SubkeyGenerateDialog)GpgFrontend::UI::SubkeyGenerateDialogprivate
    name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    refresh_widgets_state()GpgFrontend::UI::SubkeyGenerateDialogprivate
    set_signal_slot()GpgFrontend::UI::SubkeyGenerateDialogprivate
    SignalSubKeyGenerated() (defined in GpgFrontend::UI::SubkeyGenerateDialog)GpgFrontend::UI::SubkeyGenerateDialogsignal
    size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
    slot_activated_key_type(int index)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
    slot_authentication_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
    slot_certification_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
    slot_encryption_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
    slot_expire_box_changed()GpgFrontend::UI::SubkeyGenerateDialogprivateslot
    slot_key_gen_accept()GpgFrontend::UI::SubkeyGenerateDialogprivateslot
    slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
    slot_signing_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
    SubkeyGenerateDialog(const KeyId &key_id, QWidget *parent)GpgFrontend::UI::SubkeyGenerateDialogexplicit
    ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html index f9806eb6..b074534f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html @@ -98,7 +98,8 @@ Inheritance diagram for GpgFrontend::UI::SubkeyGenerateDialog:
    Inheritance graph
    - + +
    @@ -107,18 +108,19 @@ Collaboration diagram for GpgFrontend::UI::SubkeyGenerateDialog:
    Collaboration graph
    - - - - - - - - - - - - + + + + + + + + + + + + +
    @@ -133,6 +135,9 @@ Public Member Functions + + +
     SubkeyGenerateDialog (const KeyId &key_id, QWidget *parent)
     Construct a new Subkey Generate Dialog object. More...
     
    - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
     GeneralDialog (std::string name, QWidget *parent=nullptr)
     
    @@ -641,8 +646,8 @@ QDateTime 
    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1UpdateTab.html b/docs/html/classGpgFrontend_1_1UI_1_1UpdateTab.html index ea542e63..fc8fbd18 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1UpdateTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1UpdateTab.html @@ -286,8 +286,8 @@ QPushButton *  - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + + + + + + + + + + + - + - - - - - - - - - - - + + + + + + + + + + + + + - + - - - - - - - - - - - - - + - + - - - + + + - + + + + + + + + + + + + + - - + + + + + + - - - - - - + + - - - + + - + - - + + - + - - + + - - - - + + + - - + + - - - - - - - - - - - - - + + - - - - + + + + + - - - - + + + + + - - - + + - - - + + + - + + + +

    Private Slots

    max_date_time_
    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map index 926425a0..3dd6f93a 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map @@ -1,14 +1,15 @@ - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 index 2b617fd5..d77be646 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 @@ -1 +1 @@ -54eccb817417ded6a4f8b2a4bcd37861 \ No newline at end of file +84b12c14e0e6f7bbc9440f531f1be7fc \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png index c88d4f55..4be40ebf 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map index f515f82d..9bf0be77 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map @@ -1,4 +1,5 @@ - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 index 67d087b8..4ef7c15d 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 @@ -1 +1 @@ -fd8df2ba784f0c2abc498b6feb094660 \ No newline at end of file +6d25b949291fb0bd4c33934d6bc1e4ad \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png index b6310619..0becb8db 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1TranslatorsTab.html b/docs/html/classGpgFrontend_1_1UI_1_1TranslatorsTab.html index fb3c42ef..6d2f4384 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1TranslatorsTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1TranslatorsTab.html @@ -159,8 +159,8 @@ Public Member Functions
    download_but
    The documentation for this class was generated from the following files: diff --git a/docs/html/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html index 4c8fb2dc..94b38fe4 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html @@ -220,8 +220,8 @@ gpgme_error_t 
    error_
    The documentation for this class was generated from the following files: diff --git a/docs/html/classSignatureDetailsDialog.html b/docs/html/classSignatureDetailsDialog.html index af21263d..37536c2a 100644 --- a/docs/html/classSignatureDetailsDialog.html +++ b/docs/html/classSignatureDetailsDialog.html @@ -116,7 +116,7 @@ Collaboration diagram for SignatureDetailsDialog:

    All the source code of GpgFrontend was modified and released by Saturnericeric@.nosp@m.bktu.nosp@m.s.com starting on May 12, 2021.

    SPDX-License-Identifier: GPL-3.0-or-later


    The documentation for this class was generated from the following file: diff --git a/docs/html/classTestListedKeyServerThread.html b/docs/html/classTestListedKeyServerThread.html index 52817f78..972f9a60 100644 --- a/docs/html/classTestListedKeyServerThread.html +++ b/docs/html/classTestListedKeyServerThread.html @@ -95,7 +95,7 @@ Collaboration diagram for TestListedKeyServerThread:
    The documentation for this class was generated from the following file: diff --git a/docs/html/classes.html b/docs/html/classes.html index 466b9f8b..0c4b20b0 100644 --- a/docs/html/classes.html +++ b/docs/html/classes.html @@ -92,186 +92,191 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); })
      f  
    GpgSignature (GpgFrontend)   KeyPairUIDTab (GpgFrontend::UI)   SignersPicker (GpgFrontend::UI)   GpgKeySignature (GpgFrontend)   KeyPairSubkeyTab (GpgFrontend::UI)   SignalStation (GpgFrontend::UI)   
    GpgSignResultAnalyse (GpgFrontend)   KeyServerImportDialog (GpgFrontend::UI)   SingletonFunctionObject (GpgFrontend)   
    GpgResultAnalyse (GpgFrontend)   KeyPairUIDTab (GpgFrontend::UI)   SignatureDetailsDialog   
    GpgContext::_ctx_ref_deleter (GpgFrontend)    FileOperator (GpgFrontend)   GpgSubKey (GpgFrontend)   KeyserverTab (GpgFrontend::UI)   SingletonStorage (GpgFrontend)   GpgSignature (GpgFrontend)   KeyServerImportDialog (GpgFrontend::UI)   SignersPicker (GpgFrontend::UI)   
    GpgData::_data_ref_deleter (GpgFrontend)    FilePage (GpgFrontend::UI)   GpgTOFUInfo (GpgFrontend)   KeySetExpireDateDialog (GpgFrontend::UI)   SingletonStorageCollection (GpgFrontend)   GpgSignResultAnalyse (GpgFrontend)   KeyServerImportTask (GpgFrontend::UI)   SingletonFunctionObject (GpgFrontend)   
    GpgKey::_key_ref_deleter (GpgFrontend)    FileReadTask (GpgFrontend::UI)   GpgUID (GpgFrontend)   KeyTable (GpgFrontend::UI)   SoftwareVersion (GpgFrontend::UI)   GpgSubKey (GpgFrontend)   KeyServerSearchTask (GpgFrontend::UI)   SingletonStorage (GpgFrontend)   
    _result_ref_deletor (GpgFrontend)    FindWidget (GpgFrontend::UI)   GpgUIDOperator (GpgFrontend)   KeyUIDSignDialog (GpgFrontend::UI)   SubkeyGenerateDialog (GpgFrontend::UI)   GpgTOFUInfo (GpgFrontend)   KeyserverTab (GpgFrontend::UI)   SingletonStorageCollection (GpgFrontend)   
      a  
      g  
    GpgUID (GpgFrontend)   KeySetExpireDateDialog (GpgFrontend::UI)   SoftwareVersion (GpgFrontend::UI)   
    GpgUIDOperator (GpgFrontend)   KeyTable (GpgFrontend::UI)   SubkeyGenerateDialog (GpgFrontend::UI)   
    AboutDialog (GpgFrontend::UI)   GeneralDialog (GpgFrontend::UI)    GpgVerifyResultAnalyse (GpgFrontend)   KeyUploadDialog (GpgFrontend::UI)   KeyUIDSignDialog (GpgFrontend::UI)   
      t  
      h  
    -
      l  
    -
    AboutDialog (GpgFrontend::UI)   GeneralTab (GpgFrontend::UI)   Task (GpgFrontend::Thread)   
    AdvancedTab (GpgFrontend::UI)   GenKeyInfo (GpgFrontend)   HelpPage (GpgFrontend::UI)   ListedKeyServerTestThread (GpgFrontend::UI)   TaskRunner (GpgFrontend::Thread)   GeneralMainWindow (GpgFrontend::UI)   
      h  
    +
    KeyUploadDialog (GpgFrontend::UI)   
    AppearanceTab (GpgFrontend::UI)   GeneralTab (GpgFrontend::UI)   
      l  
    +
    Task (GpgFrontend::Thread)   
    ArchiveFileOperator (GpgFrontend)   GenKeyInfo (GpgFrontend)   HelpPage (GpgFrontend::UI)   TaskRunner (GpgFrontend::Thread)   
    ArchiveStruct (GpgFrontend)    GlobalSettingStation (GpgFrontend)   
      i  
      m  
    -
    ListedKeyServerTestTask (GpgFrontend::UI)    TaskRunnerGetter (GpgFrontend::Thread)   
    ArchiveFileOperator (GpgFrontend)   GpgBasicOperator (GpgFrontend)   TestListedKeyServerThread   
    ArchiveStruct (GpgFrontend)   GpgCommandExecutor (GpgFrontend)   InfoBoardWidget (GpgFrontend::UI)   MainWindow (GpgFrontend::UI)   TextEdit (GpgFrontend::UI)   
      c  
    GpgConstants (GpgFrontend)   InfoTab (GpgFrontend::UI)   
      n  
    +
    GnupgTab (GpgFrontend::UI)   
      m  
    TOFUInfoPage (GpgFrontend::UI)   TestListedKeyServerThread   
    GpgContext (GpgFrontend)   IntroPage (GpgFrontend::UI)   TranslatorsTab (GpgFrontend::UI)   
    GpgBasicOperator (GpgFrontend)   InfoBoardWidget (GpgFrontend::UI)   TextEdit (GpgFrontend::UI)   
    ChannelObject (GpgFrontend)   GpgContextInitArgs (GpgFrontend)   GpgCommandExecutor (GpgFrontend)   InfoTab (GpgFrontend::UI)   MainWindow (GpgFrontend::UI)   TOFUInfoPage (GpgFrontend::UI)   
    CharsetOperator (GpgFrontend)   GpgConstants (GpgFrontend)   IntroPage (GpgFrontend::UI)   
      n  
    +
    TranslatorsTab (GpgFrontend::UI)   
    ChoosePage (GpgFrontend::UI)   GpgContext (GpgFrontend)   
      k  
    NetworkTab (GpgFrontend::UI)   
      u  
    CharsetOperator (GpgFrontend)   
    class   GpgContextInitArgs (GpgFrontend)   NetworkTab (GpgFrontend::UI)   
    CommonUtils (GpgFrontend::UI)    GpgData (GpgFrontend)   KeyDetailsDialog (GpgFrontend::UI)   
      p  
    ChoosePage (GpgFrontend::UI)   GpgDecryptResultAnalyse (GpgFrontend)   KeyDetailsDialog (GpgFrontend::UI)    UpdateTab (GpgFrontend::UI)   
    class   GpgEncryptResultAnalyse (GpgFrontend)   
    ConclusionPage (GpgFrontend::UI)   GpgDecryptResultAnalyse (GpgFrontend)    KeyGenDialog (GpgFrontend::UI)   PassphraseGenerator (GpgFrontend)   
      v  
    CommonUtils (GpgFrontend::UI)   GpgFileOpera (GpgFrontend)   
    CoreCommonUtil (GpgFrontend)   GpgEncryptResultAnalyse (GpgFrontend)    KeyGenPage (GpgFrontend::UI)   PlainTextEditorPage (GpgFrontend::UI)   PassphraseGenerator (GpgFrontend)   
    ConclusionPage (GpgFrontend::UI)   GpgFrontendApplication (GpgFrontend::UI)   
    MainWindow::CryptoMenu (GpgFrontend::UI)   GpgFileOpera (GpgFrontend)    KeyImportDetailDialog (GpgFrontend::UI)   ProxyConnectionTestThread   PlainTextEditorPage (GpgFrontend::UI)    VerifyDetailsDialog (GpgFrontend::UI)   
    CoreCommonUtil (GpgFrontend)   GpgImportedKey (GpgFrontend)   
    CtxCheckTask (GpgFrontend::Thread)   GpgFrontendApplication (GpgFrontend::UI)    KeyList (GpgFrontend::UI)    ProxyConnectionTestThread (GpgFrontend::UI)    VerifyKeyDetailBox (GpgFrontend::UI)   
    MainWindow::CryptoMenu (GpgFrontend::UI)   GpgImportInformation (GpgFrontend)   KeyListColumn (GpgFrontend::UI)   
      q  
    +
      d  
    GpgImportedKey (GpgFrontend)   KeyListColumn (GpgFrontend::UI)   ProxyConnectionTestThread    VersionCheckTask (GpgFrontend::UI)   
    CtxCheckTask (GpgFrontend::Thread)   GpgInfo (GpgFrontend)   
    GpgImportInformation (GpgFrontend)    KeyListRow (GpgFrontend::UI)   
      q  
    +
      w  
      d  
    -
    GpgKey (GpgFrontend)   KeyMenuAbility (GpgFrontend::UI)   QuitDialog (GpgFrontend::UI)   
    GpgKeyGetter (GpgFrontend)   KeyMgmt (GpgFrontend::UI)   
      s  
    -
    WaitingDialog (GpgFrontend::UI)   
    Task::DataObject (GpgFrontend::Thread)   GpgKeyImportExporter (GpgFrontend)   KeyNewUIDDialog (GpgFrontend::UI)   Wizard (GpgFrontend::UI)   GpgInfo (GpgFrontend)   KeyMenuAbility (GpgFrontend::UI)   
    DataObjectOperator (GpgFrontend)   GpgKeyManager (GpgFrontend)   KeyPackageOperator (GpgFrontend)   SettingsDialog (GpgFrontend::UI)   
    GpgKey (GpgFrontend)   KeyMgmt (GpgFrontend::UI)   QuitDialog (GpgFrontend::UI)   WaitingDialog (GpgFrontend::UI)   
    Task::DataObject::Destructor (GpgFrontend::Thread)   GpgKeyOpera (GpgFrontend)   KeyPairDetailTab (GpgFrontend::UI)   SettingsObject (GpgFrontend::UI)   
    GpgKeyGetter (GpgFrontend)   KeyNewUIDDialog (GpgFrontend::UI)   
      s  
    +
    Wizard (GpgFrontend::UI)   
      e  
    GpgKeySignature (GpgFrontend)   KeyPairOperaTab (GpgFrontend::UI)   SignalStation (GpgFrontend::UI)   GpgKeyImportExporter (GpgFrontend)   KeyPackageOperator (GpgFrontend)   
    GpgResultAnalyse (GpgFrontend)   KeyPairSubkeyTab (GpgFrontend::UI)   SignatureDetailsDialog   
    GpgKeyManager (GpgFrontend)   KeyPairDetailTab (GpgFrontend::UI)   SettingsDialog (GpgFrontend::UI)   
    ExportKeyPackageDialog (GpgFrontend::UI)   
    GpgKeyOpera (GpgFrontend)   KeyPairOperaTab (GpgFrontend::UI)   SettingsObject (GpgFrontend::UI)   
    _ | a | c | d | e | f | g | h | i | k | l | m | n | p | q | s | t | u | v | w
    diff --git a/docs/html/dir_b3dcad687043023d21a08bb9ff2e9a69.html b/docs/html/dir_00e48bdfb963d228cbb8d1392ea3be3d.html similarity index 91% rename from docs/html/dir_b3dcad687043023d21a08bb9ff2e9a69.html rename to docs/html/dir_00e48bdfb963d228cbb8d1392ea3be3d.html index ab0d1a8f..bd4103ab 100644 --- a/docs/html/dir_b3dcad687043023d21a08bb9ff2e9a69.html +++ b/docs/html/dir_00e48bdfb963d228cbb8d1392ea3be3d.html @@ -5,7 +5,7 @@ -GpgFrontend Project: src/ui/details Directory Reference +GpgFrontend Project: src/ui/dialog/details Directory Reference @@ -63,7 +63,7 @@ $(function() {
    @@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_b3dcad687043023d21a08bb9ff2e9a69.h
    @@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_3d7cdd7fbfa4715d9319666ec5111ec9.h
    @@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_be96635c88cbde2113e66f957baee3c5.h
    @@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_18205f693eaa3d1d3d92159ae8558e07.h
    + + +

    +Directories

    diff --git a/docs/html/dir_60d155722ad55e64f9b6ab1078feff11.js b/docs/html/dir_60d155722ad55e64f9b6ab1078feff11.js index 2f8e9fe3..941d74ca 100644 --- a/docs/html/dir_60d155722ad55e64f9b6ab1078feff11.js +++ b/docs/html/dir_60d155722ad55e64f9b6ab1078feff11.js @@ -1,6 +1,14 @@ var dir_60d155722ad55e64f9b6ab1078feff11 = [ + [ "details", "dir_00e48bdfb963d228cbb8d1392ea3be3d.html", "dir_00e48bdfb963d228cbb8d1392ea3be3d" ], + [ "help", "dir_e2aa8803ed3498b184755f32f6c016d5.html", "dir_e2aa8803ed3498b184755f32f6c016d5" ], + [ "import_export", "dir_0652c688762e27a1001e51709de145a7.html", "dir_0652c688762e27a1001e51709de145a7" ], + [ "key_generate", "dir_181bea3d8ae4b1f9a028d86ce05f5b90.html", "dir_181bea3d8ae4b1f9a028d86ce05f5b90" ], + [ "keypair_details", "dir_11afffa0017fe763467cff6465c6cba1.html", "dir_11afffa0017fe763467cff6465c6cba1" ], + [ "settings", "dir_c94381238fe21d1ba8abf1f36aa07fe5.html", "dir_c94381238fe21d1ba8abf1f36aa07fe5" ], + [ "GeneralDialog.h", "GeneralDialog_8h_source.html", null ], [ "QuitDialog.h", "QuitDialog_8h_source.html", null ], + [ "SignersPicker.h", "SignersPicker_8h_source.html", null ], [ "WaitingDialog.h", "WaitingDialog_8h_source.html", null ], [ "Wizard.h", "Wizard_8h_source.html", null ] ]; \ No newline at end of file diff --git a/docs/html/dir_b7e232576c264c97fe14815134a8cffa.js b/docs/html/dir_b7e232576c264c97fe14815134a8cffa.js index b7f417ab..5df9ac07 100644 --- a/docs/html/dir_b7e232576c264c97fe14815134a8cffa.js +++ b/docs/html/dir_b7e232576c264c97fe14815134a8cffa.js @@ -1,4 +1,6 @@ var dir_b7e232576c264c97fe14815134a8cffa = [ + [ "GeneralMainWindow.h", "GeneralMainWindow_8h_source.html", null ], + [ "KeyMgmt.h", "KeyMgmt_8h_source.html", null ], [ "MainWindow.h", "MainWindow_8h_source.html", null ] ]; \ No newline at end of file diff --git a/docs/html/dir_de56a105f7c21a78ac2526330527c47b.html b/docs/html/dir_c94381238fe21d1ba8abf1f36aa07fe5.html similarity index 90% rename from docs/html/dir_de56a105f7c21a78ac2526330527c47b.html rename to docs/html/dir_c94381238fe21d1ba8abf1f36aa07fe5.html index 28e7eb57..5c93973b 100644 --- a/docs/html/dir_de56a105f7c21a78ac2526330527c47b.html +++ b/docs/html/dir_c94381238fe21d1ba8abf1f36aa07fe5.html @@ -5,7 +5,7 @@ -GpgFrontend Project: src/ui/settings Directory Reference +GpgFrontend Project: src/ui/dialog/settings Directory Reference @@ -63,7 +63,7 @@ $(function() {
    @@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_de56a105f7c21a78ac2526330527c47b.h
    @@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('dir_339e756bd7e594063a4f371b962f549a.h
    diff --git a/docs/html/functions_c.html b/docs/html/functions_c.html index 34b19e14..b918e712 100644 --- a/docs/html/functions_c.html +++ b/docs/html/functions_c.html @@ -117,7 +117,7 @@ $(document).ready(function(){initNavTree('functions_c.html',''); initResizable() : GpgFrontend::UI::MainWindow
  • closeEvent() -: GpgFrontend::UI::KeyMgmt +: GpgFrontend::UI::GeneralMainWindow , GpgFrontend::UI::MainWindow
  • CloseNoteByClass() diff --git a/docs/html/functions_func_c.html b/docs/html/functions_func_c.html index a31007e8..93584940 100644 --- a/docs/html/functions_func_c.html +++ b/docs/html/functions_func_c.html @@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('functions_func_c.html',''); initResiza : GpgFrontend::UI::MainWindow
  • closeEvent() -: GpgFrontend::UI::KeyMgmt +: GpgFrontend::UI::GeneralMainWindow , GpgFrontend::UI::MainWindow
  • CloseNoteByClass() diff --git a/docs/html/functions_func_g.html b/docs/html/functions_func_g.html index 68fdd494..e2750a1c 100644 --- a/docs/html/functions_func_g.html +++ b/docs/html/functions_func_g.html @@ -85,6 +85,12 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza  

    - g -

  • Function Documentation

    + +

    ◆ import_key_from_keyserver()

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    void GpgFrontend::UI::import_key_from_keyserver (QWidget * parent,
    const std::string & key_id,
    const std::string & key_server 
    )
    +
    +
    Parameters
    + + + + +
    parent
    key_id
    key_server
    +
    +
    + +
    +

    ◆ import_unknown_key_from_keyserver()

    diff --git a/docs/html/namespaceGpgFrontend_1_1UI.js b/docs/html/namespaceGpgFrontend_1_1UI.js index 355a916e..8f61a48d 100644 --- a/docs/html/namespaceGpgFrontend_1_1UI.js +++ b/docs/html/namespaceGpgFrontend_1_1UI.js @@ -10,7 +10,10 @@ var namespaceGpgFrontend_1_1UI = [ "FilePage", "classGpgFrontend_1_1UI_1_1FilePage.html", "classGpgFrontend_1_1UI_1_1FilePage" ], [ "FileReadTask", "classGpgFrontend_1_1UI_1_1FileReadTask.html", "classGpgFrontend_1_1UI_1_1FileReadTask" ], [ "FindWidget", "classGpgFrontend_1_1UI_1_1FindWidget.html", "classGpgFrontend_1_1UI_1_1FindWidget" ], + [ "GeneralDialog", "classGpgFrontend_1_1UI_1_1GeneralDialog.html", "classGpgFrontend_1_1UI_1_1GeneralDialog" ], + [ "GeneralMainWindow", "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html", "classGpgFrontend_1_1UI_1_1GeneralMainWindow" ], [ "GeneralTab", "classGpgFrontend_1_1UI_1_1GeneralTab.html", "classGpgFrontend_1_1UI_1_1GeneralTab" ], + [ "GnupgTab", "classGpgFrontend_1_1UI_1_1GnupgTab.html", "classGpgFrontend_1_1UI_1_1GnupgTab" ], [ "GpgFrontendApplication", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html", "classGpgFrontend_1_1UI_1_1GpgFrontendApplication" ], [ "HelpPage", "classGpgFrontend_1_1UI_1_1HelpPage.html", "classGpgFrontend_1_1UI_1_1HelpPage" ], [ "InfoBoardWidget", "classGpgFrontend_1_1UI_1_1InfoBoardWidget.html", "classGpgFrontend_1_1UI_1_1InfoBoardWidget" ], @@ -31,12 +34,14 @@ var namespaceGpgFrontend_1_1UI = [ "KeyPairSubkeyTab", "classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html", "classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab" ], [ "KeyPairUIDTab", "classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html", "classGpgFrontend_1_1UI_1_1KeyPairUIDTab" ], [ "KeyServerImportDialog", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html", "classGpgFrontend_1_1UI_1_1KeyServerImportDialog" ], + [ "KeyServerImportTask", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html", "classGpgFrontend_1_1UI_1_1KeyServerImportTask" ], + [ "KeyServerSearchTask", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html", "classGpgFrontend_1_1UI_1_1KeyServerSearchTask" ], [ "KeyserverTab", "classGpgFrontend_1_1UI_1_1KeyserverTab.html", "classGpgFrontend_1_1UI_1_1KeyserverTab" ], [ "KeySetExpireDateDialog", "classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html", "classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog" ], [ "KeyTable", "structGpgFrontend_1_1UI_1_1KeyTable.html", "structGpgFrontend_1_1UI_1_1KeyTable" ], [ "KeyUIDSignDialog", "classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html", "classGpgFrontend_1_1UI_1_1KeyUIDSignDialog" ], [ "KeyUploadDialog", "classGpgFrontend_1_1UI_1_1KeyUploadDialog.html", "classGpgFrontend_1_1UI_1_1KeyUploadDialog" ], - [ "ListedKeyServerTestThread", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread" ], + [ "ListedKeyServerTestTask", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask" ], [ "MainWindow", "classGpgFrontend_1_1UI_1_1MainWindow.html", "classGpgFrontend_1_1UI_1_1MainWindow" ], [ "NetworkTab", "classGpgFrontend_1_1UI_1_1NetworkTab.html", "classGpgFrontend_1_1UI_1_1NetworkTab" ], [ "PlainTextEditorPage", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage" ], diff --git a/docs/html/namespacemembers.html b/docs/html/namespacemembers.html index 6da2f4f5..bce71226 100644 --- a/docs/html/namespacemembers.html +++ b/docs/html/namespacemembers.html @@ -132,6 +132,9 @@ $(document).ready(function(){initNavTree('namespacemembers.html',''); initResiza

    - i -

      +
    • import_key_from_keyserver() +: GpgFrontend::UI +
    • import_unknown_key_from_keyserver() : GpgFrontend::UI
    • diff --git a/docs/html/namespacemembers_func.html b/docs/html/namespacemembers_func.html index 9b58ab52..b1ff55fa 100644 --- a/docs/html/namespacemembers_func.html +++ b/docs/html/namespacemembers_func.html @@ -132,6 +132,9 @@ $(document).ready(function(){initNavTree('namespacemembers_func.html',''); initR

      - i -

        +
      • import_key_from_keyserver() +: GpgFrontend::UI +
      • import_unknown_key_from_keyserver() : GpgFrontend::UI
      • diff --git a/docs/html/navtreedata.js b/docs/html/navtreedata.js index 970caa23..a5fa1823 100644 --- a/docs/html/navtreedata.js +++ b/docs/html/navtreedata.js @@ -51,12 +51,12 @@ var NAVTREE = var NAVTREEINDEX = [ "AboutDialog_8h_source.html", -"classGpgFrontend_1_1GpgConstants.html#accb94e62d07af77123b79462971b4d55", -"classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de", -"classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f", -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4569bb5afb56e0caaa6eeadac05a53d6", -"classGpgFrontend_1_1UI_1_1QuitDialog.html#a1624ecd7f9b5d32622bf6f9b7eb46a1b", -"structGpgFrontend_1_1ArchiveStruct.html#a1ecfc9b7c9978678e8184745ea9f5c53" +"classGpgFrontend_1_1GpgConstants.html#a53310750d959947f316c793504e6eac1", +"classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402", +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a42d1bc5a70f0e81cb49c88eb23544255", +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732", +"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853", +"functions_func_f.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/docs/html/navtreeindex0.js b/docs/html/navtreeindex0.js index e1af39d3..6afc95a3 100644 --- a/docs/html/navtreeindex0.js +++ b/docs/html/navtreeindex0.js @@ -1,17 +1,20 @@ var NAVTREEINDEX0 = { -"AboutDialog_8h_source.html":[3,0,0,1,2,0], +"AboutDialog_8h_source.html":[3,0,0,1,0,1,0], "ArchiveFileOperator_8h_source.html":[3,0,0,0,1,3], "CharsetOperator_8h_source.html":[3,0,0,0,1,4], "CoreCommonUtil_8h_source.html":[3,0,0,0,0,0], "CtxCheckTask_8h_source.html":[3,0,0,0,3,0], "DataObjectOperator_8h_source.html":[3,0,0,0,1,5], -"ExportKeyPackageDialog_8h_source.html":[3,0,0,1,3,0], +"ExportKeyPackageDialog_8h_source.html":[3,0,0,1,0,2,0], "FileOperator_8h_source.html":[3,0,0,0,1,6], -"FilePage_8h_source.html":[3,0,0,1,10,0], +"FilePage_8h_source.html":[3,0,0,1,4,0], "FileReadTask_8h_source.html":[3,0,0,0,3,1], -"FindWidget_8h_source.html":[3,0,0,1,10,1], +"FindWidget_8h_source.html":[3,0,0,1,4,1], +"GeneralDialog_8h_source.html":[3,0,0,1,0,6], +"GeneralMainWindow_8h_source.html":[3,0,0,1,1,0], "GlobalSettingStation_8h_source.html":[3,0,0,0,1,7], +"GnupgTab_8h_source.html":[3,0,0,1,0,1,1], "GpgBasicOperator_8h_source.html":[3,0,0,0,1,1,0], "GpgCommandExecutor_8h_source.html":[3,0,0,0,1,1,1], "GpgConstants_8h_source.html":[3,0,0,0,4], @@ -21,10 +24,10 @@ var NAVTREEINDEX0 = "GpgDecryptResultAnalyse_8h_source.html":[3,0,0,0,1,2,0], "GpgEncryptResultAnalyse_8h_source.html":[3,0,0,0,1,2,1], "GpgFileOpera_8h_source.html":[3,0,0,0,1,1,2], -"GpgFrontendApplication_8h_source.html":[3,0,0,1,11], +"GpgFrontendApplication_8h_source.html":[3,0,0,1,5], "GpgFrontendCore_8h_source.html":[3,0,0,0,7], -"GpgFrontendUIInit_8h_source.html":[3,0,0,1,13], -"GpgFrontendUI_8h_source.html":[3,0,0,1,12], +"GpgFrontendUIInit_8h_source.html":[3,0,0,1,7], +"GpgFrontendUI_8h_source.html":[3,0,0,1,6], "GpgFunctionObject_8h_source.html":[3,0,0,0,8], "GpgGenKeyInfo_8h_source.html":[3,0,0,0,9], "GpgInfo_8h_source.html":[3,0,0,0,10], @@ -43,53 +46,55 @@ var NAVTREEINDEX0 = "GpgUIDOperator_8h_source.html":[3,0,0,0,1,1,7], "GpgUID_8h_source.html":[3,0,0,0,2,6], "GpgVerifyResultAnalyse_8h_source.html":[3,0,0,0,1,2,4], -"HelpPage_8h_source.html":[3,0,0,1,10,2], -"InfoBoardWidget_8h_source.html":[3,0,0,1,10,3], -"KeyDetailsDialog_8h_source.html":[3,0,0,1,5,0], -"KeyImportDetailDialog_8h_source.html":[3,0,0,1,3,1], -"KeyList_8h_source.html":[3,0,0,1,10,4], -"KeyMgmt_8h_source.html":[3,0,0,1,14], -"KeyNewUIDDialog_8h_source.html":[3,0,0,1,5,1], +"HelpPage_8h_source.html":[3,0,0,1,4,2], +"InfoBoardWidget_8h_source.html":[3,0,0,1,4,3], +"KeyDetailsDialog_8h_source.html":[3,0,0,1,0,4,0], +"KeyImportDetailDialog_8h_source.html":[3,0,0,1,0,2,1], +"KeyList_8h_source.html":[3,0,0,1,4,4], +"KeyMgmt_8h_source.html":[3,0,0,1,1,1], +"KeyNewUIDDialog_8h_source.html":[3,0,0,1,0,4,1], "KeyPackageOperator_8h_source.html":[3,0,0,0,1,8], -"KeyPairDetailTab_8h_source.html":[3,0,0,1,5,2], -"KeyPairOperaTab_8h_source.html":[3,0,0,1,5,3], -"KeyPairSubkeyTab_8h_source.html":[3,0,0,1,5,4], -"KeyPairUIDTab_8h_source.html":[3,0,0,1,5,5], -"KeyServerImportDialog_8h_source.html":[3,0,0,1,3,2], -"KeySetExpireDateDialog_8h_source.html":[3,0,0,1,5,6], -"KeyUIDSignDialog_8h_source.html":[3,0,0,1,5,7], -"KeyUploadDialog_8h_source.html":[3,0,0,1,3,3], -"KeygenDialog_8h_source.html":[3,0,0,1,4,0], -"ListedKeyServerTestThread_8h_source.html":[3,0,0,1,9,0], -"MainWindow_8h_source.html":[3,0,0,1,6,0], +"KeyPairDetailTab_8h_source.html":[3,0,0,1,0,4,2], +"KeyPairOperaTab_8h_source.html":[3,0,0,1,0,4,3], +"KeyPairSubkeyTab_8h_source.html":[3,0,0,1,0,4,4], +"KeyPairUIDTab_8h_source.html":[3,0,0,1,0,4,5], +"KeyServerImportDialog_8h_source.html":[3,0,0,1,0,2,2], +"KeyServerImportTask_8h_source.html":[3,0,0,1,3,0], +"KeyServerSearchTask_8h_source.html":[3,0,0,1,3,1], +"KeySetExpireDateDialog_8h_source.html":[3,0,0,1,0,4,6], +"KeyUIDSignDialog_8h_source.html":[3,0,0,1,0,4,7], +"KeyUploadDialog_8h_source.html":[3,0,0,1,0,2,3], +"KeygenDialog_8h_source.html":[3,0,0,1,0,3,0], +"ListedKeyServerTestTask_8h_source.html":[3,0,0,1,3,2], +"MainWindow_8h_source.html":[3,0,0,1,1,2], "PassphraseGenerator_8h_source.html":[3,0,0,0,1,9], -"PlainTextEditorPage_8h_source.html":[3,0,0,1,10,5], -"ProxyConnectionTestThread_8h_source.html":[3,0,0,1,9,1], -"QuitDialog_8h_source.html":[3,0,0,1,1,0], -"SettingsAdvanced_8h_source.html":[3,0,0,1,7,0], -"SettingsAppearance_8h_source.html":[3,0,0,1,7,1], -"SettingsDialog_8h_source.html":[3,0,0,1,7,2], -"SettingsGeneral_8h_source.html":[3,0,0,1,7,3], -"SettingsKeyServer_8h_source.html":[3,0,0,1,7,4], -"SettingsNetwork_8h_source.html":[3,0,0,1,7,5], -"SettingsObject_8h_source.html":[3,0,0,1,8,0], -"SignalStation_8h_source.html":[3,0,0,1,15], -"SignatureDetailsDialog_8h_source.html":[3,0,0,1,0,0], -"SignersPicker_8h_source.html":[3,0,0,1,10,6], -"SoftwareVersion_8h_source.html":[3,0,0,1,8,1], -"SubkeyGenerateDialog_8h_source.html":[3,0,0,1,4,1], -"TOFUInfoPage_8h_source.html":[3,0,0,1,10,8], +"PlainTextEditorPage_8h_source.html":[3,0,0,1,4,5], +"ProxyConnectionTestThread_8h_source.html":[3,0,0,1,3,3], +"QuitDialog_8h_source.html":[3,0,0,1,0,7], +"SettingsAdvanced_8h_source.html":[3,0,0,1,0,5,0], +"SettingsAppearance_8h_source.html":[3,0,0,1,0,5,1], +"SettingsDialog_8h_source.html":[3,0,0,1,0,5,2], +"SettingsGeneral_8h_source.html":[3,0,0,1,0,5,3], +"SettingsKeyServer_8h_source.html":[3,0,0,1,0,5,4], +"SettingsNetwork_8h_source.html":[3,0,0,1,0,5,5], +"SettingsObject_8h_source.html":[3,0,0,1,2,0], +"SignalStation_8h_source.html":[3,0,0,1,8], +"SignatureDetailsDialog_8h_source.html":[3,0,0,1,0,0,0], +"SignersPicker_8h_source.html":[3,0,0,1,0,8], +"SoftwareVersion_8h_source.html":[3,0,0,1,2,1], +"SubkeyGenerateDialog_8h_source.html":[3,0,0,1,0,3,1], +"TOFUInfoPage_8h_source.html":[3,0,0,1,4,7], "TaskRunnerGetter_8h_source.html":[3,0,0,0,3,4], "TaskRunner_8h_source.html":[3,0,0,0,3,3], "Task_8h_source.html":[3,0,0,0,3,2], -"TextEdit_8h_source.html":[3,0,0,1,10,7], +"TextEdit_8h_source.html":[3,0,0,1,4,6], "ThreadingModel_8h_source.html":[3,0,0,0,3,5], -"UserInterfaceUtils_8h_source.html":[3,0,0,1,16], -"VerifyDetailsDialog_8h_source.html":[3,0,0,1,0,1], -"VerifyKeyDetailBox_8h_source.html":[3,0,0,1,10,9], -"VersionCheckTask_8h_source.html":[3,0,0,1,9,2], -"WaitingDialog_8h_source.html":[3,0,0,1,1,1], -"Wizard_8h_source.html":[3,0,0,1,1,2], +"UserInterfaceUtils_8h_source.html":[3,0,0,1,9], +"VerifyDetailsDialog_8h_source.html":[3,0,0,1,0,0,1], +"VerifyKeyDetailBox_8h_source.html":[3,0,0,1,4,8], +"VersionCheckTask_8h_source.html":[3,0,0,1,3,4], +"WaitingDialog_8h_source.html":[3,0,0,1,0,9], +"Wizard_8h_source.html":[3,0,0,1,0,10], "aes__ssl_8h_source.html":[3,0,0,0,1,0,0], "annotated.html":[2,0], "classGpgFrontend_1_1ArchiveFileOperator.html":[2,0,0,3], @@ -244,10 +249,5 @@ var NAVTREEINDEX0 = "classGpgFrontend_1_1GpgConstants.html":[2,0,0,14], "classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2":[2,0,0,14,1], "classGpgFrontend_1_1GpgConstants.html#a2c92d804e331fea2a57cba3028aa51ae":[2,0,0,14,0], -"classGpgFrontend_1_1GpgConstants.html#a36861cbbc85a53f4a42fa07153aa0150":[2,0,0,14,7], -"classGpgFrontend_1_1GpgConstants.html#a53310750d959947f316c793504e6eac1":[2,0,0,14,6], -"classGpgFrontend_1_1GpgConstants.html#a58558c2335021c7e6217dbd156d07705":[2,0,0,14,2], -"classGpgFrontend_1_1GpgConstants.html#a7f8ee639c08d4b477e6ab6ec87500f9b":[2,0,0,14,5], -"classGpgFrontend_1_1GpgConstants.html#aa3fa92fdc37cef4bba55b5e340299e9d":[2,0,0,14,3], -"classGpgFrontend_1_1GpgConstants.html#aafcb370531c8e84dec1e4d81ffeade1a":[2,0,0,14,8] +"classGpgFrontend_1_1GpgConstants.html#a36861cbbc85a53f4a42fa07153aa0150":[2,0,0,14,7] }; diff --git a/docs/html/navtreeindex1.js b/docs/html/navtreeindex1.js index 4cae2a19..80e02c18 100644 --- a/docs/html/navtreeindex1.js +++ b/docs/html/navtreeindex1.js @@ -1,5 +1,10 @@ var NAVTREEINDEX1 = { +"classGpgFrontend_1_1GpgConstants.html#a53310750d959947f316c793504e6eac1":[2,0,0,14,6], +"classGpgFrontend_1_1GpgConstants.html#a58558c2335021c7e6217dbd156d07705":[2,0,0,14,2], +"classGpgFrontend_1_1GpgConstants.html#a7f8ee639c08d4b477e6ab6ec87500f9b":[2,0,0,14,5], +"classGpgFrontend_1_1GpgConstants.html#aa3fa92fdc37cef4bba55b5e340299e9d":[2,0,0,14,3], +"classGpgFrontend_1_1GpgConstants.html#aafcb370531c8e84dec1e4d81ffeade1a":[2,0,0,14,8], "classGpgFrontend_1_1GpgConstants.html#accb94e62d07af77123b79462971b4d55":[2,0,0,14,4], "classGpgFrontend_1_1GpgContext.html":[2,0,0,15], "classGpgFrontend_1_1GpgContext.html#a01e46d0718b61a224a52028b9da90468":[2,0,0,15,14], @@ -65,11 +70,12 @@ var NAVTREEINDEX1 = "classGpgFrontend_1_1GpgImportedKey.html#aaeba0000ee69f4eec95fb5b109f7058e":[2,0,0,21,0], "classGpgFrontend_1_1GpgInfo.html":[2,0,0,23], "classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0":[2,0,0,23,0], -"classGpgFrontend_1_1GpgInfo.html#a2fcd53b59bc251c38eb8d79cec946777":[2,0,0,23,4], -"classGpgFrontend_1_1GpgInfo.html#a7347d47006bdf41f1da979ea3289de7e":[2,0,0,23,2], -"classGpgFrontend_1_1GpgInfo.html#aaea5a9651daac0323495ce12c152dc23":[2,0,0,23,5], -"classGpgFrontend_1_1GpgInfo.html#abbb3d503b10073bebf86d79bbaeab4c9":[2,0,0,23,3], -"classGpgFrontend_1_1GpgInfo.html#ac8ecbf438d05dc434c77825dd38dfdf2":[2,0,0,23,1], +"classGpgFrontend_1_1GpgInfo.html#a2fcd53b59bc251c38eb8d79cec946777":[2,0,0,23,5], +"classGpgFrontend_1_1GpgInfo.html#a48659b780f8d0153ca0eb985a072b5ba":[2,0,0,23,1], +"classGpgFrontend_1_1GpgInfo.html#a7347d47006bdf41f1da979ea3289de7e":[2,0,0,23,3], +"classGpgFrontend_1_1GpgInfo.html#aaea5a9651daac0323495ce12c152dc23":[2,0,0,23,6], +"classGpgFrontend_1_1GpgInfo.html#abbb3d503b10073bebf86d79bbaeab4c9":[2,0,0,23,4], +"classGpgFrontend_1_1GpgInfo.html#ac8ecbf438d05dc434c77825dd38dfdf2":[2,0,0,23,2], "classGpgFrontend_1_1GpgKey.html":[2,0,0,24], "classGpgFrontend_1_1GpgKey.html#a165b3f645e2c6a4bbd024199e1f1cc9b":[2,0,0,24,12], "classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f":[2,0,0,24,19], @@ -243,11 +249,5 @@ var NAVTREEINDEX1 = "classGpgFrontend_1_1GpgTOFUInfo.html#a4e4ba35a4cb6b33fa0b9890ec374d1b3":[2,0,0,34,15], "classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422":[2,0,0,34,4], "classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0":[2,0,0,34,9], -"classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f":[2,0,0,34,11], -"classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402":[2,0,0,34,13], -"classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8":[2,0,0,34,10], -"classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37":[2,0,0,34,1], -"classGpgFrontend_1_1GpgTOFUInfo.html#a86f44d98d2109f0fe210604326393eb3":[2,0,0,34,0], -"classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0":[2,0,0,34,12], -"classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3":[2,0,0,34,3] +"classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f":[2,0,0,34,11] }; diff --git a/docs/html/navtreeindex2.js b/docs/html/navtreeindex2.js index 20b251bc..6fcc3dd0 100644 --- a/docs/html/navtreeindex2.js +++ b/docs/html/navtreeindex2.js @@ -1,5 +1,11 @@ var NAVTREEINDEX2 = { +"classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402":[2,0,0,34,13], +"classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8":[2,0,0,34,10], +"classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37":[2,0,0,34,1], +"classGpgFrontend_1_1GpgTOFUInfo.html#a86f44d98d2109f0fe210604326393eb3":[2,0,0,34,0], +"classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0":[2,0,0,34,12], +"classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3":[2,0,0,34,3], "classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de":[2,0,0,34,2], "classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4":[2,0,0,34,6], "classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d":[2,0,0,34,14], @@ -235,19 +241,13 @@ var NAVTREEINDEX2 = "classGpgFrontend_1_1UI_1_1FindWidget.html#a8188c030936fbda27ac400a7ab59e61c":[2,0,0,1,9,3], "classGpgFrontend_1_1UI_1_1FindWidget.html#aa019bd8b63ad1e79050e4428cfee62cf":[2,0,0,1,9,4], "classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe":[2,0,0,1,9,7], -"classGpgFrontend_1_1UI_1_1GeneralTab.html":[2,0,0,1,10], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c":[2,0,0,1,10,0], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#a3b97ed699cbc2f34b9e887cd2c83b645":[2,0,0,1,10,6], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#a4523f55e98cee600b2fd47b1750b4d24":[2,0,0,1,10,1], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b":[2,0,0,1,10,2], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa183fdff30ef4581a05ff5c0fde44d8c":[2,0,0,1,10,4], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69":[2,0,0,1,10,3], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#abaf12014356a2fa20f66945004abb7c2":[2,0,0,1,10,5], -"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html":[2,0,0,1,11], -"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590":[2,0,0,1,11,1], -"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0":[2,0,0,1,11,3], -"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e":[2,0,0,1,11,2], -"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ae0c8f5dda829371d9f1e2d4d6913be21":[2,0,0,1,11,0], -"classGpgFrontend_1_1UI_1_1HelpPage.html":[2,0,0,1,12], -"classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006":[2,0,0,1,12,0] +"classGpgFrontend_1_1UI_1_1GeneralDialog.html":[2,0,0,1,10], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a34d01f247eee92017a2eccf697cda080":[2,0,0,1,10,2], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a42043895f4b33acd1531c428ae4deaa8":[2,0,0,1,10,1], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a940a6ea31dff4db83f9f08d38e843a2b":[2,0,0,1,10,3], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c":[2,0,0,1,10,0], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ad9b847aa128dfeb4ecf0064ef948e6ea":[2,0,0,1,10,5], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ae91392293866dc302132a9fc19209d8c":[2,0,0,1,10,4], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#aeda520454fd38920a027c1a4195a2e6f":[2,0,0,1,10,6], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html":[2,0,0,1,11] }; diff --git a/docs/html/navtreeindex3.js b/docs/html/navtreeindex3.js index 55abafab..50e43303 100644 --- a/docs/html/navtreeindex3.js +++ b/docs/html/navtreeindex3.js @@ -1,253 +1,253 @@ var NAVTREEINDEX3 = { -"classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f":[2,0,0,1,12,2], -"classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99":[2,0,0,1,12,3], -"classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846":[2,0,0,1,12,1], -"classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c":[2,0,0,1,12,4], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html":[2,0,0,1,13], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a2c23091fa2fd5b97a045ac6c492caaca":[2,0,0,1,13,8], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71":[2,0,0,1,13,1], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4d18a72ae1c460a12b8902d426d9d395":[2,0,0,1,13,13], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab":[2,0,0,1,13,3], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3":[2,0,0,1,13,12], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516":[2,0,0,1,13,9], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32":[2,0,0,1,13,5], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a83a4ec326911b8b112bc471e7ca14925":[2,0,0,1,13,7], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad":[2,0,0,1,13,4], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac576ad298acc83cc313b6753e3715441":[2,0,0,1,13,10], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02":[2,0,0,1,13,6], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ad30591c31d19936cfd256e1a3c35d08f":[2,0,0,1,13,11], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010":[2,0,0,1,13,0], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38":[2,0,0,1,13,2], -"classGpgFrontend_1_1UI_1_1InfoTab.html":[2,0,0,1,14], -"classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc":[2,0,0,1,14,0], -"classGpgFrontend_1_1UI_1_1IntroPage.html":[2,0,0,1,15], -"classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4":[2,0,0,1,15,1], -"classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d":[2,0,0,1,15,0], -"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html":[2,0,0,1,16], -"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a2c3d09bc4b7ebce9839ec03a43838d32":[2,0,0,1,16,0], -"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a701ed5c70a8a0965b0d887b6d187e996":[2,0,0,1,16,1], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html":[2,0,0,1,17], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b":[2,0,0,1,17,2], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40":[2,0,0,1,17,20], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc":[2,0,0,1,17,14], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a104dcf364452ab5fe019f51c6db7f7d9":[2,0,0,1,17,22], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a10677e68994c32676acb051a0153375d":[2,0,0,1,17,4], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d":[2,0,0,1,17,21], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd":[2,0,0,1,17,17], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841":[2,0,0,1,17,24], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8":[2,0,0,1,17,16], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3":[2,0,0,1,17,18], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9":[2,0,0,1,17,0], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226":[2,0,0,1,17,10], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb":[2,0,0,1,17,5], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76":[2,0,0,1,17,12], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a52bf44c05cf1280ba13369ae2c33c60a":[2,0,0,1,17,29], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1":[2,0,0,1,17,26], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0":[2,0,0,1,17,28], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219":[2,0,0,1,17,19], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658":[2,0,0,1,17,3], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8ecbb5721d5a2a0f85fd7b362f62bf83":[2,0,0,1,17,30], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5":[2,0,0,1,17,9], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146":[2,0,0,1,17,6], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52":[2,0,0,1,17,15], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844":[2,0,0,1,17,23], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc":[2,0,0,1,17,25], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76":[2,0,0,1,17,7], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc":[2,0,0,1,17,8], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f":[2,0,0,1,17,11], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28":[2,0,0,1,17,1], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514":[2,0,0,1,17,13], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aff131dd6f7178c63ef2e2f85d30828a2":[2,0,0,1,17,27], -"classGpgFrontend_1_1UI_1_1KeyGenPage.html":[2,0,0,1,18], -"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70":[2,0,0,1,18,0], -"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead":[2,0,0,1,18,1], -"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a8b757ec603524d53307278110cece2bd":[2,0,0,1,18,2], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html":[2,0,0,1,19], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1":[2,0,0,1,19,0], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a1f82af3b6aee0e6e5999b1b146b36938":[2,0,0,1,19,7], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a238e3af4b4980dd563e1fe6ea12f4474":[2,0,0,1,19,9], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a2abf6522dd8c254074d9174fcde1d2be":[2,0,0,1,19,8], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a8bc7fdc44432686d8b154783b2d156e8":[2,0,0,1,19,6], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6":[2,0,0,1,19,3], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8":[2,0,0,1,19,1], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4":[2,0,0,1,19,4], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24":[2,0,0,1,19,2], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#affc26751c72e51c702eea3a251f284db":[2,0,0,1,19,5], -"classGpgFrontend_1_1UI_1_1KeyList.html":[2,0,0,1,20], -"classGpgFrontend_1_1UI_1_1KeyList.html#a0c3090591dff7b68bfb83c93d2c168e3":[2,0,0,1,20,4], -"classGpgFrontend_1_1UI_1_1KeyList.html#a0ea28d6f108bad10aaa8844fa86db033":[2,0,0,1,20,3], -"classGpgFrontend_1_1UI_1_1KeyList.html#a152e66db4a0f033366f43b4ec89073f4":[2,0,0,1,20,27], -"classGpgFrontend_1_1UI_1_1KeyList.html#a19b3f64d41843bb267fcd6c9956fde88":[2,0,0,1,20,30], -"classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544":[2,0,0,1,20,13], -"classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9":[2,0,0,1,20,5], -"classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f":[2,0,0,1,20,8], -"classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e":[2,0,0,1,20,17], -"classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38":[2,0,0,1,20,11], -"classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689":[2,0,0,1,20,19], -"classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e":[2,0,0,1,20,24], -"classGpgFrontend_1_1UI_1_1KeyList.html#a6e97d359158f91217b9fe797410c74a6":[2,0,0,1,20,26], -"classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec":[2,0,0,1,20,1], -"classGpgFrontend_1_1UI_1_1KeyList.html#a74ef918cd437730e111171660df06c81":[2,0,0,1,20,31], -"classGpgFrontend_1_1UI_1_1KeyList.html#a79416ec91e91f19712bf72aeb6440175":[2,0,0,1,20,16], -"classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418":[2,0,0,1,20,0], -"classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291":[2,0,0,1,20,21], -"classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87":[2,0,0,1,20,9], -"classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd":[2,0,0,1,20,12], -"classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190":[2,0,0,1,20,6], -"classGpgFrontend_1_1UI_1_1KeyList.html#a86a294a8baa9feaeb808f0af956ef522":[2,0,0,1,20,22], -"classGpgFrontend_1_1UI_1_1KeyList.html#a8aeb2eef64f57fbc2e7f06f433d1ccb2":[2,0,0,1,20,36], -"classGpgFrontend_1_1UI_1_1KeyList.html#a8d1e2fde8e54d111581adc701e3191bb":[2,0,0,1,20,32], -"classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a":[2,0,0,1,20,23], -"classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886":[2,0,0,1,20,2], -"classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5":[2,0,0,1,20,20], -"classGpgFrontend_1_1UI_1_1KeyList.html#aad57901bf84aaf7849e7cf7bb9f8fc99":[2,0,0,1,20,25], -"classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe":[2,0,0,1,20,18], -"classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f":[2,0,0,1,20,14], -"classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153":[2,0,0,1,20,15], -"classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33":[2,0,0,1,20,10], -"classGpgFrontend_1_1UI_1_1KeyList.html#ac4629f2ffafe87215acc66f3cefc23d4":[2,0,0,1,20,29], -"classGpgFrontend_1_1UI_1_1KeyList.html#ac4d74ae5a34617b0be9915a43a2abdaa":[2,0,0,1,20,35], -"classGpgFrontend_1_1UI_1_1KeyList.html#ad3b6021ff2b2f03874bc9886bc08c152":[2,0,0,1,20,33], -"classGpgFrontend_1_1UI_1_1KeyList.html#ade6f1511cb60ceafcfe8e50a2ef28c73":[2,0,0,1,20,34], -"classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f":[2,0,0,1,20,7], -"classGpgFrontend_1_1UI_1_1KeyList.html#ae9667bbf246913ea22413d46bcda675a":[2,0,0,1,20,28], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html":[2,0,0,1,24], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a00fdf40c55943c8542eaebab041f02b8":[2,0,0,1,24,30], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0380d65d9d12fb2b9d66c212287b8b92":[2,0,0,1,24,20], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a08ce0587e28ac312273fdb0988f63bbe":[2,0,0,1,24,29], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b":[2,0,0,1,24,5], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b4b2f521362d8e24a9875d51b0f877c":[2,0,0,1,24,10], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0eae43c328a32aedfa4a5a55cf328966":[2,0,0,1,24,27], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a137117a6c303eaf7bdca7a11edcc178c":[2,0,0,1,24,6], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1d5091c7be671b5c0446b52bef3eeb48":[2,0,0,1,24,26], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1ee904754ebe088ad002fb6c9b3f9000":[2,0,0,1,24,12], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2166d56c56ad66fd415d6628cfffd9b7":[2,0,0,1,24,7], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8":[2,0,0,1,24,2], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2bcdba46a4ace5bb9dd742759a00f4e3":[2,0,0,1,24,22], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a33e88ef94386833575afede7a7ff144a":[2,0,0,1,24,28], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a36a6d0f038e826f8d440d9f82826644f":[2,0,0,1,24,16], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a375530da2a3ff57e47b5f28af0bec09b":[2,0,0,1,24,11], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6266d640cb37c14fbe2c96bdb9c15935":[2,0,0,1,24,38], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5":[2,0,0,1,24,4], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46":[2,0,0,1,24,3], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a75e6e38da08275188c7a78fb57fa6641":[2,0,0,1,24,24], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a7623fa63b3c24ee86d923b434dee9c7f":[2,0,0,1,24,35], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a78b53193b055e10550938f403b641b31":[2,0,0,1,24,1], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7":[2,0,0,1,24,37], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf":[2,0,0,1,24,17], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7":[2,0,0,1,24,13], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8":[2,0,0,1,24,15], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a":[2,0,0,1,24,14], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743":[2,0,0,1,24,18], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#abf0f05743185c40b3cd0936ddccf8f9d":[2,0,0,1,24,23], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be":[2,0,0,1,24,19], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac6b43abecc2477164e4947759fc97237":[2,0,0,1,24,25], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2":[2,0,0,1,24,9], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[2,0,0,1,24,31], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7":[2,0,0,1,24,32], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d":[2,0,0,1,24,34], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#adff3b71d088f4a13ef3d032b3c0ecebc":[2,0,0,1,24,36], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ae41fbcbbf621133fb7655e566f36768b":[2,0,0,1,24,33], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64":[2,0,0,1,24,0], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#af089757a71f5f27922c45eb52c924f88":[2,0,0,1,24,8], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#afa24ed000e0833c2cb8f7fea1111299c":[2,0,0,1,24,21], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html":[2,0,0,1,25], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a0e2fdf02be3247409cc1590bea0c1fe8":[2,0,0,1,25,2], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a221d649fb0dfb4048cdf432e05686fe1":[2,0,0,1,25,10], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a2b9b0aabdbceb4482ebcdfd6c3af987d":[2,0,0,1,25,9], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a3844bbdb3d0c4e46b3118b7576917ba2":[2,0,0,1,25,11], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c":[2,0,0,1,25,3], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6a7c9f82af2848ef847fef68ab5afbf5":[2,0,0,1,25,6], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6dd2a97ec6b3e22c6d29182b1ceb49f3":[2,0,0,1,25,8], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6f0e8f878445e71527f23bf8b9edcd90":[2,0,0,1,25,4], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27":[2,0,0,1,25,0], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#acb100218dfa9f97f633d1b3cd7bf5a05":[2,0,0,1,25,7], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a":[2,0,0,1,25,1], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ae2dcd1d3f6264f6e58d8b69aa0511321":[2,0,0,1,25,5], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html":[2,0,0,1,26], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a01664d76e4405685086e31d6ae29b18d":[2,0,0,1,26,3], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b":[2,0,0,1,26,18], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1696d290fd22046aaf66b0c8855478cf":[2,0,0,1,26,2], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6":[2,0,0,1,26,13], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab":[2,0,0,1,26,5], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a285b5aa841aadd345096b722de2c5207":[2,0,0,1,26,10], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a34ea69e2f2a6d190121c0463cf190a63":[2,0,0,1,26,22], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4":[2,0,0,1,26,17], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a72717007cd65887f79b6f963568263a3":[2,0,0,1,26,23], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a73a47d699a33419a6cc265d55b89be50":[2,0,0,1,26,19], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444":[2,0,0,1,26,0], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a7a8119c794ed9ed63c0caa1c3373b6dc":[2,0,0,1,26,4], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec":[2,0,0,1,26,7], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d":[2,0,0,1,26,9], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be":[2,0,0,1,26,20], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975":[2,0,0,1,26,8], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1":[2,0,0,1,26,6], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c":[2,0,0,1,26,16], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ab14f5ac30ce3cca1c42155bae030c62e":[2,0,0,1,26,14], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#acd538bd5cd229b0f66e05803b6531443":[2,0,0,1,26,15], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e":[2,0,0,1,26,21], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594":[2,0,0,1,26,12], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0":[2,0,0,1,26,11], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2":[2,0,0,1,26,1], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html":[2,0,0,1,27], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab":[2,0,0,1,27,2], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f":[2,0,0,1,27,1], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4eb2668e860bb19e5c3c47a922b1e671":[2,0,0,1,27,7], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a504d26d23c6e4228b732f2f79c2c6fa3":[2,0,0,1,27,5], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a636caee67903f6f6114ba7a63ba49781":[2,0,0,1,27,6], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a6becf000c1128e46afee8a86066a242c":[2,0,0,1,27,10], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a9a28a055e8e549288e7dce49050493f5":[2,0,0,1,27,13], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aa150485d290176e45d7bb1e87601abde":[2,0,0,1,27,12], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5":[2,0,0,1,27,0], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab23cb5c7d25aabc0bed9ba530f3866ba":[2,0,0,1,27,8], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab5304882e1883244ff798ec06ff1c888":[2,0,0,1,27,11], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#acb6fe75a2e834469627d9b46ad84d514":[2,0,0,1,27,4], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ae5351ab31a47755ec82a007cd3610b55":[2,0,0,1,27,3], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#af2b406e19ae3e456c78e558c2d82d410":[2,0,0,1,27,9], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html":[2,0,0,1,28], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253":[2,0,0,1,28,2], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a083cd080527b4e1f1009ca6d3152894f":[2,0,0,1,28,9], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0c80829e8fd1802dd3c984fe65c3ca36":[2,0,0,1,28,25], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0ee84c4e1ea5c7c75bcddd2325993934":[2,0,0,1,28,8], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf":[2,0,0,1,28,17], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1420046130128b5679400d5ef7b7255e":[2,0,0,1,28,7], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c":[2,0,0,1,28,11], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2cad9b13df5cfa828d1ca641a19d2e08":[2,0,0,1,28,24], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2e44cb3bf3ed390f5e3db5cafb0870e9":[2,0,0,1,28,6], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862":[2,0,0,1,28,19], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739":[2,0,0,1,28,3], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a55b540fb99cbe55631af12c0c6156b20":[2,0,0,1,28,13], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876":[2,0,0,1,28,20], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a698f8af1dc074ca7433f9ee038ab4150":[2,0,0,1,28,18], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a6a64f9528cfd743d724947b27eefa0a5":[2,0,0,1,28,21], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927":[2,0,0,1,28,16], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a74cab42dc5d138fa2632d027af279957":[2,0,0,1,28,22], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a92f3f64ea29f6660358aab0b2d2da4dc":[2,0,0,1,28,10], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732":[2,0,0,1,28,0], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aab240016c10ecf575965108751fc0ff8":[2,0,0,1,28,15], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abbb66d84191a714d24f384125a25b328":[2,0,0,1,28,23], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abf09b9868514921763a9134084b228ee":[2,0,0,1,28,12], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36":[2,0,0,1,28,14], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff":[2,0,0,1,28,1], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aec18dfc0422bbb3d91c91ce8a067e148":[2,0,0,1,28,5], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb":[2,0,0,1,28,4], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html":[2,0,0,1,29], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a01adaffd23f720fdf94b84d294c4eae4":[2,0,0,1,29,11], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7":[2,0,0,1,29,5], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a07aff92c72ada924eae1cca0f31ae527":[2,0,0,1,29,27], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a08093ae1a45cb7705cb243487d975cfd":[2,0,0,1,29,22], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a09043e6f3b52d194e347304f62fbcce3":[2,0,0,1,29,17], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0b075e0415db03a3cc43bd8f6e014031":[2,0,0,1,29,16], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0d393d4abe6e2cc8d4cdfebf8c4c2186":[2,0,0,1,29,31], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf":[2,0,0,1,29,9], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a162f90b120f704c31aa7693a793e20c6":[2,0,0,1,29,12], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c":[2,0,0,1,29,14], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a283cc54d3453da8fcd96633381ec2753":[2,0,0,1,29,10], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7":[2,0,0,1,29,6], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d":[2,0,0,1,29,7], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29":[2,0,0,1,29,3], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a33c6b175129a6c364ebe5541d146d082":[2,0,0,1,29,24], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144":[2,0,0,1,29,1], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a3c264254d4f6df7ad810aecde43d9413":[2,0,0,1,29,20] +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a42d1bc5a70f0e81cb49c88eb23544255":[2,0,0,1,11,3], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a5c0bb4c6847846d57ca7524d5f5e4d53":[2,0,0,1,11,10], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a60f3fab73cb82114b17b10d6ac2f3b1a":[2,0,0,1,11,1], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013":[2,0,0,1,11,0], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a6ded03c8319326809b09bc90c94e890c":[2,0,0,1,11,7], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a8ddf641e1266d00cb876ddf786e5ccb8":[2,0,0,1,11,4], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ab0dd85f0fcbbab2f15eee995458d2dfb":[2,0,0,1,11,5], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#abb5b9f6dd7aed18f42cea885af85c741":[2,0,0,1,11,6], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ac581df0af500c9e8a73b8f988739600b":[2,0,0,1,11,8], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ad799871eab498f2e535f52f0082f8b8b":[2,0,0,1,11,9], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#af5c86754836a678c7058e6f633968863":[2,0,0,1,11,2], +"classGpgFrontend_1_1UI_1_1GeneralTab.html":[2,0,0,1,12], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c":[2,0,0,1,12,0], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#a3b97ed699cbc2f34b9e887cd2c83b645":[2,0,0,1,12,6], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#a4523f55e98cee600b2fd47b1750b4d24":[2,0,0,1,12,1], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b":[2,0,0,1,12,2], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa183fdff30ef4581a05ff5c0fde44d8c":[2,0,0,1,12,4], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69":[2,0,0,1,12,3], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#abaf12014356a2fa20f66945004abb7c2":[2,0,0,1,12,5], +"classGpgFrontend_1_1UI_1_1GnupgTab.html":[2,0,0,1,13], +"classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79":[2,0,0,1,13,0], +"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html":[2,0,0,1,14], +"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590":[2,0,0,1,14,1], +"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0":[2,0,0,1,14,3], +"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e":[2,0,0,1,14,2], +"classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298":[2,0,0,1,14,0], +"classGpgFrontend_1_1UI_1_1HelpPage.html":[2,0,0,1,15], +"classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006":[2,0,0,1,15,0], +"classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f":[2,0,0,1,15,2], +"classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99":[2,0,0,1,15,3], +"classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846":[2,0,0,1,15,1], +"classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c":[2,0,0,1,15,4], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html":[2,0,0,1,16], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a2c23091fa2fd5b97a045ac6c492caaca":[2,0,0,1,16,8], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71":[2,0,0,1,16,1], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4d18a72ae1c460a12b8902d426d9d395":[2,0,0,1,16,13], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab":[2,0,0,1,16,3], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3":[2,0,0,1,16,12], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516":[2,0,0,1,16,9], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32":[2,0,0,1,16,5], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a83a4ec326911b8b112bc471e7ca14925":[2,0,0,1,16,7], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad":[2,0,0,1,16,4], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac576ad298acc83cc313b6753e3715441":[2,0,0,1,16,10], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02":[2,0,0,1,16,6], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ad30591c31d19936cfd256e1a3c35d08f":[2,0,0,1,16,11], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010":[2,0,0,1,16,0], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38":[2,0,0,1,16,2], +"classGpgFrontend_1_1UI_1_1InfoTab.html":[2,0,0,1,17], +"classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc":[2,0,0,1,17,0], +"classGpgFrontend_1_1UI_1_1IntroPage.html":[2,0,0,1,18], +"classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4":[2,0,0,1,18,1], +"classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d":[2,0,0,1,18,0], +"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html":[2,0,0,1,19], +"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a2c3d09bc4b7ebce9839ec03a43838d32":[2,0,0,1,19,0], +"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a701ed5c70a8a0965b0d887b6d187e996":[2,0,0,1,19,1], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html":[2,0,0,1,20], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b":[2,0,0,1,20,2], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40":[2,0,0,1,20,20], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc":[2,0,0,1,20,14], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a104dcf364452ab5fe019f51c6db7f7d9":[2,0,0,1,20,22], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a10677e68994c32676acb051a0153375d":[2,0,0,1,20,4], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d":[2,0,0,1,20,21], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd":[2,0,0,1,20,17], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841":[2,0,0,1,20,24], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8":[2,0,0,1,20,16], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3":[2,0,0,1,20,18], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9":[2,0,0,1,20,0], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226":[2,0,0,1,20,10], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb":[2,0,0,1,20,5], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76":[2,0,0,1,20,12], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a52bf44c05cf1280ba13369ae2c33c60a":[2,0,0,1,20,29], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1":[2,0,0,1,20,26], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0":[2,0,0,1,20,28], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219":[2,0,0,1,20,19], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658":[2,0,0,1,20,3], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8ecbb5721d5a2a0f85fd7b362f62bf83":[2,0,0,1,20,30], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5":[2,0,0,1,20,9], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146":[2,0,0,1,20,6], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52":[2,0,0,1,20,15], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844":[2,0,0,1,20,23], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc":[2,0,0,1,20,25], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76":[2,0,0,1,20,7], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc":[2,0,0,1,20,8], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f":[2,0,0,1,20,11], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28":[2,0,0,1,20,1], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514":[2,0,0,1,20,13], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aff131dd6f7178c63ef2e2f85d30828a2":[2,0,0,1,20,27], +"classGpgFrontend_1_1UI_1_1KeyGenPage.html":[2,0,0,1,21], +"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70":[2,0,0,1,21,0], +"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead":[2,0,0,1,21,1], +"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a8b757ec603524d53307278110cece2bd":[2,0,0,1,21,2], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html":[2,0,0,1,22], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1":[2,0,0,1,22,0], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a1f82af3b6aee0e6e5999b1b146b36938":[2,0,0,1,22,7], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a238e3af4b4980dd563e1fe6ea12f4474":[2,0,0,1,22,9], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a2abf6522dd8c254074d9174fcde1d2be":[2,0,0,1,22,8], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a8bc7fdc44432686d8b154783b2d156e8":[2,0,0,1,22,6], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6":[2,0,0,1,22,3], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8":[2,0,0,1,22,1], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4":[2,0,0,1,22,4], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24":[2,0,0,1,22,2], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#affc26751c72e51c702eea3a251f284db":[2,0,0,1,22,5], +"classGpgFrontend_1_1UI_1_1KeyList.html":[2,0,0,1,23], +"classGpgFrontend_1_1UI_1_1KeyList.html#a0c3090591dff7b68bfb83c93d2c168e3":[2,0,0,1,23,4], +"classGpgFrontend_1_1UI_1_1KeyList.html#a0ea28d6f108bad10aaa8844fa86db033":[2,0,0,1,23,3], +"classGpgFrontend_1_1UI_1_1KeyList.html#a152e66db4a0f033366f43b4ec89073f4":[2,0,0,1,23,27], +"classGpgFrontend_1_1UI_1_1KeyList.html#a19b3f64d41843bb267fcd6c9956fde88":[2,0,0,1,23,30], +"classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544":[2,0,0,1,23,13], +"classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9":[2,0,0,1,23,5], +"classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f":[2,0,0,1,23,8], +"classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e":[2,0,0,1,23,17], +"classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38":[2,0,0,1,23,11], +"classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689":[2,0,0,1,23,19], +"classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e":[2,0,0,1,23,24], +"classGpgFrontend_1_1UI_1_1KeyList.html#a6e97d359158f91217b9fe797410c74a6":[2,0,0,1,23,26], +"classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec":[2,0,0,1,23,1], +"classGpgFrontend_1_1UI_1_1KeyList.html#a74ef918cd437730e111171660df06c81":[2,0,0,1,23,31], +"classGpgFrontend_1_1UI_1_1KeyList.html#a79416ec91e91f19712bf72aeb6440175":[2,0,0,1,23,16], +"classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418":[2,0,0,1,23,0], +"classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291":[2,0,0,1,23,21], +"classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87":[2,0,0,1,23,9], +"classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd":[2,0,0,1,23,12], +"classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190":[2,0,0,1,23,6], +"classGpgFrontend_1_1UI_1_1KeyList.html#a86a294a8baa9feaeb808f0af956ef522":[2,0,0,1,23,22], +"classGpgFrontend_1_1UI_1_1KeyList.html#a8aeb2eef64f57fbc2e7f06f433d1ccb2":[2,0,0,1,23,36], +"classGpgFrontend_1_1UI_1_1KeyList.html#a8d1e2fde8e54d111581adc701e3191bb":[2,0,0,1,23,32], +"classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a":[2,0,0,1,23,23], +"classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886":[2,0,0,1,23,2], +"classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5":[2,0,0,1,23,20], +"classGpgFrontend_1_1UI_1_1KeyList.html#aad57901bf84aaf7849e7cf7bb9f8fc99":[2,0,0,1,23,25], +"classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe":[2,0,0,1,23,18], +"classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f":[2,0,0,1,23,14], +"classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153":[2,0,0,1,23,15], +"classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33":[2,0,0,1,23,10], +"classGpgFrontend_1_1UI_1_1KeyList.html#ac4629f2ffafe87215acc66f3cefc23d4":[2,0,0,1,23,29], +"classGpgFrontend_1_1UI_1_1KeyList.html#ac4d74ae5a34617b0be9915a43a2abdaa":[2,0,0,1,23,35], +"classGpgFrontend_1_1UI_1_1KeyList.html#ad3b6021ff2b2f03874bc9886bc08c152":[2,0,0,1,23,33], +"classGpgFrontend_1_1UI_1_1KeyList.html#ade6f1511cb60ceafcfe8e50a2ef28c73":[2,0,0,1,23,34], +"classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f":[2,0,0,1,23,7], +"classGpgFrontend_1_1UI_1_1KeyList.html#ae9667bbf246913ea22413d46bcda675a":[2,0,0,1,23,28], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html":[2,0,0,1,27], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a00fdf40c55943c8542eaebab041f02b8":[2,0,0,1,27,28], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0380d65d9d12fb2b9d66c212287b8b92":[2,0,0,1,27,18], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a08ce0587e28ac312273fdb0988f63bbe":[2,0,0,1,27,27], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b":[2,0,0,1,27,4], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b4b2f521362d8e24a9875d51b0f877c":[2,0,0,1,27,9], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0eae43c328a32aedfa4a5a55cf328966":[2,0,0,1,27,25], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a137117a6c303eaf7bdca7a11edcc178c":[2,0,0,1,27,5], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1d5091c7be671b5c0446b52bef3eeb48":[2,0,0,1,27,24], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1ee904754ebe088ad002fb6c9b3f9000":[2,0,0,1,27,11], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2166d56c56ad66fd415d6628cfffd9b7":[2,0,0,1,27,6], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8":[2,0,0,1,27,1], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2bcdba46a4ace5bb9dd742759a00f4e3":[2,0,0,1,27,20], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a33e88ef94386833575afede7a7ff144a":[2,0,0,1,27,26], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a375530da2a3ff57e47b5f28af0bec09b":[2,0,0,1,27,10], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6266d640cb37c14fbe2c96bdb9c15935":[2,0,0,1,27,36], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5":[2,0,0,1,27,3], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46":[2,0,0,1,27,2], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a75e6e38da08275188c7a78fb57fa6641":[2,0,0,1,27,22], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a7623fa63b3c24ee86d923b434dee9c7f":[2,0,0,1,27,33], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7":[2,0,0,1,27,35], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf":[2,0,0,1,27,15], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7":[2,0,0,1,27,12], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8":[2,0,0,1,27,14], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a":[2,0,0,1,27,13], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743":[2,0,0,1,27,16], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#abf0f05743185c40b3cd0936ddccf8f9d":[2,0,0,1,27,21], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be":[2,0,0,1,27,17], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac6b43abecc2477164e4947759fc97237":[2,0,0,1,27,23], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2":[2,0,0,1,27,8], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[2,0,0,1,27,29], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7":[2,0,0,1,27,30], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d":[2,0,0,1,27,32], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#adff3b71d088f4a13ef3d032b3c0ecebc":[2,0,0,1,27,34], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ae41fbcbbf621133fb7655e566f36768b":[2,0,0,1,27,31], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64":[2,0,0,1,27,0], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#af089757a71f5f27922c45eb52c924f88":[2,0,0,1,27,7], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#afa24ed000e0833c2cb8f7fea1111299c":[2,0,0,1,27,19], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html":[2,0,0,1,28], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a0e2fdf02be3247409cc1590bea0c1fe8":[2,0,0,1,28,2], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a221d649fb0dfb4048cdf432e05686fe1":[2,0,0,1,28,10], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a2b9b0aabdbceb4482ebcdfd6c3af987d":[2,0,0,1,28,9], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a3844bbdb3d0c4e46b3118b7576917ba2":[2,0,0,1,28,11], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c":[2,0,0,1,28,3], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6a7c9f82af2848ef847fef68ab5afbf5":[2,0,0,1,28,6], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6dd2a97ec6b3e22c6d29182b1ceb49f3":[2,0,0,1,28,8], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6f0e8f878445e71527f23bf8b9edcd90":[2,0,0,1,28,4], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27":[2,0,0,1,28,0], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#acb100218dfa9f97f633d1b3cd7bf5a05":[2,0,0,1,28,7], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a":[2,0,0,1,28,1], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ae2dcd1d3f6264f6e58d8b69aa0511321":[2,0,0,1,28,5], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html":[2,0,0,1,29], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a01664d76e4405685086e31d6ae29b18d":[2,0,0,1,29,3], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b":[2,0,0,1,29,18], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1696d290fd22046aaf66b0c8855478cf":[2,0,0,1,29,2], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6":[2,0,0,1,29,13], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab":[2,0,0,1,29,5], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a285b5aa841aadd345096b722de2c5207":[2,0,0,1,29,10], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a34ea69e2f2a6d190121c0463cf190a63":[2,0,0,1,29,22], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4":[2,0,0,1,29,17], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a72717007cd65887f79b6f963568263a3":[2,0,0,1,29,23], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a73a47d699a33419a6cc265d55b89be50":[2,0,0,1,29,19], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444":[2,0,0,1,29,0], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a7a8119c794ed9ed63c0caa1c3373b6dc":[2,0,0,1,29,4], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec":[2,0,0,1,29,7], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d":[2,0,0,1,29,9], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be":[2,0,0,1,29,20], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975":[2,0,0,1,29,8], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1":[2,0,0,1,29,6], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c":[2,0,0,1,29,16], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ab14f5ac30ce3cca1c42155bae030c62e":[2,0,0,1,29,14], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#acd538bd5cd229b0f66e05803b6531443":[2,0,0,1,29,15], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e":[2,0,0,1,29,21], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594":[2,0,0,1,29,12], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0":[2,0,0,1,29,11], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2":[2,0,0,1,29,1], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html":[2,0,0,1,30], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab":[2,0,0,1,30,2], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f":[2,0,0,1,30,1], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4eb2668e860bb19e5c3c47a922b1e671":[2,0,0,1,30,7], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a504d26d23c6e4228b732f2f79c2c6fa3":[2,0,0,1,30,5], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a636caee67903f6f6114ba7a63ba49781":[2,0,0,1,30,6], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a6becf000c1128e46afee8a86066a242c":[2,0,0,1,30,10], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a9a28a055e8e549288e7dce49050493f5":[2,0,0,1,30,13], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aa150485d290176e45d7bb1e87601abde":[2,0,0,1,30,12], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5":[2,0,0,1,30,0], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab23cb5c7d25aabc0bed9ba530f3866ba":[2,0,0,1,30,8], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab5304882e1883244ff798ec06ff1c888":[2,0,0,1,30,11], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#acb6fe75a2e834469627d9b46ad84d514":[2,0,0,1,30,4], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ae5351ab31a47755ec82a007cd3610b55":[2,0,0,1,30,3], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#af2b406e19ae3e456c78e558c2d82d410":[2,0,0,1,30,9], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html":[2,0,0,1,31], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253":[2,0,0,1,31,2], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a083cd080527b4e1f1009ca6d3152894f":[2,0,0,1,31,9], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0c80829e8fd1802dd3c984fe65c3ca36":[2,0,0,1,31,25], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0ee84c4e1ea5c7c75bcddd2325993934":[2,0,0,1,31,8], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf":[2,0,0,1,31,17], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1420046130128b5679400d5ef7b7255e":[2,0,0,1,31,7], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c":[2,0,0,1,31,11], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2cad9b13df5cfa828d1ca641a19d2e08":[2,0,0,1,31,24], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2e44cb3bf3ed390f5e3db5cafb0870e9":[2,0,0,1,31,6], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862":[2,0,0,1,31,19], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739":[2,0,0,1,31,3], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a55b540fb99cbe55631af12c0c6156b20":[2,0,0,1,31,13], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876":[2,0,0,1,31,20], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a698f8af1dc074ca7433f9ee038ab4150":[2,0,0,1,31,18], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a6a64f9528cfd743d724947b27eefa0a5":[2,0,0,1,31,21], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927":[2,0,0,1,31,16], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a74cab42dc5d138fa2632d027af279957":[2,0,0,1,31,22], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a92f3f64ea29f6660358aab0b2d2da4dc":[2,0,0,1,31,10] }; diff --git a/docs/html/navtreeindex4.js b/docs/html/navtreeindex4.js index 4ffa440f..83a251be 100644 --- a/docs/html/navtreeindex4.js +++ b/docs/html/navtreeindex4.js @@ -1,253 +1,253 @@ var NAVTREEINDEX4 = { -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4569bb5afb56e0caaa6eeadac05a53d6":[2,0,0,1,29,19], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4f72825ffcade6dd1def95246748ca3d":[2,0,0,1,29,23], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a578c5a61208ae962fd772bc5e9045d12":[2,0,0,1,29,25], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea":[2,0,0,1,29,2], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5dbd205bb97fe7379d01c19250d6f97c":[2,0,0,1,29,29], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f":[2,0,0,1,29,4], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1":[2,0,0,1,29,8], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7e4ef818bcd2f315159f7043a099302c":[2,0,0,1,29,30], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a9fd99282a49e752133fdd5bdb10a62d4":[2,0,0,1,29,18], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa0fb2623234f3dea2ef40809c9571360":[2,0,0,1,29,13], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa598c2c2a97f5c3dd7e8227cdfe6a51a":[2,0,0,1,29,21], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa90d503edf4bab73034f68dc424964dd":[2,0,0,1,29,28], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ad4638897cefc9a3fe111eb386abd25f4":[2,0,0,1,29,26], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ada1a7906a9e5f38c28922f9ac98c76a6":[2,0,0,1,29,15], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3":[2,0,0,1,29,0], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html":[2,0,0,1,30], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1a7298fa8c6aa085794b21fe6d8ed1eb":[2,0,0,1,30,15], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f":[2,0,0,1,30,10], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8":[2,0,0,1,30,14], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a228c855a0676155572d691cb0df9c328":[2,0,0,1,30,23], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2":[2,0,0,1,30,5], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3d2e0010ac4e4ed0b2a88d9487d2732c":[2,0,0,1,30,25], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e":[2,0,0,1,30,1], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c":[2,0,0,1,30,2], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4cbacc689425edd3105af64083c7b3a1":[2,0,0,1,30,19], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4e387503359dee5771e855218d5f1561":[2,0,0,1,30,13], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c":[2,0,0,1,30,4], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7f6e60d52be1bc06e2f9ddad4ca11d98":[2,0,0,1,30,17], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a95460bd9977b72ef20d4566f5e231dab":[2,0,0,1,30,26], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063":[2,0,0,1,30,0], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a9d752319d7342f0156f8dfa15868fc48":[2,0,0,1,30,20], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#aab814c68a1d532bef6e0e77b6614c622":[2,0,0,1,30,22], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab2e8ddb2180df363ad2cf8fc27fabee3":[2,0,0,1,30,28], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a":[2,0,0,1,30,7], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513":[2,0,0,1,30,3], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abdf29b8b4337573cafd839fd4ce25104":[2,0,0,1,30,16], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06":[2,0,0,1,30,9], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#acb2e410d862b05f335fdaa108b6e15ee":[2,0,0,1,30,24], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad184316a91466181dbc9c109f8a03d01":[2,0,0,1,30,11], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6":[2,0,0,1,30,6], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad7f4df9aa6ee20ff4a36049bbf3e7f6e":[2,0,0,1,30,8], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#adc7249b039e078c84f705c7111a148b0":[2,0,0,1,30,12], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af48f4a6d2744bad2759e691f9c59f209":[2,0,0,1,30,21], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af615a531375a74aa4b46a7dd53d38422":[2,0,0,1,30,27], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#afae8573a9f425bd53c84828576f4ac1f":[2,0,0,1,30,18], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html":[2,0,0,1,32], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a05c643155ca542c788acd648a59a1917":[2,0,0,1,32,3], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb":[2,0,0,1,32,1], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a3789ae2c0e3d1510b2b67c762118d6c0":[2,0,0,1,32,6], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a547fe4ca02de93cefd0a9954a7a6d5e4":[2,0,0,1,32,7], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5a256b2be02876fb748193b2cb14fb14":[2,0,0,1,32,8], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a6492b945ec7cfbb73cfcad0964ffe23f":[2,0,0,1,32,2], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b":[2,0,0,1,32,0], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#acf4b8c667c69c822283f5d72728c3915":[2,0,0,1,32,4], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274":[2,0,0,1,32,5], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html":[2,0,0,1,34], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a1deb1df41b7a9b4f93fb717280d3b502":[2,0,0,1,34,5], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a8201baff3129df1090311964f009ae2b":[2,0,0,1,34,3], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43":[2,0,0,1,34,2], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55":[2,0,0,1,34,0], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ab510bc8feea27f5a2f5361475a50d106":[2,0,0,1,34,8], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#acb34dd25f9d75feb0ec625ce81d47cff":[2,0,0,1,34,6], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad493cf9abfab589f5560131cda68539d":[2,0,0,1,34,7], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad9ae0e31f60685d600a695d1d4b0c025":[2,0,0,1,34,4], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ae1943f11c25f5696103f113493462a76":[2,0,0,1,34,1], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html":[2,0,0,1,35], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6":[2,0,0,1,35,2], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a168859b1774aa38b8ad4c423fe01f1c5":[2,0,0,1,35,3], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf":[2,0,0,1,35,0], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a520581c9828a62043ddea18da740401e":[2,0,0,1,35,1], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a71c4d23dcfa453bff540324b0a74f347":[2,0,0,1,35,5], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a8c50ef3699448352d6272bb2faab5493":[2,0,0,1,35,4], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html":[2,0,0,1,31], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a0fc7e301ec8db2f328508c0380027d94":[2,0,0,1,31,8], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a1ec36c6d42a71d79fc006c1aab0ebdfa":[2,0,0,1,31,10], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b":[2,0,0,1,31,3], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347":[2,0,0,1,31,4], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a68f954c4b713956a87f7382b30f45612":[2,0,0,1,31,7], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a74f30a1f6314b6156f4df20652129c5d":[2,0,0,1,31,6], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a85b9bfdbd7ae71f0d74b9d6c32a194e1":[2,0,0,1,31,12], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e":[2,0,0,1,31,2], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8fd9c3735ab43ecf2eb6df4c9b2ddd93":[2,0,0,1,31,1], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c":[2,0,0,1,31,0], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aacb5e6e543708687185a993dd43050a3":[2,0,0,1,31,5], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac3f03e8a208f63776414df0ce37ead19":[2,0,0,1,31,11], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac946f4228b6e8784eebcbb63f285a702":[2,0,0,1,31,9], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html":[2,0,0,1,36], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a07cf756a15ba7750c6657802b1dce3e1":[2,0,0,1,36,3], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a0c7bac2346240758e7261d00416904bf":[2,0,0,1,36,5], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a1146e72ffa5555b378f09efd2c55a619":[2,0,0,1,36,1], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a13ac7f514a2a8ad05feb9ef4819dc653":[2,0,0,1,36,4], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a33d34fd3c08f5d4fa2a1e97b2f028274":[2,0,0,1,36,0], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a41071f083c60ca708e8cc29896803940":[2,0,0,1,36,2], -"classGpgFrontend_1_1UI_1_1MainWindow.html":[2,0,0,1,37], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e":[2,0,0,1,37,75], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e":[2,0,0,1,37,32], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de":[2,0,0,1,37,6], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203":[2,0,0,1,37,43], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759":[2,0,0,1,37,11], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[2,0,0,1,37,55], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48":[2,0,0,1,37,37], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355":[2,0,0,1,37,4], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[2,0,0,1,37,54], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[2,0,0,1,37,100], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[2,0,0,1,37,110], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[2,0,0,1,37,109], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[2,0,0,1,37,82], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f":[2,0,0,1,37,30], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e":[2,0,0,1,37,3], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585":[2,0,0,1,37,8], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919":[2,0,0,1,37,23], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64":[2,0,0,1,37,70], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60":[2,0,0,1,37,58], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a":[2,0,0,1,37,13], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[2,0,0,1,37,97], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,0,1,37,68], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,0,1,37,24], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,0,1,37,91], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[2,0,0,1,37,45], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30":[2,0,0,1,37,40], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e":[2,0,0,1,37,29], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2":[2,0,0,1,37,60], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2fb0dc34218da4963e3c37fd60b334a7":[2,0,0,1,37,79], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4":[2,0,0,1,37,26], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a30fe95cf76936d382ee0b67a24688a7a":[2,0,0,1,37,16], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86":[2,0,0,1,37,61], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7":[2,0,0,1,37,83], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad":[2,0,0,1,37,52], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689":[2,0,0,1,37,111], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b":[2,0,0,1,37,33], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73":[2,0,0,1,37,85], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec":[2,0,0,1,37,2], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28":[2,0,0,1,37,36], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d":[2,0,0,1,37,86], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf":[2,0,0,1,37,28], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8":[2,0,0,1,37,71], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b":[2,0,0,1,37,89], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d":[2,0,0,1,37,53], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a68ab283b12d2a5400dc90555772c44ab":[2,0,0,1,37,95], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a6c64a01f3b1d5ff7b42da6e29a4d2c0c":[2,0,0,1,37,1], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f":[2,0,0,1,37,65], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979":[2,0,0,1,37,112], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1":[2,0,0,1,37,63], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8":[2,0,0,1,37,56], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a72b5cfa9bf4b94a53d9bc14d84e60d6d":[2,0,0,1,37,77], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472":[2,0,0,1,37,18], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98":[2,0,0,1,37,14], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45":[2,0,0,1,37,64], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d":[2,0,0,1,37,21], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0":[2,0,0,1,37,10], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9":[2,0,0,1,37,17], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be":[2,0,0,1,37,73], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd":[2,0,0,1,37,15], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65":[2,0,0,1,37,31], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a877ec5dd357907e9c334e7ff18bf2c5c":[2,0,0,1,37,84], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41":[2,0,0,1,37,105], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63":[2,0,0,1,37,72], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf":[2,0,0,1,37,41], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701":[2,0,0,1,37,106], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745":[2,0,0,1,37,78], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc":[2,0,0,1,37,90], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab":[2,0,0,1,37,5], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306":[2,0,0,1,37,48], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8":[2,0,0,1,37,42], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1":[2,0,0,1,37,47], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3":[2,0,0,1,37,39], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216":[2,0,0,1,37,7], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c":[2,0,0,1,37,108], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f":[2,0,0,1,37,62], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d":[2,0,0,1,37,35], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3":[2,0,0,1,37,9], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be":[2,0,0,1,37,34], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a":[2,0,0,1,37,59], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aad0c8d50952f4592eac7b7221b5d1ec5":[2,0,0,1,37,51], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6":[2,0,0,1,37,102], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc":[2,0,0,1,37,96], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d":[2,0,0,1,37,44], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919":[2,0,0,1,37,38], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9":[2,0,0,1,37,66], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4":[2,0,0,1,37,49], -"classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9":[2,0,0,1,37,92], -"classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e":[2,0,0,1,37,94], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc":[2,0,0,1,37,98], -"classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b":[2,0,0,1,37,99], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad0a47aadbd6ae3a4bd0fe3372d247e7d":[2,0,0,1,37,74], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c":[2,0,0,1,37,46], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a":[2,0,0,1,37,67], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83":[2,0,0,1,37,87], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c":[2,0,0,1,37,81], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adb05de6b4fa1f1d57ed63be1280050e9":[2,0,0,1,37,80], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e":[2,0,0,1,37,107], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98":[2,0,0,1,37,12], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e":[2,0,0,1,37,25], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2587b35d14bc64bc13d4e8ca1dcd502":[2,0,0,1,37,103], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa":[2,0,0,1,37,27], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904":[2,0,0,1,37,22], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[2,0,0,1,37,19], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[2,0,0,1,37,69], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[2,0,0,1,37,101], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,0,1,37,104], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,0,1,37,57], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,0,1,37,20], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,0,1,37,93], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,0,1,37,88], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[2,0,0,1,37,50], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1":[2,0,0,1,37,76], -"classGpgFrontend_1_1UI_1_1NetworkTab.html":[2,0,0,1,38], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1713e1268a364f51f57b3a2752efc641":[2,0,0,1,38,7], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd":[2,0,0,1,38,6], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a36aba3c964667026632d8e8521bea7b7":[2,0,0,1,38,4], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a3afc7a761d7316cfd15828b624e0dad3":[2,0,0,1,38,1], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8":[2,0,0,1,38,0], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a":[2,0,0,1,38,3], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a52fa421fe4e6c122a26ed7c766c000f7":[2,0,0,1,38,2], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#ab060582bade44ee6f7d836e80809d95c":[2,0,0,1,38,8], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513":[2,0,0,1,38,5], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html":[2,0,0,1,39], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a010bae8d8d967c8cc81cd42547de5dcb":[2,0,0,1,39,21], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e0a36396ea55f5dbe6197284cf98192":[2,0,0,1,39,24], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e64bcd36cf90b0eec2f05361c6c6fb3":[2,0,0,1,39,19], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58":[2,0,0,1,39,3], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b":[2,0,0,1,39,13], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267":[2,0,0,1,39,14], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5":[2,0,0,1,39,6], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a43d23c1bcac73b772aa0154151538bbf":[2,0,0,1,39,15], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2":[2,0,0,1,39,12], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358":[2,0,0,1,39,23], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a5b8ce290e1b949b56734227e8d42adba":[2,0,0,1,39,22], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a":[2,0,0,1,39,5], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1":[2,0,0,1,39,0], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe":[2,0,0,1,39,9], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ab1108b77925647d1a930e5252fa956b8":[2,0,0,1,39,20], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,0,1,39,7], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[2,0,0,1,39,8], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae756fc49724212d8d9937601a48b436b":[2,0,0,1,39,16], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db":[2,0,0,1,39,18], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aec4ec03dbf1363d1517aa37d160c31e7":[2,0,0,1,39,17], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[2,0,0,1,39,1], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c":[2,0,0,1,39,2], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a":[2,0,0,1,39,10], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4":[2,0,0,1,39,11], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf":[2,0,0,1,39,4], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html":[2,0,0,1,40], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a02ed478164a2e7d4b5a1a26e99486f2f":[2,0,0,1,40,3], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666":[2,0,0,1,40,1], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada":[2,0,0,1,40,0], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a9b8bb804b4c0bc48d5e26c3d103c5a64":[2,0,0,1,40,5], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#ae6ccca4d5325bbb1235fa6b27479ee2c":[2,0,0,1,40,4], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f":[2,0,0,1,40,2], -"classGpgFrontend_1_1UI_1_1QuitDialog.html":[2,0,0,1,41] +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732":[2,0,0,1,31,0], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aab240016c10ecf575965108751fc0ff8":[2,0,0,1,31,15], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abbb66d84191a714d24f384125a25b328":[2,0,0,1,31,23], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abf09b9868514921763a9134084b228ee":[2,0,0,1,31,12], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36":[2,0,0,1,31,14], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff":[2,0,0,1,31,1], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aec18dfc0422bbb3d91c91ce8a067e148":[2,0,0,1,31,5], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb":[2,0,0,1,31,4], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html":[2,0,0,1,32], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a01adaffd23f720fdf94b84d294c4eae4":[2,0,0,1,32,11], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7":[2,0,0,1,32,5], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a07aff92c72ada924eae1cca0f31ae527":[2,0,0,1,32,27], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a08093ae1a45cb7705cb243487d975cfd":[2,0,0,1,32,22], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a09043e6f3b52d194e347304f62fbcce3":[2,0,0,1,32,17], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0b075e0415db03a3cc43bd8f6e014031":[2,0,0,1,32,16], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0d393d4abe6e2cc8d4cdfebf8c4c2186":[2,0,0,1,32,31], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf":[2,0,0,1,32,9], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a162f90b120f704c31aa7693a793e20c6":[2,0,0,1,32,12], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c":[2,0,0,1,32,14], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a283cc54d3453da8fcd96633381ec2753":[2,0,0,1,32,10], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7":[2,0,0,1,32,6], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d":[2,0,0,1,32,7], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29":[2,0,0,1,32,3], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a33c6b175129a6c364ebe5541d146d082":[2,0,0,1,32,24], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144":[2,0,0,1,32,1], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a3c264254d4f6df7ad810aecde43d9413":[2,0,0,1,32,20], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4569bb5afb56e0caaa6eeadac05a53d6":[2,0,0,1,32,19], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4f72825ffcade6dd1def95246748ca3d":[2,0,0,1,32,23], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a578c5a61208ae962fd772bc5e9045d12":[2,0,0,1,32,25], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea":[2,0,0,1,32,2], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5dbd205bb97fe7379d01c19250d6f97c":[2,0,0,1,32,29], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f":[2,0,0,1,32,4], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1":[2,0,0,1,32,8], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7e4ef818bcd2f315159f7043a099302c":[2,0,0,1,32,30], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a9fd99282a49e752133fdd5bdb10a62d4":[2,0,0,1,32,18], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa0fb2623234f3dea2ef40809c9571360":[2,0,0,1,32,13], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa598c2c2a97f5c3dd7e8227cdfe6a51a":[2,0,0,1,32,21], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa90d503edf4bab73034f68dc424964dd":[2,0,0,1,32,28], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ad4638897cefc9a3fe111eb386abd25f4":[2,0,0,1,32,26], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ada1a7906a9e5f38c28922f9ac98c76a6":[2,0,0,1,32,15], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3":[2,0,0,1,32,0], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html":[2,0,0,1,33], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8":[2,0,0,1,33,13], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a228c855a0676155572d691cb0df9c328":[2,0,0,1,33,22], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2":[2,0,0,1,33,5], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3d2e0010ac4e4ed0b2a88d9487d2732c":[2,0,0,1,33,23], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e":[2,0,0,1,33,1], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c":[2,0,0,1,33,2], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4cbacc689425edd3105af64083c7b3a1":[2,0,0,1,33,18], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c":[2,0,0,1,33,4], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a":[2,0,0,1,33,10], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7f6e60d52be1bc06e2f9ddad4ca11d98":[2,0,0,1,33,16], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a95460bd9977b72ef20d4566f5e231dab":[2,0,0,1,33,24], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063":[2,0,0,1,33,0], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a9d752319d7342f0156f8dfa15868fc48":[2,0,0,1,33,19], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#aab814c68a1d532bef6e0e77b6614c622":[2,0,0,1,33,21], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab0585bbabc450d2cb571a5bd374ebb0e":[2,0,0,1,33,12], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab2e8ddb2180df363ad2cf8fc27fabee3":[2,0,0,1,33,26], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a":[2,0,0,1,33,7], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513":[2,0,0,1,33,3], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802":[2,0,0,1,33,14], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abdf29b8b4337573cafd839fd4ce25104":[2,0,0,1,33,15], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06":[2,0,0,1,33,9], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6":[2,0,0,1,33,6], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad7f4df9aa6ee20ff4a36049bbf3e7f6e":[2,0,0,1,33,8], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#adc7249b039e078c84f705c7111a148b0":[2,0,0,1,33,11], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af48f4a6d2744bad2759e691f9c59f209":[2,0,0,1,33,20], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af615a531375a74aa4b46a7dd53d38422":[2,0,0,1,33,25], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#afae8573a9f425bd53c84828576f4ac1f":[2,0,0,1,33,17], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html":[2,0,0,1,34], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857":[2,0,0,1,34,0], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a3adcb012ca6a6c08c65b94ab301eba27":[2,0,0,1,34,8], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a5e1fb2810c4b07bd9d8c6fe11c72c526":[2,0,0,1,34,7], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f":[2,0,0,1,34,3], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#aaf3e0f25869eab592e0be108b3727f8e":[2,0,0,1,34,2], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac066c7a57c5b0bc96a6982df2585862b":[2,0,0,1,34,4], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac0c91559fa74b01a5b6d9cf925727339":[2,0,0,1,34,1], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ae3d6f2b89691f0fdcc692920aacd3fba":[2,0,0,1,34,5], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#af24ff4c57d63e831324ca6075b86ae8b":[2,0,0,1,34,6], +"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html":[2,0,0,1,35], +"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a04075001fcf461425c3ae14c96de2ad6":[2,0,0,1,35,1], +"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a05fdcb7bd52dced3c9e15e9ca313c2b4":[2,0,0,1,35,7], +"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa":[2,0,0,1,35,0], +"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a1d03d44bd99bbaf7908a7a8ea8080212":[2,0,0,1,35,5], +"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a62bb1488fd6f95881bb70f8a228ef9c9":[2,0,0,1,35,6], +"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a99a5df78f8b78551dba4a14e144099cf":[2,0,0,1,35,2], +"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4":[2,0,0,1,35,3], +"classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#af0f20b03e64115f475d05a6517ab5bcf":[2,0,0,1,35,4], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html":[2,0,0,1,37], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a05c643155ca542c788acd648a59a1917":[2,0,0,1,37,3], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb":[2,0,0,1,37,1], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a3789ae2c0e3d1510b2b67c762118d6c0":[2,0,0,1,37,6], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a547fe4ca02de93cefd0a9954a7a6d5e4":[2,0,0,1,37,7], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5a256b2be02876fb748193b2cb14fb14":[2,0,0,1,37,8], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a6492b945ec7cfbb73cfcad0964ffe23f":[2,0,0,1,37,2], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b":[2,0,0,1,37,0], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#acf4b8c667c69c822283f5d72728c3915":[2,0,0,1,37,4], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274":[2,0,0,1,37,5], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html":[2,0,0,1,39], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a1deb1df41b7a9b4f93fb717280d3b502":[2,0,0,1,39,5], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a8201baff3129df1090311964f009ae2b":[2,0,0,1,39,3], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43":[2,0,0,1,39,2], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55":[2,0,0,1,39,0], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ab510bc8feea27f5a2f5361475a50d106":[2,0,0,1,39,8], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#acb34dd25f9d75feb0ec625ce81d47cff":[2,0,0,1,39,6], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad493cf9abfab589f5560131cda68539d":[2,0,0,1,39,7], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad9ae0e31f60685d600a695d1d4b0c025":[2,0,0,1,39,4], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ae1943f11c25f5696103f113493462a76":[2,0,0,1,39,1], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html":[2,0,0,1,40], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6":[2,0,0,1,40,2], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a168859b1774aa38b8ad4c423fe01f1c5":[2,0,0,1,40,3], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf":[2,0,0,1,40,0], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a520581c9828a62043ddea18da740401e":[2,0,0,1,40,1], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a71c4d23dcfa453bff540324b0a74f347":[2,0,0,1,40,5], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a8c50ef3699448352d6272bb2faab5493":[2,0,0,1,40,4], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html":[2,0,0,1,36], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a0fc7e301ec8db2f328508c0380027d94":[2,0,0,1,36,8], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a1ec36c6d42a71d79fc006c1aab0ebdfa":[2,0,0,1,36,10], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b":[2,0,0,1,36,3], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347":[2,0,0,1,36,4], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a68f954c4b713956a87f7382b30f45612":[2,0,0,1,36,7], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a74f30a1f6314b6156f4df20652129c5d":[2,0,0,1,36,6], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a85b9bfdbd7ae71f0d74b9d6c32a194e1":[2,0,0,1,36,12], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e":[2,0,0,1,36,2], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8fd9c3735ab43ecf2eb6df4c9b2ddd93":[2,0,0,1,36,1], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c":[2,0,0,1,36,0], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aacb5e6e543708687185a993dd43050a3":[2,0,0,1,36,5], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac3f03e8a208f63776414df0ce37ead19":[2,0,0,1,36,11], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac946f4228b6e8784eebcbb63f285a702":[2,0,0,1,36,9], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html":[2,0,0,1,41], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508":[2,0,0,1,41,3], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a257a806258d2e82961dd1227151d8269":[2,0,0,1,41,7], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a2a34a0b2c9f99597cc9ac52ffbcf151a":[2,0,0,1,41,2], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8":[2,0,0,1,41,0], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a5fe88955da96f064d23569112b2b6a13":[2,0,0,1,41,0,2], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8a63ce35ca3098ebd24e16ad592f14cd0d":[2,0,0,1,41,0,0], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a4e4e873d8d75a215f574f8211b5896d8adbea1aa1d6372dbabc06c38ac1231f88":[2,0,0,1,41,0,1], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a5c53b9ab82f93982e29a4fe3076c3419":[2,0,0,1,41,9], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a870ec89c06c3a4789948ca60e45e437d":[2,0,0,1,41,5], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a9c54f88adf75dd3402fef51ef5eeaea5":[2,0,0,1,41,6], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#abbb10300a75086649faba44cf4d2ed61":[2,0,0,1,41,8], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77":[2,0,0,1,41,1], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be":[2,0,0,1,41,4], +"classGpgFrontend_1_1UI_1_1MainWindow.html":[2,0,0,1,42], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e":[2,0,0,1,42,76], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e":[2,0,0,1,42,32], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de":[2,0,0,1,42,6], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203":[2,0,0,1,42,43], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759":[2,0,0,1,42,11], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[2,0,0,1,42,55], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48":[2,0,0,1,42,37], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355":[2,0,0,1,42,4], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[2,0,0,1,42,54], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[2,0,0,1,42,101], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[2,0,0,1,42,111], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[2,0,0,1,42,110], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[2,0,0,1,42,83], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f":[2,0,0,1,42,30], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e":[2,0,0,1,42,3], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585":[2,0,0,1,42,8], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919":[2,0,0,1,42,23], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64":[2,0,0,1,42,70], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60":[2,0,0,1,42,58], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a":[2,0,0,1,42,13], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[2,0,0,1,42,98], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,0,1,42,68], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,0,1,42,24], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,0,1,42,92], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[2,0,0,1,42,45], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30":[2,0,0,1,42,40], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e":[2,0,0,1,42,29], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2":[2,0,0,1,42,60], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2fb0dc34218da4963e3c37fd60b334a7":[2,0,0,1,42,80], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4":[2,0,0,1,42,26], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a30fe95cf76936d382ee0b67a24688a7a":[2,0,0,1,42,16], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86":[2,0,0,1,42,61], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7":[2,0,0,1,42,84], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad":[2,0,0,1,42,52], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689":[2,0,0,1,42,112], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b":[2,0,0,1,42,33], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73":[2,0,0,1,42,86], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec":[2,0,0,1,42,2], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28":[2,0,0,1,42,36], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d":[2,0,0,1,42,87], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf":[2,0,0,1,42,28], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8":[2,0,0,1,42,71], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b":[2,0,0,1,42,90], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d":[2,0,0,1,42,53], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a68ab283b12d2a5400dc90555772c44ab":[2,0,0,1,42,96], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a6c64a01f3b1d5ff7b42da6e29a4d2c0c":[2,0,0,1,42,1], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f":[2,0,0,1,42,65], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979":[2,0,0,1,42,113], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1":[2,0,0,1,42,63], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8":[2,0,0,1,42,56], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a72b5cfa9bf4b94a53d9bc14d84e60d6d":[2,0,0,1,42,78], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472":[2,0,0,1,42,18], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227":[2,0,0,1,42,72], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98":[2,0,0,1,42,14], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45":[2,0,0,1,42,64], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d":[2,0,0,1,42,21], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0":[2,0,0,1,42,10], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9":[2,0,0,1,42,17], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be":[2,0,0,1,42,74], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd":[2,0,0,1,42,15], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65":[2,0,0,1,42,31], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a877ec5dd357907e9c334e7ff18bf2c5c":[2,0,0,1,42,85], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41":[2,0,0,1,42,106], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63":[2,0,0,1,42,73], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf":[2,0,0,1,42,41], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701":[2,0,0,1,42,107], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745":[2,0,0,1,42,79], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc":[2,0,0,1,42,91], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab":[2,0,0,1,42,5], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306":[2,0,0,1,42,48], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8":[2,0,0,1,42,42], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1":[2,0,0,1,42,47], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3":[2,0,0,1,42,39], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216":[2,0,0,1,42,7], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c":[2,0,0,1,42,109], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f":[2,0,0,1,42,62], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d":[2,0,0,1,42,35], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3":[2,0,0,1,42,9], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be":[2,0,0,1,42,34], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a":[2,0,0,1,42,59], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aad0c8d50952f4592eac7b7221b5d1ec5":[2,0,0,1,42,51], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6":[2,0,0,1,42,103], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc":[2,0,0,1,42,97], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d":[2,0,0,1,42,44], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919":[2,0,0,1,42,38], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9":[2,0,0,1,42,66], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4":[2,0,0,1,42,49], +"classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9":[2,0,0,1,42,93], +"classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e":[2,0,0,1,42,95], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc":[2,0,0,1,42,99], +"classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b":[2,0,0,1,42,100], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad0a47aadbd6ae3a4bd0fe3372d247e7d":[2,0,0,1,42,75], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c":[2,0,0,1,42,46], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a":[2,0,0,1,42,67], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83":[2,0,0,1,42,88], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c":[2,0,0,1,42,82], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adb05de6b4fa1f1d57ed63be1280050e9":[2,0,0,1,42,81], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e":[2,0,0,1,42,108], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98":[2,0,0,1,42,12], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e":[2,0,0,1,42,25], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2587b35d14bc64bc13d4e8ca1dcd502":[2,0,0,1,42,104], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa":[2,0,0,1,42,27], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904":[2,0,0,1,42,22], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[2,0,0,1,42,19], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[2,0,0,1,42,69], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[2,0,0,1,42,102] }; diff --git a/docs/html/navtreeindex5.js b/docs/html/navtreeindex5.js index cb5327ce..b4cb926a 100644 --- a/docs/html/navtreeindex5.js +++ b/docs/html/navtreeindex5.js @@ -1,185 +1,238 @@ var NAVTREEINDEX5 = { -"classGpgFrontend_1_1UI_1_1QuitDialog.html#a1624ecd7f9b5d32622bf6f9b7eb46a1b":[2,0,0,1,41,4], -"classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55":[2,0,0,1,41,2], -"classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d":[2,0,0,1,41,0], -"classGpgFrontend_1_1UI_1_1QuitDialog.html#a8970dbf707a5cb5109a40aac76158027":[2,0,0,1,41,3], -"classGpgFrontend_1_1UI_1_1QuitDialog.html#ac491016e0d93183346b79421528ba5c8":[2,0,0,1,41,5], -"classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82":[2,0,0,1,41,1], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html":[2,0,0,1,42], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0e317d53b055887c86e851d1b10aec6b":[2,0,0,1,42,11], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc":[2,0,0,1,42,0], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216":[2,0,0,1,42,4], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518":[2,0,0,1,42,1], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a4e2ce62b4f14bb77d577efe208655bcb":[2,0,0,1,42,7], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a6532bcf29023e2d18209caae9960fd3f":[2,0,0,1,42,8], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068":[2,0,0,1,42,3], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aa1a54f43f17388a07befb5f15e4906ea":[2,0,0,1,42,5], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aac6feb4c12abb882446756c889d5fa78":[2,0,0,1,42,9], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac32111f86366175b943f8d96eee975ed":[2,0,0,1,42,6], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac43d73ffaadf316118ab0d7b46da4e41":[2,0,0,1,42,12], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26":[2,0,0,1,42,2], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acfd6e61f789f022790e9a83ce6359fbe":[2,0,0,1,42,10], -"classGpgFrontend_1_1UI_1_1SettingsObject.html":[2,0,0,1,43], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e":[2,0,0,1,43,4], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#a69e9027002113bf9ecc16d7836e42c63":[2,0,0,1,43,5], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0":[2,0,0,1,43,3], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302":[2,0,0,1,43,0], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d":[2,0,0,1,43,1], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c":[2,0,0,1,43,2], -"classGpgFrontend_1_1UI_1_1SignalStation.html":[2,0,0,1,44], -"classGpgFrontend_1_1UI_1_1SignalStation.html#a1581aaebc459f3eda06195c1e43f068f":[2,0,0,1,44,1], -"classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3":[2,0,0,1,44,4], -"classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad":[2,0,0,1,44,3], -"classGpgFrontend_1_1UI_1_1SignalStation.html#aaec7938466ed4b1e912b25038a253f84":[2,0,0,1,44,2], -"classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419":[2,0,0,1,44,0], -"classGpgFrontend_1_1UI_1_1SignalStation.html#ac98e4fff1e400f810ecea9903ee880df":[2,0,0,1,44,5], -"classGpgFrontend_1_1UI_1_1SignersPicker.html":[2,0,0,1,45], -"classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb":[2,0,0,1,45,0], -"classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00":[2,0,0,1,45,1], -"classGpgFrontend_1_1UI_1_1SignersPicker.html#a4daf860ef736aedd986e566383666be5":[2,0,0,1,45,2], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html":[2,0,0,1,47], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593":[2,0,0,1,47,1], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a06ae254026e0be902d28bb005a91fe0c":[2,0,0,1,47,23], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a10b30ea96e819657053c1d5752024547":[2,0,0,1,47,18], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d":[2,0,0,1,47,7], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b":[2,0,0,1,47,9], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a3caed2c7bcce5850c338de956dfaecfa":[2,0,0,1,47,17], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e":[2,0,0,1,47,10], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535":[2,0,0,1,47,3], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957":[2,0,0,1,47,6], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a":[2,0,0,1,47,21], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683":[2,0,0,1,47,15], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7":[2,0,0,1,47,8], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd":[2,0,0,1,47,0], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f":[2,0,0,1,47,4], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d":[2,0,0,1,47,2], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d":[2,0,0,1,47,14], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3":[2,0,0,1,47,19], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05":[2,0,0,1,47,11], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2":[2,0,0,1,47,13], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab11f7f3e24f855d690f6f7d820ed7479":[2,0,0,1,47,22], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3":[2,0,0,1,47,20], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#acca1d633219d245edba9135c80a90610":[2,0,0,1,47,5], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552":[2,0,0,1,47,12], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2":[2,0,0,1,47,16], -"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html":[2,0,0,1,49], -"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395":[2,0,0,1,49,0], -"classGpgFrontend_1_1UI_1_1TextEdit.html":[2,0,0,1,48], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254":[2,0,0,1,48,25], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9":[2,0,0,1,48,34], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a0f1c7997b1cd56045091e5c9677f5d0e":[2,0,0,1,48,0], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42":[2,0,0,1,48,8], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb":[2,0,0,1,48,18], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a32327f592965d8922eb7095af117336d":[2,0,0,1,48,32], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780":[2,0,0,1,48,10], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4":[2,0,0,1,48,16], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457":[2,0,0,1,48,5], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1":[2,0,0,1,48,12], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5":[2,0,0,1,48,30], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474":[2,0,0,1,48,28], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c":[2,0,0,1,48,17], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf":[2,0,0,1,48,6], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee":[2,0,0,1,48,22], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55":[2,0,0,1,48,26], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d":[2,0,0,1,48,19], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9":[2,0,0,1,48,11], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a725048d1c6de8ed7ba29062afa72767b":[2,0,0,1,48,37], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18":[2,0,0,1,48,3], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec":[2,0,0,1,48,36], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a":[2,0,0,1,48,27], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b":[2,0,0,1,48,2], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39":[2,0,0,1,48,35], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[2,0,0,1,48,4], -"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[2,0,0,1,48,9], -"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,0,1,48,20], -"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109":[2,0,0,1,48,1], -"classGpgFrontend_1_1UI_1_1TextEdit.html#ac9e2fb3d6ebb721f03416aa2da5e1fd1":[2,0,0,1,48,31], -"classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0":[2,0,0,1,48,24], -"classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224":[2,0,0,1,48,21], -"classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162":[2,0,0,1,48,13], -"classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39":[2,0,0,1,48,15], -"classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929":[2,0,0,1,48,23], -"classGpgFrontend_1_1UI_1_1TextEdit.html#aeb2048d8028907d521f5f35c077832c2":[2,0,0,1,48,7], -"classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762":[2,0,0,1,48,29], -"classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20":[2,0,0,1,48,14], -"classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb":[2,0,0,1,48,33], -"classGpgFrontend_1_1UI_1_1TranslatorsTab.html":[2,0,0,1,50], -"classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e":[2,0,0,1,50,0], -"classGpgFrontend_1_1UI_1_1UpdateTab.html":[2,0,0,1,51], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4":[2,0,0,1,51,3], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a3718c15db336b2ca0090ee492c429adb":[2,0,0,1,51,5], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95":[2,0,0,1,51,2], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a67358193095af7b39184f16706bf1bff":[2,0,0,1,51,6], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe":[2,0,0,1,51,1], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117":[2,0,0,1,51,0], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a84579badda70b12cfd79add18d1ef94f":[2,0,0,1,51,7], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a9dedd8bc17bbc53d31c9d292429be68b":[2,0,0,1,51,8], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#ab209ef238583efea25c6a58aa4831628":[2,0,0,1,51,9], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#ad180d1f434e8052f3e0974522c92ae61":[2,0,0,1,51,4], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html":[2,0,0,1,52], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a263f2a4030c261a849ded182cd889b3f":[2,0,0,1,52,2], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a37a315ff2a1ed0402adf1e15325990ba":[2,0,0,1,52,9], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a7849527f1e93581103bca3e7c66456c4":[2,0,0,1,52,8], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a79d6071c0cedd9e18588137783823fad":[2,0,0,1,52,1], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ab130aae968f83b9125cbe7054b6ca96d":[2,0,0,1,52,6], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda":[2,0,0,1,52,0], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae15d7e9e60c58dea08ae117645e8b32a":[2,0,0,1,52,3], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae66e988b812817ab95c35a7c080e8c06":[2,0,0,1,52,5], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeb3a7c48297d448d25b2b84a2aa64ad0":[2,0,0,1,52,4], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeef0138e48f7e5f823f2cce9692d4649":[2,0,0,1,52,7], -"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html":[2,0,0,1,53], -"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1":[2,0,0,1,53,1], -"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675":[2,0,0,1,53,3], -"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a3c73911b679c3e3b413e0b5ad8d48587":[2,0,0,1,53,2], -"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0":[2,0,0,1,53,0], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html":[2,0,0,1,54], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a03152f289952a5d2d133668907966126":[2,0,0,1,54,7], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a23901105c0aa009cfe9de6649912c4f0":[2,0,0,1,54,10], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab":[2,0,0,1,54,2], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a787aaa798b68809bf46a8ed6daf57b7c":[2,0,0,1,54,6], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12":[2,0,0,1,54,1], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9379c2bd2c85e1cd74d1c07bbc10822a":[2,0,0,1,54,9], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e":[2,0,0,1,54,5], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385":[2,0,0,1,54,0], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aba6a81a5f958e5c5c29242bfe1fbd77a":[2,0,0,1,54,3], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9":[2,0,0,1,54,8], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#af9042479ff7d3a8d1f7c53f320404ebb":[2,0,0,1,54,11], -"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#afd92a65f744566d288d9ddd736662d8e":[2,0,0,1,54,4], -"classGpgFrontend_1_1UI_1_1WaitingDialog.html":[2,0,0,1,55], -"classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc":[2,0,0,1,55,0], -"classGpgFrontend_1_1UI_1_1Wizard.html":[2,0,0,1,56], -"classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10":[2,0,0,1,56,1], -"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412c":[2,0,0,1,56,0], -"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1db00da5c18fa2f3b0764569530f9fd0":[2,0,0,1,56,0,2], -"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1e434fabfc6237dafd989f395e0a58c8":[2,0,0,1,56,0,1], -"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca21b9ac4a8543be737829f3f970e28bb6":[2,0,0,1,56,0,3], -"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412cab748f725806e9242cc8476eab193b51c":[2,0,0,1,56,0,0], -"classGpgFrontend_1_1UI_1_1Wizard.html#a8482dc299ec69e422d9fa6bc0d31025a":[2,0,0,1,56,3], -"classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb":[2,0,0,1,56,2], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,0,1,42,105], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,0,1,42,57], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,0,1,42,20], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,0,1,42,94], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,0,1,42,89], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[2,0,0,1,42,50], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1":[2,0,0,1,42,77], +"classGpgFrontend_1_1UI_1_1NetworkTab.html":[2,0,0,1,43], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1713e1268a364f51f57b3a2752efc641":[2,0,0,1,43,7], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd":[2,0,0,1,43,6], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a36aba3c964667026632d8e8521bea7b7":[2,0,0,1,43,4], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a3afc7a761d7316cfd15828b624e0dad3":[2,0,0,1,43,1], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8":[2,0,0,1,43,0], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a":[2,0,0,1,43,3], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a52fa421fe4e6c122a26ed7c766c000f7":[2,0,0,1,43,2], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#ab060582bade44ee6f7d836e80809d95c":[2,0,0,1,43,8], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513":[2,0,0,1,43,5], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html":[2,0,0,1,44], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a010bae8d8d967c8cc81cd42547de5dcb":[2,0,0,1,44,21], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e0a36396ea55f5dbe6197284cf98192":[2,0,0,1,44,24], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e64bcd36cf90b0eec2f05361c6c6fb3":[2,0,0,1,44,19], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58":[2,0,0,1,44,3], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b":[2,0,0,1,44,13], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267":[2,0,0,1,44,14], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5":[2,0,0,1,44,6], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a43d23c1bcac73b772aa0154151538bbf":[2,0,0,1,44,15], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2":[2,0,0,1,44,12], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358":[2,0,0,1,44,23], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a5b8ce290e1b949b56734227e8d42adba":[2,0,0,1,44,22], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a":[2,0,0,1,44,5], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1":[2,0,0,1,44,0], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe":[2,0,0,1,44,9], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ab1108b77925647d1a930e5252fa956b8":[2,0,0,1,44,20], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,0,1,44,7], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[2,0,0,1,44,8], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae756fc49724212d8d9937601a48b436b":[2,0,0,1,44,16], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db":[2,0,0,1,44,18], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aec4ec03dbf1363d1517aa37d160c31e7":[2,0,0,1,44,17], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[2,0,0,1,44,1], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c":[2,0,0,1,44,2], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a":[2,0,0,1,44,10], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4":[2,0,0,1,44,11], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf":[2,0,0,1,44,4], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html":[2,0,0,1,45], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a02ed478164a2e7d4b5a1a26e99486f2f":[2,0,0,1,45,3], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666":[2,0,0,1,45,1], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada":[2,0,0,1,45,0], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a9b8bb804b4c0bc48d5e26c3d103c5a64":[2,0,0,1,45,5], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#ae6ccca4d5325bbb1235fa6b27479ee2c":[2,0,0,1,45,4], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f":[2,0,0,1,45,2], +"classGpgFrontend_1_1UI_1_1QuitDialog.html":[2,0,0,1,46], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#a1624ecd7f9b5d32622bf6f9b7eb46a1b":[2,0,0,1,46,4], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55":[2,0,0,1,46,2], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d":[2,0,0,1,46,0], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#a8970dbf707a5cb5109a40aac76158027":[2,0,0,1,46,3], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#ac491016e0d93183346b79421528ba5c8":[2,0,0,1,46,5], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82":[2,0,0,1,46,1], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html":[2,0,0,1,47], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0e317d53b055887c86e851d1b10aec6b":[2,0,0,1,47,11], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc":[2,0,0,1,47,0], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216":[2,0,0,1,47,4], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518":[2,0,0,1,47,1], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a4e2ce62b4f14bb77d577efe208655bcb":[2,0,0,1,47,7], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a6532bcf29023e2d18209caae9960fd3f":[2,0,0,1,47,8], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068":[2,0,0,1,47,3], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aa1a54f43f17388a07befb5f15e4906ea":[2,0,0,1,47,5], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aac6feb4c12abb882446756c889d5fa78":[2,0,0,1,47,9], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac32111f86366175b943f8d96eee975ed":[2,0,0,1,47,6], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac43d73ffaadf316118ab0d7b46da4e41":[2,0,0,1,47,12], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26":[2,0,0,1,47,2], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acfd6e61f789f022790e9a83ce6359fbe":[2,0,0,1,47,10], +"classGpgFrontend_1_1UI_1_1SettingsObject.html":[2,0,0,1,48], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e":[2,0,0,1,48,4], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#a69e9027002113bf9ecc16d7836e42c63":[2,0,0,1,48,5], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0":[2,0,0,1,48,3], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302":[2,0,0,1,48,0], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d":[2,0,0,1,48,1], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c":[2,0,0,1,48,2], +"classGpgFrontend_1_1UI_1_1SignalStation.html":[2,0,0,1,49], +"classGpgFrontend_1_1UI_1_1SignalStation.html#a1581aaebc459f3eda06195c1e43f068f":[2,0,0,1,49,1], +"classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3":[2,0,0,1,49,4], +"classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad":[2,0,0,1,49,3], +"classGpgFrontend_1_1UI_1_1SignalStation.html#aaec7938466ed4b1e912b25038a253f84":[2,0,0,1,49,2], +"classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419":[2,0,0,1,49,0], +"classGpgFrontend_1_1UI_1_1SignalStation.html#ac98e4fff1e400f810ecea9903ee880df":[2,0,0,1,49,5], +"classGpgFrontend_1_1UI_1_1SignersPicker.html":[2,0,0,1,50], +"classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb":[2,0,0,1,50,0], +"classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00":[2,0,0,1,50,1], +"classGpgFrontend_1_1UI_1_1SignersPicker.html#a4daf860ef736aedd986e566383666be5":[2,0,0,1,50,4], +"classGpgFrontend_1_1UI_1_1SignersPicker.html#a524ee72ddb4fe397d71c0d4b5eb69171":[2,0,0,1,50,3], +"classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac":[2,0,0,1,50,2], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html":[2,0,0,1,52], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593":[2,0,0,1,52,1], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a06ae254026e0be902d28bb005a91fe0c":[2,0,0,1,52,23], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a10b30ea96e819657053c1d5752024547":[2,0,0,1,52,18], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d":[2,0,0,1,52,7], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b":[2,0,0,1,52,9], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a3caed2c7bcce5850c338de956dfaecfa":[2,0,0,1,52,17], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e":[2,0,0,1,52,10], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535":[2,0,0,1,52,3], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957":[2,0,0,1,52,6], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a":[2,0,0,1,52,21], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683":[2,0,0,1,52,15], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7":[2,0,0,1,52,8], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd":[2,0,0,1,52,0], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f":[2,0,0,1,52,4], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d":[2,0,0,1,52,2], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d":[2,0,0,1,52,14], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3":[2,0,0,1,52,19], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05":[2,0,0,1,52,11], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2":[2,0,0,1,52,13], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab11f7f3e24f855d690f6f7d820ed7479":[2,0,0,1,52,22], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3":[2,0,0,1,52,20], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#acca1d633219d245edba9135c80a90610":[2,0,0,1,52,5], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552":[2,0,0,1,52,12], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2":[2,0,0,1,52,16], +"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html":[2,0,0,1,54], +"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395":[2,0,0,1,54,0], +"classGpgFrontend_1_1UI_1_1TextEdit.html":[2,0,0,1,53], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254":[2,0,0,1,53,25], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9":[2,0,0,1,53,34], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a0f1c7997b1cd56045091e5c9677f5d0e":[2,0,0,1,53,0], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42":[2,0,0,1,53,8], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb":[2,0,0,1,53,18], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a32327f592965d8922eb7095af117336d":[2,0,0,1,53,32], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780":[2,0,0,1,53,10], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4":[2,0,0,1,53,16], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457":[2,0,0,1,53,5], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1":[2,0,0,1,53,12], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5":[2,0,0,1,53,30], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474":[2,0,0,1,53,28], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c":[2,0,0,1,53,17], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf":[2,0,0,1,53,6], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee":[2,0,0,1,53,22], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55":[2,0,0,1,53,26], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d":[2,0,0,1,53,19], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9":[2,0,0,1,53,11], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a725048d1c6de8ed7ba29062afa72767b":[2,0,0,1,53,37], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18":[2,0,0,1,53,3], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec":[2,0,0,1,53,36], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a":[2,0,0,1,53,27], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b":[2,0,0,1,53,2], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39":[2,0,0,1,53,35], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[2,0,0,1,53,4], +"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[2,0,0,1,53,9], +"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,0,1,53,20], +"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109":[2,0,0,1,53,1], +"classGpgFrontend_1_1UI_1_1TextEdit.html#ac9e2fb3d6ebb721f03416aa2da5e1fd1":[2,0,0,1,53,31], +"classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0":[2,0,0,1,53,24], +"classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224":[2,0,0,1,53,21], +"classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162":[2,0,0,1,53,13], +"classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39":[2,0,0,1,53,15], +"classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929":[2,0,0,1,53,23], +"classGpgFrontend_1_1UI_1_1TextEdit.html#aeb2048d8028907d521f5f35c077832c2":[2,0,0,1,53,7], +"classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762":[2,0,0,1,53,29], +"classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20":[2,0,0,1,53,14], +"classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb":[2,0,0,1,53,33], +"classGpgFrontend_1_1UI_1_1TranslatorsTab.html":[2,0,0,1,55], +"classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e":[2,0,0,1,55,0], +"classGpgFrontend_1_1UI_1_1UpdateTab.html":[2,0,0,1,56], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4":[2,0,0,1,56,3], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a3718c15db336b2ca0090ee492c429adb":[2,0,0,1,56,5], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95":[2,0,0,1,56,2], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a67358193095af7b39184f16706bf1bff":[2,0,0,1,56,6], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe":[2,0,0,1,56,1], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117":[2,0,0,1,56,0], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a84579badda70b12cfd79add18d1ef94f":[2,0,0,1,56,7], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a9dedd8bc17bbc53d31c9d292429be68b":[2,0,0,1,56,8], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#ab209ef238583efea25c6a58aa4831628":[2,0,0,1,56,9], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#ad180d1f434e8052f3e0974522c92ae61":[2,0,0,1,56,4], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html":[2,0,0,1,57], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a263f2a4030c261a849ded182cd889b3f":[2,0,0,1,57,2], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a37a315ff2a1ed0402adf1e15325990ba":[2,0,0,1,57,9], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a7849527f1e93581103bca3e7c66456c4":[2,0,0,1,57,8], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a79d6071c0cedd9e18588137783823fad":[2,0,0,1,57,1], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ab130aae968f83b9125cbe7054b6ca96d":[2,0,0,1,57,6], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda":[2,0,0,1,57,0], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae15d7e9e60c58dea08ae117645e8b32a":[2,0,0,1,57,3], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae66e988b812817ab95c35a7c080e8c06":[2,0,0,1,57,5], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeb3a7c48297d448d25b2b84a2aa64ad0":[2,0,0,1,57,4], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeef0138e48f7e5f823f2cce9692d4649":[2,0,0,1,57,7], +"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html":[2,0,0,1,58], +"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1":[2,0,0,1,58,1], +"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675":[2,0,0,1,58,3], +"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a3c73911b679c3e3b413e0b5ad8d48587":[2,0,0,1,58,2], +"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0":[2,0,0,1,58,0], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html":[2,0,0,1,59], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a03152f289952a5d2d133668907966126":[2,0,0,1,59,7], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a23901105c0aa009cfe9de6649912c4f0":[2,0,0,1,59,10], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab":[2,0,0,1,59,2], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a787aaa798b68809bf46a8ed6daf57b7c":[2,0,0,1,59,6], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12":[2,0,0,1,59,1], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9379c2bd2c85e1cd74d1c07bbc10822a":[2,0,0,1,59,9], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e":[2,0,0,1,59,5], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385":[2,0,0,1,59,0], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aba6a81a5f958e5c5c29242bfe1fbd77a":[2,0,0,1,59,3], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9":[2,0,0,1,59,8], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#af9042479ff7d3a8d1f7c53f320404ebb":[2,0,0,1,59,11], +"classGpgFrontend_1_1UI_1_1VersionCheckTask.html#afd92a65f744566d288d9ddd736662d8e":[2,0,0,1,59,4], +"classGpgFrontend_1_1UI_1_1WaitingDialog.html":[2,0,0,1,60], +"classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc":[2,0,0,1,60,0], +"classGpgFrontend_1_1UI_1_1Wizard.html":[2,0,0,1,61], +"classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10":[2,0,0,1,61,1], +"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412c":[2,0,0,1,61,0], +"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1db00da5c18fa2f3b0764569530f9fd0":[2,0,0,1,61,0,2], +"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1e434fabfc6237dafd989f395e0a58c8":[2,0,0,1,61,0,1], +"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca21b9ac4a8543be737829f3f970e28bb6":[2,0,0,1,61,0,3], +"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412cab748f725806e9242cc8476eab193b51c":[2,0,0,1,61,0,0], +"classGpgFrontend_1_1UI_1_1Wizard.html#a8482dc299ec69e422d9fa6bc0d31025a":[2,0,0,1,61,3], +"classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb":[2,0,0,1,61,2], "classProxyConnectionTestThread.html":[2,0,2], "classSignatureDetailsDialog.html":[2,0,3], "classTestListedKeyServerThread.html":[2,0,4], "classclass.html":[2,0,1], "classes.html":[2,1], -"dir_0cd9bde2c64af64bc3733ed8ca8e04b3.html":[3,0,0,1,9], -"dir_18205f693eaa3d1d3d92159ae8558e07.html":[3,0,0,1,4], -"dir_339e756bd7e594063a4f371b962f549a.html":[3,0,0,1,2], +"dir_00e48bdfb963d228cbb8d1392ea3be3d.html":[3,0,0,1,0,0], +"dir_0652c688762e27a1001e51709de145a7.html":[3,0,0,1,0,2], +"dir_0cd9bde2c64af64bc3733ed8ca8e04b3.html":[3,0,0,1,3], +"dir_11afffa0017fe763467cff6465c6cba1.html":[3,0,0,1,0,4], +"dir_181bea3d8ae4b1f9a028d86ce05f5b90.html":[3,0,0,1,0,3], "dir_34b4cee2b5900b653deb3438fc906cf4.html":[3,0,0,0,0], -"dir_3d7cdd7fbfa4715d9319666ec5111ec9.html":[3,0,0,1,3], "dir_4c90737131b129f8f210b6ba3e14bca4.html":[3,0,0,0,1,1], -"dir_60d155722ad55e64f9b6ab1078feff11.html":[3,0,0,1,1], +"dir_60d155722ad55e64f9b6ab1078feff11.html":[3,0,0,1,0], "dir_68267d1309a1af8e8297ef4c3efbcdba.html":[3,0,0], -"dir_77b5d71c36a073b86db318490f5560d0.html":[3,0,0,1,8], +"dir_77b5d71c36a073b86db318490f5560d0.html":[3,0,0,1,2], "dir_aebb8dcc11953d78e620bbef0b9e2183.html":[3,0,0,0], -"dir_b3dcad687043023d21a08bb9ff2e9a69.html":[3,0,0,1,0], "dir_b499e35b7e1b4486be887a41196851ec.html":[3,0,0,0,1,0], -"dir_b7e232576c264c97fe14815134a8cffa.html":[3,0,0,1,6], -"dir_be96635c88cbde2113e66f957baee3c5.html":[3,0,0,1,5], +"dir_b7e232576c264c97fe14815134a8cffa.html":[3,0,0,1,1], +"dir_c94381238fe21d1ba8abf1f36aa07fe5.html":[3,0,0,1,0,5], "dir_da5c6b39c0a2f54e57df6799511cd3ab.html":[3,0,0,1], "dir_db6209eff64d15a114e6ff7aefbf1abd.html":[3,0,0,0,2], -"dir_de56a105f7c21a78ac2526330527c47b.html":[3,0,0,1,7], -"dir_f3911b9629b0e27ea480d06d47573cbf.html":[3,0,0,1,10], +"dir_e2aa8803ed3498b184755f32f6c016d5.html":[3,0,0,1,0,1], +"dir_f3911b9629b0e27ea480d06d47573cbf.html":[3,0,0,1,4], "dir_f8a0abd6d3586538a5b71803e0ab7ffa.html":[3,0,0,0,1], "dir_fc6c58bf49530122ab17df13a9869378.html":[3,0,0,0,1,2], "dir_fd71accbf528c1576ca21e7ec5716833.html":[3,0,0,0,3], @@ -196,58 +249,5 @@ var NAVTREEINDEX5 = "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], -"functions_func_f.html":[2,3,1,4], -"functions_func_g.html":[2,3,1,5], -"functions_func_h.html":[2,3,1,6], -"functions_func_i.html":[2,3,1,7], -"functions_func_k.html":[2,3,1,8], -"functions_func_l.html":[2,3,1,9], -"functions_func_m.html":[2,3,1,10], -"functions_func_n.html":[2,3,1,11], -"functions_func_o.html":[2,3,1,12], -"functions_func_p.html":[2,3,1,13], -"functions_func_q.html":[2,3,1,14], -"functions_func_r.html":[2,3,1,15], -"functions_func_s.html":[2,3,1,16], -"functions_func_t.html":[2,3,1,17], -"functions_func_u.html":[2,3,1,18], -"functions_func_v.html":[2,3,1,19], -"functions_func_w.html":[2,3,1,20], -"functions_func_~.html":[2,3,1,21], -"functions_g.html":[2,3,0,7], -"functions_h.html":[2,3,0,8], -"functions_i.html":[2,3,0,9], -"functions_k.html":[2,3,0,10], -"functions_l.html":[2,3,0,11], -"functions_m.html":[2,3,0,12], -"functions_n.html":[2,3,0,13], -"functions_o.html":[2,3,0,14], -"functions_p.html":[2,3,0,15], -"functions_q.html":[2,3,0,16], -"functions_r.html":[2,3,0,17], -"functions_s.html":[2,3,0,18], -"functions_t.html":[2,3,0,19], -"functions_u.html":[2,3,0,20], -"functions_v.html":[2,3,0,21], -"functions_vars.html":[2,3,2], -"functions_w.html":[2,3,0,22], -"functions_z.html":[2,3,0,23], -"functions_~.html":[2,3,0,24], -"hierarchy.html":[2,2], -"index.html":[], -"index.html":[0], -"namespaceGpgFrontend.html":[2,0,0], -"namespaceGpgFrontend.html":[1,0,0], -"namespaceGpgFrontend_1_1RawAPI.html":[1,0,0,0], -"namespaceGpgFrontend_1_1Thread.html":[2,0,0,0], -"namespaceGpgFrontend_1_1Thread.html":[1,0,0,1], -"namespaceGpgFrontend_1_1UI.html":[2,0,0,1], -"namespaceGpgFrontend_1_1UI.html":[1,0,0,2], -"namespacemembers.html":[1,1,0], -"namespacemembers_enum.html":[1,1,2], -"namespacemembers_func.html":[1,1,1], -"namespaces.html":[1,0], -"pages.html":[], -"structGpgFrontend_1_1ArchiveStruct.html":[2,0,0,4] +"functions_func_e.html":[2,3,1,3] }; diff --git a/docs/html/navtreeindex6.js b/docs/html/navtreeindex6.js index 956885ca..a3bf27ff 100644 --- a/docs/html/navtreeindex6.js +++ b/docs/html/navtreeindex6.js @@ -1,5 +1,58 @@ var NAVTREEINDEX6 = { +"functions_func_f.html":[2,3,1,4], +"functions_func_g.html":[2,3,1,5], +"functions_func_h.html":[2,3,1,6], +"functions_func_i.html":[2,3,1,7], +"functions_func_k.html":[2,3,1,8], +"functions_func_l.html":[2,3,1,9], +"functions_func_m.html":[2,3,1,10], +"functions_func_n.html":[2,3,1,11], +"functions_func_o.html":[2,3,1,12], +"functions_func_p.html":[2,3,1,13], +"functions_func_q.html":[2,3,1,14], +"functions_func_r.html":[2,3,1,15], +"functions_func_s.html":[2,3,1,16], +"functions_func_t.html":[2,3,1,17], +"functions_func_u.html":[2,3,1,18], +"functions_func_v.html":[2,3,1,19], +"functions_func_w.html":[2,3,1,20], +"functions_func_~.html":[2,3,1,21], +"functions_g.html":[2,3,0,7], +"functions_h.html":[2,3,0,8], +"functions_i.html":[2,3,0,9], +"functions_k.html":[2,3,0,10], +"functions_l.html":[2,3,0,11], +"functions_m.html":[2,3,0,12], +"functions_n.html":[2,3,0,13], +"functions_o.html":[2,3,0,14], +"functions_p.html":[2,3,0,15], +"functions_q.html":[2,3,0,16], +"functions_r.html":[2,3,0,17], +"functions_s.html":[2,3,0,18], +"functions_t.html":[2,3,0,19], +"functions_u.html":[2,3,0,20], +"functions_v.html":[2,3,0,21], +"functions_vars.html":[2,3,2], +"functions_w.html":[2,3,0,22], +"functions_z.html":[2,3,0,23], +"functions_~.html":[2,3,0,24], +"hierarchy.html":[2,2], +"index.html":[0], +"index.html":[], +"namespaceGpgFrontend.html":[2,0,0], +"namespaceGpgFrontend.html":[1,0,0], +"namespaceGpgFrontend_1_1RawAPI.html":[1,0,0,0], +"namespaceGpgFrontend_1_1Thread.html":[1,0,0,1], +"namespaceGpgFrontend_1_1Thread.html":[2,0,0,0], +"namespaceGpgFrontend_1_1UI.html":[1,0,0,2], +"namespaceGpgFrontend_1_1UI.html":[2,0,0,1], +"namespacemembers.html":[1,1,0], +"namespacemembers_enum.html":[1,1,2], +"namespacemembers_func.html":[1,1,1], +"namespaces.html":[1,0], +"pages.html":[], +"structGpgFrontend_1_1ArchiveStruct.html":[2,0,0,4], "structGpgFrontend_1_1ArchiveStruct.html#a1ecfc9b7c9978678e8184745ea9f5c53":[2,0,0,4,4], "structGpgFrontend_1_1ArchiveStruct.html#a223cd7e27abc6918325fbef9dc46f274":[2,0,0,4,3], "structGpgFrontend_1_1ArchiveStruct.html#a9fc8525095022554d3a043687aa0a584":[2,0,0,4,0], @@ -22,64 +75,64 @@ var NAVTREEINDEX6 = "structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html":[2,0,0,0,1,0,0], "structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html#aba3f92e7f17c8decee760e7bdec52126":[2,0,0,0,1,0,0,1], "structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html#ac30a4018fa2e6fd5702bbb21ff069ad4":[2,0,0,0,1,0,0,0], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html":[2,0,0,1,21], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a21a0f214c0e06684a6430fc7a782fb1a":[2,0,0,1,21,2], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a2e7f4700b56c5f4db732dbf047d80691":[2,0,0,1,21,0], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a346487dc364b85a2b0e1962bfe4fb64e":[2,0,0,1,21,7], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a58138d19ea81b42712610c7419ac1f66":[2,0,0,1,21,6], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a6d71f19e2a201c35592226a8f1a19ddb":[2,0,0,1,21,4], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ab561f6f3c20bc239a4021ad75ac627b3":[2,0,0,1,21,3], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ac8581e50c2880b67c26c0196b2511905":[2,0,0,1,21,5], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#aca1729a164974c7037e9740e2189423d":[2,0,0,1,21,1], -"structGpgFrontend_1_1UI_1_1KeyListRow.html":[2,0,0,1,22], -"structGpgFrontend_1_1UI_1_1KeyListRow.html#a2f141b7a3e28f9354bfb7d2c077a749c":[2,0,0,1,22,2], -"structGpgFrontend_1_1UI_1_1KeyListRow.html#a53f8d78eb222490c72168a2571e6ea89":[2,0,0,1,22,1], -"structGpgFrontend_1_1UI_1_1KeyListRow.html#ade4a3f198d1be1659152519fd9fff7f6":[2,0,0,1,22,0], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html":[2,0,0,1,23], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a1e9badf8cc20ca49b2374cdc705b7602":[2,0,0,1,23,3], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a2ff7f5aeea6e8791d69cd0656489d6eb":[2,0,0,1,23,2], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a33bef35c7c6c67f6a2b0ed9dfda8fcad":[2,0,0,1,23,1], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a3e3f324385c69f3848297c5c60eb8012":[2,0,0,1,23,4], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a632b87f5c86b4bb76e1af350f053107a":[2,0,0,1,23,6], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#aa256cb1cde47d898011f49bb8a6d9820":[2,0,0,1,23,0], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#af28d1d7fbfc66aea550f98db5a2a582b":[2,0,0,1,23,5], -"structGpgFrontend_1_1UI_1_1KeyTable.html":[2,0,0,1,33], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a0719f023069e0f6e29db20b6cd0cf5ea":[2,0,0,1,33,5], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a5bce4bf0dc41ac05390a4f93da8b8985":[2,0,0,1,33,10], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e":[2,0,0,1,33,2], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a880d24a22ef291667e6d6c76a487fc57":[2,0,0,1,33,8], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47":[2,0,0,1,33,0], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a9ef84e0b2d9146b962ca4ca79e7f0e9c":[2,0,0,1,33,1], -"structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f":[2,0,0,1,33,3], -"structGpgFrontend_1_1UI_1_1KeyTable.html#ab0aee9ed16af04048f456abddb4dc007":[2,0,0,1,33,11], -"structGpgFrontend_1_1UI_1_1KeyTable.html#adb59ac00683aec02344804ae8c5670a5":[2,0,0,1,33,6], -"structGpgFrontend_1_1UI_1_1KeyTable.html#add3529625d70c3aa37f3d8cdc3bb8c63":[2,0,0,1,33,7], -"structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c":[2,0,0,1,33,4], -"structGpgFrontend_1_1UI_1_1KeyTable.html#aeb37ccd5436993b7f1dd33667a36551e":[2,0,0,1,33,9], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html":[2,0,0,1,37,0], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a093ff65776f48511a2af0959a007cf1f":[2,0,0,1,37,0,7], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a0e1d3d999bd2699a2e332f4e07ead822":[2,0,0,1,37,0,3], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2832941c8dec7b1c0ad40f4ff77c1814":[2,0,0,1,37,0,0], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2add79ec9a1c8e2602ebf5beb10df51f":[2,0,0,1,37,0,5], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a6003e52fbe3a2eb4ad14b621f8dd7f8e":[2,0,0,1,37,0,4], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#abbd059f236b897f18b1d049e5739672b":[2,0,0,1,37,0,1], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#ac044f133fa3c5edfcba3a3da6a33db55":[2,0,0,1,37,0,2], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#adeaa420019edb82abdf898c9c4f27000":[2,0,0,1,37,0,6], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html":[2,0,0,1,46], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a105c94ebdef4201963c8ae83b9cc44d6":[2,0,0,1,46,5], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a396e555fe47dacbd08e67e65e4c3aba6":[2,0,0,1,46,10], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663":[2,0,0,1,46,0], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a492ce222f6a361d5a05552dd35d41fca":[2,0,0,1,46,6], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793":[2,0,0,1,46,1], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b":[2,0,0,1,46,3], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a5d04813a59ceb83ec264c8e5db6ab14e":[2,0,0,1,46,12], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a97acaa60638177a3da91e211e3d0c178":[2,0,0,1,46,4], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aac94470eae0dca3c809bcf37712ad37a":[2,0,0,1,46,8], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aafdfa44fdc1d3a1bf9b374fad62b7ead":[2,0,0,1,46,11], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6":[2,0,0,1,46,2], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acbff398f6a35bbcd3593a958cf89e22e":[2,0,0,1,46,13], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acc4ddfafdebc629d6d534e07e7996fef":[2,0,0,1,46,9], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acf891516bea76422e8144047eab6964a":[2,0,0,1,46,7], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html":[2,0,0,1,24], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a21a0f214c0e06684a6430fc7a782fb1a":[2,0,0,1,24,2], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a2e7f4700b56c5f4db732dbf047d80691":[2,0,0,1,24,0], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a346487dc364b85a2b0e1962bfe4fb64e":[2,0,0,1,24,7], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a58138d19ea81b42712610c7419ac1f66":[2,0,0,1,24,6], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a6d71f19e2a201c35592226a8f1a19ddb":[2,0,0,1,24,4], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ab561f6f3c20bc239a4021ad75ac627b3":[2,0,0,1,24,3], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ac8581e50c2880b67c26c0196b2511905":[2,0,0,1,24,5], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#aca1729a164974c7037e9740e2189423d":[2,0,0,1,24,1], +"structGpgFrontend_1_1UI_1_1KeyListRow.html":[2,0,0,1,25], +"structGpgFrontend_1_1UI_1_1KeyListRow.html#a2f141b7a3e28f9354bfb7d2c077a749c":[2,0,0,1,25,2], +"structGpgFrontend_1_1UI_1_1KeyListRow.html#a53f8d78eb222490c72168a2571e6ea89":[2,0,0,1,25,1], +"structGpgFrontend_1_1UI_1_1KeyListRow.html#ade4a3f198d1be1659152519fd9fff7f6":[2,0,0,1,25,0], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html":[2,0,0,1,26], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a1e9badf8cc20ca49b2374cdc705b7602":[2,0,0,1,26,3], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a2ff7f5aeea6e8791d69cd0656489d6eb":[2,0,0,1,26,2], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a33bef35c7c6c67f6a2b0ed9dfda8fcad":[2,0,0,1,26,1], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a3e3f324385c69f3848297c5c60eb8012":[2,0,0,1,26,4], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a632b87f5c86b4bb76e1af350f053107a":[2,0,0,1,26,6], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#aa256cb1cde47d898011f49bb8a6d9820":[2,0,0,1,26,0], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#af28d1d7fbfc66aea550f98db5a2a582b":[2,0,0,1,26,5], +"structGpgFrontend_1_1UI_1_1KeyTable.html":[2,0,0,1,38], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a0719f023069e0f6e29db20b6cd0cf5ea":[2,0,0,1,38,5], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a5bce4bf0dc41ac05390a4f93da8b8985":[2,0,0,1,38,10], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e":[2,0,0,1,38,2], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a880d24a22ef291667e6d6c76a487fc57":[2,0,0,1,38,8], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47":[2,0,0,1,38,0], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a9ef84e0b2d9146b962ca4ca79e7f0e9c":[2,0,0,1,38,1], +"structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f":[2,0,0,1,38,3], +"structGpgFrontend_1_1UI_1_1KeyTable.html#ab0aee9ed16af04048f456abddb4dc007":[2,0,0,1,38,11], +"structGpgFrontend_1_1UI_1_1KeyTable.html#adb59ac00683aec02344804ae8c5670a5":[2,0,0,1,38,6], +"structGpgFrontend_1_1UI_1_1KeyTable.html#add3529625d70c3aa37f3d8cdc3bb8c63":[2,0,0,1,38,7], +"structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c":[2,0,0,1,38,4], +"structGpgFrontend_1_1UI_1_1KeyTable.html#aeb37ccd5436993b7f1dd33667a36551e":[2,0,0,1,38,9], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html":[2,0,0,1,42,0], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a093ff65776f48511a2af0959a007cf1f":[2,0,0,1,42,0,7], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a0e1d3d999bd2699a2e332f4e07ead822":[2,0,0,1,42,0,3], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2832941c8dec7b1c0ad40f4ff77c1814":[2,0,0,1,42,0,0], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2add79ec9a1c8e2602ebf5beb10df51f":[2,0,0,1,42,0,5], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a6003e52fbe3a2eb4ad14b621f8dd7f8e":[2,0,0,1,42,0,4], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#abbd059f236b897f18b1d049e5739672b":[2,0,0,1,42,0,1], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#ac044f133fa3c5edfcba3a3da6a33db55":[2,0,0,1,42,0,2], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#adeaa420019edb82abdf898c9c4f27000":[2,0,0,1,42,0,6], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html":[2,0,0,1,51], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a105c94ebdef4201963c8ae83b9cc44d6":[2,0,0,1,51,5], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a396e555fe47dacbd08e67e65e4c3aba6":[2,0,0,1,51,10], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663":[2,0,0,1,51,0], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a492ce222f6a361d5a05552dd35d41fca":[2,0,0,1,51,6], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793":[2,0,0,1,51,1], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b":[2,0,0,1,51,3], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a5d04813a59ceb83ec264c8e5db6ab14e":[2,0,0,1,51,12], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a97acaa60638177a3da91e211e3d0c178":[2,0,0,1,51,4], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aac94470eae0dca3c809bcf37712ad37a":[2,0,0,1,51,8], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aafdfa44fdc1d3a1bf9b374fad62b7ead":[2,0,0,1,51,11], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6":[2,0,0,1,51,2], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acbff398f6a35bbcd3593a958cf89e22e":[2,0,0,1,51,13], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acc4ddfafdebc629d6d534e07e7996fef":[2,0,0,1,51,9], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acf891516bea76422e8144047eab6964a":[2,0,0,1,51,7], "structGpgFrontend_1_1__result__ref__deletor.html":[2,0,0,2], "structGpgFrontend_1_1__result__ref__deletor.html#afc545b56a9d45cb1ed455e0d93c30880":[2,0,0,2,0] }; diff --git a/docs/html/search/all_10.js b/docs/html/search/all_10.js index b3e85503..5057f143 100644 --- a/docs/html/search/all_10.js +++ b/docs/html/search/all_10.js @@ -1,6 +1,6 @@ var searchData= [ - ['quit_5fact_5f_436',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], - ['quitdialog_437',['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_438',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] + ['quit_5fact_5f_443',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], + ['quitdialog_444',['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_445',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/all_11.js b/docs/html/search/all_11.js index 8c0e785f..0576768b 100644 --- a/docs/html/search/all_11.js +++ b/docs/html/search/all_11.js @@ -1,21 +1,21 @@ var searchData= [ - ['rd_5f_439',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]], - ['read2buffer_440',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]], - ['read_5fall_5fdata_5fin_5ffile_441',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]], - ['readdone_442',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['readfile_443',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]], - ['readfilestd_444',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]], - ['redo_5fact_5f_445',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]], - ['refresh_446',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], - ['refresh_5finfo_5fboard_447',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]], - ['refresh_5fkeys_5ffrom_5fkey_5fserver_448',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], - ['refresh_5fwidgets_5fstate_449',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]], - ['releasechannel_450',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], - ['resetoptionactionsmenu_451',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['restore_5fsettings_452',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], - ['revsign_453',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]], - ['revuid_454',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]], - ['run_455',['run',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a1146e72ffa5555b378f09efd2c55a619',1,'GpgFrontend::UI::ListedKeyServerTestThread::run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()'],['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()']]], - ['rungpgfrontendui_456',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]] + ['rd_5f_446',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]], + ['read2buffer_447',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]], + ['read_5fall_5fdata_5fin_5ffile_448',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]], + ['readdone_449',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['readfile_450',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]], + ['readfilestd_451',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]], + ['redo_5fact_5f_452',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]], + ['refresh_453',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], + ['refresh_5finfo_5fboard_454',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]], + ['refresh_5fkeys_5ffrom_5fkey_5fserver_455',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], + ['refresh_5fwidgets_5fstate_456',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]], + ['releasechannel_457',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], + ['resetoptionactionsmenu_458',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['restore_5fsettings_459',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], + ['revsign_460',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]], + ['revuid_461',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]], + ['run_462',['Run',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()']]], + ['rungpgfrontendui_463',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/all_12.js b/docs/html/search/all_12.js index d1a9310f..a9a9ad3a 100644 --- a/docs/html/search/all_12.js +++ b/docs/html/search/all_12.js @@ -1,178 +1,182 @@ var searchData= [ - ['save_5fact_5f_457',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], - ['save_5fas_5fact_5f_458',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], - ['save_5ffile_459',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], - ['save_5fsettings_460',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]], - ['select_5fall_5fact_5f_461',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], - ['set_5fbackground_462',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], - ['set_5floading_463',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fmessage_464',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fsignal_5fslot_465',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()']]], - ['set_5fstatus_466',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]], - ['setalgo_467',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]], - ['setallowauthentication_468',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], - ['setallowcertification_469',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], - ['setallowencryption_470',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], - ['setallowsigning_471',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], - ['setchannel_472',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], - ['setchecked_473',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)']]], - ['setcolumnwidth_474',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], - ['setcomment_475',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]], - ['setcryptomenustatus_476',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]], - ['setdoubleclickedaction_477',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], - ['setemail_478',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]], - ['setexpire_479',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], - ['setexpiretime_480',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]], - ['setfilepath_481',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['setfinishafterrun_482',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]], - ['setinfoboard_483',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['setissubkey_484',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], - ['setkeylength_485',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], - ['setname_486',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]], - ['setnonexpired_487',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], - ['setnonpassphrase_488',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], - ['setobjectinchannel_489',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]], - ['setpassphrase_490',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]], - ['setpassphrasecb_491',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]], - ['setprimaryuid_492',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]], - ['setrtn_493',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]], - ['setsettings_494',['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_495',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]], - ['settingsdialog_496',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI::SettingsDialog'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog::SettingsDialog()']]], - ['settingsobject_497',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI::SettingsObject'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302',1,'GpgFrontend::UI::SettingsObject::SettingsObject(std::string settings_name)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d',1,'GpgFrontend::UI::SettingsObject::SettingsObject(nlohmann::json _sub_json, bool)']]], - ['show_5fkey_5fdetails_5fact_5f_498',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], - ['show_5fverify_5fdetails_499',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], - ['showevent_500',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], - ['shownotificationwidget_501',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['sign_502',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]], - ['sign_5fact_5f_503',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], - ['sign_5fmarked_5f_504',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['signalkeydatabaserefreshdone_505',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], - ['signalkeyserverlisttestresult_506',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a41071f083c60ca708e8cc29896803940',1,'GpgFrontend::UI::ListedKeyServerTestThread']]], - ['signalopenhelp_507',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], - ['signalpathchanged_508',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]], - ['signalproxyconnectiontestresult_509',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]], - ['signalrefreshinfoboard_510',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]], - ['signalrefreshstatusbar_511',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3',1,'GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]], - ['signalreplyfromupdateserver_512',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], - ['signalrestartneeded_513',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',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()'],['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()']]], - ['signalstation_514',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]], - ['signaluibytesdisplayed_515',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['signalupgradeversion_516',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]], - ['signaturedetailsdialog_517',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], - ['signerspicker_518',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]], - ['signfile_519',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]], - ['signkey_520',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]], - ['singletonfunctionobject_521',['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_20dataobjectoperator_20_3e_522',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20globalsettingstation_20_3e_523',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_524',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_525',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcontext_20_3e_526',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgfileopera_20_3e_527',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_528',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_529',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_530',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_531',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpguidoperator_20_3e_532',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_533',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_534',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonstorage_535',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], - ['singletonstoragecollection_536',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], - ['slot_5factivated_5fkey_5ftype_537',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()']]], - ['slot_5fadd_5fpgp_5fheader_538',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fadd_5fuid_5fresult_539',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['slot_5fappend_5fselected_5fkeys_540',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fauthentication_5fbox_5fchanged_541',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()']]], - ['slot_5fcertification_5fbox_5fchanged_542',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()']]], - ['slot_5fclean_5fdouble_5fline_5fbreaks_543',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcompress_5ffiles_544',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]], - ['slot_5fcopy_5ffingerprint_545',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_546',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcreate_5fnew_5fuid_547',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['slot_5fcut_5fpgp_5fheader_548',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdecrypt_549',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdecrypt_5fverify_550',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdisable_5ftab_5factions_551',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdouble_5fclicked_552',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], - ['slot_5fencrypt_553',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fencrypt_5fsign_554',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fencryption_5fbox_5fchanged_555',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()']]], - ['slot_5fexpire_5fbox_5fchanged_556',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()']]], - ['slot_5fexport_5fprivate_5fkey_557',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_558',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_559',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]], - ['slot_5ffind_560',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fformat_5fgpg_5fheader_561',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fimport_5ffinished_562',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5fkey_5ffrom_5fedit_563',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5finsert_5ftext_564',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fjump_5fpage_565',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], - ['slot_5fkey_5fgen_5faccept_566',['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_567',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], - ['slot_5fopen_5ffile_5ftab_568',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fkey_5fmanagement_569',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fsettings_5fdialog_570',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5furl_571',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], - ['slot_5fremove_5ftab_572',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fset_5frestart_5fneeded_573',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]], - ['slot_5fshow_5fkey_5fdetails_574',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fshow_5fversion_5fstatus_575',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]], - ['slot_5fsign_576',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fsign_5fkey_577',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['slot_5fsigning_5fbox_5fchanged_578',['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_579',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fupdate_5fkey_5fstatus_580',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], - ['slot_5fupload_5fkey_5fto_5fserver_581',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]], - ['slot_5fverify_582',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fversion_5fupgrade_583',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]], - ['slotclosetab_584',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], - ['slotcopy_585',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagefiletreeview_586',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagetextedit_587',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], - ['slotcut_588',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], - ['slotexecutegpgcommand_589',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotfiledecrypt_590',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]], - ['slotfiledecryptverify_591',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencrypt_592',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencryptsign_593',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilesign_594',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileverify_595',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilltexteditwithtext_596',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], - ['slotimport_597',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1a7298fa8c6aa085794b21fe6d8ed1eb',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const QStringList &keyIds, const QUrl &keyserverUrl)']]], - ['slotimportkeyfromclipboard_598',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromfile_599',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromkeyserver_600',['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_601',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]], - ['slotnewfiletab_602',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewhelptab_603',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewtab_604',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], - ['slotopen_605',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], - ['slotopenfile_606',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d',1,'GpgFrontend::UI::TextEdit::SlotOpenFile()']]], - ['slotpaste_607',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], - ['slotprint_608',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], - ['slotquote_609',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], - ['slotredo_610',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], - ['slotrefresh_611',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['slotsave_612',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], - ['slotsaveas_613',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]], - ['slotselectall_614',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], - ['slotsetrestartneeded_615',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]], - ['slotshowmodified_616',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabdown_617',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabup_618',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], - ['slotundo_619',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], - ['softwareversion_620',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]], - ['special_5fedit_5ftool_5fbar_5f_621',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], - ['start_5fwizard_5fact_5f_622',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], - ['steganography_5fmenu_5f_623',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], - ['storages_5fmutex_5f_624',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]], - ['stripped_5fname_625',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], - ['subkeygeneratedialog_626',['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_627',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5ftab_5fup_5fact_5f_628',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5fui_5fenabled_629',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], - ['switch_5fui_5fproxy_5ftype_630',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], - ['syncsettings_631',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]] + ['save_5fact_5f_464',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], + ['save_5fas_5fact_5f_465',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], + ['save_5ffile_466',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], + ['save_5fsettings_467',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]], + ['select_5fall_5fact_5f_468',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], + ['set_5fbackground_469',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], + ['set_5floading_470',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fmessage_471',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fsignal_5fslot_472',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()']]], + ['set_5fstatus_473',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]], + ['setalgo_474',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]], + ['setallowauthentication_475',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], + ['setallowcertification_476',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], + ['setallowencryption_477',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], + ['setallowsigning_478',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], + ['setchannel_479',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], + ['setchecked_480',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)']]], + ['setcolumnwidth_481',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], + ['setcomment_482',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]], + ['setcryptomenustatus_483',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]], + ['setdoubleclickedaction_484',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], + ['setemail_485',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]], + ['setexpire_486',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], + ['setexpiretime_487',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]], + ['setfilepath_488',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['setfinishafterrun_489',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]], + ['setinfoboard_490',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['setissubkey_491',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], + ['setkeylength_492',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], + ['setname_493',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]], + ['setnonexpired_494',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], + ['setnonpassphrase_495',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], + ['setobjectinchannel_496',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]], + ['setpassphrase_497',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]], + ['setpassphrasecb_498',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]], + ['setprimaryuid_499',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]], + ['setrtn_500',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]], + ['setsettings_501',['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_502',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]], + ['settingsdialog_503',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI::SettingsDialog'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog::SettingsDialog()']]], + ['settingsobject_504',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI::SettingsObject'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302',1,'GpgFrontend::UI::SettingsObject::SettingsObject(std::string settings_name)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d',1,'GpgFrontend::UI::SettingsObject::SettingsObject(nlohmann::json _sub_json, bool)']]], + ['show_5fkey_5fdetails_5fact_5f_505',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], + ['show_5fverify_5fdetails_506',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], + ['showevent_507',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], + ['shownotificationwidget_508',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['sign_509',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]], + ['sign_5fact_5f_510',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], + ['sign_5fmarked_5f_511',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['signalkeydatabaserefreshdone_512',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], + ['signalkeyserverimportresult_513',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f',1,'GpgFrontend::UI::KeyServerImportTask']]], + ['signalkeyserverlisttestresult_514',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], + ['signalkeyserversearchresult_515',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]], + ['signalopenhelp_516',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], + ['signalpathchanged_517',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]], + ['signalproxyconnectiontestresult_518',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]], + ['signalrefreshinfoboard_519',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]], + ['signalrefreshstatusbar_520',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3',1,'GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]], + ['signalreplyfromupdateserver_521',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], + ['signalrestartneeded_522',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()']]], + ['signalstation_523',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]], + ['signaluibytesdisplayed_524',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['signalupgradeversion_525',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]], + ['signaturedetailsdialog_526',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], + ['signerspicker_527',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]], + ['signfile_528',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]], + ['signkey_529',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]], + ['singletonfunctionobject_530',['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_20dataobjectoperator_20_3e_531',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20globalsettingstation_20_3e_532',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_533',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_534',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcontext_20_3e_535',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgfileopera_20_3e_536',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_537',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_538',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_539',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_540',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpguidoperator_20_3e_541',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_542',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_543',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonstorage_544',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], + ['singletonstoragecollection_545',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], + ['slot_5factivated_5fkey_5ftype_546',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()']]], + ['slot_5fadd_5fpgp_5fheader_547',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fadd_5fuid_5fresult_548',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['slot_5fappend_5fselected_5fkeys_549',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fauthentication_5fbox_5fchanged_550',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()']]], + ['slot_5fcertification_5fbox_5fchanged_551',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()']]], + ['slot_5fclean_5fdouble_5fline_5fbreaks_552',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcompress_5ffiles_553',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]], + ['slot_5fcopy_5ffingerprint_554',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_555',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcreate_5fnew_5fuid_556',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['slot_5fcut_5fpgp_5fheader_557',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdecrypt_558',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdecrypt_5fverify_559',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdisable_5ftab_5factions_560',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdouble_5fclicked_561',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], + ['slot_5fencrypt_562',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fencrypt_5fsign_563',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fencryption_5fbox_5fchanged_564',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()']]], + ['slot_5fexpire_5fbox_5fchanged_565',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()']]], + ['slot_5fexport_5fprivate_5fkey_566',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_567',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_568',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]], + ['slot_5ffind_569',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fformat_5fgpg_5fheader_570',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fimport_571',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5ffinished_572',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5fkey_5ffrom_5fedit_573',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5finsert_5ftext_574',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fjump_5fpage_575',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], + ['slot_5fkey_5fgen_5faccept_576',['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_577',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], + ['slot_5fopen_5ffile_5ftab_578',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fkey_5fmanagement_579',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fsettings_5fdialog_580',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5furl_581',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], + ['slot_5fprocess_5fnetwork_5freply_582',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], + ['slot_5fremove_5ftab_583',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fset_5frestart_5fneeded_584',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]], + ['slot_5fshow_5fkey_5fdetails_585',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fshow_5fversion_5fstatus_586',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]], + ['slot_5fsign_587',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fsign_5fkey_588',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['slot_5fsigning_5fbox_5fchanged_589',['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_590',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fupdate_5fkey_5fstatus_591',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], + ['slot_5fupload_5fkey_5fto_5fserver_592',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]], + ['slot_5fverify_593',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fversion_5fupgrade_594',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]], + ['slotclosetab_595',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], + ['slotcopy_596',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagefiletreeview_597',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagetextedit_598',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], + ['slotcut_599',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], + ['slotexecutegpgcommand_600',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotfiledecrypt_601',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]], + ['slotfiledecryptverify_602',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencrypt_603',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencryptsign_604',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilesign_605',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileverify_606',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilltexteditwithtext_607',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], + ['slotimport_608',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< std::string > key_ids_list, std::string keyserver_url)']]], + ['slotimportkeyfromclipboard_609',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromfile_610',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromkeyserver_611',['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_612',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]], + ['slotnewfiletab_613',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewhelptab_614',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewtab_615',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], + ['slotopen_616',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], + ['slotopenfile_617',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d',1,'GpgFrontend::UI::TextEdit::SlotOpenFile()']]], + ['slotpaste_618',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], + ['slotprint_619',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], + ['slotquote_620',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], + ['slotredo_621',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], + ['slotrefresh_622',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['slotsave_623',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], + ['slotsaveas_624',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]], + ['slotselectall_625',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], + ['slotsetrestartneeded_626',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]], + ['slotshowmodified_627',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabdown_628',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabup_629',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], + ['slotundo_630',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], + ['softwareversion_631',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]], + ['special_5fedit_5ftool_5fbar_5f_632',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], + ['start_5fwizard_5fact_5f_633',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], + ['steganography_5fmenu_5f_634',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], + ['storages_5fmutex_5f_635',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]], + ['stripped_5fname_636',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], + ['subkeygeneratedialog_637',['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_638',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5ftab_5fup_5fact_5f_639',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5fui_5fenabled_640',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], + ['switch_5fui_5fproxy_5ftype_641',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], + ['syncsettings_642',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]] ]; diff --git a/docs/html/search/all_13.js b/docs/html/search/all_13.js index 777b5e9e..61bef8ca 100644 --- a/docs/html/search/all_13.js +++ b/docs/html/search/all_13.js @@ -1,18 +1,18 @@ var searchData= [ - ['tabcount_632',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], - ['takechargeofresult_633',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['task_634',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread::Task'],['../classGpgFrontend_1_1Thread_1_1Task.html#a1ec53d301fc83e0da39e43055ded5d14',1,'GpgFrontend::Thread::Task::Task()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a35f3065116d2295bb2ddc9f41b1192bb',1,'GpgFrontend::Thread::Task::Task(TaskCallback callback, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#aa242a8e025c448aacd0704b7d0b3c001',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)']]], - ['taskrunner_635',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread::TaskRunner'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner::TaskRunner()']]], - ['taskrunnergetter_636',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread::TaskRunnerGetter'],['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter::TaskRunnerGetter()']]], - ['tasks_637',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]], - ['tasks_5fmutex_5f_638',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]], - ['test_5fpassphrase_5fcb_639',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]], - ['test_5fstatus_5fcb_640',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]], - ['testlistedkeyserverthread_641',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], - ['text_5fis_5fsigned_642',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]], - ['textedit_643',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], - ['tofuinfopage_644',['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_645',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]], - ['translatorstab_646',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI::TranslatorsTab'],['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab::TranslatorsTab()']]] + ['tabcount_643',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], + ['takechargeofresult_644',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['task_645',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread::Task'],['../classGpgFrontend_1_1Thread_1_1Task.html#a1ec53d301fc83e0da39e43055ded5d14',1,'GpgFrontend::Thread::Task::Task()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a35f3065116d2295bb2ddc9f41b1192bb',1,'GpgFrontend::Thread::Task::Task(TaskCallback callback, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#aa242a8e025c448aacd0704b7d0b3c001',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)']]], + ['taskrunner_646',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread::TaskRunner'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner::TaskRunner()']]], + ['taskrunnergetter_647',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread::TaskRunnerGetter'],['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter::TaskRunnerGetter()']]], + ['tasks_648',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]], + ['tasks_5fmutex_5f_649',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]], + ['test_5fpassphrase_5fcb_650',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]], + ['test_5fstatus_5fcb_651',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]], + ['testlistedkeyserverthread_652',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], + ['text_5fis_5fsigned_653',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]], + ['textedit_654',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], + ['tofuinfopage_655',['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_656',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]], + ['translatorstab_657',['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_14.js b/docs/html/search/all_14.js index d3f93f3f..32286b89 100644 --- a/docs/html/search/all_14.js +++ b/docs/html/search/all_14.js @@ -1,10 +1,10 @@ var searchData= [ - ['ui_5fcfg_5f_647',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]], - ['ui_5fconfig_5fdir_5fpath_5f_648',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]], - ['ui_5fconfig_5fpath_5f_649',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]], - ['undo_5fact_5f_650',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]], - ['unsaveddocuments_651',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], - ['updatetab_652',['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_653',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]] + ['ui_5fcfg_5f_658',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]], + ['ui_5fconfig_5fdir_5fpath_5f_659',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]], + ['ui_5fconfig_5fpath_5f_660',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]], + ['undo_5fact_5f_661',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]], + ['unsaveddocuments_662',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], + ['updatetab_663',['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_664',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/all_15.js b/docs/html/search/all_15.js index 9de93ddb..7e04e78e 100644 --- a/docs/html/search/all_15.js +++ b/docs/html/search/all_15.js @@ -1,11 +1,11 @@ var searchData= [ - ['verify_654',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]], - ['verify_5fact_5f_655',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], - ['verifydetailsdialog_656',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]], - ['verifyfile_657',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]], - ['verifykeydetailbox_658',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]], - ['versionchecktask_659',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html',1,'GpgFrontend::UI::VersionCheckTask'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask::VersionCheckTask()']]], - ['versionwithdrawn_660',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]], - ['view_5fmenu_5f_661',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] + ['verify_665',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]], + ['verify_5fact_5f_666',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], + ['verifydetailsdialog_667',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]], + ['verifyfile_668',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]], + ['verifykeydetailbox_669',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]], + ['versionchecktask_670',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html',1,'GpgFrontend::UI::VersionCheckTask'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask::VersionCheckTask()']]], + ['versionwithdrawn_671',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]], + ['view_5fmenu_5f_672',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/all_16.js b/docs/html/search/all_16.js index 5c4bf6d2..1ffc6c41 100644 --- a/docs/html/search/all_16.js +++ b/docs/html/search/all_16.js @@ -1,9 +1,9 @@ var searchData= [ - ['waitingdialog_662',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]], - ['willcharsetchange_663',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['wizard_664',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI::Wizard'],['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard::Wizard()']]], - ['write_5fbuffer_5fto_5ffile_665',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]], - ['writefile_666',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]], - ['writefilestd_667',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]] + ['waitingdialog_673',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]], + ['willcharsetchange_674',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['wizard_675',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI::Wizard'],['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard::Wizard()']]], + ['write_5fbuffer_5fto_5ffile_676',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]], + ['writefile_677',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]], + ['writefilestd_678',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]] ]; diff --git a/docs/html/search/all_17.js b/docs/html/search/all_17.js index 3df6315b..0d692895 100644 --- a/docs/html/search/all_17.js +++ b/docs/html/search/all_17.js @@ -1,5 +1,5 @@ var searchData= [ - ['zoom_5fin_5fact_5f_668',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], - ['zoom_5fout_5fact_5f_669',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] + ['zoom_5fin_5fact_5f_679',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], + ['zoom_5fout_5fact_5f_680',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/all_18.js b/docs/html/search/all_18.js index a51d48e9..27507a87 100644 --- a/docs/html/search/all_18.js +++ b/docs/html/search/all_18.js @@ -1,14 +1,14 @@ var searchData= [ - ['_7edataobject_670',['~DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22',1,'GpgFrontend::Thread::Task::DataObject']]], - ['_7eglobalsettingstation_671',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], - ['_7egpgcontext_672',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]], - ['_7egpgfrontendapplication_673',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['_7egpgkey_674',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], - ['_7egpgkeysignature_675',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], - ['_7egpgsignature_676',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], - ['_7esettingsobject_677',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]], - ['_7esingletonfunctionobject_678',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], - ['_7etask_679',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], - ['_7etaskrunner_680',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]] + ['_7edataobject_681',['~DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22',1,'GpgFrontend::Thread::Task::DataObject']]], + ['_7eglobalsettingstation_682',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], + ['_7egpgcontext_683',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]], + ['_7egpgfrontendapplication_684',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['_7egpgkey_685',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], + ['_7egpgkeysignature_686',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], + ['_7egpgsignature_687',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], + ['_7esettingsobject_688',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]], + ['_7esingletonfunctionobject_689',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], + ['_7etask_690',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], + ['_7etaskrunner_691',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]] ]; diff --git a/docs/html/search/all_3.js b/docs/html/search/all_3.js index 8e303375..2224eaa4 100644 --- a/docs/html/search/all_3.js +++ b/docs/html/search/all_3.js @@ -14,7 +14,7 @@ var searchData= ['clean_5fdouble_5fline_5fbreaks_5fact_5f_52',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]], ['close_5fattachment_5fdock_53',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]], ['close_5ftab_5fact_5f_54',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]], - ['closeevent_55',['closeEvent',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a78b53193b055e10550938f403b641b31',1,'GpgFrontend::UI::KeyMgmt::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]], + ['closeevent_55',['closeEvent',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#af5c86754836a678c7058e6f633968863',1,'GpgFrontend::UI::GeneralMainWindow::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]], ['closenotebyclass_56',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]], ['comment_5fedit_5f_57',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]], ['comment_5fvar_5flabel_5f_58',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]], diff --git a/docs/html/search/all_7.js b/docs/html/search/all_7.js index 4a83d8e5..5d124a57 100644 --- a/docs/html/search/all_7.js +++ b/docs/html/search/all_7.js @@ -1,136 +1,140 @@ var searchData= [ - ['generaltab_164',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI::GeneralTab'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab::GeneralTab()']]], - ['generate_165',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]], - ['generate_5fkey_5fpackage_5fname_166',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]], - ['generate_5fuuid_167',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5',1,'GpgFrontend::Thread::Task']]], - ['generatekey_168',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]], - ['generatekeypackage_169',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]], - ['generatekeypackagename_170',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]], - ['generatepassphrase_171',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]], - ['generaterevokecert_172',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]], - ['generatesubkey_173',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]], - ['genkeyinfo_174',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend::GenKeyInfo'],['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo::GenKeyInfo()']]], - ['get_5ffile_5fextension_175',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]], - ['get_5fheap_5fptr_176',['get_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a',1,'GpgFrontend::Thread::Task::DataObject']]], - ['get_5fkey_5fin_5fcache_177',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]], - ['get_5fonly_5ffile_5fname_5fwith_5fpath_178',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]], - ['get_5frestart_5fneeded_179',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()']]], - ['get_5fselected_5fsubkey_180',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['get_5fsign_5fselected_181',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['get_5fstatus_5fstring_182',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['get_5fuid_5fchecked_183',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['get_5fuid_5fselected_184',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['getalgo_185',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]], - ['getallchannelid_186',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], - ['getallprivatekeys_187',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]], - ['getappdir_188',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]], - ['getbrowser_189',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]], - ['getcertsdir_190',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]], - ['getchannel_191',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], - ['getchecked_192',['GetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33',1,'GpgFrontend::UI::KeyList::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38',1,'GpgFrontend::UI::KeyList::GetChecked(const KeyTable &key_table)']]], - ['getcheckedsigners_193',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]], - ['getcomment_194',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()']]], - ['getcreatetime_195',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a3fd5bfe6e9fd5f016b854fc92f19146e',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#adc8ad65688a6dab0993cf655f5361df8',1,'GpgFrontend::GpgKeySignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a5e897d439606a35103a0b260be28c6a4',1,'GpgFrontend::GpgSubKey::GetCreateTime()']]], - ['getdefaultchannel_196',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], - ['getdescription_197',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]], - ['getemail_198',['GetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a76721be08c18907762ba6f6ccc4afc8a',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#a55a6485f6c2cc5bec0fdf02cd7e0d8ea',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#abdff0ce4d5e8b7be0aa2e46e0003b22f',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()']]], - ['getencrcount_199',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]], - ['getencrlast_200',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]], - ['getexpiretime_201',['GetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#ac629312630a78e32ee36ba0ff30bc9ff',1,'GpgFrontend::GenKeyInfo::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a7b1e0398bedaecbfa2757243e5f4f0ab',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a59ab21f52b88355ca36ff5ebd77093a6',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#a0796249b259af85c30873f5c41a01101',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a6696d67af322fa2125d99b50cae50417',1,'GpgFrontend::GpgSubKey::GetExpireTime()']]], - ['getfilepath_202',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['getfingerprint_203',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#a165b3f645e2c6a4bbd024199e1f1cc9b',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a09b00ac6a3b934b816f9522f78e77d59',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], - ['gethashalgo_204',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]], - ['getid_205',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey::GetId()'],['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey::GetID()']]], - ['getinfo_206',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#ad9af3461de36f74ee85be2523f6038e2',1,'GpgFrontend::GpgContext']]], - ['getinstance_207',['GetInstance',['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a16b4729ca79dcdccc794df70aa2a5aaf',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e',1,'GpgFrontend::UI::GpgFrontendApplication::GetInstance()'],['../classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419',1,'GpgFrontend::UI::SignalStation::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49',1,'GpgFrontend::UI::CommonUtils::GetInstance()']]], - ['getinvalid_208',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]], - ['getkey_209',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyid_210',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]], - ['getkeylength_211',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], - ['getkeys_212',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyscopy_213',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a7ec8d8431a771c602cbfa946d13d6c74',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys)'],['../classGpgFrontend_1_1GpgKeyGetter.html#a028fe69516a51c526bbd2ec4235053ad',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys)']]], - ['getkeysizestr_214',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]], - ['getlastupdatetime_215',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]], - ['getlatestversion_216',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]], - ['getlocaledir_217',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]], - ['getlogdir_218',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]], - ['getname_219',['GetName',['../classGpgFrontend_1_1GenKeyInfo.html#abb3e1366dca0288bdc42123e55d77335',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#acd5e46397ebea3224761a6af15eea4fb',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#acca1fff5f12a216b05f2a6186b1e436b',1,'GpgFrontend::GpgUID::GetName()']]], - ['getobjectsize_220',['GetObjectSize',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637',1,'GpgFrontend::Thread::Task::DataObject']]], - ['getownertrust_221',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]], - ['getpassphrase_222',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]], - ['getpolicy_223',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]], - ['getprimarykeylength_224',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]], - ['getprivatechecked_225',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]], - ['getprotocol_226',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]], - ['getpubkey_227',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]], - ['getpubkeyalgo_228',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgKeySignature.html#a217a2a8b31e44d4c9b463470362a1522',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#ab99e4004f1ad400fd25232312a8ea66b',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a629f904a81c7c09ac9769b3fcf3b48f5',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()']]], - ['getpublickeyalgo_229',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]], - ['getresourcedir_230',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]], - ['getresultreport_231',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]], - ['getrevoked_232',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]], - ['getselected_233',['GetSelected',['../classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605',1,'GpgFrontend::UI::FilePage::GetSelected()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()']]], - ['getselectedkey_234',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]], - ['getsignatures_235',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]], - ['getsigncount_236',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsigners_237',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]], - ['getsignfirst_238',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsignlast_239',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsingletonstorage_240',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]], - ['getsizechangestep_241',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]], - ['getstandalonedatabasedir_242',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]], - ['getstandalonegpgbindir_243',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]], - ['getstatus_244',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a8fc5d4f83e5c0aa0ac19f46c3ec1619e',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#af2639fe6d2774ba286308f3a7b58ba73',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a859b4a3788c8490937f954d92686f490',1,'GpgFrontend::GpgSignature::GetStatus()']]], - ['getsubkeys_245',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]], - ['getsuggestmaxkeysize_246',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]], - ['getsuggestminkeysize_247',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]], - ['getsummary_248',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]], - ['getsupportedkeyalgo_249',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a185c7be801854f81879351a6c4dd9071',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedkeyalgostandalone_250',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a8b054a66cb0678af6c42090eea1518e4',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedsubkeyalgo_251',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a7855d9fe9b6872ff08a60fe21640d07f',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedsubkeyalgostandalone_252',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a310fd0cdac03d0b0a7fde006105866d6',1,'GpgFrontend::GenKeyInfo']]], - ['gettabidstosave_253',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]], - ['gettextpage_254',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['gettofuinfos_255',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]], - ['getuid_256',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]], - ['getuids_257',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]], - ['getuisettings_258',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]], - ['getuserid_259',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]], - ['getuuid_260',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf',1,'GpgFrontend::Thread::Task']]], - ['getvalidity_261',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]], - ['global_5fsetting_5fstation_5f_262',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]], - ['globalsettingstation_263',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend::GlobalSettingStation'],['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation::GlobalSettingStation()']]], - ['good_264',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]], - ['gpgbasicoperator_265',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend::GpgBasicOperator'],['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator::GpgBasicOperator()']]], - ['gpgcommandexecutor_266',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend::GpgCommandExecutor'],['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor::GpgCommandExecutor()']]], - ['gpgconstants_267',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]], - ['gpgcontext_268',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend::GpgContext'],['../classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147',1,'GpgFrontend::GpgContext::GpgContext(const GpgContextInitArgs &args={})'],['../classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b',1,'GpgFrontend::GpgContext::GpgContext(int channel)']]], - ['gpgcontextinitargs_269',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], - ['gpgdata_270',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend::GpgData'],['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a5e607c3bb69f998aaac761f400dd6440',1,'GpgFrontend::GpgData::GpgData(void *buffer, size_t size, bool copy=true)']]], - ['gpgdecryptresultanalyse_271',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend::GpgDecryptResultAnalyse'],['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse::GpgDecryptResultAnalyse()']]], - ['gpgencryptresultanalyse_272',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend::GpgEncryptResultAnalyse'],['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse::GpgEncryptResultAnalyse()']]], - ['gpgfileopera_273',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend::GpgFileOpera'],['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera::GpgFileOpera()']]], - ['gpgfrontend_274',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], - ['gpgfrontendapplication_275',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI::GpgFrontendApplication'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ae0c8f5dda829371d9f1e2d4d6913be21',1,'GpgFrontend::UI::GpgFrontendApplication::GpgFrontendApplication()']]], - ['gpgimportedkey_276',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]], - ['gpgimportinformation_277',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend::GpgImportInformation'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()']]], - ['gpginfo_278',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]], - ['gpgkey_279',['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#aeb316f8728b10e966eed6f0291794eed',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&k) noexcept']]], - ['gpgkeygetter_280',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend::GpgKeyGetter'],['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter::GpgKeyGetter()']]], - ['gpgkeyimportexporter_281',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend::GpgKeyImportExporter'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter::GpgKeyImportExporter()']]], - ['gpgkeymanager_282',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend::GpgKeyManager'],['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager::GpgKeyManager()']]], - ['gpgkeyopera_283',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend::GpgKeyOpera'],['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera::GpgKeyOpera()']]], - ['gpgkeysignature_284',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend::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']]], - ['gpgresultanalyse_285',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend::GpgResultAnalyse'],['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse::GpgResultAnalyse()']]], - ['gpgsignature_286',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend::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_287',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend::GpgSignResultAnalyse'],['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse::GpgSignResultAnalyse()']]], - ['gpgsubkey_288',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend::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_289',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend::GpgTOFUInfo'],['../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'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete']]], - ['gpguid_290',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend::GpgUID'],['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete']]], - ['gpguidoperator_291',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend::GpgUIDOperator'],['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator::GpgUIDOperator()']]], - ['gpgverifyresultanalyse_292',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend::GpgVerifyResultAnalyse'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse::GpgVerifyResultAnalyse()']]], - ['gpgfrontend_20develop_20document_20main_20page_293',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]], - ['rawapi_294',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], - ['thread_295',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], - ['ui_296',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] + ['generaldialog_164',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html',1,'GpgFrontend::UI::GeneralDialog'],['../classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c',1,'GpgFrontend::UI::GeneralDialog::GeneralDialog()']]], + ['generalmainwindow_165',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html',1,'GpgFrontend::UI::GeneralMainWindow'],['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013',1,'GpgFrontend::UI::GeneralMainWindow::GeneralMainWindow()']]], + ['generaltab_166',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI::GeneralTab'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab::GeneralTab()']]], + ['generate_167',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]], + ['generate_5fkey_5fpackage_5fname_168',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]], + ['generate_5fuuid_169',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5',1,'GpgFrontend::Thread::Task']]], + ['generatekey_170',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]], + ['generatekeypackage_171',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]], + ['generatekeypackagename_172',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]], + ['generatepassphrase_173',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]], + ['generaterevokecert_174',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]], + ['generatesubkey_175',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]], + ['genkeyinfo_176',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend::GenKeyInfo'],['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo::GenKeyInfo()']]], + ['get_5ffile_5fextension_177',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]], + ['get_5fheap_5fptr_178',['get_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a',1,'GpgFrontend::Thread::Task::DataObject']]], + ['get_5fkey_5fin_5fcache_179',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]], + ['get_5fonly_5ffile_5fname_5fwith_5fpath_180',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]], + ['get_5frestart_5fneeded_181',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0',1,'GpgFrontend::UI::MainWindow::get_restart_needed()']]], + ['get_5fselected_5fsubkey_182',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['get_5fsign_5fselected_183',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['get_5fstatus_5fstring_184',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['get_5fuid_5fchecked_185',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['get_5fuid_5fselected_186',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['getalgo_187',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]], + ['getallchannelid_188',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], + ['getallprivatekeys_189',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]], + ['getappdir_190',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]], + ['getbrowser_191',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]], + ['getcertsdir_192',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]], + ['getchannel_193',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], + ['getchecked_194',['GetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33',1,'GpgFrontend::UI::KeyList::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38',1,'GpgFrontend::UI::KeyList::GetChecked(const KeyTable &key_table)']]], + ['getcheckedsigners_195',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]], + ['getcomment_196',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()']]], + ['getcreatetime_197',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a3fd5bfe6e9fd5f016b854fc92f19146e',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#adc8ad65688a6dab0993cf655f5361df8',1,'GpgFrontend::GpgKeySignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a5e897d439606a35103a0b260be28c6a4',1,'GpgFrontend::GpgSubKey::GetCreateTime()']]], + ['getdefaultchannel_198',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], + ['getdescription_199',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]], + ['getemail_200',['GetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a76721be08c18907762ba6f6ccc4afc8a',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#a55a6485f6c2cc5bec0fdf02cd7e0d8ea',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#abdff0ce4d5e8b7be0aa2e46e0003b22f',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()']]], + ['getencrcount_201',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]], + ['getencrlast_202',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]], + ['getexpiretime_203',['GetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#ac629312630a78e32ee36ba0ff30bc9ff',1,'GpgFrontend::GenKeyInfo::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a7b1e0398bedaecbfa2757243e5f4f0ab',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a59ab21f52b88355ca36ff5ebd77093a6',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#a0796249b259af85c30873f5c41a01101',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a6696d67af322fa2125d99b50cae50417',1,'GpgFrontend::GpgSubKey::GetExpireTime()']]], + ['getfilepath_204',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['getfingerprint_205',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#a165b3f645e2c6a4bbd024199e1f1cc9b',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a09b00ac6a3b934b816f9522f78e77d59',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], + ['gethashalgo_206',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]], + ['getid_207',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey::GetId()'],['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey::GetID()']]], + ['getinfo_208',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#ad9af3461de36f74ee85be2523f6038e2',1,'GpgFrontend::GpgContext']]], + ['getinstance_209',['GetInstance',['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a16b4729ca79dcdccc794df70aa2a5aaf',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e',1,'GpgFrontend::UI::GpgFrontendApplication::GetInstance()'],['../classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419',1,'GpgFrontend::UI::SignalStation::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49',1,'GpgFrontend::UI::CommonUtils::GetInstance()']]], + ['getinvalid_210',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]], + ['getkey_211',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]], + ['getkeyid_212',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]], + ['getkeylength_213',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], + ['getkeys_214',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]], + ['getkeyscopy_215',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a7ec8d8431a771c602cbfa946d13d6c74',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys)'],['../classGpgFrontend_1_1GpgKeyGetter.html#a028fe69516a51c526bbd2ec4235053ad',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys)']]], + ['getkeysizestr_216',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]], + ['getlastupdatetime_217',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]], + ['getlatestversion_218',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]], + ['getlocaledir_219',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]], + ['getlogdir_220',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]], + ['getname_221',['GetName',['../classGpgFrontend_1_1GenKeyInfo.html#abb3e1366dca0288bdc42123e55d77335',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#acd5e46397ebea3224761a6af15eea4fb',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#acca1fff5f12a216b05f2a6186b1e436b',1,'GpgFrontend::GpgUID::GetName()']]], + ['getobjectsize_222',['GetObjectSize',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637',1,'GpgFrontend::Thread::Task::DataObject']]], + ['getownertrust_223',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]], + ['getpassphrase_224',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]], + ['getpolicy_225',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]], + ['getprimarykeylength_226',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]], + ['getprivatechecked_227',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]], + ['getprotocol_228',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]], + ['getpubkey_229',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]], + ['getpubkeyalgo_230',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgKeySignature.html#a217a2a8b31e44d4c9b463470362a1522',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#ab99e4004f1ad400fd25232312a8ea66b',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a629f904a81c7c09ac9769b3fcf3b48f5',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()']]], + ['getpublickeyalgo_231',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]], + ['getresourcedir_232',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]], + ['getresultreport_233',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]], + ['getrevoked_234',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]], + ['getselected_235',['GetSelected',['../classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605',1,'GpgFrontend::UI::FilePage::GetSelected()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()']]], + ['getselectedkey_236',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]], + ['getsignatures_237',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]], + ['getsigncount_238',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsigners_239',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]], + ['getsignfirst_240',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsignlast_241',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsingletonstorage_242',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]], + ['getsizechangestep_243',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]], + ['getstandalonedatabasedir_244',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]], + ['getstandalonegpgbindir_245',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]], + ['getstatus_246',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a8fc5d4f83e5c0aa0ac19f46c3ec1619e',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#af2639fe6d2774ba286308f3a7b58ba73',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a859b4a3788c8490937f954d92686f490',1,'GpgFrontend::GpgSignature::GetStatus()'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac',1,'GpgFrontend::UI::SignersPicker::GetStatus()']]], + ['getsubkeys_247',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]], + ['getsuggestmaxkeysize_248',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]], + ['getsuggestminkeysize_249',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]], + ['getsummary_250',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]], + ['getsupportedkeyalgo_251',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a185c7be801854f81879351a6c4dd9071',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedkeyalgostandalone_252',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a8b054a66cb0678af6c42090eea1518e4',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedsubkeyalgo_253',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a7855d9fe9b6872ff08a60fe21640d07f',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedsubkeyalgostandalone_254',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a310fd0cdac03d0b0a7fde006105866d6',1,'GpgFrontend::GenKeyInfo']]], + ['gettabidstosave_255',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]], + ['gettextpage_256',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['gettofuinfos_257',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]], + ['getuid_258',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]], + ['getuids_259',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]], + ['getuisettings_260',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]], + ['getuserid_261',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]], + ['getuuid_262',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf',1,'GpgFrontend::Thread::Task']]], + ['getvalidity_263',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]], + ['global_5fsetting_5fstation_5f_264',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]], + ['globalsettingstation_265',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend::GlobalSettingStation'],['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation::GlobalSettingStation()']]], + ['gnupg_5fact_5f_266',['gnupg_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227',1,'GpgFrontend::UI::MainWindow']]], + ['gnupgtab_267',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI::GnupgTab'],['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab::GnupgTab()']]], + ['good_268',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]], + ['gpgbasicoperator_269',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend::GpgBasicOperator'],['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator::GpgBasicOperator()']]], + ['gpgcommandexecutor_270',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend::GpgCommandExecutor'],['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor::GpgCommandExecutor()']]], + ['gpgconstants_271',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]], + ['gpgcontext_272',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend::GpgContext'],['../classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147',1,'GpgFrontend::GpgContext::GpgContext(const GpgContextInitArgs &args={})'],['../classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b',1,'GpgFrontend::GpgContext::GpgContext(int channel)']]], + ['gpgcontextinitargs_273',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], + ['gpgdata_274',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend::GpgData'],['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a5e607c3bb69f998aaac761f400dd6440',1,'GpgFrontend::GpgData::GpgData(void *buffer, size_t size, bool copy=true)']]], + ['gpgdecryptresultanalyse_275',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend::GpgDecryptResultAnalyse'],['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse::GpgDecryptResultAnalyse()']]], + ['gpgencryptresultanalyse_276',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend::GpgEncryptResultAnalyse'],['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse::GpgEncryptResultAnalyse()']]], + ['gpgfileopera_277',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend::GpgFileOpera'],['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera::GpgFileOpera()']]], + ['gpgfrontend_278',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], + ['gpgfrontendapplication_279',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI::GpgFrontendApplication'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication::GpgFrontendApplication()']]], + ['gpgimportedkey_280',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]], + ['gpgimportinformation_281',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend::GpgImportInformation'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()']]], + ['gpginfo_282',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]], + ['gpgkey_283',['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#aeb316f8728b10e966eed6f0291794eed',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&k) noexcept']]], + ['gpgkeygetter_284',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend::GpgKeyGetter'],['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter::GpgKeyGetter()']]], + ['gpgkeyimportexporter_285',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend::GpgKeyImportExporter'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter::GpgKeyImportExporter()']]], + ['gpgkeymanager_286',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend::GpgKeyManager'],['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager::GpgKeyManager()']]], + ['gpgkeyopera_287',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend::GpgKeyOpera'],['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera::GpgKeyOpera()']]], + ['gpgkeysignature_288',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend::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']]], + ['gpgresultanalyse_289',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend::GpgResultAnalyse'],['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse::GpgResultAnalyse()']]], + ['gpgsignature_290',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend::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_291',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend::GpgSignResultAnalyse'],['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse::GpgSignResultAnalyse()']]], + ['gpgsubkey_292',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend::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_293',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend::GpgTOFUInfo'],['../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'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete']]], + ['gpguid_294',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend::GpgUID'],['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete']]], + ['gpguidoperator_295',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend::GpgUIDOperator'],['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator::GpgUIDOperator()']]], + ['gpgverifyresultanalyse_296',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend::GpgVerifyResultAnalyse'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse::GpgVerifyResultAnalyse()']]], + ['gpgfrontend_20develop_20document_20main_20page_297',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]], + ['rawapi_298',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], + ['thread_299',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], + ['ui_300',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/all_8.js b/docs/html/search/all_8.js index 6407845c..1557a804 100644 --- a/docs/html/search/all_8.js +++ b/docs/html/search/all_8.js @@ -1,6 +1,6 @@ var searchData= [ - ['hash_5fkey_5f_297',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], - ['help_5fmenu_5f_298',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]], - ['helppage_299',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI::HelpPage'],['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage::HelpPage()']]] + ['hash_5fkey_5f_301',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], + ['help_5fmenu_5f_302',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]], + ['helppage_303',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI::HelpPage'],['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage::HelpPage()']]] ]; diff --git a/docs/html/search/all_9.js b/docs/html/search/all_9.js index 0db403ce..f0778ccf 100644 --- a/docs/html/search/all_9.js +++ b/docs/html/search/all_9.js @@ -1,56 +1,57 @@ var searchData= [ - ['import_5fbutton_5f_300',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5ffrom_5fedit_5fact_5f_301',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5fmenu_5f_302',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkeys_303',['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_304',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], - ['importkey_305',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]], - ['importkeypackage_306',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]], - ['infoboardstatus_307',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]], - ['infoboardwidget_308',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI::InfoBoardWidget'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget()']]], - ['infotab_309',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI::InfoTab'],['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab::InfoTab()']]], - ['infovaild_310',['InfoVaild',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793',1,'GpgFrontend::UI::SoftwareVersion']]], - ['init_311',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], - ['init_5fapp_5fsecure_5fkey_312',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], - ['init_5fctx_313',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]], - ['init_5flocale_314',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]], - ['init_5flogging_5fsystem_315',['init_logging_system',['../namespaceGpgFrontend_1_1UI.html#a834d05cb1918760d1a9c5a67aa3a7da3',1,'GpgFrontend::UI']]], - ['initgpgfrontendui_316',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]], - ['initloggingsystem_317',['InitLoggingSystem',['../namespaceGpgFrontend.html#aff3e12940da2d43ce7aedeb795643434',1,'GpgFrontend']]], - ['instances_5fmap_5f_318',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]], - ['instances_5fmutex_5f_319',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]], - ['intropage_320',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI::IntroPage'],['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage::IntroPage()']]], - ['isallowauthentication_321',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]], - ['isallowcertification_322',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeauthentication_323',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangecertification_324',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeencryption_325',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangesigning_326',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]], - ['isallowencryption_327',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]], - ['isallownopassphrase_328',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]], - ['isallowsigning_329',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]], - ['iscardkey_330',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]], - ['isdisabled_331',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], - ['isdiscarded_332',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]], - ['isexpired_333',['IsExpired',['../classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327',1,'GpgFrontend::GpgKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#aec39e4f67f17358f26bbbeb4cf62b7f4',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgSubKey.html#ac686352b5ede5aa4dd74b3488c53891e',1,'GpgFrontend::GpgSubKey::IsExpired()']]], - ['isexportable_334',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]], - ['isgood_335',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]], - ['ishasactualauthenticationcapability_336',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]], - ['ishasactualcertificationcapability_337',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]], - ['ishasactualencryptioncapability_338',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]], - ['ishasactualsigningcapability_339',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]], - ['ishasauthenticationcapability_340',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], - ['ishascardkey_341',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]], - ['ishascertificationcapability_342',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]], - ['ishasencryptioncapability_343',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]], - ['ishasmasterkey_344',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]], - ['ishassigningcapability_345',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], - ['isinvalid_346',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]], - ['isnonexpired_347',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]], - ['isnopassphrase_348',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]], - ['isprivatekey_349',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]], - ['isrevoked_350',['IsRevoked',['../classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87',1,'GpgFrontend::GpgKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9aa824b0a9e03dfbcc7849a7b526ef67',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgSubKey.html#a9cc81c515b6a197757b48dd334cc3344',1,'GpgFrontend::GpgSubKey::IsRevoked()']]], - ['issecretkey_351',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]], - ['issubkey_352',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]] + ['import_5fbutton_5f_304',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5ffrom_5fedit_5fact_5f_305',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5ffrom_5fkeyserver_306',['import_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770',1,'GpgFrontend::UI']]], + ['import_5fkey_5fmenu_5f_307',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkeys_308',['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_309',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], + ['importkey_310',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]], + ['importkeypackage_311',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]], + ['infoboardstatus_312',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]], + ['infoboardwidget_313',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI::InfoBoardWidget'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget()']]], + ['infotab_314',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI::InfoTab'],['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab::InfoTab()']]], + ['infovaild_315',['InfoVaild',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793',1,'GpgFrontend::UI::SoftwareVersion']]], + ['init_316',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], + ['init_5fapp_5fsecure_5fkey_317',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], + ['init_5fctx_318',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]], + ['init_5flocale_319',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]], + ['init_5flogging_5fsystem_320',['init_logging_system',['../namespaceGpgFrontend_1_1UI.html#a834d05cb1918760d1a9c5a67aa3a7da3',1,'GpgFrontend::UI']]], + ['initgpgfrontendui_321',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]], + ['initloggingsystem_322',['InitLoggingSystem',['../namespaceGpgFrontend.html#aff3e12940da2d43ce7aedeb795643434',1,'GpgFrontend']]], + ['instances_5fmap_5f_323',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]], + ['instances_5fmutex_5f_324',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]], + ['intropage_325',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI::IntroPage'],['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage::IntroPage()']]], + ['isallowauthentication_326',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]], + ['isallowcertification_327',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeauthentication_328',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangecertification_329',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeencryption_330',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangesigning_331',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]], + ['isallowencryption_332',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]], + ['isallownopassphrase_333',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]], + ['isallowsigning_334',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]], + ['iscardkey_335',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]], + ['isdisabled_336',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], + ['isdiscarded_337',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]], + ['isexpired_338',['IsExpired',['../classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327',1,'GpgFrontend::GpgKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#aec39e4f67f17358f26bbbeb4cf62b7f4',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgSubKey.html#ac686352b5ede5aa4dd74b3488c53891e',1,'GpgFrontend::GpgSubKey::IsExpired()']]], + ['isexportable_339',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]], + ['isgood_340',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]], + ['ishasactualauthenticationcapability_341',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]], + ['ishasactualcertificationcapability_342',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]], + ['ishasactualencryptioncapability_343',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]], + ['ishasactualsigningcapability_344',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]], + ['ishasauthenticationcapability_345',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], + ['ishascardkey_346',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]], + ['ishascertificationcapability_347',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]], + ['ishasencryptioncapability_348',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]], + ['ishasmasterkey_349',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]], + ['ishassigningcapability_350',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], + ['isinvalid_351',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]], + ['isnonexpired_352',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]], + ['isnopassphrase_353',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]], + ['isprivatekey_354',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]], + ['isrevoked_355',['IsRevoked',['../classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87',1,'GpgFrontend::GpgKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9aa824b0a9e03dfbcc7849a7b526ef67',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgSubKey.html#a9cc81c515b6a197757b48dd334cc3344',1,'GpgFrontend::GpgSubKey::IsRevoked()']]], + ['issecretkey_356',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]], + ['issubkey_357',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]] ]; diff --git a/docs/html/search/all_a.js b/docs/html/search/all_a.js index ae3f9a12..a9da3652 100644 --- a/docs/html/search/all_a.js +++ b/docs/html/search/all_a.js @@ -1,38 +1,40 @@ var searchData= [ - ['key_5fbox_5f_353',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['key_5fid_5fvar_5flabel_354',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['key_5fid_5fvar_5flabel_5f_355',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['key_5flist_5fdock_5f_356',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fmenu_5f_357',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fsize_5fspin_5fbox_5f_358',['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_359',['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_360',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], - ['key_5ftype_5fcombo_5fbox_5f_361',['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_362',['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_363',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], - ['keydetailsdialog_364',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], - ['keygendialog_365',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI::KeyGenDialog'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog::KeyGenDialog()']]], - ['keygenpage_366',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI::KeyGenPage'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage::KeyGenPage()']]], - ['keyimportdetaildialog_367',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI::KeyImportDetailDialog'],['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog::KeyImportDetailDialog()']]], - ['keylist_368',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI::KeyList'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList::KeyList()']]], - ['keylistcolumn_369',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], - ['keylistrow_370',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], - ['keymenuability_371',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], - ['keymgmt_372',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI::KeyMgmt'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt::KeyMgmt()']]], - ['keynewuiddialog_373',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI::KeyNewUIDDialog'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog::KeyNewUIDDialog()']]], - ['keypackageoperator_374',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], - ['keypairdetailtab_375',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI::KeyPairDetailTab'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab::KeyPairDetailTab()']]], - ['keypairoperatab_376',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI::KeyPairOperaTab'],['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()']]], - ['keypairsubkeytab_377',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI::KeyPairSubkeyTab'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab::KeyPairSubkeyTab()']]], - ['keypairuidtab_378',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI::KeyPairUIDTab'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab::KeyPairUIDTab()']]], - ['keypressevent_379',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()']]], - ['keys_5fcache_5f_380',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]], - ['keys_5fcache_5fmutex_5f_381',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]], - ['keyserverimportdialog_382',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI::KeyServerImportDialog'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(bool automatic, QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(QWidget *parent)']]], - ['keyservertab_383',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI::KeyserverTab'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab::KeyserverTab()']]], - ['keysetexpiredatedialog_384',['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#a0efa9fd74abf305b2e20536f208c8beb',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)']]], - ['keytable_385',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI::KeyTable'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable::KeyTable()']]], - ['keyuidsigndialog_386',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI::KeyUIDSignDialog'],['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog()']]], - ['keyuploaddialog_387',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI::KeyUploadDialog'],['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog::KeyUploadDialog()']]] + ['key_5fbox_5f_358',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['key_5fid_5fvar_5flabel_359',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['key_5fid_5fvar_5flabel_5f_360',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['key_5flist_5fdock_5f_361',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fmenu_5f_362',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fsize_5fspin_5fbox_5f_363',['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_364',['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_365',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], + ['key_5ftype_5fcombo_5fbox_5f_366',['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_367',['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_368',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], + ['keydetailsdialog_369',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], + ['keygendialog_370',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI::KeyGenDialog'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog::KeyGenDialog()']]], + ['keygenpage_371',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI::KeyGenPage'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage::KeyGenPage()']]], + ['keyimportdetaildialog_372',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI::KeyImportDetailDialog'],['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog::KeyImportDetailDialog()']]], + ['keylist_373',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI::KeyList'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList::KeyList()']]], + ['keylistcolumn_374',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], + ['keylistrow_375',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], + ['keymenuability_376',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], + ['keymgmt_377',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI::KeyMgmt'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt::KeyMgmt()']]], + ['keynewuiddialog_378',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI::KeyNewUIDDialog'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog::KeyNewUIDDialog()']]], + ['keypackageoperator_379',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], + ['keypairdetailtab_380',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI::KeyPairDetailTab'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab::KeyPairDetailTab()']]], + ['keypairoperatab_381',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI::KeyPairOperaTab'],['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()']]], + ['keypairsubkeytab_382',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI::KeyPairSubkeyTab'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab::KeyPairSubkeyTab()']]], + ['keypairuidtab_383',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI::KeyPairUIDTab'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab::KeyPairUIDTab()']]], + ['keypressevent_384',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()']]], + ['keys_5fcache_5f_385',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]], + ['keys_5fcache_5fmutex_5f_386',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]], + ['keyserverimportdialog_387',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI::KeyServerImportDialog'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(bool automatic, QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(QWidget *parent)']]], + ['keyserverimporttask_388',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI::KeyServerImportTask'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857',1,'GpgFrontend::UI::KeyServerImportTask::KeyServerImportTask()']]], + ['keyserversearchtask_389',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI::KeyServerSearchTask'],['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa',1,'GpgFrontend::UI::KeyServerSearchTask::KeyServerSearchTask()']]], + ['keyservertab_390',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI::KeyserverTab'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab::KeyserverTab()']]], + ['keysetexpiredatedialog_391',['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#a0efa9fd74abf305b2e20536f208c8beb',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)']]], + ['keytable_392',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI::KeyTable'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable::KeyTable()']]], + ['keyuidsigndialog_393',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI::KeyUIDSignDialog'],['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog()']]], + ['keyuploaddialog_394',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI::KeyUploadDialog'],['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog::KeyUploadDialog()']]] ]; diff --git a/docs/html/search/all_b.js b/docs/html/search/all_b.js index 2b3d4719..ad1b93dc 100644 --- a/docs/html/search/all_b.js +++ b/docs/html/search/all_b.js @@ -1,8 +1,8 @@ var searchData= [ - ['latest_5freply_5f_388',['latest_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9',1,'GpgFrontend::UI::VersionCheckTask']]], - ['listedkeyservertestthread_389',['ListedKeyServerTestThread',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html',1,'GpgFrontend::UI']]], - ['listlanguages_390',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]], - ['loadfile_391',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], - ['localized_5fhelp_392',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]] + ['latest_5freply_5f_395',['latest_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9',1,'GpgFrontend::UI::VersionCheckTask']]], + ['listedkeyservertesttask_396',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI::ListedKeyServerTestTask'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77',1,'GpgFrontend::UI::ListedKeyServerTestTask::ListedKeyServerTestTask()']]], + ['listlanguages_397',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]], + ['loadfile_398',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], + ['localized_5fhelp_399',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]] ]; diff --git a/docs/html/search/all_c.js b/docs/html/search/all_c.js index 99276d59..2af57667 100644 --- a/docs/html/search/all_c.js +++ b/docs/html/search/all_c.js @@ -1,11 +1,11 @@ var searchData= [ - ['m_5ftext_5fpage_5f_393',['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_()']]], - ['mainwindow_394',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]], - ['markkeys_395',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]], - ['maybe_5fsave_5fcurrent_5ftab_396',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], - ['maybesaveanytab_397',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]], - ['modifypassword_398',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]], - ['modifytofupolicy_399',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]], - ['mt_5f_400',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]] + ['m_5ftext_5fpage_5f_400',['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_()']]], + ['mainwindow_401',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]], + ['markkeys_402',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]], + ['maybe_5fsave_5fcurrent_5ftab_403',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], + ['maybesaveanytab_404',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]], + ['modifypassword_405',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]], + ['modifytofupolicy_406',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]], + ['mt_5f_407',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]] ]; diff --git a/docs/html/search/all_d.js b/docs/html/search/all_d.js index 8a703153..455d951d 100644 --- a/docs/html/search/all_d.js +++ b/docs/html/search/all_d.js @@ -1,12 +1,12 @@ var searchData= [ - ['name_5fedit_5f_401',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], - ['name_5fvar_5flabel_5f_402',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['needupgrade_403',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]], - ['networktab_404',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI::NetworkTab'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab::NetworkTab()']]], - ['new_5fdefault_5fsettings_5fchannel_405',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]], - ['new_5ftab_5fact_5f_406',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]], - ['nextid_407',['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_408',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['notifyfilesaved_409',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] + ['name_5fedit_5f_408',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], + ['name_5fvar_5flabel_5f_409',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['needupgrade_410',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]], + ['networktab_411',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI::NetworkTab'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab::NetworkTab()']]], + ['new_5fdefault_5fsettings_5fchannel_412',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]], + ['new_5ftab_5fact_5f_413',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]], + ['nextid_414',['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_415',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['notifyfilesaved_416',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] ]; diff --git a/docs/html/search/all_e.js b/docs/html/search/all_e.js index d8f91b11..013d5c10 100644 --- a/docs/html/search/all_e.js +++ b/docs/html/search/all_e.js @@ -1,14 +1,14 @@ var searchData= [ - ['oncustomcontextmenu_410',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]], - ['open_5fact_5f_411',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fkey_5fmanagement_5fact_5f_412',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fsettings_5fact_5f_413',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], - ['operator_20gpgme_5fctx_5ft_414',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]], - ['operator_20gpgme_5fdata_5ft_415',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], - ['operator_20gpgme_5fkey_5ft_416',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], - ['operator_3c_3d_417',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]], - ['operator_3d_418',['operator=',['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete']]], - ['operator_3d_3d_419',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]], - ['owner_5fbox_5f_420',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] + ['oncustomcontextmenu_417',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]], + ['open_5fact_5f_418',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fkey_5fmanagement_5fact_5f_419',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fsettings_5fact_5f_420',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], + ['operator_20gpgme_5fctx_5ft_421',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]], + ['operator_20gpgme_5fdata_5ft_422',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], + ['operator_20gpgme_5fkey_5ft_423',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], + ['operator_3c_3d_424',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]], + ['operator_3d_425',['operator=',['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete']]], + ['operator_3d_3d_426',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]], + ['owner_5fbox_5f_427',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] ]; diff --git a/docs/html/search/all_f.js b/docs/html/search/all_f.js index 9fd084e2..7ab85d63 100644 --- a/docs/html/search/all_f.js +++ b/docs/html/search/all_f.js @@ -1,18 +1,18 @@ var searchData= [ - ['passphrasegenerator_421',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend::PassphraseGenerator'],['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator::PassphraseGenerator()']]], - ['paste_5fact_5f_422',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], - ['pending_5ftasks_5f_423',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]], - ['pgp_5fcrypt_5fbegin_424',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]], - ['plaintexteditorpage_425',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI::PlainTextEditorPage'],['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage()']]], - ['popobject_426',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]], - ['posttask_427',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]], - ['print_5fact_5f_428',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]], - ['print_5frecipient_429',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['print_5fsigner_430',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['process_5fdirectory_5finto_5ftarball_431',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]], - ['process_5foperation_432',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]], - ['process_5fresult_5fanalyse_433',['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)']]], - ['process_5ftarball_5finto_5fdirectory_434',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]], - ['proxyconnectiontestthread_435',['ProxyConnectionTestThread',['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada',1,'GpgFrontend::UI::ProxyConnectionTestThread::ProxyConnectionTestThread()']]] + ['passphrasegenerator_428',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend::PassphraseGenerator'],['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator::PassphraseGenerator()']]], + ['paste_5fact_5f_429',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], + ['pending_5ftasks_5f_430',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]], + ['pgp_5fcrypt_5fbegin_431',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]], + ['plaintexteditorpage_432',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI::PlainTextEditorPage'],['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage()']]], + ['popobject_433',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]], + ['posttask_434',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]], + ['print_5fact_5f_435',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]], + ['print_5frecipient_436',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['print_5fsigner_437',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['process_5fdirectory_5finto_5ftarball_438',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]], + ['process_5foperation_439',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]], + ['process_5fresult_5fanalyse_440',['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)']]], + ['process_5ftarball_5finto_5fdirectory_441',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]], + ['proxyconnectiontestthread_442',['ProxyConnectionTestThread',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread'],['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada',1,'GpgFrontend::UI::ProxyConnectionTestThread::ProxyConnectionTestThread()']]] ]; diff --git a/docs/html/search/classes_0.js b/docs/html/search/classes_0.js index 06471dd4..fce7e418 100644 --- a/docs/html/search/classes_0.js +++ b/docs/html/search/classes_0.js @@ -1,7 +1,7 @@ var searchData= [ - ['_5fctx_5fref_5fdeleter_681',['_ctx_ref_deleter',['../structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html',1,'GpgFrontend::GpgContext']]], - ['_5fdata_5fref_5fdeleter_682',['_data_ref_deleter',['../structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html',1,'GpgFrontend::GpgData']]], - ['_5fkey_5fref_5fdeleter_683',['_key_ref_deleter',['../structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html',1,'GpgFrontend::GpgKey']]], - ['_5fresult_5fref_5fdeletor_684',['_result_ref_deletor',['../structGpgFrontend_1_1__result__ref__deletor.html',1,'GpgFrontend']]] + ['_5fctx_5fref_5fdeleter_692',['_ctx_ref_deleter',['../structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html',1,'GpgFrontend::GpgContext']]], + ['_5fdata_5fref_5fdeleter_693',['_data_ref_deleter',['../structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html',1,'GpgFrontend::GpgData']]], + ['_5fkey_5fref_5fdeleter_694',['_key_ref_deleter',['../structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html',1,'GpgFrontend::GpgKey']]], + ['_5fresult_5fref_5fdeletor_695',['_result_ref_deletor',['../structGpgFrontend_1_1__result__ref__deletor.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/classes_1.js b/docs/html/search/classes_1.js index 08aea113..e1fd6fc6 100644 --- a/docs/html/search/classes_1.js +++ b/docs/html/search/classes_1.js @@ -1,8 +1,8 @@ var searchData= [ - ['aboutdialog_685',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html',1,'GpgFrontend::UI']]], - ['advancedtab_686',['AdvancedTab',['../classGpgFrontend_1_1UI_1_1AdvancedTab.html',1,'GpgFrontend::UI']]], - ['appearancetab_687',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html',1,'GpgFrontend::UI']]], - ['archivefileoperator_688',['ArchiveFileOperator',['../classGpgFrontend_1_1ArchiveFileOperator.html',1,'GpgFrontend']]], - ['archivestruct_689',['ArchiveStruct',['../structGpgFrontend_1_1ArchiveStruct.html',1,'GpgFrontend']]] + ['aboutdialog_696',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html',1,'GpgFrontend::UI']]], + ['advancedtab_697',['AdvancedTab',['../classGpgFrontend_1_1UI_1_1AdvancedTab.html',1,'GpgFrontend::UI']]], + ['appearancetab_698',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html',1,'GpgFrontend::UI']]], + ['archivefileoperator_699',['ArchiveFileOperator',['../classGpgFrontend_1_1ArchiveFileOperator.html',1,'GpgFrontend']]], + ['archivestruct_700',['ArchiveStruct',['../structGpgFrontend_1_1ArchiveStruct.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/classes_10.js b/docs/html/search/classes_10.js index 0c77a279..1fc94cea 100644 --- a/docs/html/search/classes_10.js +++ b/docs/html/search/classes_10.js @@ -1,10 +1,10 @@ var searchData= [ - ['task_792',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread']]], - ['taskrunner_793',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread']]], - ['taskrunnergetter_794',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]], - ['testlistedkeyserverthread_795',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], - ['textedit_796',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], - ['tofuinfopage_797',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]], - ['translatorstab_798',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI']]] + ['task_808',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread']]], + ['taskrunner_809',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread']]], + ['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']]], + ['tofuinfopage_813',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]], + ['translatorstab_814',['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 5940b202..4004cb9d 100644 --- a/docs/html/search/classes_11.js +++ b/docs/html/search/classes_11.js @@ -1,4 +1,4 @@ var searchData= [ - ['updatetab_799',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI']]] + ['updatetab_815',['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 703d921f..0729c3ef 100644 --- a/docs/html/search/classes_12.js +++ b/docs/html/search/classes_12.js @@ -1,6 +1,6 @@ var searchData= [ - ['verifydetailsdialog_800',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]], - ['verifykeydetailbox_801',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]], - ['versionchecktask_802',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html',1,'GpgFrontend::UI']]] + ['verifydetailsdialog_816',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]], + ['verifykeydetailbox_817',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]], + ['versionchecktask_818',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_13.js b/docs/html/search/classes_13.js index 86fe1adb..25fb117a 100644 --- a/docs/html/search/classes_13.js +++ b/docs/html/search/classes_13.js @@ -1,5 +1,5 @@ var searchData= [ - ['waitingdialog_803',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]], - ['wizard_804',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI']]] + ['waitingdialog_819',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]], + ['wizard_820',['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 6780dea0..67d88196 100644 --- a/docs/html/search/classes_2.js +++ b/docs/html/search/classes_2.js @@ -1,12 +1,12 @@ var searchData= [ - ['channelobject_690',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html',1,'GpgFrontend']]], - ['charsetoperator_691',['CharsetOperator',['../classGpgFrontend_1_1CharsetOperator.html',1,'GpgFrontend']]], - ['choosepage_692',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html',1,'GpgFrontend::UI']]], - ['class_693',['class',['../classclass.html',1,'']]], - ['commonutils_694',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html',1,'GpgFrontend::UI']]], - ['conclusionpage_695',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html',1,'GpgFrontend::UI']]], - ['corecommonutil_696',['CoreCommonUtil',['../classGpgFrontend_1_1CoreCommonUtil.html',1,'GpgFrontend']]], - ['cryptomenu_697',['CryptoMenu',['../structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html',1,'GpgFrontend::UI::MainWindow']]], - ['ctxchecktask_698',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html',1,'GpgFrontend::Thread']]] + ['channelobject_701',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html',1,'GpgFrontend']]], + ['charsetoperator_702',['CharsetOperator',['../classGpgFrontend_1_1CharsetOperator.html',1,'GpgFrontend']]], + ['choosepage_703',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html',1,'GpgFrontend::UI']]], + ['class_704',['class',['../classclass.html',1,'']]], + ['commonutils_705',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html',1,'GpgFrontend::UI']]], + ['conclusionpage_706',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html',1,'GpgFrontend::UI']]], + ['corecommonutil_707',['CoreCommonUtil',['../classGpgFrontend_1_1CoreCommonUtil.html',1,'GpgFrontend']]], + ['cryptomenu_708',['CryptoMenu',['../structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html',1,'GpgFrontend::UI::MainWindow']]], + ['ctxchecktask_709',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html',1,'GpgFrontend::Thread']]] ]; diff --git a/docs/html/search/classes_3.js b/docs/html/search/classes_3.js index 8271c85e..08ee3b56 100644 --- a/docs/html/search/classes_3.js +++ b/docs/html/search/classes_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['dataobject_699',['DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html',1,'GpgFrontend::Thread::Task']]], - ['dataobjectoperator_700',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html',1,'GpgFrontend']]], - ['destructor_701',['Destructor',['../structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html',1,'GpgFrontend::Thread::Task::DataObject']]] + ['dataobject_710',['DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html',1,'GpgFrontend::Thread::Task']]], + ['dataobjectoperator_711',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html',1,'GpgFrontend']]], + ['destructor_712',['Destructor',['../structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor.html',1,'GpgFrontend::Thread::Task::DataObject']]] ]; diff --git a/docs/html/search/classes_4.js b/docs/html/search/classes_4.js index 3e22cc25..85917835 100644 --- a/docs/html/search/classes_4.js +++ b/docs/html/search/classes_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['exportkeypackagedialog_702',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html',1,'GpgFrontend::UI']]] + ['exportkeypackagedialog_713',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_5.js b/docs/html/search/classes_5.js index 2b19db08..543b4add 100644 --- a/docs/html/search/classes_5.js +++ b/docs/html/search/classes_5.js @@ -1,7 +1,7 @@ var searchData= [ - ['fileoperator_703',['FileOperator',['../classGpgFrontend_1_1FileOperator.html',1,'GpgFrontend']]], - ['filepage_704',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html',1,'GpgFrontend::UI']]], - ['filereadtask_705',['FileReadTask',['../classGpgFrontend_1_1UI_1_1FileReadTask.html',1,'GpgFrontend::UI']]], - ['findwidget_706',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html',1,'GpgFrontend::UI']]] + ['fileoperator_714',['FileOperator',['../classGpgFrontend_1_1FileOperator.html',1,'GpgFrontend']]], + ['filepage_715',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html',1,'GpgFrontend::UI']]], + ['filereadtask_716',['FileReadTask',['../classGpgFrontend_1_1UI_1_1FileReadTask.html',1,'GpgFrontend::UI']]], + ['findwidget_717',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_6.js b/docs/html/search/classes_6.js index 6723b9d4..6f5dcb28 100644 --- a/docs/html/search/classes_6.js +++ b/docs/html/search/classes_6.js @@ -1,33 +1,36 @@ var searchData= [ - ['generaltab_707',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI']]], - ['genkeyinfo_708',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend']]], - ['globalsettingstation_709',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend']]], - ['gpgbasicoperator_710',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]], - ['gpgcommandexecutor_711',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]], - ['gpgconstants_712',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]], - ['gpgcontext_713',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]], - ['gpgcontextinitargs_714',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], - ['gpgdata_715',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]], - ['gpgdecryptresultanalyse_716',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]], - ['gpgencryptresultanalyse_717',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]], - ['gpgfileopera_718',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]], - ['gpgfrontendapplication_719',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI']]], - ['gpgimportedkey_720',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]], - ['gpgimportinformation_721',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]], - ['gpginfo_722',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]], - ['gpgkey_723',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]], - ['gpgkeygetter_724',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]], - ['gpgkeyimportexporter_725',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]], - ['gpgkeymanager_726',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]], - ['gpgkeyopera_727',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]], - ['gpgkeysignature_728',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]], - ['gpgresultanalyse_729',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]], - ['gpgsignature_730',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]], - ['gpgsignresultanalyse_731',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]], - ['gpgsubkey_732',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]], - ['gpgtofuinfo_733',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]], - ['gpguid_734',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]], - ['gpguidoperator_735',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]], - ['gpgverifyresultanalyse_736',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]] + ['generaldialog_718',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html',1,'GpgFrontend::UI']]], + ['generalmainwindow_719',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html',1,'GpgFrontend::UI']]], + ['generaltab_720',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI']]], + ['genkeyinfo_721',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend']]], + ['globalsettingstation_722',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend']]], + ['gnupgtab_723',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI']]], + ['gpgbasicoperator_724',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]], + ['gpgcommandexecutor_725',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]], + ['gpgconstants_726',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]], + ['gpgcontext_727',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]], + ['gpgcontextinitargs_728',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], + ['gpgdata_729',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]], + ['gpgdecryptresultanalyse_730',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]], + ['gpgencryptresultanalyse_731',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]], + ['gpgfileopera_732',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]], + ['gpgfrontendapplication_733',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI']]], + ['gpgimportedkey_734',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]], + ['gpgimportinformation_735',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]], + ['gpginfo_736',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]], + ['gpgkey_737',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]], + ['gpgkeygetter_738',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]], + ['gpgkeyimportexporter_739',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]], + ['gpgkeymanager_740',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]], + ['gpgkeyopera_741',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]], + ['gpgkeysignature_742',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]], + ['gpgresultanalyse_743',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]], + ['gpgsignature_744',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]], + ['gpgsignresultanalyse_745',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]], + ['gpgsubkey_746',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]], + ['gpgtofuinfo_747',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]], + ['gpguid_748',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]], + ['gpguidoperator_749',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]], + ['gpgverifyresultanalyse_750',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/classes_7.js b/docs/html/search/classes_7.js index b16ba828..b7f90194 100644 --- a/docs/html/search/classes_7.js +++ b/docs/html/search/classes_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['helppage_737',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI']]] + ['helppage_751',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_8.js b/docs/html/search/classes_8.js index c19dfeac..3c43e5ee 100644 --- a/docs/html/search/classes_8.js +++ b/docs/html/search/classes_8.js @@ -1,6 +1,6 @@ var searchData= [ - ['infoboardwidget_738',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]], - ['infotab_739',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]], - ['intropage_740',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI']]] + ['infoboardwidget_752',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]], + ['infotab_753',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]], + ['intropage_754',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_9.js b/docs/html/search/classes_9.js index 2d001f59..ed4a25c6 100644 --- a/docs/html/search/classes_9.js +++ b/docs/html/search/classes_9.js @@ -1,24 +1,26 @@ var searchData= [ - ['keydetailsdialog_741',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], - ['keygendialog_742',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]], - ['keygenpage_743',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]], - ['keyimportdetaildialog_744',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]], - ['keylist_745',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]], - ['keylistcolumn_746',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], - ['keylistrow_747',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], - ['keymenuability_748',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], - ['keymgmt_749',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]], - ['keynewuiddialog_750',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]], - ['keypackageoperator_751',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], - ['keypairdetailtab_752',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]], - ['keypairoperatab_753',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]], - ['keypairsubkeytab_754',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]], - ['keypairuidtab_755',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]], - ['keyserverimportdialog_756',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]], - ['keyservertab_757',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]], - ['keysetexpiredatedialog_758',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]], - ['keytable_759',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]], - ['keyuidsigndialog_760',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]], - ['keyuploaddialog_761',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI']]] + ['keydetailsdialog_755',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], + ['keygendialog_756',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]], + ['keygenpage_757',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]], + ['keyimportdetaildialog_758',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]], + ['keylist_759',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]], + ['keylistcolumn_760',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], + ['keylistrow_761',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], + ['keymenuability_762',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], + ['keymgmt_763',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]], + ['keynewuiddialog_764',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]], + ['keypackageoperator_765',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], + ['keypairdetailtab_766',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]], + ['keypairoperatab_767',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]], + ['keypairsubkeytab_768',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]], + ['keypairuidtab_769',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]], + ['keyserverimportdialog_770',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]], + ['keyserverimporttask_771',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI']]], + ['keyserversearchtask_772',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI']]], + ['keyservertab_773',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]], + ['keysetexpiredatedialog_774',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]], + ['keytable_775',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]], + ['keyuidsigndialog_776',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]], + ['keyuploaddialog_777',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_a.js b/docs/html/search/classes_a.js index d12ffb67..294f552e 100644 --- a/docs/html/search/classes_a.js +++ b/docs/html/search/classes_a.js @@ -1,4 +1,4 @@ var searchData= [ - ['listedkeyservertestthread_762',['ListedKeyServerTestThread',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html',1,'GpgFrontend::UI']]] + ['listedkeyservertesttask_778',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_b.js b/docs/html/search/classes_b.js index 4d40a1ec..92a2c90a 100644 --- a/docs/html/search/classes_b.js +++ b/docs/html/search/classes_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['mainwindow_763',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]] + ['mainwindow_779',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_c.js b/docs/html/search/classes_c.js index c7552484..5798586a 100644 --- a/docs/html/search/classes_c.js +++ b/docs/html/search/classes_c.js @@ -1,4 +1,4 @@ var searchData= [ - ['networktab_764',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI']]] + ['networktab_780',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_d.js b/docs/html/search/classes_d.js index b6291f3a..e4df7b22 100644 --- a/docs/html/search/classes_d.js +++ b/docs/html/search/classes_d.js @@ -1,6 +1,6 @@ var searchData= [ - ['passphrasegenerator_765',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]], - ['plaintexteditorpage_766',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]], - ['proxyconnectiontestthread_767',['ProxyConnectionTestThread',['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread']]] + ['passphrasegenerator_781',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]], + ['plaintexteditorpage_782',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]], + ['proxyconnectiontestthread_783',['ProxyConnectionTestThread',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread'],['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread']]] ]; diff --git a/docs/html/search/classes_e.js b/docs/html/search/classes_e.js index 91743bf0..f72923c8 100644 --- a/docs/html/search/classes_e.js +++ b/docs/html/search/classes_e.js @@ -1,4 +1,4 @@ var searchData= [ - ['quitdialog_768',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI']]] + ['quitdialog_784',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_f.js b/docs/html/search/classes_f.js index 45bd8630..fdf4e827 100644 --- a/docs/html/search/classes_f.js +++ b/docs/html/search/classes_f.js @@ -1,26 +1,26 @@ var searchData= [ - ['settingsdialog_769',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]], - ['settingsobject_770',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI']]], - ['signalstation_771',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]], - ['signaturedetailsdialog_772',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], - ['signerspicker_773',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]], - ['singletonfunctionobject_774',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_775',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20globalsettingstation_20_3e_776',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_777',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_778',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcontext_20_3e_779',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgfileopera_20_3e_780',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_781',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_782',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_783',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_784',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpguidoperator_20_3e_785',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_786',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_787',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonstorage_788',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], - ['singletonstoragecollection_789',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], - ['softwareversion_790',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]], - ['subkeygeneratedialog_791',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI']]] + ['settingsdialog_785',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]], + ['settingsobject_786',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI']]], + ['signalstation_787',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]], + ['signaturedetailsdialog_788',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], + ['signerspicker_789',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]], + ['singletonfunctionobject_790',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_791',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20globalsettingstation_20_3e_792',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_793',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_794',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcontext_20_3e_795',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgfileopera_20_3e_796',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_797',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_798',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_799',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_800',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpguidoperator_20_3e_801',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_802',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_803',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonstorage_804',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], + ['singletonstoragecollection_805',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], + ['softwareversion_806',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]], + ['subkeygeneratedialog_807',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/enums_0.js b/docs/html/search/enums_0.js index 5384ea6c..96bb0cf2 100644 --- a/docs/html/search/enums_0.js +++ b/docs/html/search/enums_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['infoboardstatus_1438',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]] + ['infoboardstatus_1466',['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 8419a9e6..fdb220ba 100644 --- a/docs/html/search/functions_0.js +++ b/docs/html/search/functions_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['_5fnew_5fresult_809',['_new_result',['../namespaceGpgFrontend.html#a2a6566f59b4be29e453a1edd93f6a337',1,'GpgFrontend::_new_result(gpgme_encrypt_result_t &&result)'],['../namespaceGpgFrontend.html#aaf7ddbd50cd4f16b7d2a997c03b20933',1,'GpgFrontend::_new_result(gpgme_decrypt_result_t &&result)'],['../namespaceGpgFrontend.html#acb5dd82fc7d0428bafe34ed304dc15d1',1,'GpgFrontend::_new_result(gpgme_sign_result_t &&result)'],['../namespaceGpgFrontend.html#ae3f2947210ad3e11269ebac355f47492',1,'GpgFrontend::_new_result(gpgme_verify_result_t &&result)'],['../namespaceGpgFrontend.html#af909eb3cf2690d23939e394a461e48e9',1,'GpgFrontend::_new_result(gpgme_genkey_result_t &&result)']]] + ['_5fnew_5fresult_825',['_new_result',['../namespaceGpgFrontend.html#a2a6566f59b4be29e453a1edd93f6a337',1,'GpgFrontend::_new_result(gpgme_encrypt_result_t &&result)'],['../namespaceGpgFrontend.html#aaf7ddbd50cd4f16b7d2a997c03b20933',1,'GpgFrontend::_new_result(gpgme_decrypt_result_t &&result)'],['../namespaceGpgFrontend.html#acb5dd82fc7d0428bafe34ed304dc15d1',1,'GpgFrontend::_new_result(gpgme_sign_result_t &&result)'],['../namespaceGpgFrontend.html#ae3f2947210ad3e11269ebac355f47492',1,'GpgFrontend::_new_result(gpgme_verify_result_t &&result)'],['../namespaceGpgFrontend.html#af909eb3cf2690d23939e394a461e48e9',1,'GpgFrontend::_new_result(gpgme_genkey_result_t &&result)']]] ]; diff --git a/docs/html/search/functions_1.js b/docs/html/search/functions_1.js index 8ebe6c22..d089f926 100644 --- a/docs/html/search/functions_1.js +++ b/docs/html/search/functions_1.js @@ -1,15 +1,15 @@ var searchData= [ - ['aboutdialog_810',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a',1,'GpgFrontend::UI::AboutDialog']]], - ['addlistgrouptab_811',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec',1,'GpgFrontend::UI::KeyList']]], - ['addmenuaction_812',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]], - ['addoptionalaction_813',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['adduid_814',['AddUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a7c0de570de59d4ebc6c0bed681119bf7',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const std::string &uid)'],['../classGpgFrontend_1_1GpgUIDOperator.html#a672bbf74abac9140233c4e1c7864d15d',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const std::string &name, const std::string &comment, const std::string &email)']]], - ['aes_5f256_5fcbc_5fdecrypt_815',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]], - ['aes_5f256_5fcbc_5fencrypt_816',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]], - ['aes_5f256_5fcbc_5finit_817',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]], - ['appearancetab_818',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]], - ['appendobject_819',['AppendObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a521dccfd42e13769b4edc4286318cc4c',1,'GpgFrontend::Thread::Task::DataObject::AppendObject(T &&obj)'],['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5812bb84c6241e89f8b8b04d2a2f3b55',1,'GpgFrontend::Thread::Task::DataObject::AppendObject(T *obj)']]], - ['associatetabwidget_820',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['associatetextedit_821',['AssociateTextEdit',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab',1,'GpgFrontend::UI::InfoBoardWidget']]] + ['aboutdialog_826',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a',1,'GpgFrontend::UI::AboutDialog']]], + ['addlistgrouptab_827',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec',1,'GpgFrontend::UI::KeyList']]], + ['addmenuaction_828',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]], + ['addoptionalaction_829',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['adduid_830',['AddUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a7c0de570de59d4ebc6c0bed681119bf7',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const std::string &uid)'],['../classGpgFrontend_1_1GpgUIDOperator.html#a672bbf74abac9140233c4e1c7864d15d',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const std::string &name, const std::string &comment, const std::string &email)']]], + ['aes_5f256_5fcbc_5fdecrypt_831',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]], + ['aes_5f256_5fcbc_5fencrypt_832',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]], + ['aes_5f256_5fcbc_5finit_833',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]], + ['appearancetab_834',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]], + ['appendobject_835',['AppendObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a521dccfd42e13769b4edc4286318cc4c',1,'GpgFrontend::Thread::Task::DataObject::AppendObject(T &&obj)'],['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5812bb84c6241e89f8b8b04d2a2f3b55',1,'GpgFrontend::Thread::Task::DataObject::AppendObject(T *obj)']]], + ['associatetabwidget_836',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['associatetextedit_837',['AssociateTextEdit',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab',1,'GpgFrontend::UI::InfoBoardWidget']]] ]; diff --git a/docs/html/search/functions_10.js b/docs/html/search/functions_10.js index a80f9ccc..ee039c69 100644 --- a/docs/html/search/functions_10.js +++ b/docs/html/search/functions_10.js @@ -1,4 +1,4 @@ var searchData= [ - ['quitdialog_1119',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog']]] + ['quitdialog_1142',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog']]] ]; diff --git a/docs/html/search/functions_11.js b/docs/html/search/functions_11.js index 53c38ac5..7c6ac852 100644 --- a/docs/html/search/functions_11.js +++ b/docs/html/search/functions_11.js @@ -1,19 +1,19 @@ var searchData= [ - ['read2buffer_1120',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]], - ['read_5fall_5fdata_5fin_5ffile_1121',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]], - ['readdone_1122',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['readfile_1123',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]], - ['readfilestd_1124',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]], - ['refresh_1125',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], - ['refresh_5finfo_5fboard_1126',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]], - ['refresh_5fkeys_5ffrom_5fkey_5fserver_1127',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], - ['refresh_5fwidgets_5fstate_1128',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]], - ['releasechannel_1129',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], - ['resetoptionactionsmenu_1130',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['restore_5fsettings_1131',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], - ['revsign_1132',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]], - ['revuid_1133',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]], - ['run_1134',['run',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a1146e72ffa5555b378f09efd2c55a619',1,'GpgFrontend::UI::ListedKeyServerTestThread::run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()'],['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()']]], - ['rungpgfrontendui_1135',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]] + ['read2buffer_1143',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]], + ['read_5fall_5fdata_5fin_5ffile_1144',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]], + ['readdone_1145',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['readfile_1146',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]], + ['readfilestd_1147',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]], + ['refresh_1148',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], + ['refresh_5finfo_5fboard_1149',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]], + ['refresh_5fkeys_5ffrom_5fkey_5fserver_1150',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], + ['refresh_5fwidgets_5fstate_1151',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]], + ['releasechannel_1152',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], + ['resetoptionactionsmenu_1153',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['restore_5fsettings_1154',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], + ['revsign_1155',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]], + ['revuid_1156',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]], + ['run_1157',['Run',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()']]], + ['rungpgfrontendui_1158',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/functions_12.js b/docs/html/search/functions_12.js index 93075986..2fbe42f7 100644 --- a/docs/html/search/functions_12.js +++ b/docs/html/search/functions_12.js @@ -1,148 +1,152 @@ var searchData= [ - ['save_5ffile_1136',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], - ['save_5fsettings_1137',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]], - ['set_5fbackground_1138',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], - ['set_5floading_1139',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fmessage_1140',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fsignal_5fslot_1141',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()']]], - ['set_5fstatus_1142',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]], - ['setalgo_1143',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]], - ['setallowauthentication_1144',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], - ['setallowcertification_1145',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], - ['setallowencryption_1146',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], - ['setallowsigning_1147',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], - ['setchannel_1148',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], - ['setchecked_1149',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)']]], - ['setcolumnwidth_1150',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], - ['setcomment_1151',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]], - ['setcryptomenustatus_1152',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]], - ['setdoubleclickedaction_1153',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], - ['setemail_1154',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]], - ['setexpire_1155',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], - ['setexpiretime_1156',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]], - ['setfilepath_1157',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['setfinishafterrun_1158',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]], - ['setinfoboard_1159',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['setissubkey_1160',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], - ['setkeylength_1161',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], - ['setname_1162',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]], - ['setnonexpired_1163',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], - ['setnonpassphrase_1164',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], - ['setobjectinchannel_1165',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]], - ['setpassphrase_1166',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]], - ['setpassphrasecb_1167',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]], - ['setprimaryuid_1168',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]], - ['setrtn_1169',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]], - ['setsettings_1170',['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_1171',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]], - ['settingsdialog_1172',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]], - ['settingsobject_1173',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302',1,'GpgFrontend::UI::SettingsObject::SettingsObject(std::string settings_name)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d',1,'GpgFrontend::UI::SettingsObject::SettingsObject(nlohmann::json _sub_json, bool)']]], - ['show_5fverify_5fdetails_1174',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], - ['showevent_1175',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], - ['shownotificationwidget_1176',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['sign_1177',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]], - ['signalkeydatabaserefreshdone_1178',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], - ['signalkeyserverlisttestresult_1179',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a41071f083c60ca708e8cc29896803940',1,'GpgFrontend::UI::ListedKeyServerTestThread']]], - ['signalopenhelp_1180',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], - ['signalpathchanged_1181',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]], - ['signalproxyconnectiontestresult_1182',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]], - ['signalrefreshinfoboard_1183',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]], - ['signalrefreshstatusbar_1184',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3',1,'GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]], - ['signalreplyfromupdateserver_1185',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], - ['signalrestartneeded_1186',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',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()'],['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()']]], - ['signaluibytesdisplayed_1187',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['signalupgradeversion_1188',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]], - ['signerspicker_1189',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]], - ['signfile_1190',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]], - ['signkey_1191',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]], - ['singletonfunctionobject_1192',['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#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)']]], - ['slot_5factivated_5fkey_5ftype_1193',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()']]], - ['slot_5fadd_5fpgp_5fheader_1194',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fadd_5fuid_5fresult_1195',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['slot_5fappend_5fselected_5fkeys_1196',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fauthentication_5fbox_5fchanged_1197',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()']]], - ['slot_5fcertification_5fbox_5fchanged_1198',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()']]], - ['slot_5fclean_5fdouble_5fline_5fbreaks_1199',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcompress_5ffiles_1200',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]], - ['slot_5fcopy_5ffingerprint_1201',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1202',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcreate_5fnew_5fuid_1203',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['slot_5fcut_5fpgp_5fheader_1204',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdecrypt_1205',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdecrypt_5fverify_1206',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdisable_5ftab_5factions_1207',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdouble_5fclicked_1208',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], - ['slot_5fencrypt_1209',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fencrypt_5fsign_1210',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fencryption_5fbox_5fchanged_1211',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()']]], - ['slot_5fexpire_5fbox_5fchanged_1212',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()']]], - ['slot_5fexport_5fprivate_5fkey_1213',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_1214',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1215',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]], - ['slot_5ffind_1216',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fformat_5fgpg_5fheader_1217',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fimport_5ffinished_1218',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5fkey_5ffrom_5fedit_1219',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5finsert_5ftext_1220',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fjump_5fpage_1221',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], - ['slot_5fkey_5fgen_5faccept_1222',['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_1223',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], - ['slot_5fopen_5ffile_5ftab_1224',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fkey_5fmanagement_1225',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fsettings_5fdialog_1226',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5furl_1227',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], - ['slot_5fremove_5ftab_1228',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fset_5frestart_5fneeded_1229',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]], - ['slot_5fshow_5fkey_5fdetails_1230',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fshow_5fversion_5fstatus_1231',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]], - ['slot_5fsign_1232',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fsign_5fkey_1233',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['slot_5fsigning_5fbox_5fchanged_1234',['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_1235',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fupdate_5fkey_5fstatus_1236',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], - ['slot_5fupload_5fkey_5fto_5fserver_1237',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]], - ['slot_5fverify_1238',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fversion_5fupgrade_1239',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]], - ['slotclosetab_1240',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], - ['slotcopy_1241',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagefiletreeview_1242',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagetextedit_1243',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], - ['slotcut_1244',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], - ['slotexecutegpgcommand_1245',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotfiledecrypt_1246',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]], - ['slotfiledecryptverify_1247',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencrypt_1248',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencryptsign_1249',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilesign_1250',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileverify_1251',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilltexteditwithtext_1252',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], - ['slotimport_1253',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1a7298fa8c6aa085794b21fe6d8ed1eb',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const QStringList &keyIds, const QUrl &keyserverUrl)']]], - ['slotimportkeyfromclipboard_1254',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromfile_1255',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromkeyserver_1256',['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_1257',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]], - ['slotnewfiletab_1258',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewhelptab_1259',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewtab_1260',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], - ['slotopen_1261',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], - ['slotopenfile_1262',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d',1,'GpgFrontend::UI::TextEdit::SlotOpenFile()']]], - ['slotpaste_1263',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], - ['slotprint_1264',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], - ['slotquote_1265',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], - ['slotredo_1266',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], - ['slotrefresh_1267',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['slotsave_1268',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], - ['slotsaveas_1269',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]], - ['slotselectall_1270',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], - ['slotsetrestartneeded_1271',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]], - ['slotshowmodified_1272',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabdown_1273',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabup_1274',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], - ['slotundo_1275',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], - ['stripped_5fname_1276',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], - ['subkeygeneratedialog_1277',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]], - ['switch_5fui_5fenabled_1278',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], - ['switch_5fui_5fproxy_5ftype_1279',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], - ['syncsettings_1280',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]] + ['save_5ffile_1159',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], + ['save_5fsettings_1160',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]], + ['set_5fbackground_1161',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], + ['set_5floading_1162',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fmessage_1163',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fsignal_5fslot_1164',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()']]], + ['set_5fstatus_1165',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]], + ['setalgo_1166',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]], + ['setallowauthentication_1167',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], + ['setallowcertification_1168',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], + ['setallowencryption_1169',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], + ['setallowsigning_1170',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], + ['setchannel_1171',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], + ['setchecked_1172',['SetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)']]], + ['setcolumnwidth_1173',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], + ['setcomment_1174',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]], + ['setcryptomenustatus_1175',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]], + ['setdoubleclickedaction_1176',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], + ['setemail_1177',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]], + ['setexpire_1178',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], + ['setexpiretime_1179',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]], + ['setfilepath_1180',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['setfinishafterrun_1181',['SetFinishAfterRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7',1,'GpgFrontend::Thread::Task']]], + ['setinfoboard_1182',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['setissubkey_1183',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], + ['setkeylength_1184',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], + ['setname_1185',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]], + ['setnonexpired_1186',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], + ['setnonpassphrase_1187',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], + ['setobjectinchannel_1188',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]], + ['setpassphrase_1189',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]], + ['setpassphrasecb_1190',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]], + ['setprimaryuid_1191',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]], + ['setrtn_1192',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098',1,'GpgFrontend::Thread::Task']]], + ['setsettings_1193',['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_1194',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]], + ['settingsdialog_1195',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]], + ['settingsobject_1196',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302',1,'GpgFrontend::UI::SettingsObject::SettingsObject(std::string settings_name)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d',1,'GpgFrontend::UI::SettingsObject::SettingsObject(nlohmann::json _sub_json, bool)']]], + ['show_5fverify_5fdetails_1197',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], + ['showevent_1198',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], + ['shownotificationwidget_1199',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['sign_1200',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]], + ['signalkeydatabaserefreshdone_1201',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], + ['signalkeyserverimportresult_1202',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a6b2c07d193fb28a57b1738fa493b2b3f',1,'GpgFrontend::UI::KeyServerImportTask']]], + ['signalkeyserverlisttestresult_1203',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], + ['signalkeyserversearchresult_1204',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]], + ['signalopenhelp_1205',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], + ['signalpathchanged_1206',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]], + ['signalproxyconnectiontestresult_1207',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]], + ['signalrefreshinfoboard_1208',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]], + ['signalrefreshstatusbar_1209',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3',1,'GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]], + ['signalreplyfromupdateserver_1210',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], + ['signalrestartneeded_1211',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',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()']]], + ['signaluibytesdisplayed_1212',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['signalupgradeversion_1213',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]], + ['signerspicker_1214',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]], + ['signfile_1215',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]], + ['signkey_1216',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]], + ['singletonfunctionobject_1217',['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#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)']]], + ['slot_5factivated_5fkey_5ftype_1218',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()']]], + ['slot_5fadd_5fpgp_5fheader_1219',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fadd_5fuid_5fresult_1220',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['slot_5fappend_5fselected_5fkeys_1221',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fauthentication_5fbox_5fchanged_1222',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()']]], + ['slot_5fcertification_5fbox_5fchanged_1223',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()']]], + ['slot_5fclean_5fdouble_5fline_5fbreaks_1224',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcompress_5ffiles_1225',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]], + ['slot_5fcopy_5ffingerprint_1226',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1227',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcreate_5fnew_5fuid_1228',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['slot_5fcut_5fpgp_5fheader_1229',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdecrypt_1230',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdecrypt_5fverify_1231',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdisable_5ftab_5factions_1232',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdouble_5fclicked_1233',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], + ['slot_5fencrypt_1234',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fencrypt_5fsign_1235',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fencryption_5fbox_5fchanged_1236',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()']]], + ['slot_5fexpire_5fbox_5fchanged_1237',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()']]], + ['slot_5fexport_5fprivate_5fkey_1238',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_1239',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1240',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]], + ['slot_5ffind_1241',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fformat_5fgpg_5fheader_1242',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fimport_1243',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5ffinished_1244',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f1c5238da7cd6f117bed8018469b37a',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5fkey_5ffrom_5fedit_1245',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5finsert_5ftext_1246',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fjump_5fpage_1247',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], + ['slot_5fkey_5fgen_5faccept_1248',['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_1249',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], + ['slot_5fopen_5ffile_5ftab_1250',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fkey_5fmanagement_1251',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fsettings_5fdialog_1252',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5furl_1253',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], + ['slot_5fprocess_5fnetwork_5freply_1254',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], + ['slot_5fremove_5ftab_1255',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fset_5frestart_5fneeded_1256',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]], + ['slot_5fshow_5fkey_5fdetails_1257',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fshow_5fversion_5fstatus_1258',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]], + ['slot_5fsign_1259',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fsign_5fkey_1260',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['slot_5fsigning_5fbox_5fchanged_1261',['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_1262',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fupdate_5fkey_5fstatus_1263',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], + ['slot_5fupload_5fkey_5fto_5fserver_1264',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]], + ['slot_5fverify_1265',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fversion_5fupgrade_1266',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]], + ['slotclosetab_1267',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], + ['slotcopy_1268',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagefiletreeview_1269',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagetextedit_1270',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], + ['slotcut_1271',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], + ['slotexecutegpgcommand_1272',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotfiledecrypt_1273',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]], + ['slotfiledecryptverify_1274',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencrypt_1275',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencryptsign_1276',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilesign_1277',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileverify_1278',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilltexteditwithtext_1279',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], + ['slotimport_1280',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abb3d99b2c17b0f6ddb0e5b93dd8f8802',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< std::string > key_ids_list, std::string keyserver_url)']]], + ['slotimportkeyfromclipboard_1281',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromfile_1282',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromkeyserver_1283',['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_1284',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]], + ['slotnewfiletab_1285',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewhelptab_1286',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewtab_1287',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], + ['slotopen_1288',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], + ['slotopenfile_1289',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d',1,'GpgFrontend::UI::TextEdit::SlotOpenFile()']]], + ['slotpaste_1290',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], + ['slotprint_1291',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], + ['slotquote_1292',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], + ['slotredo_1293',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], + ['slotrefresh_1294',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['slotsave_1295',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], + ['slotsaveas_1296',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]], + ['slotselectall_1297',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], + ['slotsetrestartneeded_1298',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]], + ['slotshowmodified_1299',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabdown_1300',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabup_1301',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], + ['slotundo_1302',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], + ['stripped_5fname_1303',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], + ['subkeygeneratedialog_1304',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]], + ['switch_5fui_5fenabled_1305',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], + ['switch_5fui_5fproxy_5ftype_1306',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], + ['syncsettings_1307',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]] ]; diff --git a/docs/html/search/functions_13.js b/docs/html/search/functions_13.js index 5bf259b7..db46a645 100644 --- a/docs/html/search/functions_13.js +++ b/docs/html/search/functions_13.js @@ -1,13 +1,13 @@ var searchData= [ - ['tabcount_1281',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], - ['takechargeofresult_1282',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['task_1283',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a1ec53d301fc83e0da39e43055ded5d14',1,'GpgFrontend::Thread::Task::Task()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a35f3065116d2295bb2ddc9f41b1192bb',1,'GpgFrontend::Thread::Task::Task(TaskCallback callback, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#aa242a8e025c448aacd0704b7d0b3c001',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)']]], - ['taskrunner_1284',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner']]], - ['taskrunnergetter_1285',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter']]], - ['test_5fpassphrase_5fcb_1286',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]], - ['test_5fstatus_5fcb_1287',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]], - ['text_5fis_5fsigned_1288',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]], - ['tofuinfopage_1289',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]], - ['translatorstab_1290',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab']]] + ['tabcount_1308',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], + ['takechargeofresult_1309',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['task_1310',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a1ec53d301fc83e0da39e43055ded5d14',1,'GpgFrontend::Thread::Task::Task()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a35f3065116d2295bb2ddc9f41b1192bb',1,'GpgFrontend::Thread::Task::Task(TaskCallback callback, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#aa242a8e025c448aacd0704b7d0b3c001',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, TaskCallback callback=[](int, std::shared_ptr< DataObject >) {}, DataObjectPtr data=nullptr)']]], + ['taskrunner_1311',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner']]], + ['taskrunnergetter_1312',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter']]], + ['test_5fpassphrase_5fcb_1313',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]], + ['test_5fstatus_5fcb_1314',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]], + ['text_5fis_5fsigned_1315',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]], + ['tofuinfopage_1316',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]], + ['translatorstab_1317',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab']]] ]; diff --git a/docs/html/search/functions_14.js b/docs/html/search/functions_14.js index 8d41ad2d..e8ae7e88 100644 --- a/docs/html/search/functions_14.js +++ b/docs/html/search/functions_14.js @@ -1,6 +1,6 @@ var searchData= [ - ['unsaveddocuments_1291',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], - ['updatetab_1292',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]], - ['upload_5fkey_5fto_5fserver_1293',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]] + ['unsaveddocuments_1318',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], + ['updatetab_1319',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]], + ['upload_5fkey_5fto_5fserver_1320',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/functions_15.js b/docs/html/search/functions_15.js index ae4d4205..7a62e5ec 100644 --- a/docs/html/search/functions_15.js +++ b/docs/html/search/functions_15.js @@ -1,9 +1,9 @@ var searchData= [ - ['verify_1294',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]], - ['verifydetailsdialog_1295',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]], - ['verifyfile_1296',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]], - ['verifykeydetailbox_1297',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], - ['versionchecktask_1298',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask']]], - ['versionwithdrawn_1299',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]] + ['verify_1321',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]], + ['verifydetailsdialog_1322',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]], + ['verifyfile_1323',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]], + ['verifykeydetailbox_1324',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], + ['versionchecktask_1325',['VersionCheckTask',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9f7a810ae1aa78c2a61e86e7757da385',1,'GpgFrontend::UI::VersionCheckTask']]], + ['versionwithdrawn_1326',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]] ]; diff --git a/docs/html/search/functions_16.js b/docs/html/search/functions_16.js index 104a8f16..6e54bd42 100644 --- a/docs/html/search/functions_16.js +++ b/docs/html/search/functions_16.js @@ -1,9 +1,9 @@ var searchData= [ - ['waitingdialog_1300',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]], - ['willcharsetchange_1301',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['wizard_1302',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]], - ['write_5fbuffer_5fto_5ffile_1303',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]], - ['writefile_1304',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]], - ['writefilestd_1305',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]] + ['waitingdialog_1327',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]], + ['willcharsetchange_1328',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['wizard_1329',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]], + ['write_5fbuffer_5fto_5ffile_1330',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]], + ['writefile_1331',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]], + ['writefilestd_1332',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]] ]; diff --git a/docs/html/search/functions_17.js b/docs/html/search/functions_17.js index 319b2439..958c4edf 100644 --- a/docs/html/search/functions_17.js +++ b/docs/html/search/functions_17.js @@ -1,14 +1,14 @@ var searchData= [ - ['_7edataobject_1306',['~DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22',1,'GpgFrontend::Thread::Task::DataObject']]], - ['_7eglobalsettingstation_1307',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], - ['_7egpgcontext_1308',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]], - ['_7egpgfrontendapplication_1309',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['_7egpgkey_1310',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], - ['_7egpgkeysignature_1311',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], - ['_7egpgsignature_1312',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], - ['_7esettingsobject_1313',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]], - ['_7esingletonfunctionobject_1314',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], - ['_7etask_1315',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], - ['_7etaskrunner_1316',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]] + ['_7edataobject_1333',['~DataObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a85bb3c482bf6f47edcd6593cca568a22',1,'GpgFrontend::Thread::Task::DataObject']]], + ['_7eglobalsettingstation_1334',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], + ['_7egpgcontext_1335',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]], + ['_7egpgfrontendapplication_1336',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['_7egpgkey_1337',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], + ['_7egpgkeysignature_1338',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], + ['_7egpgsignature_1339',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], + ['_7esettingsobject_1340',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]], + ['_7esingletonfunctionobject_1341',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], + ['_7etask_1342',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], + ['_7etaskrunner_1343',['~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 444c6870..e8b57e57 100644 --- a/docs/html/search/functions_2.js +++ b/docs/html/search/functions_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['beautify_5ffingerprint_822',['beautify_fingerprint',['../namespaceGpgFrontend.html#ac494a4b0d91e08a70db77a399c9a0f30',1,'GpgFrontend']]] + ['beautify_5ffingerprint_838',['beautify_fingerprint',['../namespaceGpgFrontend.html#ac494a4b0d91e08a70db77a399c9a0f30',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/functions_3.js b/docs/html/search/functions_3.js index 70dfdc35..fb8ec62a 100644 --- a/docs/html/search/functions_3.js +++ b/docs/html/search/functions_3.js @@ -1,46 +1,46 @@ var searchData= [ - ['calculatehash_823',['CalculateHash',['../classGpgFrontend_1_1FileOperator.html#a08baef750a723ee709804120a34d19c9',1,'GpgFrontend::FileOperator']]], - ['channelobject_824',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd',1,'GpgFrontend::ChannelObject::ChannelObject(int channel)']]], - ['check_825',['Check',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e',1,'GpgFrontend::UI::SettingsObject::Check(const std::string &key, const nlohmann::json &default_value)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0',1,'GpgFrontend::UI::SettingsObject::Check(const std::string &key)']]], - ['check_5femail_5faddress_826',['check_email_address',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28',1,'GpgFrontend::UI::KeyGenDialog::check_email_address()'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a',1,'GpgFrontend::UI::KeyNewUIDDialog::check_email_address()']]], - ['check_5fgpg_5ferror_827',['check_gpg_error',['../namespaceGpgFrontend.html#afdad4e5f4c3ac891c09216e245c0f48e',1,'GpgFrontend::check_gpg_error(GpgError err)'],['../namespaceGpgFrontend.html#adf0fbe100c3ea1bf2f33bc0f55dfff17',1,'GpgFrontend::check_gpg_error(GpgError gpgmeError, const std::string &comment)']]], - ['check_5fgpg_5ferror_5f2_5ferr_5fcode_828',['check_gpg_error_2_err_code',['../namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684',1,'GpgFrontend']]], - ['choosepage_829',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]], - ['close_5fattachment_5fdock_830',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]], - ['closeevent_831',['closeEvent',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a78b53193b055e10550938f403b641b31',1,'GpgFrontend::UI::KeyMgmt::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]], - ['closenotebyclass_832',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['commonutils_833',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]], - ['conclusionpage_834',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]], - ['containsprivatekeys_835',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9',1,'GpgFrontend::UI::KeyList']]], - ['contextmenuevent_836',['contextMenuEvent',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff',1,'GpgFrontend::UI::KeyPairSubkeyTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144',1,'GpgFrontend::UI::KeyPairUIDTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e',1,'GpgFrontend::UI::KeyserverTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190',1,'GpgFrontend::UI::KeyList::contextMenuEvent()']]], - ['copy_837',['Copy',['../classGpgFrontend_1_1GpgKey.html#ac90afba6a5aec0bc2c0f1e01de417ec8',1,'GpgFrontend::GpgKey']]], - ['create_5factions_838',['create_actions',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8',1,'GpgFrontend::UI::KeyMgmt::create_actions()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355',1,'GpgFrontend::UI::MainWindow::create_actions()']]], - ['create_5fattachment_5fdock_839',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fbasic_5finfo_5fgroup_5fbox_840',['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_841',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['create_5fbutton_5fbox_842',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['create_5fcombobox_843',['create_comboBox',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['create_5fdock_5fwindows_844',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fgeneral_5finfo_5fbox_845',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['create_5fkey_5finfo_5fgrid_846',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], - ['create_5fkey_5fusage_5fgroup_5fbox_847',['create_key_usage_group_box',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658',1,'GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box()']]], - ['create_5fkeys_5ftable_848',['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_849',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fmenus_850',['create_menus',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46',1,'GpgFrontend::UI::KeyMgmt::create_menus()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216',1,'GpgFrontend::UI::MainWindow::create_menus()']]], - ['create_5fpopup_5fmenu_851',['create_popup_menu',['../classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871',1,'GpgFrontend::UI::FilePage']]], - ['create_5fsign_5flist_852',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fsign_5fpopup_5fmenu_853',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fstatus_5fbar_854',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fsubkey_5flist_855',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['create_5fsubkey_5fopera_5fmenu_856',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['create_5ftool_5fbars_857',['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_858',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fuid_5fpopup_5fmenu_859',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['createinstance_860',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518',1,'GpgFrontend::SingletonFunctionObject']]], - ['createoperamenu_861',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['ctxchecktask_862',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869',1,'GpgFrontend::Thread::CtxCheckTask']]], - ['curfilepage_863',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]], - ['currentversionreleased_864',['CurrentVersionReleased',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663',1,'GpgFrontend::UI::SoftwareVersion']]], - ['curtextpage_865',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]] + ['calculatehash_839',['CalculateHash',['../classGpgFrontend_1_1FileOperator.html#a08baef750a723ee709804120a34d19c9',1,'GpgFrontend::FileOperator']]], + ['channelobject_840',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd',1,'GpgFrontend::ChannelObject::ChannelObject(int channel)']]], + ['check_841',['Check',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e',1,'GpgFrontend::UI::SettingsObject::Check(const std::string &key, const nlohmann::json &default_value)'],['../classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0',1,'GpgFrontend::UI::SettingsObject::Check(const std::string &key)']]], + ['check_5femail_5faddress_842',['check_email_address',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28',1,'GpgFrontend::UI::KeyGenDialog::check_email_address()'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a',1,'GpgFrontend::UI::KeyNewUIDDialog::check_email_address()']]], + ['check_5fgpg_5ferror_843',['check_gpg_error',['../namespaceGpgFrontend.html#afdad4e5f4c3ac891c09216e245c0f48e',1,'GpgFrontend::check_gpg_error(GpgError err)'],['../namespaceGpgFrontend.html#adf0fbe100c3ea1bf2f33bc0f55dfff17',1,'GpgFrontend::check_gpg_error(GpgError gpgmeError, const std::string &comment)']]], + ['check_5fgpg_5ferror_5f2_5ferr_5fcode_844',['check_gpg_error_2_err_code',['../namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684',1,'GpgFrontend']]], + ['choosepage_845',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]], + ['close_5fattachment_5fdock_846',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]], + ['closeevent_847',['closeEvent',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#af5c86754836a678c7058e6f633968863',1,'GpgFrontend::UI::GeneralMainWindow::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]], + ['closenotebyclass_848',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['commonutils_849',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]], + ['conclusionpage_850',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]], + ['containsprivatekeys_851',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9',1,'GpgFrontend::UI::KeyList']]], + ['contextmenuevent_852',['contextMenuEvent',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff',1,'GpgFrontend::UI::KeyPairSubkeyTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144',1,'GpgFrontend::UI::KeyPairUIDTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e',1,'GpgFrontend::UI::KeyserverTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190',1,'GpgFrontend::UI::KeyList::contextMenuEvent()']]], + ['copy_853',['Copy',['../classGpgFrontend_1_1GpgKey.html#ac90afba6a5aec0bc2c0f1e01de417ec8',1,'GpgFrontend::GpgKey']]], + ['create_5factions_854',['create_actions',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8',1,'GpgFrontend::UI::KeyMgmt::create_actions()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355',1,'GpgFrontend::UI::MainWindow::create_actions()']]], + ['create_5fattachment_5fdock_855',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fbasic_5finfo_5fgroup_5fbox_856',['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_857',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['create_5fbutton_5fbox_858',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['create_5fcombobox_859',['create_comboBox',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['create_5fdock_5fwindows_860',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fgeneral_5finfo_5fbox_861',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['create_5fkey_5finfo_5fgrid_862',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], + ['create_5fkey_5fusage_5fgroup_5fbox_863',['create_key_usage_group_box',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658',1,'GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box()']]], + ['create_5fkeys_5ftable_864',['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_865',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fmenus_866',['create_menus',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46',1,'GpgFrontend::UI::KeyMgmt::create_menus()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216',1,'GpgFrontend::UI::MainWindow::create_menus()']]], + ['create_5fpopup_5fmenu_867',['create_popup_menu',['../classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871',1,'GpgFrontend::UI::FilePage']]], + ['create_5fsign_5flist_868',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fsign_5fpopup_5fmenu_869',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fstatus_5fbar_870',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fsubkey_5flist_871',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['create_5fsubkey_5fopera_5fmenu_872',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['create_5ftool_5fbars_873',['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_874',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fuid_5fpopup_5fmenu_875',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['createinstance_876',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518',1,'GpgFrontend::SingletonFunctionObject']]], + ['createoperamenu_877',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['ctxchecktask_878',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869',1,'GpgFrontend::Thread::CtxCheckTask']]], + ['curfilepage_879',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]], + ['currentversionreleased_880',['CurrentVersionReleased',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663',1,'GpgFrontend::UI::SoftwareVersion']]], + ['curtextpage_881',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]] ]; diff --git a/docs/html/search/functions_4.js b/docs/html/search/functions_4.js index 9b44deb1..b0b5a9d0 100644 --- a/docs/html/search/functions_4.js +++ b/docs/html/search/functions_4.js @@ -1,17 +1,17 @@ var searchData= [ - ['dataobjectoperator_866',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]], - ['decrypt_867',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a9ea9e81194917e08f46eb657281b7953',1,'GpgFrontend::GpgBasicOperator']]], - ['decryptfile_868',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a74eb3ba532a236d8ad284b41265b0ccd',1,'GpgFrontend::GpgFileOpera']]], - ['decryptverify_869',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a11845a9a3ea2941e14faa9130f0ac9ef',1,'GpgFrontend::GpgBasicOperator']]], - ['decryptverifyfile_870',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a90949b4e9e6116784260cd0e416551db',1,'GpgFrontend::GpgFileOpera']]], - ['delete_5fkeys_5fwith_5fwarning_871',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b',1,'GpgFrontend::UI::KeyMgmt']]], - ['delete_5fwidgets_5fin_5flayout_872',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['deletekey_873',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]], - ['deletekeys_874',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]], - ['detect_875',['Detect',['../classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f',1,'GpgFrontend::CharsetOperator']]], - ['detect_5fcr_5flf_876',['detect_cr_lf',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['detect_5fencoding_877',['detect_encoding',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['dragenterevent_878',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]], - ['dropevent_879',['dropEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f',1,'GpgFrontend::UI::KeyList']]] + ['dataobjectoperator_882',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]], + ['decrypt_883',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a9ea9e81194917e08f46eb657281b7953',1,'GpgFrontend::GpgBasicOperator']]], + ['decryptfile_884',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a74eb3ba532a236d8ad284b41265b0ccd',1,'GpgFrontend::GpgFileOpera']]], + ['decryptverify_885',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a11845a9a3ea2941e14faa9130f0ac9ef',1,'GpgFrontend::GpgBasicOperator']]], + ['decryptverifyfile_886',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a90949b4e9e6116784260cd0e416551db',1,'GpgFrontend::GpgFileOpera']]], + ['delete_5fkeys_5fwith_5fwarning_887',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b',1,'GpgFrontend::UI::KeyMgmt']]], + ['delete_5fwidgets_5fin_5flayout_888',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['deletekey_889',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]], + ['deletekeys_890',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]], + ['detect_891',['Detect',['../classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f',1,'GpgFrontend::CharsetOperator']]], + ['detect_5fcr_5flf_892',['detect_cr_lf',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['detect_5fencoding_893',['detect_encoding',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['dragenterevent_894',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]], + ['dropevent_895',['dropEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f',1,'GpgFrontend::UI::KeyList']]] ]; diff --git a/docs/html/search/functions_5.js b/docs/html/search/functions_5.js index 002528aa..f10c3214 100644 --- a/docs/html/search/functions_5.js +++ b/docs/html/search/functions_5.js @@ -1,16 +1,16 @@ var searchData= [ - ['encrypt_880',['Encrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a32e1eac6bb0f322588ae75ae36a9884a',1,'GpgFrontend::GpgBasicOperator']]], - ['encryptfile_881',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a234d939ae0b2c3f799dd01130fad9379',1,'GpgFrontend::GpgFileOpera']]], - ['encryptfilesymmetric_882',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a826efca057afb07157453b3b9e267b0f',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsign_883',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a08906cf2bc2ddad8489438610f388f8a',1,'GpgFrontend::GpgBasicOperator']]], - ['encryptsignfile_884',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a6353e1688b113e5746aced6aa7f3876e',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsymmetric_885',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#a8f4ef57e941a066ad9d070eee51e2073',1,'GpgFrontend::GpgBasicOperator']]], - ['execute_886',['Execute',['../classGpgFrontend_1_1GpgCommandExecutor.html#afca1c4b6a6c3758a834832768f52bbca',1,'GpgFrontend::GpgCommandExecutor']]], - ['exportkey_887',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a51cb18aa7302d7a48ccd1ee17f060391',1,'GpgFrontend::GpgKeyImportExporter']]], - ['exportkeyopenssh_888',['ExportKeyOpenSSH',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa0a73314ef94f397e2ef53d40abc9731',1,'GpgFrontend::GpgKeyImportExporter']]], - ['exportkeypackagedialog_889',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]], - ['exportkeys_890',['ExportKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa9fbda8f6c3fa36a503075d7a124fa3f',1,'GpgFrontend::GpgKeyImportExporter::ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a8157afa844c8bf964ce83f5de71efc5a',1,'GpgFrontend::GpgKeyImportExporter::ExportKeys(const KeyArgsList &keys, ByteArrayPtr &outBuffer, bool secret=false) const']]], - ['exportsecretkey_891',['ExportSecretKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a6a5e8d642ac5a3e98799af6495ef590b',1,'GpgFrontend::GpgKeyImportExporter']]], - ['exportsecretkeyshortest_892',['ExportSecretKeyShortest',['../classGpgFrontend_1_1GpgKeyImportExporter.html#abf7c0442549ae8602e1249cdf0da55df',1,'GpgFrontend::GpgKeyImportExporter']]] + ['encrypt_896',['Encrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a32e1eac6bb0f322588ae75ae36a9884a',1,'GpgFrontend::GpgBasicOperator']]], + ['encryptfile_897',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a234d939ae0b2c3f799dd01130fad9379',1,'GpgFrontend::GpgFileOpera']]], + ['encryptfilesymmetric_898',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a826efca057afb07157453b3b9e267b0f',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsign_899',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a08906cf2bc2ddad8489438610f388f8a',1,'GpgFrontend::GpgBasicOperator']]], + ['encryptsignfile_900',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a6353e1688b113e5746aced6aa7f3876e',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsymmetric_901',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#a8f4ef57e941a066ad9d070eee51e2073',1,'GpgFrontend::GpgBasicOperator']]], + ['execute_902',['Execute',['../classGpgFrontend_1_1GpgCommandExecutor.html#afca1c4b6a6c3758a834832768f52bbca',1,'GpgFrontend::GpgCommandExecutor']]], + ['exportkey_903',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a51cb18aa7302d7a48ccd1ee17f060391',1,'GpgFrontend::GpgKeyImportExporter']]], + ['exportkeyopenssh_904',['ExportKeyOpenSSH',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa0a73314ef94f397e2ef53d40abc9731',1,'GpgFrontend::GpgKeyImportExporter']]], + ['exportkeypackagedialog_905',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]], + ['exportkeys_906',['ExportKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa9fbda8f6c3fa36a503075d7a124fa3f',1,'GpgFrontend::GpgKeyImportExporter::ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const'],['../classGpgFrontend_1_1GpgKeyImportExporter.html#a8157afa844c8bf964ce83f5de71efc5a',1,'GpgFrontend::GpgKeyImportExporter::ExportKeys(const KeyArgsList &keys, ByteArrayPtr &outBuffer, bool secret=false) const']]], + ['exportsecretkey_907',['ExportSecretKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a6a5e8d642ac5a3e98799af6495ef590b',1,'GpgFrontend::GpgKeyImportExporter']]], + ['exportsecretkeyshortest_908',['ExportSecretKeyShortest',['../classGpgFrontend_1_1GpgKeyImportExporter.html#abf7c0442549ae8602e1249cdf0da55df',1,'GpgFrontend::GpgKeyImportExporter']]] ]; diff --git a/docs/html/search/functions_6.js b/docs/html/search/functions_6.js index d5866eec..f9b49d50 100644 --- a/docs/html/search/functions_6.js +++ b/docs/html/search/functions_6.js @@ -1,9 +1,9 @@ var searchData= [ - ['fetchkey_893',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#afe78ac470287d70e7df51aae327b9f54',1,'GpgFrontend::GpgKeyGetter']]], - ['filepage_894',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3',1,'GpgFrontend::UI::FilePage']]], - ['findobjectinchannel_895',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a4c16c32e549494e394a0ddd859890a02',1,'GpgFrontend::SingletonStorage']]], - ['findwidget_896',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]], - ['flushkeycache_897',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#ad9a902ea54566d4583304b072c4add51',1,'GpgFrontend::GpgKeyGetter']]], - ['free_5fheap_5fptr_898',['free_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a17252d07835dab3772381639ec8473ea',1,'GpgFrontend::Thread::Task::DataObject']]] + ['fetchkey_909',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#afe78ac470287d70e7df51aae327b9f54',1,'GpgFrontend::GpgKeyGetter']]], + ['filepage_910',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3',1,'GpgFrontend::UI::FilePage']]], + ['findobjectinchannel_911',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a4c16c32e549494e394a0ddd859890a02',1,'GpgFrontend::SingletonStorage']]], + ['findwidget_912',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]], + ['flushkeycache_913',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#ad9a902ea54566d4583304b072c4add51',1,'GpgFrontend::GpgKeyGetter']]], + ['free_5fheap_5fptr_914',['free_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a17252d07835dab3772381639ec8473ea',1,'GpgFrontend::Thread::Task::DataObject']]] ]; diff --git a/docs/html/search/functions_7.js b/docs/html/search/functions_7.js index 1196dff2..f207e2ee 100644 --- a/docs/html/search/functions_7.js +++ b/docs/html/search/functions_7.js @@ -1,126 +1,129 @@ var searchData= [ - ['generaltab_899',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]], - ['generate_900',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]], - ['generate_5fkey_5fpackage_5fname_901',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]], - ['generate_5fuuid_902',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5',1,'GpgFrontend::Thread::Task']]], - ['generatekey_903',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]], - ['generatekeypackage_904',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]], - ['generatekeypackagename_905',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]], - ['generatepassphrase_906',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]], - ['generaterevokecert_907',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]], - ['generatesubkey_908',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]], - ['genkeyinfo_909',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo']]], - ['get_5ffile_5fextension_910',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]], - ['get_5fheap_5fptr_911',['get_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a',1,'GpgFrontend::Thread::Task::DataObject']]], - ['get_5fkey_5fin_5fcache_912',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]], - ['get_5fonly_5ffile_5fname_5fwith_5fpath_913',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]], - ['get_5frestart_5fneeded_914',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()']]], - ['get_5fselected_5fsubkey_915',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['get_5fsign_5fselected_916',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['get_5fstatus_5fstring_917',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['get_5fuid_5fchecked_918',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['get_5fuid_5fselected_919',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['getalgo_920',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]], - ['getallchannelid_921',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], - ['getallprivatekeys_922',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]], - ['getappdir_923',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]], - ['getbrowser_924',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]], - ['getcertsdir_925',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]], - ['getchannel_926',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], - ['getchecked_927',['GetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33',1,'GpgFrontend::UI::KeyList::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38',1,'GpgFrontend::UI::KeyList::GetChecked(const KeyTable &key_table)']]], - ['getcheckedsigners_928',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]], - ['getcomment_929',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()']]], - ['getcreatetime_930',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a3fd5bfe6e9fd5f016b854fc92f19146e',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#adc8ad65688a6dab0993cf655f5361df8',1,'GpgFrontend::GpgKeySignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a5e897d439606a35103a0b260be28c6a4',1,'GpgFrontend::GpgSubKey::GetCreateTime()']]], - ['getdefaultchannel_931',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], - ['getdescription_932',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]], - ['getemail_933',['GetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a76721be08c18907762ba6f6ccc4afc8a',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#a55a6485f6c2cc5bec0fdf02cd7e0d8ea',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#abdff0ce4d5e8b7be0aa2e46e0003b22f',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()']]], - ['getencrcount_934',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]], - ['getencrlast_935',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]], - ['getexpiretime_936',['GetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#ac629312630a78e32ee36ba0ff30bc9ff',1,'GpgFrontend::GenKeyInfo::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a7b1e0398bedaecbfa2757243e5f4f0ab',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a59ab21f52b88355ca36ff5ebd77093a6',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#a0796249b259af85c30873f5c41a01101',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a6696d67af322fa2125d99b50cae50417',1,'GpgFrontend::GpgSubKey::GetExpireTime()']]], - ['getfilepath_937',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['getfingerprint_938',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#a165b3f645e2c6a4bbd024199e1f1cc9b',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a09b00ac6a3b934b816f9522f78e77d59',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], - ['gethashalgo_939',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]], - ['getid_940',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey::GetId()'],['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey::GetID()']]], - ['getinfo_941',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#ad9af3461de36f74ee85be2523f6038e2',1,'GpgFrontend::GpgContext']]], - ['getinstance_942',['GetInstance',['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a16b4729ca79dcdccc794df70aa2a5aaf',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e',1,'GpgFrontend::UI::GpgFrontendApplication::GetInstance()'],['../classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419',1,'GpgFrontend::UI::SignalStation::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49',1,'GpgFrontend::UI::CommonUtils::GetInstance()']]], - ['getinvalid_943',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]], - ['getkey_944',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyid_945',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]], - ['getkeylength_946',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], - ['getkeys_947',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyscopy_948',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a7ec8d8431a771c602cbfa946d13d6c74',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys)'],['../classGpgFrontend_1_1GpgKeyGetter.html#a028fe69516a51c526bbd2ec4235053ad',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys)']]], - ['getkeysizestr_949',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]], - ['getlastupdatetime_950',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]], - ['getlatestversion_951',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]], - ['getlocaledir_952',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]], - ['getlogdir_953',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]], - ['getname_954',['GetName',['../classGpgFrontend_1_1GenKeyInfo.html#abb3e1366dca0288bdc42123e55d77335',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#acd5e46397ebea3224761a6af15eea4fb',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#acca1fff5f12a216b05f2a6186b1e436b',1,'GpgFrontend::GpgUID::GetName()']]], - ['getobjectsize_955',['GetObjectSize',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637',1,'GpgFrontend::Thread::Task::DataObject']]], - ['getownertrust_956',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]], - ['getpassphrase_957',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]], - ['getpolicy_958',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]], - ['getprimarykeylength_959',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]], - ['getprivatechecked_960',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]], - ['getprotocol_961',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]], - ['getpubkey_962',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]], - ['getpubkeyalgo_963',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgKeySignature.html#a217a2a8b31e44d4c9b463470362a1522',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#ab99e4004f1ad400fd25232312a8ea66b',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a629f904a81c7c09ac9769b3fcf3b48f5',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()']]], - ['getpublickeyalgo_964',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]], - ['getresourcedir_965',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]], - ['getresultreport_966',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]], - ['getrevoked_967',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]], - ['getselected_968',['GetSelected',['../classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605',1,'GpgFrontend::UI::FilePage::GetSelected()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()']]], - ['getselectedkey_969',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]], - ['getsignatures_970',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]], - ['getsigncount_971',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsigners_972',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]], - ['getsignfirst_973',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsignlast_974',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsingletonstorage_975',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]], - ['getsizechangestep_976',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]], - ['getstandalonedatabasedir_977',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]], - ['getstandalonegpgbindir_978',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]], - ['getstatus_979',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a8fc5d4f83e5c0aa0ac19f46c3ec1619e',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#af2639fe6d2774ba286308f3a7b58ba73',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a859b4a3788c8490937f954d92686f490',1,'GpgFrontend::GpgSignature::GetStatus()']]], - ['getsubkeys_980',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]], - ['getsuggestmaxkeysize_981',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]], - ['getsuggestminkeysize_982',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]], - ['getsummary_983',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]], - ['getsupportedkeyalgo_984',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a185c7be801854f81879351a6c4dd9071',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedkeyalgostandalone_985',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a8b054a66cb0678af6c42090eea1518e4',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedsubkeyalgo_986',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a7855d9fe9b6872ff08a60fe21640d07f',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedsubkeyalgostandalone_987',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a310fd0cdac03d0b0a7fde006105866d6',1,'GpgFrontend::GenKeyInfo']]], - ['gettabidstosave_988',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]], - ['gettextpage_989',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['gettofuinfos_990',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]], - ['getuid_991',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]], - ['getuids_992',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]], - ['getuisettings_993',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]], - ['getuserid_994',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]], - ['getuuid_995',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf',1,'GpgFrontend::Thread::Task']]], - ['getvalidity_996',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]], - ['globalsettingstation_997',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]], - ['good_998',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]], - ['gpgbasicoperator_999',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]], - ['gpgcommandexecutor_1000',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor']]], - ['gpgcontext_1001',['GpgContext',['../classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147',1,'GpgFrontend::GpgContext::GpgContext(const GpgContextInitArgs &args={})'],['../classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b',1,'GpgFrontend::GpgContext::GpgContext(int channel)']]], - ['gpgdata_1002',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a5e607c3bb69f998aaac761f400dd6440',1,'GpgFrontend::GpgData::GpgData(void *buffer, size_t size, bool copy=true)']]], - ['gpgdecryptresultanalyse_1003',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['gpgencryptresultanalyse_1004',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse']]], - ['gpgfileopera_1005',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]], - ['gpgfrontendapplication_1006',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ae0c8f5dda829371d9f1e2d4d6913be21',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['gpgimportinformation_1007',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation']]], - ['gpgkey_1008',['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#aeb316f8728b10e966eed6f0291794eed',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&k) noexcept']]], - ['gpgkeygetter_1009',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter']]], - ['gpgkeyimportexporter_1010',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]], - ['gpgkeymanager_1011',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]], - ['gpgkeyopera_1012',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]], - ['gpgkeysignature_1013',['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']]], - ['gpgresultanalyse_1014',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]], - ['gpgsignature_1015',['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_1016',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]], - ['gpgsubkey_1017',['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_1018',['GpgTOFUInfo',['../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'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete']]], - ['gpguid_1019',['GpgUID',['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete']]], - ['gpguidoperator_1020',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]], - ['gpgverifyresultanalyse_1021',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse']]] + ['generaldialog_915',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c',1,'GpgFrontend::UI::GeneralDialog']]], + ['generalmainwindow_916',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013',1,'GpgFrontend::UI::GeneralMainWindow']]], + ['generaltab_917',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]], + ['generate_918',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]], + ['generate_5fkey_5fpackage_5fname_919',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]], + ['generate_5fuuid_920',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task.html#a96d087abb7cf99d16f778f1a93b4f9e5',1,'GpgFrontend::Thread::Task']]], + ['generatekey_921',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]], + ['generatekeypackage_922',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]], + ['generatekeypackagename_923',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]], + ['generatepassphrase_924',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]], + ['generaterevokecert_925',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]], + ['generatesubkey_926',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]], + ['genkeyinfo_927',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo']]], + ['get_5ffile_5fextension_928',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]], + ['get_5fheap_5fptr_929',['get_heap_ptr',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a0e1ab5e5bf5ef647a30a5ee2884ac63a',1,'GpgFrontend::Thread::Task::DataObject']]], + ['get_5fkey_5fin_5fcache_930',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]], + ['get_5fonly_5ffile_5fname_5fwith_5fpath_931',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]], + ['get_5frestart_5fneeded_932',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0',1,'GpgFrontend::UI::MainWindow::get_restart_needed()']]], + ['get_5fselected_5fsubkey_933',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['get_5fsign_5fselected_934',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['get_5fstatus_5fstring_935',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['get_5fuid_5fchecked_936',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['get_5fuid_5fselected_937',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['getalgo_938',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]], + ['getallchannelid_939',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], + ['getallprivatekeys_940',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]], + ['getappdir_941',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]], + ['getbrowser_942',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]], + ['getcertsdir_943',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]], + ['getchannel_944',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], + ['getchecked_945',['GetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33',1,'GpgFrontend::UI::KeyList::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38',1,'GpgFrontend::UI::KeyList::GetChecked(const KeyTable &key_table)']]], + ['getcheckedsigners_946',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]], + ['getcomment_947',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#ab9f9775fd6363fba372bd0bcc2532892',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#af72de794e24876b0e22a8d318ec0f8ad',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8b025f50bc527b0bbe58bd016bb47772',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#a572cf652da288537bdc3f88b4fb1ab18',1,'GpgFrontend::GpgUID::GetComment()']]], + ['getcreatetime_948',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a3fd5bfe6e9fd5f016b854fc92f19146e',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#adc8ad65688a6dab0993cf655f5361df8',1,'GpgFrontend::GpgKeySignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a222e57e5992e5e91ca36d8dcc77fd402',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a5e897d439606a35103a0b260be28c6a4',1,'GpgFrontend::GpgSubKey::GetCreateTime()']]], + ['getdefaultchannel_949',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], + ['getdescription_950',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]], + ['getemail_951',['GetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a76721be08c18907762ba6f6ccc4afc8a',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#a55a6485f6c2cc5bec0fdf02cd7e0d8ea',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#abdff0ce4d5e8b7be0aa2e46e0003b22f',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4',1,'GpgFrontend::GpgUID::GetEmail()']]], + ['getencrcount_952',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]], + ['getencrlast_953',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]], + ['getexpiretime_954',['GetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#ac629312630a78e32ee36ba0ff30bc9ff',1,'GpgFrontend::GenKeyInfo::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a7b1e0398bedaecbfa2757243e5f4f0ab',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a59ab21f52b88355ca36ff5ebd77093a6',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#a0796249b259af85c30873f5c41a01101',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a6696d67af322fa2125d99b50cae50417',1,'GpgFrontend::GpgSubKey::GetExpireTime()']]], + ['getfilepath_955',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['getfingerprint_956',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#a165b3f645e2c6a4bbd024199e1f1cc9b',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#a627b5206311998dd3f45393344b195be',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a09b00ac6a3b934b816f9522f78e77d59',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], + ['gethashalgo_957',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]], + ['getid_958',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey::GetId()'],['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey::GetID()']]], + ['getinfo_959',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#ad9af3461de36f74ee85be2523f6038e2',1,'GpgFrontend::GpgContext']]], + ['getinstance_960',['GetInstance',['../classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c',1,'GpgFrontend::CoreCommonUtil::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a16b4729ca79dcdccc794df70aa2a5aaf',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a70484d7cfe9f9dcbcd5f8bb749250f36',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a9b341a1a903cec0c70a6af4bb230905e',1,'GpgFrontend::UI::GpgFrontendApplication::GetInstance()'],['../classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419',1,'GpgFrontend::UI::SignalStation::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49',1,'GpgFrontend::UI::CommonUtils::GetInstance()']]], + ['getinvalid_961',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]], + ['getkey_962',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]], + ['getkeyid_963',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]], + ['getkeylength_964',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], + ['getkeys_965',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]], + ['getkeyscopy_966',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a7ec8d8431a771c602cbfa946d13d6c74',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys)'],['../classGpgFrontend_1_1GpgKeyGetter.html#a028fe69516a51c526bbd2ec4235053ad',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys)']]], + ['getkeysizestr_967',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]], + ['getlastupdatetime_968',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]], + ['getlatestversion_969',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]], + ['getlocaledir_970',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]], + ['getlogdir_971',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]], + ['getname_972',['GetName',['../classGpgFrontend_1_1GenKeyInfo.html#abb3e1366dca0288bdc42123e55d77335',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a7bceca68800c3ada9280c29eaeb5affc',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#acd5e46397ebea3224761a6af15eea4fb',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#acca1fff5f12a216b05f2a6186b1e436b',1,'GpgFrontend::GpgUID::GetName()']]], + ['getobjectsize_973',['GetObjectSize',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#aa35e6ad1ef3a5733fb338f3333b5c637',1,'GpgFrontend::Thread::Task::DataObject']]], + ['getownertrust_974',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]], + ['getpassphrase_975',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]], + ['getpolicy_976',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]], + ['getprimarykeylength_977',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]], + ['getprivatechecked_978',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]], + ['getprotocol_979',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]], + ['getpubkey_980',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]], + ['getpubkeyalgo_981',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgKeySignature.html#a217a2a8b31e44d4c9b463470362a1522',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#ab99e4004f1ad400fd25232312a8ea66b',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a629f904a81c7c09ac9769b3fcf3b48f5',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()']]], + ['getpublickeyalgo_982',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]], + ['getresourcedir_983',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]], + ['getresultreport_984',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]], + ['getrevoked_985',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]], + ['getselected_986',['GetSelected',['../classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605',1,'GpgFrontend::UI::FilePage::GetSelected()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()']]], + ['getselectedkey_987',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]], + ['getsignatures_988',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]], + ['getsigncount_989',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsigners_990',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]], + ['getsignfirst_991',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsignlast_992',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsingletonstorage_993',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]], + ['getsizechangestep_994',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]], + ['getstandalonedatabasedir_995',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]], + ['getstandalonegpgbindir_996',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]], + ['getstatus_997',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a8fc5d4f83e5c0aa0ac19f46c3ec1619e',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#af2639fe6d2774ba286308f3a7b58ba73',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a859b4a3788c8490937f954d92686f490',1,'GpgFrontend::GpgSignature::GetStatus()'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#aba7633983da57c7a7eb2710a1f33f7ac',1,'GpgFrontend::UI::SignersPicker::GetStatus()']]], + ['getsubkeys_998',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]], + ['getsuggestmaxkeysize_999',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]], + ['getsuggestminkeysize_1000',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]], + ['getsummary_1001',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]], + ['getsupportedkeyalgo_1002',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a185c7be801854f81879351a6c4dd9071',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedkeyalgostandalone_1003',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a8b054a66cb0678af6c42090eea1518e4',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedsubkeyalgo_1004',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a7855d9fe9b6872ff08a60fe21640d07f',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedsubkeyalgostandalone_1005',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a310fd0cdac03d0b0a7fde006105866d6',1,'GpgFrontend::GenKeyInfo']]], + ['gettabidstosave_1006',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]], + ['gettextpage_1007',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['gettofuinfos_1008',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]], + ['getuid_1009',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]], + ['getuids_1010',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]], + ['getuisettings_1011',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]], + ['getuserid_1012',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]], + ['getuuid_1013',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#a50b91d27874af31ef13c493b00824ccf',1,'GpgFrontend::Thread::Task']]], + ['getvalidity_1014',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]], + ['globalsettingstation_1015',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]], + ['gnupgtab_1016',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab']]], + ['good_1017',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]], + ['gpgbasicoperator_1018',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]], + ['gpgcommandexecutor_1019',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor']]], + ['gpgcontext_1020',['GpgContext',['../classGpgFrontend_1_1GpgContext.html#a39882b323569987592231f722a2ef147',1,'GpgFrontend::GpgContext::GpgContext(const GpgContextInitArgs &args={})'],['../classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b',1,'GpgFrontend::GpgContext::GpgContext(int channel)']]], + ['gpgdata_1021',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a5e607c3bb69f998aaac761f400dd6440',1,'GpgFrontend::GpgData::GpgData(void *buffer, size_t size, bool copy=true)']]], + ['gpgdecryptresultanalyse_1022',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['gpgencryptresultanalyse_1023',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse']]], + ['gpgfileopera_1024',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]], + ['gpgfrontendapplication_1025',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['gpgimportinformation_1026',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation']]], + ['gpgkey_1027',['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#aeb316f8728b10e966eed6f0291794eed',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&k) noexcept']]], + ['gpgkeygetter_1028',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter']]], + ['gpgkeyimportexporter_1029',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]], + ['gpgkeymanager_1030',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]], + ['gpgkeyopera_1031',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]], + ['gpgkeysignature_1032',['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']]], + ['gpgresultanalyse_1033',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]], + ['gpgsignature_1034',['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_1035',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]], + ['gpgsubkey_1036',['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_1037',['GpgTOFUInfo',['../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'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete']]], + ['gpguid_1038',['GpgUID',['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete']]], + ['gpguidoperator_1039',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]], + ['gpgverifyresultanalyse_1040',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse']]] ]; diff --git a/docs/html/search/functions_8.js b/docs/html/search/functions_8.js index a803a84a..17ac4a27 100644 --- a/docs/html/search/functions_8.js +++ b/docs/html/search/functions_8.js @@ -1,4 +1,4 @@ var searchData= [ - ['helppage_1022',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage']]] + ['helppage_1041',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage']]] ]; diff --git a/docs/html/search/functions_9.js b/docs/html/search/functions_9.js index 32720fb1..cbc233bf 100644 --- a/docs/html/search/functions_9.js +++ b/docs/html/search/functions_9.js @@ -1,50 +1,51 @@ var searchData= [ - ['import_5fkeys_1023',['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_1024',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], - ['importkey_1025',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]], - ['importkeypackage_1026',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]], - ['infoboardwidget_1027',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['infotab_1028',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]], - ['infovaild_1029',['InfoVaild',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793',1,'GpgFrontend::UI::SoftwareVersion']]], - ['init_1030',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], - ['init_5fapp_5fsecure_5fkey_1031',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], - ['init_5fctx_1032',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]], - ['init_5flocale_1033',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]], - ['init_5flogging_5fsystem_1034',['init_logging_system',['../namespaceGpgFrontend_1_1UI.html#a834d05cb1918760d1a9c5a67aa3a7da3',1,'GpgFrontend::UI']]], - ['initgpgfrontendui_1035',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]], - ['initloggingsystem_1036',['InitLoggingSystem',['../namespaceGpgFrontend.html#aff3e12940da2d43ce7aedeb795643434',1,'GpgFrontend']]], - ['intropage_1037',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]], - ['isallowauthentication_1038',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]], - ['isallowcertification_1039',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeauthentication_1040',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangecertification_1041',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeencryption_1042',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangesigning_1043',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]], - ['isallowencryption_1044',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]], - ['isallownopassphrase_1045',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]], - ['isallowsigning_1046',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]], - ['iscardkey_1047',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]], - ['isdisabled_1048',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], - ['isdiscarded_1049',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]], - ['isexpired_1050',['IsExpired',['../classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327',1,'GpgFrontend::GpgKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#aec39e4f67f17358f26bbbeb4cf62b7f4',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgSubKey.html#ac686352b5ede5aa4dd74b3488c53891e',1,'GpgFrontend::GpgSubKey::IsExpired()']]], - ['isexportable_1051',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]], - ['isgood_1052',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]], - ['ishasactualauthenticationcapability_1053',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]], - ['ishasactualcertificationcapability_1054',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]], - ['ishasactualencryptioncapability_1055',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]], - ['ishasactualsigningcapability_1056',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]], - ['ishasauthenticationcapability_1057',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], - ['ishascardkey_1058',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]], - ['ishascertificationcapability_1059',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]], - ['ishasencryptioncapability_1060',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]], - ['ishasmasterkey_1061',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]], - ['ishassigningcapability_1062',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], - ['isinvalid_1063',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]], - ['isnonexpired_1064',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]], - ['isnopassphrase_1065',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]], - ['isprivatekey_1066',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]], - ['isrevoked_1067',['IsRevoked',['../classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87',1,'GpgFrontend::GpgKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9aa824b0a9e03dfbcc7849a7b526ef67',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgSubKey.html#a9cc81c515b6a197757b48dd334cc3344',1,'GpgFrontend::GpgSubKey::IsRevoked()']]], - ['issecretkey_1068',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]], - ['issubkey_1069',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]] + ['import_5fkey_5ffrom_5fkeyserver_1042',['import_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#aa346bd199cecc61b15ef406728b58770',1,'GpgFrontend::UI']]], + ['import_5fkeys_1043',['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_1044',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], + ['importkey_1045',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]], + ['importkeypackage_1046',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]], + ['infoboardwidget_1047',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['infotab_1048',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]], + ['infovaild_1049',['InfoVaild',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a4e6c8fddaa530a04c5bbea29cfceb793',1,'GpgFrontend::UI::SoftwareVersion']]], + ['init_1050',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], + ['init_5fapp_5fsecure_5fkey_1051',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], + ['init_5fctx_1052',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]], + ['init_5flocale_1053',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]], + ['init_5flogging_5fsystem_1054',['init_logging_system',['../namespaceGpgFrontend_1_1UI.html#a834d05cb1918760d1a9c5a67aa3a7da3',1,'GpgFrontend::UI']]], + ['initgpgfrontendui_1055',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]], + ['initloggingsystem_1056',['InitLoggingSystem',['../namespaceGpgFrontend.html#aff3e12940da2d43ce7aedeb795643434',1,'GpgFrontend']]], + ['intropage_1057',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]], + ['isallowauthentication_1058',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]], + ['isallowcertification_1059',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeauthentication_1060',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangecertification_1061',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeencryption_1062',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangesigning_1063',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]], + ['isallowencryption_1064',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]], + ['isallownopassphrase_1065',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]], + ['isallowsigning_1066',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]], + ['iscardkey_1067',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]], + ['isdisabled_1068',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], + ['isdiscarded_1069',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]], + ['isexpired_1070',['IsExpired',['../classGpgFrontend_1_1GpgKey.html#a66711ffd7f4af58594b7de984a13c327',1,'GpgFrontend::GpgKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#aec39e4f67f17358f26bbbeb4cf62b7f4',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgSubKey.html#ac686352b5ede5aa4dd74b3488c53891e',1,'GpgFrontend::GpgSubKey::IsExpired()']]], + ['isexportable_1071',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]], + ['isgood_1072',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]], + ['ishasactualauthenticationcapability_1073',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]], + ['ishasactualcertificationcapability_1074',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]], + ['ishasactualencryptioncapability_1075',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]], + ['ishasactualsigningcapability_1076',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]], + ['ishasauthenticationcapability_1077',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], + ['ishascardkey_1078',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]], + ['ishascertificationcapability_1079',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]], + ['ishasencryptioncapability_1080',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]], + ['ishasmasterkey_1081',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]], + ['ishassigningcapability_1082',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], + ['isinvalid_1083',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]], + ['isnonexpired_1084',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]], + ['isnopassphrase_1085',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]], + ['isprivatekey_1086',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]], + ['isrevoked_1087',['IsRevoked',['../classGpgFrontend_1_1GpgKey.html#a637f2a5e9b9b7cafcdaada00c2f7de87',1,'GpgFrontend::GpgKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9aa824b0a9e03dfbcc7849a7b526ef67',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgSubKey.html#a9cc81c515b6a197757b48dd334cc3344',1,'GpgFrontend::GpgSubKey::IsRevoked()']]], + ['issecretkey_1088',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]], + ['issubkey_1089',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]] ]; diff --git a/docs/html/search/functions_a.js b/docs/html/search/functions_a.js index 1c452665..4f70d364 100644 --- a/docs/html/search/functions_a.js +++ b/docs/html/search/functions_a.js @@ -1,20 +1,22 @@ var searchData= [ - ['keygendialog_1070',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]], - ['keygenpage_1071',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]], - ['keyimportdetaildialog_1072',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['keylist_1073',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]], - ['keymgmt_1074',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]], - ['keynewuiddialog_1075',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['keypairdetailtab_1076',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['keypairoperatab_1077',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['keypairsubkeytab_1078',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['keypairuidtab_1079',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['keypressevent_1080',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()']]], - ['keyserverimportdialog_1081',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(bool automatic, QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(QWidget *parent)']]], - ['keyservertab_1082',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]], - ['keysetexpiredatedialog_1083',['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#a0efa9fd74abf305b2e20536f208c8beb',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)']]], - ['keytable_1084',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable']]], - ['keyuidsigndialog_1085',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['keyuploaddialog_1086',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog']]] + ['keygendialog_1090',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]], + ['keygenpage_1091',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]], + ['keyimportdetaildialog_1092',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['keylist_1093',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]], + ['keymgmt_1094',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]], + ['keynewuiddialog_1095',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['keypairdetailtab_1096',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['keypairoperatab_1097',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['keypairsubkeytab_1098',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['keypairuidtab_1099',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['keypressevent_1100',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()']]], + ['keyserverimportdialog_1101',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(bool automatic, QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog::KeyServerImportDialog(QWidget *parent)']]], + ['keyserverimporttask_1102',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a1640363b4b27cb3d256181ddc6cdc857',1,'GpgFrontend::UI::KeyServerImportTask']]], + ['keyserversearchtask_1103',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a168e21bdfa72f43f91187ab29ece5efa',1,'GpgFrontend::UI::KeyServerSearchTask']]], + ['keyservertab_1104',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]], + ['keysetexpiredatedialog_1105',['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#a0efa9fd74abf305b2e20536f208c8beb',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, std::string subkey_fpr, QWidget *parent=nullptr)']]], + ['keytable_1106',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable']]], + ['keyuidsigndialog_1107',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['keyuploaddialog_1108',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog']]] ]; diff --git a/docs/html/search/functions_b.js b/docs/html/search/functions_b.js index 5ec677c4..277163d9 100644 --- a/docs/html/search/functions_b.js +++ b/docs/html/search/functions_b.js @@ -1,6 +1,7 @@ var searchData= [ - ['listlanguages_1087',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]], - ['loadfile_1088',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], - ['localized_5fhelp_1089',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]] + ['listedkeyservertesttask_1109',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#ae25b5d59b53facc15648ab80ff19ed77',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], + ['listlanguages_1110',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]], + ['loadfile_1111',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], + ['localized_5fhelp_1112',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]] ]; diff --git a/docs/html/search/functions_c.js b/docs/html/search/functions_c.js index 498b648e..60e37d18 100644 --- a/docs/html/search/functions_c.js +++ b/docs/html/search/functions_c.js @@ -1,8 +1,8 @@ var searchData= [ - ['markkeys_1090',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]], - ['maybe_5fsave_5fcurrent_5ftab_1091',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], - ['maybesaveanytab_1092',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]], - ['modifypassword_1093',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]], - ['modifytofupolicy_1094',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]] + ['markkeys_1113',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]], + ['maybe_5fsave_5fcurrent_5ftab_1114',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], + ['maybesaveanytab_1115',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]], + ['modifypassword_1116',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]], + ['modifytofupolicy_1117',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]] ]; diff --git a/docs/html/search/functions_d.js b/docs/html/search/functions_d.js index 9399e099..8fc2dda0 100644 --- a/docs/html/search/functions_d.js +++ b/docs/html/search/functions_d.js @@ -1,9 +1,9 @@ var searchData= [ - ['needupgrade_1095',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]], - ['networktab_1096',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]], - ['new_5fdefault_5fsettings_5fchannel_1097',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]], - ['nextid_1098',['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_1099',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['notifyfilesaved_1100',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] + ['needupgrade_1118',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]], + ['networktab_1119',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]], + ['new_5fdefault_5fsettings_5fchannel_1120',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]], + ['nextid_1121',['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_1122',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['notifyfilesaved_1123',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] ]; diff --git a/docs/html/search/functions_e.js b/docs/html/search/functions_e.js index f4fc24b6..0c797351 100644 --- a/docs/html/search/functions_e.js +++ b/docs/html/search/functions_e.js @@ -1,10 +1,10 @@ var searchData= [ - ['oncustomcontextmenu_1101',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]], - ['operator_20gpgme_5fctx_5ft_1102',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]], - ['operator_20gpgme_5fdata_5ft_1103',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], - ['operator_20gpgme_5fkey_5ft_1104',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], - ['operator_3c_3d_1105',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]], - ['operator_3d_1106',['operator=',['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete']]], - ['operator_3d_3d_1107',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]] + ['oncustomcontextmenu_1124',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]], + ['operator_20gpgme_5fctx_5ft_1125',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]], + ['operator_20gpgme_5fdata_5ft_1126',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], + ['operator_20gpgme_5fkey_5ft_1127',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], + ['operator_3c_3d_1128',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]], + ['operator_3d_1129',['operator=',['../classGpgFrontend_1_1SingletonFunctionObject.html#aabb190a60f7a5d4ded43cae16ab8f59e',1,'GpgFrontend::SingletonFunctionObject::operator=()'],['../classGpgFrontend_1_1GpgKey.html#ae58bc1fdcefaaf646f6b8740cb69eef6',1,'GpgFrontend::GpgKey::operator=(GpgKey &&k) noexcept'],['../classGpgFrontend_1_1GpgKey.html#a6b243df2320999ebcdaf9645531b925a',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a4ae987707a6579cec3dfe540b3410bc6',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a927602d294d02adde57193f5094ce689',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &)=delete'],['../classGpgFrontend_1_1GpgSignature.html#aca9c1f1a92fddaecc7d601f1f25a90de',1,'GpgFrontend::GpgSignature::operator=(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a0b2f5d9e08d407050a392ba0f7881986',1,'GpgFrontend::GpgSignature::operator=(const GpgSignature &)=delete'],['../classGpgFrontend_1_1GpgSubKey.html#acc9bb0f214c44802ad45d2557afebbae',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#ac4187d50f525188c6aaea29a86f83bba',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a79928a4179a234d42c2275ff10ddc828',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#a77ffebc8cf2b8aa7ae43f7f475982306',1,'GpgFrontend::GpgUID::operator=(const GpgUID &)=delete']]], + ['operator_3d_3d_1130',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]] ]; diff --git a/docs/html/search/functions_f.js b/docs/html/search/functions_f.js index dd697ef8..fe4f5087 100644 --- a/docs/html/search/functions_f.js +++ b/docs/html/search/functions_f.js @@ -1,14 +1,14 @@ var searchData= [ - ['passphrasegenerator_1108',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]], - ['plaintexteditorpage_1109',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['popobject_1110',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]], - ['posttask_1111',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]], - ['print_5frecipient_1112',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['print_5fsigner_1113',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['process_5fdirectory_5finto_5ftarball_1114',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]], - ['process_5foperation_1115',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]], - ['process_5fresult_5fanalyse_1116',['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)']]], - ['process_5ftarball_5finto_5fdirectory_1117',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]], - ['proxyconnectiontestthread_1118',['ProxyConnectionTestThread',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada',1,'GpgFrontend::UI::ProxyConnectionTestThread']]] + ['passphrasegenerator_1131',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]], + ['plaintexteditorpage_1132',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['popobject_1133',['PopObject',['../classGpgFrontend_1_1Thread_1_1Task_1_1DataObject.html#a5ef5ddec0b82017cc4ad7f34b9b13f64',1,'GpgFrontend::Thread::Task::DataObject']]], + ['posttask_1134',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]], + ['print_5frecipient_1135',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['print_5fsigner_1136',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['process_5fdirectory_5finto_5ftarball_1137',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]], + ['process_5foperation_1138',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]], + ['process_5fresult_5fanalyse_1139',['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)']]], + ['process_5ftarball_5finto_5fdirectory_1140',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]], + ['proxyconnectiontestthread_1141',['ProxyConnectionTestThread',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada',1,'GpgFrontend::UI::ProxyConnectionTestThread']]] ]; diff --git a/docs/html/search/namespaces_0.js b/docs/html/search/namespaces_0.js index dccbda11..5b3d3cf1 100644 --- a/docs/html/search/namespaces_0.js +++ b/docs/html/search/namespaces_0.js @@ -1,7 +1,7 @@ var searchData= [ - ['gpgfrontend_805',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], - ['rawapi_806',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], - ['thread_807',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], - ['ui_808',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] + ['gpgfrontend_821',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], + ['rawapi_822',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], + ['thread_823',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], + ['ui_824',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/pages_0.js b/docs/html/search/pages_0.js index e4327906..75321a39 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_1439',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]] + ['gpgfrontend_20develop_20document_20main_20page_1467',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]] ]; diff --git a/docs/html/search/variables_0.js b/docs/html/search/variables_0.js index 1706b189..1a8cb324 100644 --- a/docs/html/search/variables_0.js +++ b/docs/html/search/variables_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['_5fdefault_5fchannel_1317',['_default_channel',['../classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311',1,'GpgFrontend::ChannelObject']]] + ['_5fdefault_5fchannel_1344',['_default_channel',['../classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311',1,'GpgFrontend::ChannelObject']]] ]; diff --git a/docs/html/search/variables_1.js b/docs/html/search/variables_1.js index 41076728..35718618 100644 --- a/docs/html/search/variables_1.js +++ b/docs/html/search/variables_1.js @@ -1,19 +1,19 @@ var searchData= [ - ['about_5fact_5f_1318',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]], - ['add_5fpgp_5fheader_5fact_5f_1319',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]], - ['additional_5fuid_5fbox_5f_1320',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['algorithm_5fvar_5flabel_5f_1321',['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_5fconfigure_5fpath_5f_1322',['app_configure_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5fdata_5fobjs_5fpath_5f_1323',['app_data_objs_path_',['../classGpgFrontend_1_1DataObjectOperator.html#ae6762d4f0f5ca2e83f7c1508cd25cc21',1,'GpgFrontend::DataObjectOperator::app_data_objs_path_()'],['../classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a',1,'GpgFrontend::GlobalSettingStation::app_data_objs_path_()']]], - ['app_5fdata_5fpath_5f_1324',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5flocale_5fpath_5f_1325',['app_locale_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5flog_5fpath_5f_1326',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5fpath_5f_1327',['app_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5fresource_5fpath_5f_1328',['app_resource_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5fsecure_5fkey_5fpath_5f_1329',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca',1,'GpgFrontend::DataObjectOperator']]], - ['app_5fsecure_5fpath_5f_1330',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a',1,'GpgFrontend::DataObjectOperator']]], - ['append_5fselected_5fkeys_5fact_5f_1331',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]], - ['apppath_1332',['AppPath',['../classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0',1,'GpgFrontend::GpgInfo']]], - ['attachment_5fdock_5f_1333',['attachment_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153',1,'GpgFrontend::UI::MainWindow']]] + ['about_5fact_5f_1345',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]], + ['add_5fpgp_5fheader_5fact_5f_1346',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]], + ['additional_5fuid_5fbox_5f_1347',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['algorithm_5fvar_5flabel_5f_1348',['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_5fconfigure_5fpath_5f_1349',['app_configure_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5fdata_5fobjs_5fpath_5f_1350',['app_data_objs_path_',['../classGpgFrontend_1_1DataObjectOperator.html#ae6762d4f0f5ca2e83f7c1508cd25cc21',1,'GpgFrontend::DataObjectOperator::app_data_objs_path_()'],['../classGpgFrontend_1_1GlobalSettingStation.html#ad0600d475f6758503b1347722e2a933a',1,'GpgFrontend::GlobalSettingStation::app_data_objs_path_()']]], + ['app_5fdata_5fpath_5f_1351',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5flocale_5fpath_5f_1352',['app_locale_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5flog_5fpath_5f_1353',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5fpath_5f_1354',['app_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5fresource_5fpath_5f_1355',['app_resource_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5fsecure_5fkey_5fpath_5f_1356',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca',1,'GpgFrontend::DataObjectOperator']]], + ['app_5fsecure_5fpath_5f_1357',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a',1,'GpgFrontend::DataObjectOperator']]], + ['append_5fselected_5fkeys_5fact_5f_1358',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]], + ['apppath_1359',['AppPath',['../classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0',1,'GpgFrontend::GpgInfo']]], + ['attachment_5fdock_5f_1360',['attachment_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_10.js b/docs/html/search/variables_10.js index 31a6e195..3f0e132a 100644 --- a/docs/html/search/variables_10.js +++ b/docs/html/search/variables_10.js @@ -1,5 +1,5 @@ var searchData= [ - ['quit_5fact_5f_1411',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], - ['quote_5fact_5f_1412',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] + ['quit_5fact_5f_1439',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], + ['quote_5fact_5f_1440',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_11.js b/docs/html/search/variables_11.js index f7155e9c..fc898b72 100644 --- a/docs/html/search/variables_11.js +++ b/docs/html/search/variables_11.js @@ -1,5 +1,5 @@ var searchData= [ - ['rd_5f_1413',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]], - ['redo_5fact_5f_1414',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]] + ['rd_5f_1441',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]], + ['redo_5fact_5f_1442',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_12.js b/docs/html/search/variables_12.js index 3ccb91bd..8a9889ef 100644 --- a/docs/html/search/variables_12.js +++ b/docs/html/search/variables_12.js @@ -1,15 +1,15 @@ var searchData= [ - ['save_5fact_5f_1415',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], - ['save_5fas_5fact_5f_1416',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], - ['select_5fall_5fact_5f_1417',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], - ['show_5fkey_5fdetails_5fact_5f_1418',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], - ['sign_5fact_5f_1419',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], - ['sign_5fmarked_5f_1420',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['special_5fedit_5ftool_5fbar_5f_1421',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], - ['start_5fwizard_5fact_5f_1422',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], - ['steganography_5fmenu_5f_1423',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], - ['storages_5fmutex_5f_1424',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]], - ['switch_5ftab_5fdown_5fact_5f_1425',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5ftab_5fup_5fact_5f_1426',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]] + ['save_5fact_5f_1443',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], + ['save_5fas_5fact_5f_1444',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], + ['select_5fall_5fact_5f_1445',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], + ['show_5fkey_5fdetails_5fact_5f_1446',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], + ['sign_5fact_5f_1447',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], + ['sign_5fmarked_5f_1448',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['special_5fedit_5ftool_5fbar_5f_1449',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], + ['start_5fwizard_5fact_5f_1450',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], + ['steganography_5fmenu_5f_1451',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], + ['storages_5fmutex_5f_1452',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]], + ['switch_5ftab_5fdown_5fact_5f_1453',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5ftab_5fup_5fact_5f_1454',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_13.js b/docs/html/search/variables_13.js index 62972de5..e09ce683 100644 --- a/docs/html/search/variables_13.js +++ b/docs/html/search/variables_13.js @@ -1,6 +1,6 @@ var searchData= [ - ['tasks_1427',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]], - ['tasks_5fmutex_5f_1428',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]], - ['translate_5fact_5f_1429',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]] + ['tasks_1455',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]], + ['tasks_5fmutex_5f_1456',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]], + ['translate_5fact_5f_1457',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_14.js b/docs/html/search/variables_14.js index 90cfc761..196c6a5a 100644 --- a/docs/html/search/variables_14.js +++ b/docs/html/search/variables_14.js @@ -1,7 +1,7 @@ var searchData= [ - ['ui_5fcfg_5f_1430',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]], - ['ui_5fconfig_5fdir_5fpath_5f_1431',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]], - ['ui_5fconfig_5fpath_5f_1432',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]], - ['undo_5fact_5f_1433',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]] + ['ui_5fcfg_5f_1458',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]], + ['ui_5fconfig_5fdir_5fpath_5f_1459',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]], + ['ui_5fconfig_5fpath_5f_1460',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]], + ['undo_5fact_5f_1461',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_15.js b/docs/html/search/variables_15.js index 03a94c2b..6ff91a3f 100644 --- a/docs/html/search/variables_15.js +++ b/docs/html/search/variables_15.js @@ -1,5 +1,5 @@ var searchData= [ - ['verify_5fact_5f_1434',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], - ['view_5fmenu_5f_1435',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] + ['verify_5fact_5f_1462',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], + ['view_5fmenu_5f_1463',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_16.js b/docs/html/search/variables_16.js index 1981fc16..c52c6f1e 100644 --- a/docs/html/search/variables_16.js +++ b/docs/html/search/variables_16.js @@ -1,5 +1,5 @@ var searchData= [ - ['zoom_5fin_5fact_5f_1436',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], - ['zoom_5fout_5fact_5f_1437',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] + ['zoom_5fin_5fact_5f_1464',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], + ['zoom_5fout_5fact_5f_1465',['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 93eec499..29a44229 100644 --- a/docs/html/search/variables_2.js +++ b/docs/html/search/variables_2.js @@ -1,6 +1,6 @@ var searchData= [ - ['browser_5f_1334',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]], - ['browser_5fact_5f_1335',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]], - ['button_5fbox_5f_1336',['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_1361',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]], + ['browser_5fact_5f_1362',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]], + ['button_5fbox_5f_1363',['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_3.js b/docs/html/search/variables_3.js index 7428abea..5c9a8afb 100644 --- a/docs/html/search/variables_3.js +++ b/docs/html/search/variables_3.js @@ -1,20 +1,20 @@ var searchData= [ - ['channel_5f_1337',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]], - ['check_5fupdate_5fact_5f_1338',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]], - ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1339',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]], - ['close_5ftab_5fact_5f_1340',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]], - ['comment_5fedit_5f_1341',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]], - ['comment_5fvar_5flabel_5f_1342',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['copy_5fact_5f_1343',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]], - ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1344',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]], - ['count_5fpage_5f_1345',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]], - ['created_5fvar_5flabel_5f_1346',['created_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975',1,'GpgFrontend::UI::KeyPairDetailTab::created_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36',1,'GpgFrontend::UI::KeyPairSubkeyTab::created_var_label_()']]], - ['crypt_5fmenu_5f_1347',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]], - ['crypt_5ftool_5fbar_5f_1348',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]], - ['ctx_5f_1349',['ctx_',['../classGpgFrontend_1_1GpgBasicOperator.html#afad990a43ab06a060a93db9948ebb740',1,'GpgFrontend::GpgBasicOperator::ctx_()'],['../classGpgFrontend_1_1GpgCommandExecutor.html#aefc4f18ec852b98c539d97da1c712a02',1,'GpgFrontend::GpgCommandExecutor::ctx_()'],['../classGpgFrontend_1_1GpgKeyGetter.html#aa4aef315d82123726be879097d3df147',1,'GpgFrontend::GpgKeyGetter::ctx_()']]], - ['ctx_5fmutex_5f_1350',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#a81941e1f562dc22977a71d00dd10956a',1,'GpgFrontend::GpgKeyGetter']]], - ['current_5freply_5f_1351',['current_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e',1,'GpgFrontend::UI::VersionCheckTask']]], - ['cut_5fact_5f_1352',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]], - ['cut_5fpgp_5fheader_5fact_5f_1353',['cut_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86',1,'GpgFrontend::UI::MainWindow']]] + ['channel_5f_1364',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]], + ['check_5fupdate_5fact_5f_1365',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]], + ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1366',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]], + ['close_5ftab_5fact_5f_1367',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]], + ['comment_5fedit_5f_1368',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]], + ['comment_5fvar_5flabel_5f_1369',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['copy_5fact_5f_1370',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]], + ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1371',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]], + ['count_5fpage_5f_1372',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]], + ['created_5fvar_5flabel_5f_1373',['created_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975',1,'GpgFrontend::UI::KeyPairDetailTab::created_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36',1,'GpgFrontend::UI::KeyPairSubkeyTab::created_var_label_()']]], + ['crypt_5fmenu_5f_1374',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]], + ['crypt_5ftool_5fbar_5f_1375',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]], + ['ctx_5f_1376',['ctx_',['../classGpgFrontend_1_1GpgBasicOperator.html#afad990a43ab06a060a93db9948ebb740',1,'GpgFrontend::GpgBasicOperator::ctx_()'],['../classGpgFrontend_1_1GpgCommandExecutor.html#aefc4f18ec852b98c539d97da1c712a02',1,'GpgFrontend::GpgCommandExecutor::ctx_()'],['../classGpgFrontend_1_1GpgKeyGetter.html#aa4aef315d82123726be879097d3df147',1,'GpgFrontend::GpgKeyGetter::ctx_()']]], + ['ctx_5fmutex_5f_1377',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#a81941e1f562dc22977a71d00dd10956a',1,'GpgFrontend::GpgKeyGetter']]], + ['current_5freply_5f_1378',['current_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9679bc6bcdf2e64ec82f6119620b6f2e',1,'GpgFrontend::UI::VersionCheckTask']]], + ['cut_5fact_5f_1379',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]], + ['cut_5fpgp_5fheader_5fact_5f_1380',['cut_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_4.js b/docs/html/search/variables_4.js index 818e33dd..6b5e89cd 100644 --- a/docs/html/search/variables_4.js +++ b/docs/html/search/variables_4.js @@ -1,6 +1,6 @@ var searchData= [ - ['date_5fedit_5f_1354',['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_1355',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]], - ['decrypt_5fverify_5fact_5f_1356',['decrypt_verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1',1,'GpgFrontend::UI::MainWindow']]] + ['date_5fedit_5f_1381',['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_1382',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]], + ['decrypt_5fverify_5fact_5f_1383',['decrypt_verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_5.js b/docs/html/search/variables_5.js index 63cbfa0a..0c66b5c1 100644 --- a/docs/html/search/variables_5.js +++ b/docs/html/search/variables_5.js @@ -1,14 +1,14 @@ var searchData= [ - ['edit_5f_1357',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]], - ['edit_5fmenu_5f_1358',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]], - ['edit_5ftool_5fbar_5f_1359',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]], - ['email_5fedit_5f_1360',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]], - ['email_5fvar_5flabel_5f_1361',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['encrypt_5fact_5f_1362',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]], - ['encrypt_5fsign_5fact_5f_1363',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]], - ['error_5flabel_5f_1364',['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_1365',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]], - ['expire_5fcheck_5fbox_5f_1366',['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_1367',['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_1384',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]], + ['edit_5fmenu_5f_1385',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]], + ['edit_5ftool_5fbar_5f_1386',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]], + ['email_5fedit_5f_1387',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]], + ['email_5fvar_5flabel_5f_1388',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['encrypt_5fact_5f_1389',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]], + ['encrypt_5fsign_5fact_5f_1390',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]], + ['error_5flabel_5f_1391',['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_1392',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]], + ['expire_5fcheck_5fbox_5f_1393',['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_1394',['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_6.js b/docs/html/search/variables_6.js index 02b07a76..99b93674 100644 --- a/docs/html/search/variables_6.js +++ b/docs/html/search/variables_6.js @@ -1,11 +1,11 @@ var searchData= [ - ['file_5fmenu_5f_1368',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]], - ['file_5ftool_5fbar_5f_1369',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]], - ['find_5fact_5f_1370',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]], - ['find_5fedit_5f_1371',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]], - ['fingerprint_5fbox_5f_1372',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['fingerprint_5fvar_5flabel_5f_1373',['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_1374',['fpr_',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], - ['full_5ffile_5fpath_5f_1375',['full_file_path_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db',1,'GpgFrontend::UI::PlainTextEditorPage']]] + ['file_5fmenu_5f_1395',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]], + ['file_5ftool_5fbar_5f_1396',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]], + ['find_5fact_5f_1397',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]], + ['find_5fedit_5f_1398',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]], + ['fingerprint_5fbox_5f_1399',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['fingerprint_5fvar_5flabel_5f_1400',['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_1401',['fpr_',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], + ['full_5ffile_5fpath_5f_1402',['full_file_path_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db',1,'GpgFrontend::UI::PlainTextEditorPage']]] ]; diff --git a/docs/html/search/variables_7.js b/docs/html/search/variables_7.js index 1cca19f4..c192580c 100644 --- a/docs/html/search/variables_7.js +++ b/docs/html/search/variables_7.js @@ -1,4 +1,5 @@ var searchData= [ - ['global_5fsetting_5fstation_5f_1376',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]] + ['global_5fsetting_5fstation_5f_1403',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]], + ['gnupg_5fact_5f_1404',['gnupg_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_8.js b/docs/html/search/variables_8.js index ac5e1107..b265775f 100644 --- a/docs/html/search/variables_8.js +++ b/docs/html/search/variables_8.js @@ -1,5 +1,5 @@ var searchData= [ - ['hash_5fkey_5f_1377',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], - ['help_5fmenu_5f_1378',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]] + ['hash_5fkey_5f_1405',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], + ['help_5fmenu_5f_1406',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_9.js b/docs/html/search/variables_9.js index 7243d465..d39171bf 100644 --- a/docs/html/search/variables_9.js +++ b/docs/html/search/variables_9.js @@ -1,8 +1,8 @@ var searchData= [ - ['import_5fbutton_5f_1379',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5ffrom_5fedit_5fact_5f_1380',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5fmenu_5f_1381',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], - ['instances_5fmap_5f_1382',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]], - ['instances_5fmutex_5f_1383',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]] + ['import_5fbutton_5f_1407',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5ffrom_5fedit_5fact_5f_1408',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5fmenu_5f_1409',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], + ['instances_5fmap_5f_1410',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]], + ['instances_5fmutex_5f_1411',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]] ]; diff --git a/docs/html/search/variables_a.js b/docs/html/search/variables_a.js index a00a2db6..1fb64561 100644 --- a/docs/html/search/variables_a.js +++ b/docs/html/search/variables_a.js @@ -1,16 +1,16 @@ var searchData= [ - ['key_5fbox_5f_1384',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['key_5fid_5fvar_5flabel_1385',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['key_5fid_5fvar_5flabel_5f_1386',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['key_5flist_5fdock_5f_1387',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fmenu_5f_1388',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fsize_5fspin_5fbox_5f_1389',['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_1390',['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_1391',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], - ['key_5ftype_5fcombo_5fbox_5f_1392',['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_1393',['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_1394',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], - ['keys_5fcache_5f_1395',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]], - ['keys_5fcache_5fmutex_5f_1396',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]] + ['key_5fbox_5f_1412',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['key_5fid_5fvar_5flabel_1413',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['key_5fid_5fvar_5flabel_5f_1414',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['key_5flist_5fdock_5f_1415',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fmenu_5f_1416',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fsize_5fspin_5fbox_5f_1417',['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_1418',['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_1419',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], + ['key_5ftype_5fcombo_5fbox_5f_1420',['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_1421',['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_1422',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], + ['keys_5fcache_5f_1423',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]], + ['keys_5fcache_5fmutex_5f_1424',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]] ]; diff --git a/docs/html/search/variables_b.js b/docs/html/search/variables_b.js index 4a9b338d..b7a323be 100644 --- a/docs/html/search/variables_b.js +++ b/docs/html/search/variables_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['latest_5freply_5f_1397',['latest_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9',1,'GpgFrontend::UI::VersionCheckTask']]] + ['latest_5freply_5f_1425',['latest_reply_',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#aed545ffa8128acb16bb28c067e032ec9',1,'GpgFrontend::UI::VersionCheckTask']]] ]; diff --git a/docs/html/search/variables_c.js b/docs/html/search/variables_c.js index b9b9253f..101de210 100644 --- a/docs/html/search/variables_c.js +++ b/docs/html/search/variables_c.js @@ -1,5 +1,5 @@ var searchData= [ - ['m_5ftext_5fpage_5f_1398',['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_1399',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]] + ['m_5ftext_5fpage_5f_1426',['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_1427',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]] ]; diff --git a/docs/html/search/variables_d.js b/docs/html/search/variables_d.js index 46015c69..905f1050 100644 --- a/docs/html/search/variables_d.js +++ b/docs/html/search/variables_d.js @@ -1,6 +1,6 @@ var searchData= [ - ['name_5fedit_5f_1400',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], - ['name_5fvar_5flabel_5f_1401',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['new_5ftab_5fact_5f_1402',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]] + ['name_5fedit_5f_1428',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], + ['name_5fvar_5flabel_5f_1429',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['new_5ftab_5fact_5f_1430',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_e.js b/docs/html/search/variables_e.js index cffce26c..05a941dc 100644 --- a/docs/html/search/variables_e.js +++ b/docs/html/search/variables_e.js @@ -1,7 +1,7 @@ var searchData= [ - ['open_5fact_5f_1403',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fkey_5fmanagement_5fact_5f_1404',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fsettings_5fact_5f_1405',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], - ['owner_5fbox_5f_1406',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] + ['open_5fact_5f_1431',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fkey_5fmanagement_5fact_5f_1432',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fsettings_5fact_5f_1433',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], + ['owner_5fbox_5f_1434',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] ]; diff --git a/docs/html/search/variables_f.js b/docs/html/search/variables_f.js index 36b3d04e..766c3cf2 100644 --- a/docs/html/search/variables_f.js +++ b/docs/html/search/variables_f.js @@ -1,7 +1,7 @@ var searchData= [ - ['paste_5fact_5f_1407',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], - ['pending_5ftasks_5f_1408',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]], - ['pgp_5fcrypt_5fbegin_1409',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]], - ['print_5fact_5f_1410',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]] + ['paste_5fact_5f_1435',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], + ['pending_5ftasks_5f_1436',['pending_tasks_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a6d92421bbbfcf3136335a5173d1b2a22',1,'GpgFrontend::Thread::TaskRunner']]], + ['pgp_5fcrypt_5fbegin_1437',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]], + ['print_5fact_5f_1438',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/latex/annotated.tex b/docs/latex/annotated.tex index 44acd0cf..a17156cc 100644 --- a/docs/latex/annotated.tex +++ b/docs/latex/annotated.tex @@ -26,9 +26,12 @@ Here are the classes, structs, unions and interfaces with brief descriptions\+:\ \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FilePage}{Gpg\+Frontend\+::\+U\+I\+::\+File\+Page}} }{\pageref{classGpgFrontend_1_1UI_1_1FilePage}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FileReadTask}{Gpg\+Frontend\+::\+U\+I\+::\+File\+Read\+Task}} }{\pageref{classGpgFrontend_1_1UI_1_1FileReadTask}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FindWidget}{Gpg\+Frontend\+::\+U\+I\+::\+Find\+Widget}} \\*Class for handling the find widget shown at buttom of a textedit-\/page }{\pageref{classGpgFrontend_1_1UI_1_1FindWidget}}{} +\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralDialog}{Gpg\+Frontend\+::\+U\+I\+::\+General\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1GeneralDialog}}{} +\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralMainWindow}{Gpg\+Frontend\+::\+U\+I\+::\+General\+Main\+Window}} }{\pageref{classGpgFrontend_1_1UI_1_1GeneralMainWindow}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralTab}{Gpg\+Frontend\+::\+U\+I\+::\+General\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1GeneralTab}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1GenKeyInfo}{Gpg\+Frontend\+::\+Gen\+Key\+Info}} }{\pageref{classGpgFrontend_1_1GenKeyInfo}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1GlobalSettingStation}{Gpg\+Frontend\+::\+Global\+Setting\+Station}} }{\pageref{classGpgFrontend_1_1GlobalSettingStation}}{} +\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnupgTab}{Gpg\+Frontend\+::\+U\+I\+::\+Gnupg\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1GnupgTab}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1GpgBasicOperator}{Gpg\+Frontend\+::\+Gpg\+Basic\+Operator}} \\*Basic operation collection }{\pageref{classGpgFrontend_1_1GpgBasicOperator}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1GpgCommandExecutor}{Gpg\+Frontend\+::\+Gpg\+Command\+Executor}} \\*Extra commands related to G\+PG }{\pageref{classGpgFrontend_1_1GpgCommandExecutor}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1GpgConstants}{Gpg\+Frontend\+::\+Gpg\+Constants}} }{\pageref{classGpgFrontend_1_1GpgConstants}}{} @@ -76,18 +79,20 @@ Here are the classes, structs, unions and interfaces with brief descriptions\+:\ \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Pair\+Subkey\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyPairUIDTab}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Pair\+U\+I\+D\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyPairUIDTab}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyServerImportDialog}}{} +\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportTask}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Task}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyServerImportTask}}{} +\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Search\+Task}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyserverTab}{Gpg\+Frontend\+::\+U\+I\+::\+Keyserver\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyserverTab}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Set\+Expire\+Date\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog}}{} \item\contentsline{section}{\mbox{\hyperlink{structGpgFrontend_1_1UI_1_1KeyTable}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Table}} }{\pageref{structGpgFrontend_1_1UI_1_1KeyTable}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyUIDSignDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+U\+I\+D\+Sign\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyUIDSignDialog}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyUploadDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Key\+Upload\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1KeyUploadDialog}}{} -\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread}{Gpg\+Frontend\+::\+U\+I\+::\+Listed\+Key\+Server\+Test\+Thread}} }{\pageref{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread}}{} +\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask}{Gpg\+Frontend\+::\+U\+I\+::\+Listed\+Key\+Server\+Test\+Task}} }{\pageref{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow}{Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window}} }{\pageref{classGpgFrontend_1_1UI_1_1MainWindow}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1NetworkTab}{Gpg\+Frontend\+::\+U\+I\+::\+Network\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1NetworkTab}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1PassphraseGenerator}{Gpg\+Frontend\+::\+Passphrase\+Generator}} \\*The \mbox{\hyperlink{classGpgFrontend_1_1PassphraseGenerator}{Passphrase\+Generator}} class }{\pageref{classGpgFrontend_1_1PassphraseGenerator}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage}{Gpg\+Frontend\+::\+U\+I\+::\+Plain\+Text\+Editor\+Page}} \\*Class for handling a single tab of the tabwidget }{\pageref{classGpgFrontend_1_1UI_1_1PlainTextEditorPage}}{} -\item\contentsline{section}{\mbox{\hyperlink{classProxyConnectionTestThread}{Proxy\+Connection\+Test\+Thread}} }{\pageref{classProxyConnectionTestThread}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}{Gpg\+Frontend\+::\+U\+I\+::\+Proxy\+Connection\+Test\+Thread}} }{\pageref{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}}{} +\item\contentsline{section}{\mbox{\hyperlink{classProxyConnectionTestThread}{Proxy\+Connection\+Test\+Thread}} }{\pageref{classProxyConnectionTestThread}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1QuitDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Quit\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1QuitDialog}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SettingsDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1SettingsDialog}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SettingsObject}{Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object}} \\*The \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SettingsObject}{Settings\+Object}} class This class is used to store settings for the application securely }{\pageref{classGpgFrontend_1_1UI_1_1SettingsObject}}{} diff --git a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf index 19dc236c..d6d42fe5 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_1ChannelObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf index 57dce936..a4fd51ef 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.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf index d578cb29..60119bc9 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_1CharsetOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CharsetOperator__coll__graph.pdf index e73d4bf2..05184e95 100644 Binary files a/docs/latex/classGpgFrontend_1_1CharsetOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CharsetOperator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf index 061b1c5b..c362e8bf 100644 Binary files a/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CoreCommonUtil__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreCommonUtil__inherit__graph.pdf index d71fe481..be75ac57 100644 Binary files a/docs/latex/classGpgFrontend_1_1CoreCommonUtil__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreCommonUtil__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf index da659483..110ec551 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 c6000f4b..e9a394ad 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_1FileOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1FileOperator__coll__graph.pdf index 7a738c80..4aa47aeb 100644 Binary files a/docs/latex/classGpgFrontend_1_1FileOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1FileOperator__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 231dbc3a..d73a1e50 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 bea754ce..4b41b3d5 100644 --- a/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex +++ b/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex @@ -226,7 +226,7 @@ libconfig\+::\+Setting\& \end{DoxyReturn} -Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::drop\+Event(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Init(), Gpg\+Frontend\+::\+U\+I\+::init\+\_\+locale(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Gen\+Dialog\+::\+Key\+Gen\+Dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Mgmt\+::\+Key\+Mgmt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::restore\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::save\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Network\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Keyserver\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+General\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Upload\+Dialog\+::slot\+\_\+upload\+\_\+key\+\_\+to\+\_\+server(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Verify(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(), Gpg\+Frontend\+::\+U\+I\+::\+Subkey\+Generate\+Dialog\+::\+Subkey\+Generate\+Dialog(), and Gpg\+Frontend\+::\+U\+I\+::\+Wizard\+::\+Wizard(). +Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::drop\+Event(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Init(), Gpg\+Frontend\+::\+U\+I\+::init\+\_\+locale(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Gen\+Dialog\+::\+Key\+Gen\+Dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Mgmt\+::\+Key\+Mgmt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::restore\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::save\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Network\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+General\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Upload\+Dialog\+::slot\+\_\+upload\+\_\+key\+\_\+to\+\_\+server(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Verify(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(), Gpg\+Frontend\+::\+U\+I\+::\+Subkey\+Generate\+Dialog\+::\+Subkey\+Generate\+Dialog(), and Gpg\+Frontend\+::\+U\+I\+::\+Wizard\+::\+Wizard(). \mbox{\Hypertarget{classGpgFrontend_1_1GlobalSettingStation_ac061ac8e5308f67ea52b98888bbb2e8d}\label{classGpgFrontend_1_1GlobalSettingStation_ac061ac8e5308f67ea52b98888bbb2e8d}} \index{GpgFrontend::GlobalSettingStation@{GpgFrontend::GlobalSettingStation}!SyncSettings@{SyncSettings}} @@ -369,8 +369,8 @@ Referenced by Global\+Setting\+Station(). {\bfseries Initial value\+:} \begin{DoxyCode}{0} -\DoxyCodeLine{=} -\DoxyCodeLine{ QCoreApplication::applicationDirPath().toStdString()} +\DoxyCodeLine{= QCoreApplication::applicationDirPath()} +\DoxyCodeLine{ .toStdString()} \end{DoxyCode} diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf index 46945036..d590040c 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.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf index 4452ab27..d590040c 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_1GpgBasicOperator__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5 index 00b2d27f..09842273 100644 --- a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.md5 @@ -1 +1 @@ -6ceaeaf9a8a3dab91598c7e62ecd94ea \ No newline at end of file +7ce547a759f92738f7fe39bb4450eb9d \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf index 26bee94d..074fe743 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 50c9535f..e3d4f093 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.md5 b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5 index 9def821c..90190c5f 100644 --- a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.md5 @@ -1 +1 @@ -af7f95dc6b7a76f19d5792eaf7a2c044 \ No newline at end of file +f0fed7596cc7542d025084dcbd67a902 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf index 314e4aca..fd986659 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_1GpgCommandExecutor__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__inherit__graph.pdf index 5c2598c5..daaaa1ab 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgConstants__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgConstants__coll__graph.pdf index 32b513cf..d0325b6c 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgConstants__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgConstants__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgContext.tex b/docs/latex/classGpgFrontend_1_1GpgContext.tex index b19b3c49..aa6ee76b 100644 --- a/docs/latex/classGpgFrontend_1_1GpgContext.tex +++ b/docs/latex/classGpgFrontend_1_1GpgContext.tex @@ -141,7 +141,7 @@ const \mbox{\hyperlink{classGpgFrontend_1_1GpgInfo}{Gpg\+Info}}\& \end{DoxyReturn} -Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Execute\+Gpg\+Command(). +Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Gnupg\+Tab\+::\+Gnupg\+Tab(), and Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Execute\+Gpg\+Command(). \mbox{\Hypertarget{classGpgFrontend_1_1GpgContext_a73c505a2f3d39d1638dc4d9a3e13a913}\label{classGpgFrontend_1_1GpgContext_a73c505a2f3d39d1638dc4d9a3e13a913}} \index{GpgFrontend::GpgContext@{GpgFrontend::GpgContext}!good@{good}} diff --git a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.md5 index 3bb80b97..6e835a06 100644 --- a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.md5 @@ -1 +1 @@ -bfda781fa0581f46813f86253199df08 \ No newline at end of file +8bafb20d649b0236766934e56f3c7c48 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf index 8bfc8646..ef30162b 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 2d1cec69..2e86d84b 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 56da203f..a0aa6199 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 1f8a7313..bbf2e837 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 9006da28..34f555cd 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_1GpgEncryptResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf index 1177dcd2..ef769b9b 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 99a73a88..f849e501 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_1GpgFileOpera__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf index 562b78e4..5b6f0bea 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 ab54a3de..5b6f0bea 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_1GpgImportInformation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf index 6d5e0645..c3b22399 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_1GpgImportedKey__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgImportedKey__coll__graph.pdf index 9eaf5a72..dde9a9b8 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgImportedKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgImportedKey__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgInfo.tex b/docs/latex/classGpgFrontend_1_1GpgInfo.tex index f5bdc4d4..2a4a925d 100644 --- a/docs/latex/classGpgFrontend_1_1GpgInfo.tex +++ b/docs/latex/classGpgFrontend_1_1GpgInfo.tex @@ -34,6 +34,9 @@ std\+::string {\bfseries Gnupg\+Version} \mbox{\Hypertarget{classGpgFrontend_1_1GpgInfo_a2fcd53b59bc251c38eb8d79cec946777}\label{classGpgFrontend_1_1GpgInfo_a2fcd53b59bc251c38eb8d79cec946777}} std\+::string {\bfseries Gpg\+Conf\+Path} \item +\mbox{\Hypertarget{classGpgFrontend_1_1GpgInfo_a48659b780f8d0153ca0eb985a072b5ba}\label{classGpgFrontend_1_1GpgInfo_a48659b780f8d0153ca0eb985a072b5ba}} +std\+::string {\bfseries Assuan\+Path} +\item \mbox{\Hypertarget{classGpgFrontend_1_1GpgInfo_ac8ecbf438d05dc434c77825dd38dfdf2}\label{classGpgFrontend_1_1GpgInfo_ac8ecbf438d05dc434c77825dd38dfdf2}} std\+::string {\bfseries C\+M\+S\+Path} \item diff --git a/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.md5 index 977d4d6e..2aa126f3 100644 --- a/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.md5 @@ -1 +1 @@ -d9c1dac8d80140eb16da47c9f645cf66 \ No newline at end of file +96adf759b57f40533ebb351fce60d2c3 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.pdf index eb807d67..7725bcda 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5 index 308e5f15..183b25c3 100644 --- a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.md5 @@ -1 +1 @@ -e555befe13bd7e11c0ca958d0834be23 \ No newline at end of file +f7569de1343d548998081831775e2061 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf index 02514291..86c41b3d 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 1a88040c..6f226e05 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.md5 b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5 index 54db2dbd..8b37b590 100644 --- a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.md5 @@ -1 +1 @@ -852b740aa1924d0fcff997ea4828a606 \ No newline at end of file +e81f0458054bf89504f393358bbc14b9 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf index 9bd010e9..2902af40 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 4dd7c14c..c0adab6e 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.md5 b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5 index 1d8bd6b9..e70f1255 100644 --- a/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.md5 @@ -1 +1 @@ -d65b65b6ab60cfcdb2cd7c12239180db \ No newline at end of file +c9de748f05387b109f39b04c5ae6972b \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf index 917b3466..b18df4a9 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 6fb68d18..af941b9c 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.md5 b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5 index 134b5893..801c6307 100644 --- a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.md5 @@ -1 +1 @@ -a42e6efbcc3212ebe5e41cdf4417d0ec \ No newline at end of file +aa1badf345a7709aaba679202e479453 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf index 15affd65..1a05663a 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 d0870f71..cc574015 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 e10c737a..4d894353 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 a16121b6..09e356cc 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_1GpgResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf index 0eef3bab..9bb00c1c 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 1d17fdbe..02d4726f 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 e872a467..e313583f 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 badf3375..634c5471 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_1GpgSignature__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf index d709210f..39afb93d 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 b23e76a5..787ca689 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 2a075e0e..f11e31ce 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.md5 b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5 index c6cae026..ea2941f9 100644 --- a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.md5 @@ -1 +1 @@ -f42ecbfd7616676eace0486b2be364ef \ No newline at end of file +c245298c30c84628ca53825712bf5274 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf index bf63e064..619685da 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 b3c286af..b94f6376 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 8fd795a9..61a6f0d9 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 f87c11e3..c64b5cc5 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 24440a0f..8d51b53c 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_1KeyPackageOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf index 63848864..e978a6fe 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_1PassphraseGenerator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf index 52104d3e..dc2180cd 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 3a92242a..f9f8549a 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_1SingletonFunctionObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf index 685a1f5c..ba3a5f1f 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.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf index 5eb26f56..1086bed6 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf index cf8be0c7..eb2382f3 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf index 6b3b3300..d9bea359 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_1Thread_1_1CtxCheckTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf index 3a7ca101..08410913 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf index c332bd69..9988a856 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__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 f8d27cfb..dced105b 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 69b0d5af..022f402e 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf index 882ee518..869733d7 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 0cb256d3..54e03932 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_1DataObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1DataObject__coll__graph.pdf index bbe2a4c3..fd85fc4f 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1DataObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1DataObject__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 d68f33a8..e5d3e1fe 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.md5 b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5 index 1607f5c3..ecf260d5 100644 --- a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5 @@ -1 +1 @@ -d3d93b8bb65c34ec528199582f6bf381 \ No newline at end of file +917a96ba1a4c9c49cf0e4f85b5be7777 \ No newline at end of file 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 d286df1b..4527757a 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog.tex index a20e4c46..1b13f922 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog.tex @@ -26,7 +26,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::About\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=324pt]{classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph} +\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph} \end{center} \end{figure} \doxysubsection*{Public Member Functions} @@ -92,5 +92,5 @@ References Gpg\+Frontend\+::\+U\+I\+::\+Update\+Tab\+::get\+Latest\+Version(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/help/About\+Dialog.\+h\item -src/ui/help/About\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/help/About\+Dialog.\+h\item +src/ui/dialog/help/About\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 index cdb190af..a3553939 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 @@ -1 +1 @@ -c9de27b4514437b0d7a688520207a65a \ No newline at end of file +a74a25b61d7cc1ec18500683797ba3d6 \ No newline at end of file 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 dea83920..22925a91 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 index 1671fb1d..d3dd4b3c 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 @@ -1 +1 @@ -38ae3023a6b910e9808f47c39a878cd7 \ No newline at end of file +1d4a529589aa8bb8548337db6638a6cc \ No newline at end of file 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 cbfd9a2e..1b565758 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_1AdvancedTab.tex b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab.tex index 48f9b626..5ed34b2c 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab.tex @@ -51,5 +51,5 @@ Q\+Check\+Box $\ast$ {\bfseries auto\+\_\+pubkey\+\_\+exchange\+\_\+check\+\_\+b The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/settings/Settings\+Advanced.\+h\item -src/ui/settings/Settings\+Advanced.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/settings/Settings\+Advanced.\+h\item +src/ui/dialog/settings/Settings\+Advanced.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__coll__graph.pdf index 273555df..68be5d61 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__inherit__graph.pdf index 6891dcc8..f152df27 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex index d73956b6..4b5a8098 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex @@ -126,5 +126,5 @@ Referenced by Appearance\+Tab(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/settings/Settings\+Appearance.\+h\item -src/ui/settings/Settings\+Appearance.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/settings/Settings\+Appearance.\+h\item +src/ui/dialog/settings/Settings\+Appearance.\+cpp\end{DoxyCompactItemize} 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 820ab479..d550a060 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 f5ac49d4..bfb1ad0f 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 9bdabc02..ffe822b9 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 04becc7d..df8f14c5 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 b8ac765d..c17d7e5e 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 5907e9c6..995f9303 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 997466fd..14e8ac52 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 d742a537..115f462d 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.tex index a05e3e2c..e37e0da1 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.tex @@ -77,5 +77,5 @@ References Gpg\+Frontend\+::\+Key\+Package\+Operator\+::\+Generate\+Key\+Package The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/import\+\_\+export/Export\+Key\+Package\+Dialog.\+h\item -src/ui/import\+\_\+export/Export\+Key\+Package\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/import\+\_\+export/Export\+Key\+Package\+Dialog.\+h\item +src/ui/dialog/import\+\_\+export/Export\+Key\+Package\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 index dfa137de..7e1689bc 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 @@ -1 +1 @@ -16db54676c48faeafcfa88bdcf48468e \ No newline at end of file +21ec13dcbce2fc537a1ef877fab1e5eb \ No newline at end of file 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 dfc5ede9..b5863779 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 index aecd3c38..463474e7 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 @@ -1 +1 @@ -d95ec96ed941394b144ea9b4caa6cc80 \ No newline at end of file +69eb903e75056b558c2e0f31a7b2308d \ No newline at end of file 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 d96bf267..e6a914f0 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 e147ff36..0ad93ace 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 5c824b2a..f8123846 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 ca73d96c..fe08735d 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 fe73d4b6..8ed706e2 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_1FindWidget__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf index d146737a..84522df6 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 05cc9f99..e1d58323 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_1GeneralDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog.tex new file mode 100644 index 00000000..7eebb17e --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog.tex @@ -0,0 +1,68 @@ +\hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog}{}\doxysection{Gpg\+Frontend\+::UI\+::General\+Dialog Class Reference} +\label{classGpgFrontend_1_1UI_1_1GeneralDialog}\index{GpgFrontend::UI::GeneralDialog@{GpgFrontend::UI::GeneralDialog}} + + +Inheritance diagram for Gpg\+Frontend\+::UI\+::General\+Dialog\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph} +\end{center} +\end{figure} + + +Collaboration diagram for Gpg\+Frontend\+::UI\+::General\+Dialog\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=265pt]{classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph} +\end{center} +\end{figure} +\doxysubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralDialog_ac9de4c49668ffaeb6916c64f878a202c}{General\+Dialog}} (std\+::string name, Q\+Widget $\ast$parent=nullptr) +\end{DoxyCompactItemize} +\doxysubsection*{Private Slots} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_a34d01f247eee92017a2eccf697cda080}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_a34d01f247eee92017a2eccf697cda080}} +void {\bfseries slot\+\_\+restore\+\_\+settings} () noexcept +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_a940a6ea31dff4db83f9f08d38e843a2b}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_a940a6ea31dff4db83f9f08d38e843a2b}} +void {\bfseries slot\+\_\+save\+\_\+settings} () noexcept +\end{DoxyCompactItemize} +\doxysubsection*{Private Attributes} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_ae91392293866dc302132a9fc19209d8c}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_ae91392293866dc302132a9fc19209d8c}} +std\+::string {\bfseries name\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_ad9b847aa128dfeb4ecf0064ef948e6ea}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_ad9b847aa128dfeb4ecf0064ef948e6ea}} +Q\+Point {\bfseries pos\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_aeda520454fd38920a027c1a4195a2e6f}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_aeda520454fd38920a027c1a4195a2e6f}} +Q\+Size {\bfseries size\+\_\+} +\end{DoxyCompactItemize} + + +\doxysubsection{Constructor \& Destructor Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_ac9de4c49668ffaeb6916c64f878a202c}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_ac9de4c49668ffaeb6916c64f878a202c}} +\index{GpgFrontend::UI::GeneralDialog@{GpgFrontend::UI::GeneralDialog}!GeneralDialog@{GeneralDialog}} +\index{GeneralDialog@{GeneralDialog}!GpgFrontend::UI::GeneralDialog@{GpgFrontend::UI::GeneralDialog}} +\doxysubsubsection{\texorpdfstring{GeneralDialog()}{GeneralDialog()}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+General\+Dialog\+::\+General\+Dialog (\begin{DoxyParamCaption}\item[{std\+::string}]{name, }\item[{Q\+Widget $\ast$}]{parent = {\ttfamily nullptr} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}} + + +\begin{DoxyParams}{Parameters} +{\em name} & \\ +\hline +\end{DoxyParams} + + +The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} +\item +src/ui/dialog/General\+Dialog.\+h\item +src/ui/dialog/General\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 new file mode 100644 index 00000000..e191dc30 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 @@ -0,0 +1 @@ +ddac4163319d57660801c20f010333dd \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf new file mode 100644 index 00000000..253994fd Binary files /dev/null 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 new file mode 100644 index 00000000..d37d10b3 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 @@ -0,0 +1 @@ +db3a8cfa2e8481e839ec61e8f177b388 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf new file mode 100644 index 00000000..78423948 Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow.tex new file mode 100644 index 00000000..e4ac051b --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow.tex @@ -0,0 +1,111 @@ +\hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow}{}\doxysection{Gpg\+Frontend\+::UI\+::General\+Main\+Window Class Reference} +\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow}\index{GpgFrontend::UI::GeneralMainWindow@{GpgFrontend::UI::GeneralMainWindow}} + + +Inheritance diagram for Gpg\+Frontend\+::UI\+::General\+Main\+Window\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph} +\end{center} +\end{figure} + + +Collaboration diagram for Gpg\+Frontend\+::UI\+::General\+Main\+Window\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=270pt]{classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph} +\end{center} +\end{figure} +\doxysubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a62b24183ebf9da18852084879bcb1013}{General\+Main\+Window}} (std\+::string name, Q\+Widget $\ast$parent=nullptr) +\end{DoxyCompactItemize} +\doxysubsection*{Protected Member Functions} +\begin{DoxyCompactItemize} +\item +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralMainWindow_af5c86754836a678c7058e6f633968863}{close\+Event}} (Q\+Close\+Event $\ast$event) +\end{DoxyCompactItemize} +\doxysubsection*{Protected Attributes} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_abb5b9f6dd7aed18f42cea885af85c741}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_abb5b9f6dd7aed18f42cea885af85c741}} +Q\+Size {\bfseries icon\+\_\+size\+\_\+} \{\} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ab0dd85f0fcbbab2f15eee995458d2dfb}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ab0dd85f0fcbbab2f15eee995458d2dfb}} +int {\bfseries font\+\_\+size\+\_\+} \{\} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a6ded03c8319326809b09bc90c94e890c}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a6ded03c8319326809b09bc90c94e890c}} +Qt\+::\+Tool\+Button\+Style {\bfseries icon\+\_\+style\+\_\+} +\end{DoxyCompactItemize} +\doxysubsection*{Private Slots} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a42d1bc5a70f0e81cb49c88eb23544255}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a42d1bc5a70f0e81cb49c88eb23544255}} +void {\bfseries slot\+\_\+restore\+\_\+settings} () noexcept +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a8ddf641e1266d00cb876ddf786e5ccb8}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a8ddf641e1266d00cb876ddf786e5ccb8}} +void {\bfseries slot\+\_\+save\+\_\+settings} () noexcept +\end{DoxyCompactItemize} +\doxysubsection*{Private Attributes} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ac581df0af500c9e8a73b8f988739600b}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ac581df0af500c9e8a73b8f988739600b}} +std\+::string {\bfseries name\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ad799871eab498f2e535f52f0082f8b8b}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_ad799871eab498f2e535f52f0082f8b8b}} +Q\+Point {\bfseries pos\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a5c0bb4c6847846d57ca7524d5f5e4d53}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a5c0bb4c6847846d57ca7524d5f5e4d53}} +Q\+Size {\bfseries size\+\_\+} +\end{DoxyCompactItemize} + + +\doxysubsection{Constructor \& Destructor Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a62b24183ebf9da18852084879bcb1013}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_a62b24183ebf9da18852084879bcb1013}} +\index{GpgFrontend::UI::GeneralMainWindow@{GpgFrontend::UI::GeneralMainWindow}!GeneralMainWindow@{GeneralMainWindow}} +\index{GeneralMainWindow@{GeneralMainWindow}!GpgFrontend::UI::GeneralMainWindow@{GpgFrontend::UI::GeneralMainWindow}} +\doxysubsubsection{\texorpdfstring{GeneralMainWindow()}{GeneralMainWindow()}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+General\+Main\+Window\+::\+General\+Main\+Window (\begin{DoxyParamCaption}\item[{std\+::string}]{name, }\item[{Q\+Widget $\ast$}]{parent = {\ttfamily nullptr} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}} + + +\begin{DoxyParams}{Parameters} +{\em name} & Copyright (C) 2021 Saturneric\\ +\hline +\end{DoxyParams} +This file is part of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. + +\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is free software\+: you can redistribute it and/or modify it under the terms of the G\+NU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is distributed in the hope that it will be useful, but W\+I\+T\+H\+O\+UT A\+NY W\+A\+R\+R\+A\+N\+TY; without even the implied warranty of M\+E\+R\+C\+H\+A\+N\+T\+A\+B\+I\+L\+I\+TY or F\+I\+T\+N\+E\+SS F\+OR A P\+A\+R\+T\+I\+C\+U\+L\+AR P\+U\+R\+P\+O\+SE. See the G\+NU General Public License for more details. + +You should have received a copy of the G\+NU General Public License along with \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. If not, see \href{https://www.gnu.org/licenses/}{\texttt{ https\+://www.\+gnu.\+org/licenses/}}. + +The initial version of the source code is inherited from the gpg4usb project, which is under G\+P\+L-\/3.\+0-\/or-\/later. + +All the source code of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} was modified and released by Saturneric\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}} starting on May 12, 2021. + +S\+P\+D\+X-\/\+License-\/\+Identifier\+: G\+P\+L-\/3.\+0-\/or-\/later + +\doxysubsection{Member Function Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralMainWindow_af5c86754836a678c7058e6f633968863}\label{classGpgFrontend_1_1UI_1_1GeneralMainWindow_af5c86754836a678c7058e6f633968863}} +\index{GpgFrontend::UI::GeneralMainWindow@{GpgFrontend::UI::GeneralMainWindow}!closeEvent@{closeEvent}} +\index{closeEvent@{closeEvent}!GpgFrontend::UI::GeneralMainWindow@{GpgFrontend::UI::GeneralMainWindow}} +\doxysubsubsection{\texorpdfstring{closeEvent()}{closeEvent()}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+General\+Main\+Window\+::close\+Event (\begin{DoxyParamCaption}\item[{Q\+Close\+Event $\ast$}]{event }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [protected]}} + + +\begin{DoxyParams}{Parameters} +{\em event} & \\ +\hline +\end{DoxyParams} + + +The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} +\item +src/ui/main\+\_\+window/General\+Main\+Window.\+h\item +src/ui/main\+\_\+window/General\+Main\+Window.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5 new file mode 100644 index 00000000..f8b36483 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.md5 @@ -0,0 +1 @@ +7c1e57e8e73d6e02a91267202ef3c9a2 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf new file mode 100644 index 00000000..9cee4b8a Binary files /dev/null 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 new file mode 100644 index 00000000..71e6d3e6 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 @@ -0,0 +1 @@ +fd1add7e81ba5fe9d51eb7724d1a498c \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf new file mode 100644 index 00000000..c74715ab Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex index 04e2ea65..54a70353 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex @@ -109,5 +109,5 @@ Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Dialog\+::\+Settings\+Dialo The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/settings/Settings\+General.\+h\item -src/ui/settings/Settings\+General.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/settings/Settings\+General.\+h\item +src/ui/dialog/settings/Settings\+General.\+cpp\end{DoxyCompactItemize} 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 b8c1b4db..6abb0753 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 37d414ef..47f10449 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_1GnupgTab.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab.tex new file mode 100644 index 00000000..9e6a39c7 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab.tex @@ -0,0 +1,55 @@ +\hypertarget{classGpgFrontend_1_1UI_1_1GnupgTab}{}\doxysection{Gpg\+Frontend\+::UI\+::Gnupg\+Tab Class Reference} +\label{classGpgFrontend_1_1UI_1_1GnupgTab}\index{GpgFrontend::UI::GnupgTab@{GpgFrontend::UI::GnupgTab}} + + +Inheritance diagram for Gpg\+Frontend\+::UI\+::Gnupg\+Tab\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=229pt]{classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph} +\end{center} +\end{figure} + + +Collaboration diagram for Gpg\+Frontend\+::UI\+::Gnupg\+Tab\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=229pt]{classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph} +\end{center} +\end{figure} +\doxysubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnupgTab_ab9d9e8af4494659f13b87804e7318a79}{Gnupg\+Tab}} (Q\+Widget $\ast$parent=nullptr) +\begin{DoxyCompactList}\small\item\em Construct a new Info Tab object. \end{DoxyCompactList}\end{DoxyCompactItemize} + + +\doxysubsection{Constructor \& Destructor Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnupgTab_ab9d9e8af4494659f13b87804e7318a79}\label{classGpgFrontend_1_1UI_1_1GnupgTab_ab9d9e8af4494659f13b87804e7318a79}} +\index{GpgFrontend::UI::GnupgTab@{GpgFrontend::UI::GnupgTab}!GnupgTab@{GnupgTab}} +\index{GnupgTab@{GnupgTab}!GpgFrontend::UI::GnupgTab@{GpgFrontend::UI::GnupgTab}} +\doxysubsubsection{\texorpdfstring{GnupgTab()}{GnupgTab()}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+Gnupg\+Tab\+::\+Gnupg\+Tab (\begin{DoxyParamCaption}\item[{Q\+Widget $\ast$}]{parent = {\ttfamily nullptr} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}} + + + +Construct a new Info Tab object. + + +\begin{DoxyParams}{Parameters} +{\em parent} & \\ +\hline +\end{DoxyParams} + + +References Gpg\+Frontend\+::\+Gpg\+Context\+::\+Get\+Info(), and Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Context $>$\+::\+Get\+Instance(). + + + +The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} +\item +src/ui/dialog/help/Gnupg\+Tab.\+h\item +src/ui/dialog/help/Gnupg\+Tab.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.md5 new file mode 100644 index 00000000..0d16b6ba --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.md5 @@ -0,0 +1 @@ +51fb5f88c8e640dc0aeec81b62aae44b \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf new file mode 100644 index 00000000..0153b1f6 Binary files /dev/null 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.md5 new file mode 100644 index 00000000..0d16b6ba --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.md5 @@ -0,0 +1 @@ +51fb5f88c8e640dc0aeec81b62aae44b \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf new file mode 100644 index 00000000..0153b1f6 Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.tex index 515405b6..c8dd81ba 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication.tex @@ -23,7 +23,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Gpg\+Frontend\+Application\+: \doxysubsection*{Public Member Functions} \begin{DoxyCompactItemize} \item -\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ae0c8f5dda829371d9f1e2d4d6913be21}{Gpg\+Frontend\+Application}} (int \&argc, char $\ast$$\ast$argv) +\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ac0290f06e08f2714f9727bb578df1298}{Gpg\+Frontend\+Application}} (int \&argc, char $\ast$argv\mbox{[}$\,$\mbox{]}) \begin{DoxyCompactList}\small\item\em Construct a new \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} Application object. \end{DoxyCompactList}\item \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_a32f0e7dda69f7b1e3cc869340736c590}{$\sim$\+Gpg\+Frontend\+Application}} () override=default \begin{DoxyCompactList}\small\item\em Destroy the \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} Application object. \end{DoxyCompactList}\end{DoxyCompactItemize} @@ -40,11 +40,11 @@ bool \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_a6f8ab335 \doxysubsection{Constructor \& Destructor Documentation} -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ae0c8f5dda829371d9f1e2d4d6913be21}\label{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ae0c8f5dda829371d9f1e2d4d6913be21}} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ac0290f06e08f2714f9727bb578df1298}\label{classGpgFrontend_1_1UI_1_1GpgFrontendApplication_ac0290f06e08f2714f9727bb578df1298}} \index{GpgFrontend::UI::GpgFrontendApplication@{GpgFrontend::UI::GpgFrontendApplication}!GpgFrontendApplication@{GpgFrontendApplication}} \index{GpgFrontendApplication@{GpgFrontendApplication}!GpgFrontend::UI::GpgFrontendApplication@{GpgFrontend::UI::GpgFrontendApplication}} \doxysubsubsection{\texorpdfstring{GpgFrontendApplication()}{GpgFrontendApplication()}} -{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+Gpg\+Frontend\+Application\+::\+Gpg\+Frontend\+Application (\begin{DoxyParamCaption}\item[{int \&}]{argc, }\item[{char $\ast$$\ast$}]{argv }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+Gpg\+Frontend\+Application\+::\+Gpg\+Frontend\+Application (\begin{DoxyParamCaption}\item[{int \&}]{argc, }\item[{char $\ast$}]{argv\mbox{[}$\,$\mbox{]} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}} 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 debde684..537d8654 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 319b71be..59de0699 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 0bdd9235..39f5728d 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 4c09621a..9e6e097b 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 8216b651..0a04e948 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 8b98f0d7..30d13a3d 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab.tex index 90ebe361..0e943b75 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab.tex @@ -65,5 +65,5 @@ References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Context $>$\+: The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/help/About\+Dialog.\+h\item -src/ui/help/About\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/help/About\+Dialog.\+h\item +src/ui/dialog/help/About\+Dialog.\+cpp\end{DoxyCompactItemize} 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 8cac17e7..3f1ce18f 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 a0f7e88e..921e0d55 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 a1af43f3..5e00ae3a 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 fbf23706..2e92cac1 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.tex index 23b71807..d3692902 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.tex @@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Details\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=234pt]{classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph} +\includegraphics[width=272pt]{classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph} \end{center} \end{figure} \doxysubsection*{Public Member Functions} @@ -36,5 +36,5 @@ Q\+Tab\+Widget $\ast$ {\bfseries tab\+\_\+widget\+\_\+} \{\} The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/keypair\+\_\+details/Key\+Details\+Dialog.\+h\item -src/ui/keypair\+\_\+details/Key\+Details\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/keypair\+\_\+details/Key\+Details\+Dialog.\+h\item +src/ui/dialog/keypair\+\_\+details/Key\+Details\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 index bf559ac4..394f42d2 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 @@ -1 +1 @@ -2587a929412a66e59ac9d7e94d68d458 \ No newline at end of file +702b8d93f91d89c9ace90594c920487b \ No newline at end of file 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 b6959b4e..955148d5 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 index bf559ac4..c28e3f5f 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 @@ -1 +1 @@ -2587a929412a66e59ac9d7e94d68d458 \ No newline at end of file +edce17602f9f7723f8fb025a1be644d8 \ No newline at end of file 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 8ff1e2ea..084986bb 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog.tex index f546ae1c..49754859 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog.tex @@ -7,7 +7,7 @@ Inheritance diagram for Gpg\+Frontend\+::UI\+::Key\+Gen\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=255pt]{classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph} +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph} \end{center} \end{figure} @@ -376,5 +376,5 @@ Group of Widgets detecting the usage of the Key \mbox{\Hypertarget{classGpgFront The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/key\+\_\+generate/Keygen\+Dialog.\+h\item -src/ui/key\+\_\+generate/Keygen\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/key\+\_\+generate/Keygen\+Dialog.\+h\item +src/ui/dialog/key\+\_\+generate/Keygen\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 index d1556ba8..5f2f6d13 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 @@ -1 +1 @@ -4023ca6d9fe932354b70817d897069be \ No newline at end of file +1e102311c5aaf8cd1ffb4ff62c7392e6 \ No newline at end of file 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 947321b3..0115f76d 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 index af9d0ea2..af1589b7 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 @@ -1 +1 @@ -e22878533804966a234e06f2a1a078f9 \ No newline at end of file +e117f47ecae2ea0e0be404ddcd6440ca \ No newline at end of file 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 89c6ff78..848abd60 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 e66dbaf5..3feaaef8 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 07e7b798..e77e5297 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.tex index b5dceff7..698f7249 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.tex @@ -158,5 +158,5 @@ Referenced by create\+\_\+keys\+\_\+table(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/import\+\_\+export/Key\+Import\+Detail\+Dialog.\+h\item -src/ui/import\+\_\+export/Key\+Import\+Detail\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/import\+\_\+export/Key\+Import\+Detail\+Dialog.\+h\item +src/ui/dialog/import\+\_\+export/Key\+Import\+Detail\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 index e4003f3c..77faa933 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 @@ -1 +1 @@ -ba10f32219d2860d2b8d3704d015765e \ No newline at end of file +f83c16f1a2e5fd8db314aa634eb3d4e0 \ No newline at end of file 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 8c039811..bbb42789 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 index 759a75da..4daf78d8 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 @@ -1 +1 @@ -166caeeb04628a23f01ab4fe6f76d5bf \ No newline at end of file +2c62d760918bd04fa691ab244727a72e \ No newline at end of file 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 67896e9c..c21e6103 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 d6094c74..55da1ef9 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 2441bbc3..47a2f69f 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt.tex index fe4c2fdb..fe839fbd 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt.tex @@ -7,7 +7,7 @@ Inheritance diagram for Gpg\+Frontend\+::UI\+::Key\+Mgmt\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=257pt]{classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph} +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph} \end{center} \end{figure} @@ -47,9 +47,6 @@ void {\bfseries Slot\+Generate\+Key\+Dialog} () \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_a905d55ac2c7de8579db9f5a7b91a0abf}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_a905d55ac2c7de8579db9f5a7b91a0abf}} void {\bfseries Slot\+Show\+Key\+Details} () \item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_a36a6d0f038e826f8d440d9f82826644f}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_a36a6d0f038e826f8d440d9f82826644f}} -void {\bfseries Slot\+Save\+Window\+State} () -\item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_aa5cd08927c720e1d545149e8318559c8}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_aa5cd08927c720e1d545149e8318559c8}} void {\bfseries Slot\+Import\+Key\+Package} () \end{DoxyCompactItemize} @@ -67,11 +64,6 @@ void {\bfseries Signal\+Key\+Status\+Updated} () \item \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyMgmt_aefc27b57830cf14a85c2225664f89f64}{Key\+Mgmt}} (Q\+Widget $\ast$parent=nullptr) \begin{DoxyCompactList}\small\item\em Construct a new Key Mgmt object. \end{DoxyCompactList}\end{DoxyCompactItemize} -\doxysubsection*{Protected Member Functions} -\begin{DoxyCompactItemize} -\item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyMgmt_a78b53193b055e10550938f403b641b31}{close\+Event}} (Q\+Close\+Event $\ast$event) override -\end{DoxyCompactItemize} \doxysubsection*{Private Member Functions} \begin{DoxyCompactItemize} \item @@ -149,6 +141,7 @@ Q\+Action $\ast$ {\bfseries show\+\_\+key\+\_\+details\+\_\+act\+\_\+} \{\} \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_a08ce0587e28ac312273fdb0988f63bbe}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_a08ce0587e28ac312273fdb0988f63bbe}} \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog}{Key\+Server\+Import\+Dialog}} $\ast$ {\bfseries import\+\_\+dialog\+\_\+} \{\} \end{DoxyCompactItemize} +\doxysubsection*{Additional Inherited Members} \doxysubsection{Constructor \& Destructor Documentation} @@ -174,17 +167,6 @@ References Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::\+Add\+List\+Group\+Tab(), \doxysubsection{Member Function Documentation} -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_a78b53193b055e10550938f403b641b31}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_a78b53193b055e10550938f403b641b31}} -\index{GpgFrontend::UI::KeyMgmt@{GpgFrontend::UI::KeyMgmt}!closeEvent@{closeEvent}} -\index{closeEvent@{closeEvent}!GpgFrontend::UI::KeyMgmt@{GpgFrontend::UI::KeyMgmt}} -\doxysubsubsection{\texorpdfstring{closeEvent()}{closeEvent()}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Mgmt\+::close\+Event (\begin{DoxyParamCaption}\item[{Q\+Close\+Event $\ast$}]{event }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [override]}, {\ttfamily [protected]}} - - -\begin{DoxyParams}{Parameters} -{\em event} & \\ -\hline -\end{DoxyParams} \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyMgmt_a23cf6665537f2a96708e9d5423ce3bb8}\label{classGpgFrontend_1_1UI_1_1KeyMgmt_a23cf6665537f2a96708e9d5423ce3bb8}} \index{GpgFrontend::UI::KeyMgmt@{GpgFrontend::UI::KeyMgmt}!create\_actions@{create\_actions}} \index{create\_actions@{create\_actions}!GpgFrontend::UI::KeyMgmt@{GpgFrontend::UI::KeyMgmt}} @@ -250,5 +232,5 @@ References Gpg\+Frontend\+::\+Gpg\+Key\+Opera\+::\+Delete\+Keys(), Gpg\+Frontend The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/Key\+Mgmt.\+h\item -src/ui/Key\+Mgmt.\+cpp\end{DoxyCompactItemize} +src/ui/main\+\_\+window/Key\+Mgmt.\+h\item +src/ui/main\+\_\+window/Key\+Mgmt.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 index 0ea5b38d..d54b7b46 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 @@ -1 +1 @@ -c6e970d2cdb06ce71cc00f63b393f5bb \ No newline at end of file +1031843dbb42157063c71166ea1a2b68 \ No newline at end of file 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 b7a4e83a..f57eedb7 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5 index 6f732b76..cfd20a37 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.md5 @@ -1 +1 @@ -486a834464e2ff28f3aeff66e3099087 \ No newline at end of file +abc54d13d5b8a6a121436f0a45a33c3b \ No newline at end of file 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 b232771f..09202785 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.tex index af871065..75a9d28b 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.tex @@ -149,5 +149,5 @@ Referenced by Key\+New\+U\+I\+D\+Dialog(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/keypair\+\_\+details/Key\+New\+U\+I\+D\+Dialog.\+h\item -src/ui/keypair\+\_\+details/Key\+New\+U\+I\+D\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/keypair\+\_\+details/Key\+New\+U\+I\+D\+Dialog.\+h\item +src/ui/dialog/keypair\+\_\+details/Key\+New\+U\+I\+D\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 index 02aeb904..23ea468e 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 @@ -1 +1 @@ -29a1b4d3f19405fcd84b10e08c9e5433 \ No newline at end of file +3e56e28bbdca1373acf4123a7e30c716 \ No newline at end of file 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 8886afc8..698299de 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 index 24b724ab..ceb603ae 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 @@ -1 +1 @@ -ab6aae03dc997882fc41f2bd80d5e54a \ No newline at end of file +3e704c46454cd866271f7e8f97121403 \ No newline at end of file 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 d70a2e44..b47afed2 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.tex index 83214402..06c34e44 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab.tex @@ -156,5 +156,5 @@ Referenced by Key\+Pair\+Detail\+Tab(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/keypair\+\_\+details/Key\+Pair\+Detail\+Tab.\+h\item -src/ui/keypair\+\_\+details/Key\+Pair\+Detail\+Tab.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Detail\+Tab.\+h\item +src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Detail\+Tab.\+cpp\end{DoxyCompactItemize} 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 b7782518..a211ba5d 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 47c7db68..045ae814 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.tex index 234ed087..13a226f8 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab.tex @@ -131,5 +131,5 @@ Referenced by Create\+Opera\+Menu(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/keypair\+\_\+details/Key\+Pair\+Opera\+Tab.\+h\item -src/ui/keypair\+\_\+details/Key\+Pair\+Opera\+Tab.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Opera\+Tab.\+h\item +src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Opera\+Tab.\+cpp\end{DoxyCompactItemize} 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 24b06337..dc9501a2 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 b7d513d2..1812f7be 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.tex index 96c12265..c0b3a6dd 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.tex @@ -191,5 +191,5 @@ const \mbox{\hyperlink{classGpgFrontend_1_1GpgSubKey}{Gpg\+Sub\+Key}}\& The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/keypair\+\_\+details/Key\+Pair\+Subkey\+Tab.\+h\item -src/ui/keypair\+\_\+details/Key\+Pair\+Subkey\+Tab.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Subkey\+Tab.\+h\item +src/ui/dialog/keypair\+\_\+details/Key\+Pair\+Subkey\+Tab.\+cpp\end{DoxyCompactItemize} 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 ed366cd9..bd68ecea 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 606821eb..c54fb9af 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.tex index 842a19c7..94520333 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab.tex @@ -293,5 +293,5 @@ U\+I\+D\+Args\+List\+Ptr The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/keypair\+\_\+details/Key\+Pair\+U\+I\+D\+Tab.\+h\item -src/ui/keypair\+\_\+details/Key\+Pair\+U\+I\+D\+Tab.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/keypair\+\_\+details/Key\+Pair\+U\+I\+D\+Tab.\+h\item +src/ui/dialog/keypair\+\_\+details/Key\+Pair\+U\+I\+D\+Tab.\+cpp\end{DoxyCompactItemize} 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 d2e84704..3e5ae236 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 a103d372..bbdefcdb 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.tex index 0488cfe0..6efe3195 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.tex @@ -7,7 +7,7 @@ Inheritance diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=235pt]{classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph} +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph} \end{center} \end{figure} @@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=235pt]{classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph} +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph} \end{center} \end{figure} \doxysubsection*{Public Slots} @@ -25,7 +25,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Dialog\+: \item void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1e17305d6b470d0f7050eb8e3e6ee3d8}{Slot\+Import}} (const Key\+Id\+Args\+List\+Ptr \&keys) \item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1a7298fa8c6aa085794b21fe6d8ed1eb}{Slot\+Import}} (const Q\+String\+List \&key\+Ids, const Q\+Url \&keyserver\+Url) +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_abb3d99b2c17b0f6ddb0e5b93dd8f8802}{Slot\+Import}} (std\+::vector$<$ std\+::string $>$ key\+\_\+ids\+\_\+list, std\+::string keyserver\+\_\+url) \end{DoxyCompactItemize} \doxysubsection*{Signals} \begin{DoxyCompactItemize} @@ -43,19 +43,15 @@ void {\bfseries Signal\+Key\+Imported} () \doxysubsection*{Private Slots} \begin{DoxyCompactItemize} \item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ac9c14bbc97945c94fd02c8e067ccab06}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ac9c14bbc97945c94fd02c8e067ccab06}} -void {\bfseries slot\+\_\+import} () +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ac9c14bbc97945c94fd02c8e067ccab06}{slot\+\_\+import}} () +\begin{DoxyCompactList}\small\item\em import key(s) for the key table selection \end{DoxyCompactList}\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ab0585bbabc450d2cb571a5bd374ebb0e}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ab0585bbabc450d2cb571a5bd374ebb0e}} +void {\bfseries slot\+\_\+search\+\_\+finished} (Q\+Network\+Reply\+::\+Network\+Error reply, Q\+Byte\+Array buffer) \item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a4e387503359dee5771e855218d5f1561}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a4e387503359dee5771e855218d5f1561}} -void {\bfseries slot\+\_\+search\+\_\+finished} () -\item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1d083105603805219fe01f37d773693f}{slot\+\_\+import\+\_\+finished}} (const Q\+String \&keyid) +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a6f1c5238da7cd6f117bed8018469b37a}{slot\+\_\+import\+\_\+finished}} (Q\+Network\+Reply\+::\+Network\+Error error, Q\+Byte\+Array buffer) \item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_adc7249b039e078c84f705c7111a148b0}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_adc7249b039e078c84f705c7111a148b0}} void {\bfseries slot\+\_\+search} () -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ad184316a91466181dbc9c109f8a03d01}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ad184316a91466181dbc9c109f8a03d01}} -void {\bfseries slot\+\_\+save\+\_\+window\+\_\+state} () \end{DoxyCompactItemize} \doxysubsection*{Private Member Functions} \begin{DoxyCompactItemize} @@ -110,9 +106,6 @@ Q\+Push\+Button $\ast$ {\bfseries search\+\_\+button\+\_\+} \{\} \item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_af48f4a6d2744bad2759e691f9c59f209}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_af48f4a6d2744bad2759e691f9c59f209}} Q\+Table\+Widget $\ast$ {\bfseries keys\+\_\+table\+\_\+} \{\} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_acb2e410d862b05f335fdaa108b6e15ee}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_acb2e410d862b05f335fdaa108b6e15ee}} -Q\+Network\+Access\+Manager $\ast$ {\bfseries network\+\_\+access\+\_\+manager\+\_\+} \{\} \end{DoxyCompactItemize} @@ -136,7 +129,7 @@ Construct a new Key Server Import Dialog object. \end{DoxyParams} -References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check(), create\+\_\+combo\+Box(), create\+\_\+keys\+\_\+table(), and Gpg\+Frontend\+::\+U\+I\+::\+Signal\+Station\+::\+Get\+Instance(). +References create\+\_\+combo\+Box(), create\+\_\+keys\+\_\+table(), Gpg\+Frontend\+::\+U\+I\+::\+Signal\+Station\+::\+Get\+Instance(), and slot\+\_\+import(). \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a4c4e44963dcd4f656b10788a7fafbb4e}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a4c4e44963dcd4f656b10788a7fafbb4e}} \index{GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}!KeyServerImportDialog@{KeyServerImportDialog}} @@ -213,6 +206,10 @@ Create a keys table object. +References slot\+\_\+import(). + + + Referenced by Key\+Server\+Import\+Dialog(). \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a3b818c2a3e5c32fc32425b17e63367e2}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a3b818c2a3e5c32fc32425b17e63367e2}} @@ -249,10 +246,6 @@ Set the loading object. {\em status} & \\ \hline \end{DoxyParams} - - -Referenced by Slot\+Import(). - \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ab93fbf5e0626bffe398f5baa2bc00b1a}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ab93fbf5e0626bffe398f5baa2bc00b1a}} \index{GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}!set\_message@{set\_message}} \index{set\_message@{set\_message}!GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}} @@ -274,11 +267,29 @@ Set the message object. Referenced by slot\+\_\+import\+\_\+finished(). -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1d083105603805219fe01f37d773693f}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1d083105603805219fe01f37d773693f}} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ac9c14bbc97945c94fd02c8e067ccab06}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_ac9c14bbc97945c94fd02c8e067ccab06}} +\index{GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}!slot\_import@{slot\_import}} +\index{slot\_import@{slot\_import}!GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}} +\doxysubsubsection{\texorpdfstring{slot\_import}{slot\_import}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::slot\+\_\+import (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}} + + + +import key(s) for the key table selection + + + +References Slot\+Import(). + + + +Referenced by create\+\_\+keys\+\_\+table(), and Key\+Server\+Import\+Dialog(). + +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a6f1c5238da7cd6f117bed8018469b37a}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a6f1c5238da7cd6f117bed8018469b37a}} \index{GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}!slot\_import\_finished@{slot\_import\_finished}} \index{slot\_import\_finished@{slot\_import\_finished}!GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}} \doxysubsubsection{\texorpdfstring{slot\_import\_finished}{slot\_import\_finished}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::slot\+\_\+import\+\_\+finished (\begin{DoxyParamCaption}\item[{const Q\+String \&}]{keyid }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::slot\+\_\+import\+\_\+finished (\begin{DoxyParamCaption}\item[{Q\+Network\+Reply\+::\+Network\+Error}]{error, }\item[{Q\+Byte\+Array}]{buffer }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}} \begin{DoxyParams}{Parameters} @@ -306,13 +317,17 @@ Referenced by Slot\+Import(). \end{DoxyParams} -References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), and Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+U\+I\+Settings(). +References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check(). -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1a7298fa8c6aa085794b21fe6d8ed1eb}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_a1a7298fa8c6aa085794b21fe6d8ed1eb}} + + +Referenced by slot\+\_\+import(). + +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_abb3d99b2c17b0f6ddb0e5b93dd8f8802}\label{classGpgFrontend_1_1UI_1_1KeyServerImportDialog_abb3d99b2c17b0f6ddb0e5b93dd8f8802}} \index{GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}!SlotImport@{SlotImport}} \index{SlotImport@{SlotImport}!GpgFrontend::UI::KeyServerImportDialog@{GpgFrontend::UI::KeyServerImportDialog}} \doxysubsubsection{\texorpdfstring{SlotImport}{SlotImport}\hspace{0.1cm}{\footnotesize\ttfamily [2/2]}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import (\begin{DoxyParamCaption}\item[{const Q\+String\+List \&}]{key\+Ids, }\item[{const Q\+Url \&}]{keyserver\+Url }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [slot]}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import (\begin{DoxyParamCaption}\item[{std\+::vector$<$ std\+::string $>$}]{key\+\_\+ids\+\_\+list, }\item[{std\+::string}]{keyserver\+\_\+url }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [slot]}} \begin{DoxyParams}{Parameters} @@ -323,11 +338,11 @@ References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+St \end{DoxyParams} -References set\+\_\+loading(), and slot\+\_\+import\+\_\+finished(). +References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Task\+Runner\+Getter $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Task\+::\+Signal\+Key\+Server\+Import\+Result(), and slot\+\_\+import\+\_\+finished(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/import\+\_\+export/Key\+Server\+Import\+Dialog.\+h\item -src/ui/import\+\_\+export/Key\+Server\+Import\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/import\+\_\+export/Key\+Server\+Import\+Dialog.\+h\item +src/ui/dialog/import\+\_\+export/Key\+Server\+Import\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 index c31c8eb3..5f82b573 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 @@ -1 +1 @@ -cf794018bfd74b7e47035083045f27b0 \ No newline at end of file +ace92c089e03fdfce78c3582b23bbb23 \ No newline at end of file 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 f84f7009..212aacca 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 index c31c8eb3..a38b249d 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 @@ -1 +1 @@ -cf794018bfd74b7e47035083045f27b0 \ No newline at end of file +cf9885d44b50ac4527c2a646aca3e3b1 \ No newline at end of file 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 c87e2d50..50322c5d 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask.tex new file mode 100644 index 00000000..d572cb22 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask.tex @@ -0,0 +1,117 @@ +\hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask}{}\doxysection{Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Task Class Reference} +\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask}\index{GpgFrontend::UI::KeyServerImportTask@{GpgFrontend::UI::KeyServerImportTask}} + + +Inheritance diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph} +\end{center} +\end{figure} + + +Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph} +\end{center} +\end{figure} +\doxysubsection*{Signals} +\begin{DoxyCompactItemize} +\item +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a6b2c07d193fb28a57b1738fa493b2b3f}{Signal\+Key\+Server\+Import\+Result}} (Q\+Network\+Reply\+::\+Network\+Error reply, Q\+Byte\+Array buffer) +\end{DoxyCompactItemize} +\doxysubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a1640363b4b27cb3d256181ddc6cdc857}{Key\+Server\+Import\+Task}} (std\+::string keyserver\+\_\+url, std\+::vector$<$ std\+::string $>$ keyid) +\begin{DoxyCompactList}\small\item\em Construct a new Key Server Search Task object. \end{DoxyCompactList}\end{DoxyCompactItemize} +\doxysubsection*{Protected Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_aaf3e0f25869eab592e0be108b3727f8e}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_aaf3e0f25869eab592e0be108b3727f8e}} +void {\bfseries run} () override +\end{DoxyCompactItemize} +\doxysubsection*{Private Slots} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ac0c91559fa74b01a5b6d9cf925727339}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ac0c91559fa74b01a5b6d9cf925727339}} +void {\bfseries dealing\+\_\+reply\+\_\+from\+\_\+server} () +\end{DoxyCompactItemize} +\doxysubsection*{Private Attributes} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ae3d6f2b89691f0fdcc692920aacd3fba}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ae3d6f2b89691f0fdcc692920aacd3fba}} +std\+::string {\bfseries keyserver\+\_\+url\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ac066c7a57c5b0bc96a6982df2585862b}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_ac066c7a57c5b0bc96a6982df2585862b}} +std\+::vector$<$ std\+::string $>$ {\bfseries keyids\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a3adcb012ca6a6c08c65b94ab301eba27}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a3adcb012ca6a6c08c65b94ab301eba27}} +int {\bfseries result\+\_\+count\+\_\+} = 0 +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_af24ff4c57d63e831324ca6075b86ae8b}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_af24ff4c57d63e831324ca6075b86ae8b}} +Q\+Network\+Access\+Manager $\ast$ {\bfseries manager\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a5e1fb2810c4b07bd9d8c6fe11c72c526}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a5e1fb2810c4b07bd9d8c6fe11c72c526}} +Q\+Network\+Reply $\ast$ {\bfseries reply\+\_\+} +\end{DoxyCompactItemize} +\doxysubsection*{Additional Inherited Members} + + +\doxysubsection{Constructor \& Destructor Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a1640363b4b27cb3d256181ddc6cdc857}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a1640363b4b27cb3d256181ddc6cdc857}} +\index{GpgFrontend::UI::KeyServerImportTask@{GpgFrontend::UI::KeyServerImportTask}!KeyServerImportTask@{KeyServerImportTask}} +\index{KeyServerImportTask@{KeyServerImportTask}!GpgFrontend::UI::KeyServerImportTask@{GpgFrontend::UI::KeyServerImportTask}} +\doxysubsubsection{\texorpdfstring{KeyServerImportTask()}{KeyServerImportTask()}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Task\+::\+Key\+Server\+Import\+Task (\begin{DoxyParamCaption}\item[{std\+::string}]{keyserver\+\_\+url, }\item[{std\+::vector$<$ std\+::string $>$}]{keyids }\end{DoxyParamCaption})} + + + +Construct a new Key Server Search Task object. + + +\begin{DoxyParams}{Parameters} +{\em keyserver\+\_\+url} & \\ +\hline +{\em search\+\_\+string} & Copyright (C) 2021 Saturneric\\ +\hline +\end{DoxyParams} +This file is part of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. + +\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is free software\+: you can redistribute it and/or modify it under the terms of the G\+NU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is distributed in the hope that it will be useful, but W\+I\+T\+H\+O\+UT A\+NY W\+A\+R\+R\+A\+N\+TY; without even the implied warranty of M\+E\+R\+C\+H\+A\+N\+T\+A\+B\+I\+L\+I\+TY or F\+I\+T\+N\+E\+SS F\+OR A P\+A\+R\+T\+I\+C\+U\+L\+AR P\+U\+R\+P\+O\+SE. See the G\+NU General Public License for more details. + +You should have received a copy of the G\+NU General Public License along with \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. If not, see \href{https://www.gnu.org/licenses/}{\texttt{ https\+://www.\+gnu.\+org/licenses/}}. + +The initial version of the source code is inherited from the gpg4usb project, which is under G\+P\+L-\/3.\+0-\/or-\/later. + +The source code version of this software was modified and released by Saturneric\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}}\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}} starting on May 12, 2021. + +\doxysubsection{Member Function Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a6b2c07d193fb28a57b1738fa493b2b3f}\label{classGpgFrontend_1_1UI_1_1KeyServerImportTask_a6b2c07d193fb28a57b1738fa493b2b3f}} +\index{GpgFrontend::UI::KeyServerImportTask@{GpgFrontend::UI::KeyServerImportTask}!SignalKeyServerImportResult@{SignalKeyServerImportResult}} +\index{SignalKeyServerImportResult@{SignalKeyServerImportResult}!GpgFrontend::UI::KeyServerImportTask@{GpgFrontend::UI::KeyServerImportTask}} +\doxysubsubsection{\texorpdfstring{SignalKeyServerImportResult}{SignalKeyServerImportResult}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Task\+::\+Signal\+Key\+Server\+Import\+Result (\begin{DoxyParamCaption}\item[{Q\+Network\+Reply\+::\+Network\+Error}]{reply, }\item[{Q\+Byte\+Array}]{buffer }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} + + +\begin{DoxyParams}{Parameters} +{\em result} & \\ +\hline +\end{DoxyParams} + + +Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import(). + + + +The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} +\item +src/ui/thread/Key\+Server\+Import\+Task.\+h\item +src/ui/thread/Key\+Server\+Import\+Task.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5 new file mode 100644 index 00000000..100fb82b --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.md5 @@ -0,0 +1 @@ +320115a70f9cf87d08d216e3bd0d67de \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf new file mode 100644 index 00000000..bf69a774 Binary files /dev/null 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.md5 new file mode 100644 index 00000000..c836c3b6 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.md5 @@ -0,0 +1 @@ +9cace09a020291ff3a31b1a3adb184cc \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf new file mode 100644 index 00000000..06a51d56 Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.tex new file mode 100644 index 00000000..24358d89 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask.tex @@ -0,0 +1,110 @@ +\hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}{}\doxysection{Gpg\+Frontend\+::UI\+::Key\+Server\+Search\+Task Class Reference} +\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}\index{GpgFrontend::UI::KeyServerSearchTask@{GpgFrontend::UI::KeyServerSearchTask}} + + +Inheritance diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Search\+Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph} +\end{center} +\end{figure} + + +Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Server\+Search\+Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph} +\end{center} +\end{figure} +\doxysubsection*{Signals} +\begin{DoxyCompactItemize} +\item +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_ae478130476c95a8b220c3b0e6a7b88b4}{Signal\+Key\+Server\+Search\+Result}} (Q\+Network\+Reply\+::\+Network\+Error reply, Q\+Byte\+Array buffer) +\end{DoxyCompactItemize} +\doxysubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a168e21bdfa72f43f91187ab29ece5efa}{Key\+Server\+Search\+Task}} (std\+::string keyserver\+\_\+url, std\+::string search\+\_\+string) +\begin{DoxyCompactList}\small\item\em Construct a new Key Server Search Task object. \end{DoxyCompactList}\end{DoxyCompactItemize} +\doxysubsection*{Protected Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a99a5df78f8b78551dba4a14e144099cf}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a99a5df78f8b78551dba4a14e144099cf}} +void {\bfseries run} () override +\end{DoxyCompactItemize} +\doxysubsection*{Private Slots} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a04075001fcf461425c3ae14c96de2ad6}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a04075001fcf461425c3ae14c96de2ad6}} +void {\bfseries dealing\+\_\+reply\+\_\+from\+\_\+server} () +\end{DoxyCompactItemize} +\doxysubsection*{Private Attributes} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_af0f20b03e64115f475d05a6517ab5bcf}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_af0f20b03e64115f475d05a6517ab5bcf}} +std\+::string {\bfseries keyserver\+\_\+url\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a05fdcb7bd52dced3c9e15e9ca313c2b4}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a05fdcb7bd52dced3c9e15e9ca313c2b4}} +std\+::string {\bfseries search\+\_\+string\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a1d03d44bd99bbaf7908a7a8ea8080212}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a1d03d44bd99bbaf7908a7a8ea8080212}} +Q\+Network\+Access\+Manager $\ast$ {\bfseries manager\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a62bb1488fd6f95881bb70f8a228ef9c9}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a62bb1488fd6f95881bb70f8a228ef9c9}} +Q\+Network\+Reply $\ast$ {\bfseries reply\+\_\+} +\end{DoxyCompactItemize} +\doxysubsection*{Additional Inherited Members} + + +\doxysubsection{Constructor \& Destructor Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a168e21bdfa72f43f91187ab29ece5efa}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_a168e21bdfa72f43f91187ab29ece5efa}} +\index{GpgFrontend::UI::KeyServerSearchTask@{GpgFrontend::UI::KeyServerSearchTask}!KeyServerSearchTask@{KeyServerSearchTask}} +\index{KeyServerSearchTask@{KeyServerSearchTask}!GpgFrontend::UI::KeyServerSearchTask@{GpgFrontend::UI::KeyServerSearchTask}} +\doxysubsubsection{\texorpdfstring{KeyServerSearchTask()}{KeyServerSearchTask()}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Search\+Task\+::\+Key\+Server\+Search\+Task (\begin{DoxyParamCaption}\item[{std\+::string}]{keyserver\+\_\+url, }\item[{std\+::string}]{search\+\_\+string }\end{DoxyParamCaption})} + + + +Construct a new Key Server Search Task object. + + +\begin{DoxyParams}{Parameters} +{\em keyserver\+\_\+url} & \\ +\hline +{\em search\+\_\+string} & Copyright (C) 2021 Saturneric\\ +\hline +\end{DoxyParams} +This file is part of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. + +\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is free software\+: you can redistribute it and/or modify it under the terms of the G\+NU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is distributed in the hope that it will be useful, but W\+I\+T\+H\+O\+UT A\+NY W\+A\+R\+R\+A\+N\+TY; without even the implied warranty of M\+E\+R\+C\+H\+A\+N\+T\+A\+B\+I\+L\+I\+TY or F\+I\+T\+N\+E\+SS F\+OR A P\+A\+R\+T\+I\+C\+U\+L\+AR P\+U\+R\+P\+O\+SE. See the G\+NU General Public License for more details. + +You should have received a copy of the G\+NU General Public License along with \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. If not, see \href{https://www.gnu.org/licenses/}{\texttt{ https\+://www.\+gnu.\+org/licenses/}}. + +The initial version of the source code is inherited from the gpg4usb project, which is under G\+P\+L-\/3.\+0-\/or-\/later. + +The source code version of this software was modified and released by Saturneric\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}}\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}} starting on May 12, 2021. + +\doxysubsection{Member Function Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_ae478130476c95a8b220c3b0e6a7b88b4}\label{classGpgFrontend_1_1UI_1_1KeyServerSearchTask_ae478130476c95a8b220c3b0e6a7b88b4}} +\index{GpgFrontend::UI::KeyServerSearchTask@{GpgFrontend::UI::KeyServerSearchTask}!SignalKeyServerSearchResult@{SignalKeyServerSearchResult}} +\index{SignalKeyServerSearchResult@{SignalKeyServerSearchResult}!GpgFrontend::UI::KeyServerSearchTask@{GpgFrontend::UI::KeyServerSearchTask}} +\doxysubsubsection{\texorpdfstring{SignalKeyServerSearchResult}{SignalKeyServerSearchResult}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Search\+Task\+::\+Signal\+Key\+Server\+Search\+Result (\begin{DoxyParamCaption}\item[{Q\+Network\+Reply\+::\+Network\+Error}]{reply, }\item[{Q\+Byte\+Array}]{buffer }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} + + +\begin{DoxyParams}{Parameters} +{\em result} & \\ +\hline +\end{DoxyParams} + + +The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} +\item +src/ui/thread/Key\+Server\+Search\+Task.\+h\item +src/ui/thread/Key\+Server\+Search\+Task.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5 new file mode 100644 index 00000000..3fed44a5 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.md5 @@ -0,0 +1 @@ +0bb74ae0ba855cf8e7290dd9916282a4 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf new file mode 100644 index 00000000..842760dc Binary files /dev/null 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.md5 new file mode 100644 index 00000000..9d07c7b1 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.md5 @@ -0,0 +1 @@ +ae5d13a47ba55f7ccd23c807703e7b0b \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf new file mode 100644 index 00000000..1ea5bd07 Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.tex index f775ce3f..9eb32f14 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.tex @@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+Set\+Expire\+Date\+Dialog\ \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph} +\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph} \end{center} \end{figure} \doxysubsection*{Signals} @@ -116,5 +116,5 @@ Construct a new Key Set Expire Date Dialog object. The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/keypair\+\_\+details/Key\+Set\+Expire\+Date\+Dialog.\+h\item -src/ui/keypair\+\_\+details/Key\+Set\+Expire\+Date\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/keypair\+\_\+details/Key\+Set\+Expire\+Date\+Dialog.\+h\item +src/ui/dialog/keypair\+\_\+details/Key\+Set\+Expire\+Date\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 index c42d31e8..9fbd5cae 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 @@ -1 +1 @@ -1eb0c0c11f2a60b4d72fd4c9fd8b1dcc \ No newline at end of file +943a63cab2b445eba6d87e81cbf3fe2c \ No newline at end of file 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 079b3269..c139ef5a 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 index 5b48ef76..6ca593b4 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 @@ -1 +1 @@ -c36845cd932122802e578bd9305599d5 \ No newline at end of file +c5f840f23387da01b55dcc2626c7d4f4 \ No newline at end of file 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 68680f90..fd97a182 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.tex index 5ae3560f..d40b9bf4 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.tex @@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Key\+U\+I\+D\+Sign\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph} +\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph} \end{center} \end{figure} \doxysubsection*{Signals} @@ -111,5 +111,5 @@ Referenced by Key\+U\+I\+D\+Sign\+Dialog(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/keypair\+\_\+details/Key\+U\+I\+D\+Sign\+Dialog.\+h\item -src/ui/keypair\+\_\+details/Key\+U\+I\+D\+Sign\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/keypair\+\_\+details/Key\+U\+I\+D\+Sign\+Dialog.\+h\item +src/ui/dialog/keypair\+\_\+details/Key\+U\+I\+D\+Sign\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 index f7c64621..a6af0f7d 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 @@ -1 +1 @@ -c039aa366d6520a41f54cc2ee1007dc9 \ No newline at end of file +0ef6bd896408a2e48d930a89c769cdd5 \ No newline at end of file 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 bf640b41..ae3951a5 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 index 324a490a..729b4882 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 @@ -1 +1 @@ -0a8f354654fd5618766b55ed81271d92 \ No newline at end of file +de1f55e951ad47d76d8d6eb35e704125 \ No newline at end of file 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 6a17dd9c..e2c15a9f 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog.tex index 7b189e02..d94578ee 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog.tex @@ -90,5 +90,5 @@ References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+St The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/import\+\_\+export/Key\+Upload\+Dialog.\+h\item -src/ui/import\+\_\+export/Key\+Upload\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/import\+\_\+export/Key\+Upload\+Dialog.\+h\item +src/ui/dialog/import\+\_\+export/Key\+Upload\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 index 05616cde..fea1f127 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 @@ -1 +1 @@ -96ad2a8132c70e2bd5fcfb6de5e3fb22 \ No newline at end of file +c1b43ca672fcf4f56267e30af2459b20 \ No newline at end of file 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 535a90da..970bf617 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 index 5daeac40..6cf418f0 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 @@ -1 +1 @@ -a3f62bc7f393ed3c0a0de916e1f4336a \ No newline at end of file +33f3748d3a6f6a75eca1c580301561d2 \ No newline at end of file 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 a915d28f..6c27ce30 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab.tex index 60514d64..aad10af0 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab.tex @@ -113,7 +113,7 @@ Set the Settings object. -References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), and Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+U\+I\+Settings(). +References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check(). \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1KeyserverTab_a26449a77844d9db69a543ff88f10e347}\label{classGpgFrontend_1_1UI_1_1KeyserverTab_a26449a77844d9db69a543ff88f10e347}} \index{GpgFrontend::UI::KeyserverTab@{GpgFrontend::UI::KeyserverTab}!SignalRestartNeeded@{SignalRestartNeeded}} @@ -145,5 +145,5 @@ References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check(), Gpg\+Fron The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/settings/Settings\+Key\+Server.\+h\item -src/ui/settings/Settings\+Key\+Server.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/settings/Settings\+Key\+Server.\+h\item +src/ui/dialog/settings/Settings\+Key\+Server.\+cpp\end{DoxyCompactItemize} 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 28911e05..627a52de 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 1849e1e0..05549eb4 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.tex new file mode 100644 index 00000000..7345e996 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.tex @@ -0,0 +1,124 @@ +\hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask}{}\doxysection{Gpg\+Frontend\+::UI\+::Listed\+Key\+Server\+Test\+Task Class Reference} +\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask}\index{GpgFrontend::UI::ListedKeyServerTestTask@{GpgFrontend::UI::ListedKeyServerTestTask}} + + +Inheritance diagram for Gpg\+Frontend\+::UI\+::Listed\+Key\+Server\+Test\+Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph} +\end{center} +\end{figure} + + +Collaboration diagram for Gpg\+Frontend\+::UI\+::Listed\+Key\+Server\+Test\+Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph} +\end{center} +\end{figure} +\doxysubsection*{Public Types} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a4e4e873d8d75a215f574f8211b5896d8}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a4e4e873d8d75a215f574f8211b5896d8}} +enum {\bfseries Key\+Server\+Test\+Result\+Type} \{ {\bfseries k\+Test\+Result\+Type\+\_\+\+Success}, +{\bfseries k\+Test\+Result\+Type\+\_\+\+Timeout}, +{\bfseries k\+Test\+Result\+Type\+\_\+\+Error} + \} +\end{DoxyCompactItemize} +\doxysubsection*{Signals} +\begin{DoxyCompactItemize} +\item +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a20f0147d670be7ab5c9d3051a900f508}{Signal\+Key\+Server\+List\+Test\+Result}} (std\+::vector$<$ Key\+Server\+Test\+Result\+Type $>$ result) +\end{DoxyCompactItemize} +\doxysubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_ae25b5d59b53facc15648ab80ff19ed77}{Listed\+Key\+Server\+Test\+Task}} (const Q\+String\+List \&urls, int timeout, Q\+Widget $\ast$parent=nullptr) +\end{DoxyCompactItemize} +\doxysubsection*{Protected Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a2a34a0b2c9f99597cc9ac52ffbcf151a}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a2a34a0b2c9f99597cc9ac52ffbcf151a}} +void {\bfseries run} () override +\end{DoxyCompactItemize} +\doxysubsection*{Private Member Functions} +\begin{DoxyCompactItemize} +\item +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_af9350e0a8d5993e5be0a5478fcb161be}{slot\+\_\+process\+\_\+network\+\_\+reply}} (int index, Q\+Network\+Reply $\ast$reply) +\end{DoxyCompactItemize} +\doxysubsection*{Private Attributes} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a5c53b9ab82f93982e29a4fe3076c3419}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a5c53b9ab82f93982e29a4fe3076c3419}} +Q\+String\+List {\bfseries urls\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a9c54f88adf75dd3402fef51ef5eeaea5}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a9c54f88adf75dd3402fef51ef5eeaea5}} +std\+::vector$<$ Key\+Server\+Test\+Result\+Type $>$ {\bfseries result\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a870ec89c06c3a4789948ca60e45e437d}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a870ec89c06c3a4789948ca60e45e437d}} +Q\+Network\+Access\+Manager $\ast$ {\bfseries network\+\_\+manager\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_abbb10300a75086649faba44cf4d2ed61}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_abbb10300a75086649faba44cf4d2ed61}} +int {\bfseries timeout\+\_\+} = 500 +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a257a806258d2e82961dd1227151d8269}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a257a806258d2e82961dd1227151d8269}} +int {\bfseries result\+\_\+count\+\_\+} = 0 +\end{DoxyCompactItemize} + + +\doxysubsection{Constructor \& Destructor Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_ae25b5d59b53facc15648ab80ff19ed77}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_ae25b5d59b53facc15648ab80ff19ed77}} +\index{GpgFrontend::UI::ListedKeyServerTestTask@{GpgFrontend::UI::ListedKeyServerTestTask}!ListedKeyServerTestTask@{ListedKeyServerTestTask}} +\index{ListedKeyServerTestTask@{ListedKeyServerTestTask}!GpgFrontend::UI::ListedKeyServerTestTask@{GpgFrontend::UI::ListedKeyServerTestTask}} +\doxysubsubsection{\texorpdfstring{ListedKeyServerTestTask()}{ListedKeyServerTestTask()}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+Listed\+Key\+Server\+Test\+Task\+::\+Listed\+Key\+Server\+Test\+Task (\begin{DoxyParamCaption}\item[{const Q\+String\+List \&}]{urls, }\item[{int}]{timeout, }\item[{Q\+Widget $\ast$}]{parent = {\ttfamily nullptr} }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}} + +Copyright (C) 2021 Saturneric + +This file is part of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. + +\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is free software\+: you can redistribute it and/or modify it under the terms of the G\+NU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is distributed in the hope that it will be useful, but W\+I\+T\+H\+O\+UT A\+NY W\+A\+R\+R\+A\+N\+TY; without even the implied warranty of M\+E\+R\+C\+H\+A\+N\+T\+A\+B\+I\+L\+I\+TY or F\+I\+T\+N\+E\+SS F\+OR A P\+A\+R\+T\+I\+C\+U\+L\+AR P\+U\+R\+P\+O\+SE. See the G\+NU General Public License for more details. + +You should have received a copy of the G\+NU General Public License along with \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. If not, see \href{https://www.gnu.org/licenses/}{\texttt{ https\+://www.\+gnu.\+org/licenses/}}. + +The initial version of the source code is inherited from the gpg4usb project, which is under G\+P\+L-\/3.\+0-\/or-\/later. + +The source code version of this software was modified and released by Saturneric\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}}\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}} starting on May 12, 2021. + +\doxysubsection{Member Function Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a20f0147d670be7ab5c9d3051a900f508}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_a20f0147d670be7ab5c9d3051a900f508}} +\index{GpgFrontend::UI::ListedKeyServerTestTask@{GpgFrontend::UI::ListedKeyServerTestTask}!SignalKeyServerListTestResult@{SignalKeyServerListTestResult}} +\index{SignalKeyServerListTestResult@{SignalKeyServerListTestResult}!GpgFrontend::UI::ListedKeyServerTestTask@{GpgFrontend::UI::ListedKeyServerTestTask}} +\doxysubsubsection{\texorpdfstring{SignalKeyServerListTestResult}{SignalKeyServerListTestResult}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Listed\+Key\+Server\+Test\+Task\+::\+Signal\+Key\+Server\+List\+Test\+Result (\begin{DoxyParamCaption}\item[{std\+::vector$<$ Key\+Server\+Test\+Result\+Type $>$}]{result }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} + + +\begin{DoxyParams}{Parameters} +{\em result} & \\ +\hline +\end{DoxyParams} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_af9350e0a8d5993e5be0a5478fcb161be}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask_af9350e0a8d5993e5be0a5478fcb161be}} +\index{GpgFrontend::UI::ListedKeyServerTestTask@{GpgFrontend::UI::ListedKeyServerTestTask}!slot\_process\_network\_reply@{slot\_process\_network\_reply}} +\index{slot\_process\_network\_reply@{slot\_process\_network\_reply}!GpgFrontend::UI::ListedKeyServerTestTask@{GpgFrontend::UI::ListedKeyServerTestTask}} +\doxysubsubsection{\texorpdfstring{slot\_process\_network\_reply()}{slot\_process\_network\_reply()}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Listed\+Key\+Server\+Test\+Task\+::slot\+\_\+process\+\_\+network\+\_\+reply (\begin{DoxyParamCaption}\item[{int}]{index, }\item[{Q\+Network\+Reply $\ast$}]{reply }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}} + + +\begin{DoxyParams}{Parameters} +{\em index} & \\ +\hline +{\em reply} & \\ +\hline +\end{DoxyParams} + + +The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} +\item +src/ui/thread/Listed\+Key\+Server\+Test\+Task.\+h\item +src/ui/thread/Listed\+Key\+Server\+Test\+Task.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.md5 new file mode 100644 index 00000000..b5897cfa --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.md5 @@ -0,0 +1 @@ +b1c2ac6d23370431ef0bae0eb79a334c \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf new file mode 100644 index 00000000..53d7052a Binary files /dev/null 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.md5 new file mode 100644 index 00000000..f95ba0ea --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.md5 @@ -0,0 +1 @@ +33c25a2abcf226dbfe621eb7f6f68972 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf new file mode 100644 index 00000000..a86d9dea Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.tex b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.tex deleted file mode 100644 index f103c306..00000000 --- a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.tex +++ /dev/null @@ -1,96 +0,0 @@ -\hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread}{}\doxysection{Gpg\+Frontend\+::UI\+::Listed\+Key\+Server\+Test\+Thread Class Reference} -\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread}\index{GpgFrontend::UI::ListedKeyServerTestThread@{GpgFrontend::UI::ListedKeyServerTestThread}} - - -Inheritance diagram for Gpg\+Frontend\+::UI\+::Listed\+Key\+Server\+Test\+Thread\+: -\nopagebreak -\begin{figure}[H] -\begin{center} -\leavevmode -\includegraphics[width=247pt]{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph} -\end{center} -\end{figure} - - -Collaboration diagram for Gpg\+Frontend\+::UI\+::Listed\+Key\+Server\+Test\+Thread\+: -\nopagebreak -\begin{figure}[H] -\begin{center} -\leavevmode -\includegraphics[width=247pt]{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph} -\end{center} -\end{figure} -\doxysubsection*{Signals} -\begin{DoxyCompactItemize} -\item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a41071f083c60ca708e8cc29896803940}{Signal\+Key\+Server\+List\+Test\+Result}} (const Q\+String\+List \&result) -\end{DoxyCompactItemize} -\doxysubsection*{Public Member Functions} -\begin{DoxyCompactItemize} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a33d34fd3c08f5d4fa2a1e97b2f028274}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a33d34fd3c08f5d4fa2a1e97b2f028274}} -{\bfseries Listed\+Key\+Server\+Test\+Thread} (const Q\+String\+List \&urls, int timeout, Q\+Widget $\ast$parent=nullptr) -\end{DoxyCompactItemize} -\doxysubsection*{Protected Member Functions} -\begin{DoxyCompactItemize} -\item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a1146e72ffa5555b378f09efd2c55a619}{run}} () override -\end{DoxyCompactItemize} -\doxysubsection*{Private Attributes} -\begin{DoxyCompactItemize} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a0c7bac2346240758e7261d00416904bf}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a0c7bac2346240758e7261d00416904bf}} -Q\+String\+List {\bfseries urls\+\_\+} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a07cf756a15ba7750c6657802b1dce3e1}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a07cf756a15ba7750c6657802b1dce3e1}} -Q\+String\+List {\bfseries result\+\_\+} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a13ac7f514a2a8ad05feb9ef4819dc653}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a13ac7f514a2a8ad05feb9ef4819dc653}} -int {\bfseries timeout\+\_\+} = 500 -\end{DoxyCompactItemize} - - -\doxysubsection{Member Function Documentation} -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a1146e72ffa5555b378f09efd2c55a619}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a1146e72ffa5555b378f09efd2c55a619}} -\index{GpgFrontend::UI::ListedKeyServerTestThread@{GpgFrontend::UI::ListedKeyServerTestThread}!run@{run}} -\index{run@{run}!GpgFrontend::UI::ListedKeyServerTestThread@{GpgFrontend::UI::ListedKeyServerTestThread}} -\doxysubsubsection{\texorpdfstring{run()}{run()}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Listed\+Key\+Server\+Test\+Thread\+::run (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [override]}, {\ttfamily [protected]}} - -Copyright (C) 2021 Saturneric - -This file is part of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. - -\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is free software\+: you can redistribute it and/or modify it under the terms of the G\+NU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} is distributed in the hope that it will be useful, but W\+I\+T\+H\+O\+UT A\+NY W\+A\+R\+R\+A\+N\+TY; without even the implied warranty of M\+E\+R\+C\+H\+A\+N\+T\+A\+B\+I\+L\+I\+TY or F\+I\+T\+N\+E\+SS F\+OR A P\+A\+R\+T\+I\+C\+U\+L\+AR P\+U\+R\+P\+O\+SE. See the G\+NU General Public License for more details. - -You should have received a copy of the G\+NU General Public License along with \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}}. If not, see \href{https://www.gnu.org/licenses/}{\texttt{ https\+://www.\+gnu.\+org/licenses/}}. - -The initial version of the source code is inherited from the gpg4usb project, which is under G\+P\+L-\/3.\+0-\/or-\/later. - -The source code version of this software was modified and released by Saturneric\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}}\href{mailto:eric@bktus.com}{\texttt{ eric@bktus.\+com}} starting on May 12, 2021. - -References Signal\+Key\+Server\+List\+Test\+Result(). - -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a41071f083c60ca708e8cc29896803940}\label{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread_a41071f083c60ca708e8cc29896803940}} -\index{GpgFrontend::UI::ListedKeyServerTestThread@{GpgFrontend::UI::ListedKeyServerTestThread}!SignalKeyServerListTestResult@{SignalKeyServerListTestResult}} -\index{SignalKeyServerListTestResult@{SignalKeyServerListTestResult}!GpgFrontend::UI::ListedKeyServerTestThread@{GpgFrontend::UI::ListedKeyServerTestThread}} -\doxysubsubsection{\texorpdfstring{SignalKeyServerListTestResult}{SignalKeyServerListTestResult}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Listed\+Key\+Server\+Test\+Thread\+::\+Signal\+Key\+Server\+List\+Test\+Result (\begin{DoxyParamCaption}\item[{const Q\+String\+List \&}]{result }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} - - -\begin{DoxyParams}{Parameters} -{\em result} & \\ -\hline -\end{DoxyParams} - - -Referenced by run(). - - - -The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} -\item -src/ui/thread/Listed\+Key\+Server\+Test\+Thread.\+h\item -src/ui/thread/Listed\+Key\+Server\+Test\+Thread.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.md5 deleted file mode 100644 index 24026d4b..00000000 --- a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -2e67df28576297dbb2f15143633b7f93 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.pdf deleted file mode 100644 index 9983ef59..00000000 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.pdf and /dev/null differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.md5 deleted file mode 100644 index 24026d4b..00000000 --- a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -2e67df28576297dbb2f15143633b7f93 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.pdf deleted file mode 100644 index 9983ef59..00000000 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.pdf and /dev/null differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex index b5fb38d8..ff16c8a6 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex @@ -293,6 +293,9 @@ Q\+Action $\ast$ \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_a672f4ef0 \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_adbac799672c43c90810366825d837e4e}\label{classGpgFrontend_1_1UI_1_1MainWindow_adbac799672c43c90810366825d837e4e}} Q\+Action $\ast$ \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_adbac799672c43c90810366825d837e4e}{translate\+\_\+act\+\_\+}} \{\} \begin{DoxyCompactList}\small\item\em Action to open about dialog. \end{DoxyCompactList}\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a79b83f536a7c4299eaa3d22e4e875227}\label{classGpgFrontend_1_1UI_1_1MainWindow_a79b83f536a7c4299eaa3d22e4e875227}} +Q\+Action $\ast$ \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_a79b83f536a7c4299eaa3d22e4e875227}{gnupg\+\_\+act\+\_\+}} \{\} +\begin{DoxyCompactList}\small\item\em Action to open about dialog. \end{DoxyCompactList}\item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_afab1e0363a4b97ff68228cd4bd7cbc62}\label{classGpgFrontend_1_1UI_1_1MainWindow_afab1e0363a4b97ff68228cd4bd7cbc62}} Q\+Action $\ast$ \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_afab1e0363a4b97ff68228cd4bd7cbc62}{open\+\_\+settings\+\_\+act\+\_\+}} \{\} \begin{DoxyCompactList}\small\item\em Action to open settings dialog. \end{DoxyCompactList}\item @@ -335,6 +338,7 @@ bool {\bfseries restart\+\_\+needed\+\_\+} \{\} \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a24e58eb0b84709ea665db95e54da865b}\label{classGpgFrontend_1_1UI_1_1MainWindow_a24e58eb0b84709ea665db95e54da865b}} bool {\bfseries prohibit\+\_\+update\+\_\+checking\+\_\+} = false \end{DoxyCompactItemize} +\doxysubsection*{Additional Inherited Members} \doxysubsection{Member Function Documentation} @@ -371,7 +375,7 @@ References edit\+\_\+, Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Maybe\+Save\ Create actions for the main-\/menu and the context-\/menu of the keylist. -References about\+\_\+act\+\_\+, add\+\_\+pgp\+\_\+header\+\_\+act\+\_\+, append\+\_\+selected\+\_\+keys\+\_\+act\+\_\+, browser\+\_\+act\+\_\+, check\+\_\+update\+\_\+act\+\_\+, clean\+\_\+double\+\_\+line\+\_\+breaks\+\_\+act\+\_\+, close\+\_\+tab\+\_\+act\+\_\+, copy\+\_\+act\+\_\+, copy\+\_\+mail\+\_\+address\+\_\+to\+\_\+clipboard\+\_\+act\+\_\+, cut\+\_\+act\+\_\+, cut\+\_\+pgp\+\_\+header\+\_\+act\+\_\+, decrypt\+\_\+act\+\_\+, decrypt\+\_\+verify\+\_\+act\+\_\+, edit\+\_\+, encrypt\+\_\+act\+\_\+, encrypt\+\_\+sign\+\_\+act\+\_\+, find\+\_\+act\+\_\+, Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Get\+Instance(), import\+\_\+key\+\_\+from\+\_\+edit\+\_\+act\+\_\+, new\+\_\+tab\+\_\+act\+\_\+, open\+\_\+act\+\_\+, open\+\_\+key\+\_\+management\+\_\+act\+\_\+, open\+\_\+settings\+\_\+act\+\_\+, paste\+\_\+act\+\_\+, print\+\_\+act\+\_\+, quit\+\_\+act\+\_\+, quote\+\_\+act\+\_\+, redo\+\_\+act\+\_\+, save\+\_\+act\+\_\+, save\+\_\+as\+\_\+act\+\_\+, select\+\_\+all\+\_\+act\+\_\+, show\+\_\+key\+\_\+details\+\_\+act\+\_\+, sign\+\_\+act\+\_\+, slot\+\_\+add\+\_\+pgp\+\_\+header(), slot\+\_\+append\+\_\+selected\+\_\+keys(), slot\+\_\+clean\+\_\+double\+\_\+line\+\_\+breaks(), slot\+\_\+copy\+\_\+mail\+\_\+address\+\_\+to\+\_\+clipboard(), slot\+\_\+cut\+\_\+pgp\+\_\+header(), slot\+\_\+decrypt(), slot\+\_\+decrypt\+\_\+verify(), slot\+\_\+encrypt(), slot\+\_\+encrypt\+\_\+sign(), slot\+\_\+find(), slot\+\_\+import\+\_\+key\+\_\+from\+\_\+edit(), slot\+\_\+open\+\_\+file\+\_\+tab(), slot\+\_\+open\+\_\+key\+\_\+management(), slot\+\_\+open\+\_\+settings\+\_\+dialog(), slot\+\_\+show\+\_\+key\+\_\+details(), slot\+\_\+sign(), slot\+\_\+start\+\_\+wizard(), slot\+\_\+verify(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Close\+Tab(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Copy(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Cut(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Clipboard(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+File(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+New\+Tab(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Open(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Paste(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Print(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Quote(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Redo(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Save(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Save\+As(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Select\+All(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Switch\+Tab\+Down(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Switch\+Tab\+Up(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Undo(), start\+\_\+wizard\+\_\+act\+\_\+, switch\+\_\+tab\+\_\+down\+\_\+act\+\_\+, switch\+\_\+tab\+\_\+up\+\_\+act\+\_\+, translate\+\_\+act\+\_\+, undo\+\_\+act\+\_\+, verify\+\_\+act\+\_\+, zoom\+\_\+in\+\_\+act\+\_\+, and zoom\+\_\+out\+\_\+act\+\_\+. +References about\+\_\+act\+\_\+, add\+\_\+pgp\+\_\+header\+\_\+act\+\_\+, append\+\_\+selected\+\_\+keys\+\_\+act\+\_\+, browser\+\_\+act\+\_\+, check\+\_\+update\+\_\+act\+\_\+, clean\+\_\+double\+\_\+line\+\_\+breaks\+\_\+act\+\_\+, close\+\_\+tab\+\_\+act\+\_\+, copy\+\_\+act\+\_\+, copy\+\_\+mail\+\_\+address\+\_\+to\+\_\+clipboard\+\_\+act\+\_\+, cut\+\_\+act\+\_\+, cut\+\_\+pgp\+\_\+header\+\_\+act\+\_\+, decrypt\+\_\+act\+\_\+, decrypt\+\_\+verify\+\_\+act\+\_\+, edit\+\_\+, encrypt\+\_\+act\+\_\+, encrypt\+\_\+sign\+\_\+act\+\_\+, find\+\_\+act\+\_\+, Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Get\+Instance(), gnupg\+\_\+act\+\_\+, import\+\_\+key\+\_\+from\+\_\+edit\+\_\+act\+\_\+, new\+\_\+tab\+\_\+act\+\_\+, open\+\_\+act\+\_\+, open\+\_\+key\+\_\+management\+\_\+act\+\_\+, open\+\_\+settings\+\_\+act\+\_\+, paste\+\_\+act\+\_\+, print\+\_\+act\+\_\+, quit\+\_\+act\+\_\+, quote\+\_\+act\+\_\+, redo\+\_\+act\+\_\+, save\+\_\+act\+\_\+, save\+\_\+as\+\_\+act\+\_\+, select\+\_\+all\+\_\+act\+\_\+, show\+\_\+key\+\_\+details\+\_\+act\+\_\+, sign\+\_\+act\+\_\+, slot\+\_\+add\+\_\+pgp\+\_\+header(), slot\+\_\+append\+\_\+selected\+\_\+keys(), slot\+\_\+clean\+\_\+double\+\_\+line\+\_\+breaks(), slot\+\_\+copy\+\_\+mail\+\_\+address\+\_\+to\+\_\+clipboard(), slot\+\_\+cut\+\_\+pgp\+\_\+header(), slot\+\_\+decrypt(), slot\+\_\+decrypt\+\_\+verify(), slot\+\_\+encrypt(), slot\+\_\+encrypt\+\_\+sign(), slot\+\_\+find(), slot\+\_\+import\+\_\+key\+\_\+from\+\_\+edit(), slot\+\_\+open\+\_\+file\+\_\+tab(), slot\+\_\+open\+\_\+key\+\_\+management(), slot\+\_\+open\+\_\+settings\+\_\+dialog(), slot\+\_\+show\+\_\+key\+\_\+details(), slot\+\_\+sign(), slot\+\_\+start\+\_\+wizard(), slot\+\_\+verify(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Close\+Tab(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Copy(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Cut(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Clipboard(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+File(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+New\+Tab(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Open(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Paste(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Print(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Quote(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Redo(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Save(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Save\+As(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Select\+All(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Switch\+Tab\+Down(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Switch\+Tab\+Up(), Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit\+::\+Slot\+Undo(), start\+\_\+wizard\+\_\+act\+\_\+, switch\+\_\+tab\+\_\+down\+\_\+act\+\_\+, switch\+\_\+tab\+\_\+up\+\_\+act\+\_\+, translate\+\_\+act\+\_\+, undo\+\_\+act\+\_\+, verify\+\_\+act\+\_\+, zoom\+\_\+in\+\_\+act\+\_\+, and zoom\+\_\+out\+\_\+act\+\_\+. @@ -405,7 +409,7 @@ Referenced by Init(). create the menu of the main-\/window. -References about\+\_\+act\+\_\+, add\+\_\+pgp\+\_\+header\+\_\+act\+\_\+, browser\+\_\+act\+\_\+, check\+\_\+update\+\_\+act\+\_\+, clean\+\_\+double\+\_\+line\+\_\+breaks\+\_\+act\+\_\+, close\+\_\+tab\+\_\+act\+\_\+, copy\+\_\+act\+\_\+, crypt\+\_\+menu\+\_\+, cut\+\_\+act\+\_\+, cut\+\_\+pgp\+\_\+header\+\_\+act\+\_\+, decrypt\+\_\+act\+\_\+, decrypt\+\_\+verify\+\_\+act\+\_\+, edit\+\_\+menu\+\_\+, encrypt\+\_\+act\+\_\+, encrypt\+\_\+sign\+\_\+act\+\_\+, file\+\_\+menu\+\_\+, find\+\_\+act\+\_\+, help\+\_\+menu\+\_\+, import\+\_\+key\+\_\+from\+\_\+edit\+\_\+act\+\_\+, import\+\_\+key\+\_\+menu\+\_\+, key\+\_\+menu\+\_\+, new\+\_\+tab\+\_\+act\+\_\+, open\+\_\+act\+\_\+, open\+\_\+key\+\_\+management\+\_\+act\+\_\+, open\+\_\+settings\+\_\+act\+\_\+, paste\+\_\+act\+\_\+, print\+\_\+act\+\_\+, quit\+\_\+act\+\_\+, quote\+\_\+act\+\_\+, redo\+\_\+act\+\_\+, save\+\_\+act\+\_\+, save\+\_\+as\+\_\+act\+\_\+, select\+\_\+all\+\_\+act\+\_\+, sign\+\_\+act\+\_\+, start\+\_\+wizard\+\_\+act\+\_\+, steganography\+\_\+menu\+\_\+, translate\+\_\+act\+\_\+, undo\+\_\+act\+\_\+, verify\+\_\+act\+\_\+, view\+\_\+menu\+\_\+, zoom\+\_\+in\+\_\+act\+\_\+, and zoom\+\_\+out\+\_\+act\+\_\+. +References about\+\_\+act\+\_\+, add\+\_\+pgp\+\_\+header\+\_\+act\+\_\+, browser\+\_\+act\+\_\+, check\+\_\+update\+\_\+act\+\_\+, clean\+\_\+double\+\_\+line\+\_\+breaks\+\_\+act\+\_\+, close\+\_\+tab\+\_\+act\+\_\+, copy\+\_\+act\+\_\+, crypt\+\_\+menu\+\_\+, cut\+\_\+act\+\_\+, cut\+\_\+pgp\+\_\+header\+\_\+act\+\_\+, decrypt\+\_\+act\+\_\+, decrypt\+\_\+verify\+\_\+act\+\_\+, edit\+\_\+menu\+\_\+, encrypt\+\_\+act\+\_\+, encrypt\+\_\+sign\+\_\+act\+\_\+, file\+\_\+menu\+\_\+, find\+\_\+act\+\_\+, gnupg\+\_\+act\+\_\+, help\+\_\+menu\+\_\+, import\+\_\+key\+\_\+from\+\_\+edit\+\_\+act\+\_\+, import\+\_\+key\+\_\+menu\+\_\+, key\+\_\+menu\+\_\+, new\+\_\+tab\+\_\+act\+\_\+, open\+\_\+act\+\_\+, open\+\_\+key\+\_\+management\+\_\+act\+\_\+, open\+\_\+settings\+\_\+act\+\_\+, paste\+\_\+act\+\_\+, print\+\_\+act\+\_\+, quit\+\_\+act\+\_\+, quote\+\_\+act\+\_\+, redo\+\_\+act\+\_\+, save\+\_\+act\+\_\+, save\+\_\+as\+\_\+act\+\_\+, select\+\_\+all\+\_\+act\+\_\+, sign\+\_\+act\+\_\+, start\+\_\+wizard\+\_\+act\+\_\+, steganography\+\_\+menu\+\_\+, translate\+\_\+act\+\_\+, undo\+\_\+act\+\_\+, verify\+\_\+act\+\_\+, view\+\_\+menu\+\_\+, zoom\+\_\+in\+\_\+act\+\_\+, and zoom\+\_\+out\+\_\+act\+\_\+. @@ -463,7 +467,7 @@ References Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::\+Get\+Selected(). Load settings from ini-\/file. -References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+U\+I\+Settings(), import\+\_\+button\+\_\+, Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::\+Set\+Checked(), and Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Sync\+Settings(). +References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+U\+I\+Settings(), import\+\_\+button\+\_\+, Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::\+Set\+Checked(), and Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Sync\+Settings(). diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 index c40f99b8..aca1bf7c 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 @@ -1 +1 @@ -9bec020ea29b71c2ca34a273ffab16bf \ No newline at end of file +611d372c518448a90e3baa5beb0dd284 \ No newline at end of file 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 9ba96147..99124293 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 index 7c25377c..e3574f82 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 @@ -1 +1 @@ -128d563c81f667f0a9d9d3a9b6a4167e \ No newline at end of file +d3fd4eaf3f44daeb084bb88aa67284f4 \ No newline at end of file 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 7d4e15ae..be648d60 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_1NetworkTab.tex b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab.tex index 23126b96..fac64eb1 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab.tex @@ -136,5 +136,5 @@ Referenced by Network\+Tab(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/settings/Settings\+Network.\+h\item -src/ui/settings/Settings\+Network.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/settings/Settings\+Network.\+h\item +src/ui/dialog/settings/Settings\+Network.\+cpp\end{DoxyCompactItemize} 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 ce859fe6..85b19fa1 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 aa67aa6a..2af3a295 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 6f05d83d..7d8a911e 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 1fe9b979..de188513 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_1ProxyConnectionTestThread__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__coll__graph.pdf index 162eba50..755734d7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__inherit__graph.pdf index 39cdeba6..4b9407e9 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex index 4a4d5239..dd1cf930 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex @@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Quit\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=233pt]{classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph} +\includegraphics[width=272pt]{classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph} \end{center} \end{figure} \doxysubsection*{Public Member Functions} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 index d38c1fb7..dce27b98 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 @@ -1 +1 @@ -e64fab54fd97907b7fe05d11cb028c08 \ No newline at end of file +390ae9b3e4cc177c05fb43ddce6dba27 \ No newline at end of file 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 cdbf8ff7..4b4066fa 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 index d38c1fb7..f15e30f1 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 @@ -1 +1 @@ -e64fab54fd97907b7fe05d11cb028c08 \ No newline at end of file +8f10df66561459dd61399de5f43d7e23 \ No newline at end of file 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 0147e2b2..73f40289 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_1SettingsDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex index 387d877c..ecdce921 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex @@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Settings\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph} +\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph} \end{center} \end{figure} \doxysubsection*{Public Slots} @@ -169,5 +169,5 @@ Referenced by Settings\+Dialog(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/settings/Settings\+Dialog.\+h\item -src/ui/settings/Settings\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/settings/Settings\+Dialog.\+h\item +src/ui/dialog/settings/Settings\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 index 5ff28a8c..d9d5653e 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 @@ -1 +1 @@ -24f7d162e3b9d566761ed441dc4e927b \ No newline at end of file +91c67dca3d43a739b98cadd1f784fc8b \ No newline at end of file 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 91c061cd..a41bc90b 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 index 0086ff0a..906c7d4e 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 @@ -1 +1 @@ -40397567342ce0c558f8d4a5c3c2b853 \ No newline at end of file +9108f9a99bf9d0d00e2976760d04ddb5 \ No newline at end of file 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 3c261a8f..1589be25 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_1SettingsObject.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject.tex index 5a0c6e7f..dbeeea0a 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject.tex @@ -153,7 +153,7 @@ All the source code of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} wa S\+P\+D\+X-\/\+License-\/\+Identifier\+: G\+P\+L-\/3.\+0-\/or-\/later -Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::create\+\_\+combo\+Box(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Key\+Server\+Import\+Dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::restore\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Info\+Board\+Widget\+::\+Set\+Info\+Board(), Gpg\+Frontend\+::\+U\+I\+::\+Appearance\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Keyserver\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::slot\+\_\+open\+\_\+settings\+\_\+dialog(), and Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(). +Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::create\+\_\+combo\+Box(), Gpg\+Frontend\+::\+U\+I\+::\+Info\+Board\+Widget\+::\+Set\+Info\+Board(), Gpg\+Frontend\+::\+U\+I\+::\+Appearance\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Keyserver\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::slot\+\_\+open\+\_\+settings\+\_\+dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import(), and Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(). diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf index 6b2096b9..bfeb0cd7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__inherit__graph.pdf index ba8c9210..c886e384 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__coll__graph.pdf index c1dd7a10..8a69c0f3 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__inherit__graph.pdf index 594b4898..eeb6e302 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker.tex index cb51bb4f..e99f6347 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker.tex @@ -7,7 +7,7 @@ Inheritance diagram for Gpg\+Frontend\+::UI\+::Signers\+Picker\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=217pt]{classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph} +\includegraphics[width=220pt]{classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph} \end{center} \end{figure} @@ -26,12 +26,17 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Signers\+Picker\+: \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SignersPicker_a02c3ba737702894fc6d4ac1a1c543ccb}{Signers\+Picker}} (Q\+Widget $\ast$parent=nullptr) \begin{DoxyCompactList}\small\item\em Construct a new Signers Picker object. \end{DoxyCompactList}\item Gpg\+Frontend\+::\+Key\+Id\+Args\+List\+Ptr \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SignersPicker_a2e98dcdf647a2e0e6455998b018aed00}{Get\+Checked\+Signers}} () -\begin{DoxyCompactList}\small\item\em Get the Checked Signers object. \end{DoxyCompactList}\end{DoxyCompactItemize} +\begin{DoxyCompactList}\small\item\em Get the Checked Signers object. \end{DoxyCompactList}\item +bool \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SignersPicker_aba7633983da57c7a7eb2710a1f33f7ac}{Get\+Status}} () const +\end{DoxyCompactItemize} \doxysubsection*{Private Attributes} \begin{DoxyCompactItemize} \item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SignersPicker_a4daf860ef736aedd986e566383666be5}\label{classGpgFrontend_1_1UI_1_1SignersPicker_a4daf860ef736aedd986e566383666be5}} \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyList}{Key\+List}} $\ast$ {\bfseries key\+\_\+list\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SignersPicker_a524ee72ddb4fe397d71c0d4b5eb69171}\label{classGpgFrontend_1_1UI_1_1SignersPicker_a524ee72ddb4fe397d71c0d4b5eb69171}} +bool {\bfseries accepted\+\_\+} = false \end{DoxyCompactItemize} @@ -75,9 +80,18 @@ Gpg\+Frontend\+::\+Key\+Id\+Args\+List\+Ptr References Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::\+Get\+Private\+Checked(). +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SignersPicker_aba7633983da57c7a7eb2710a1f33f7ac}\label{classGpgFrontend_1_1UI_1_1SignersPicker_aba7633983da57c7a7eb2710a1f33f7ac}} +\index{GpgFrontend::UI::SignersPicker@{GpgFrontend::UI::SignersPicker}!GetStatus@{GetStatus}} +\index{GetStatus@{GetStatus}!GpgFrontend::UI::SignersPicker@{GpgFrontend::UI::SignersPicker}} +\doxysubsubsection{\texorpdfstring{GetStatus()}{GetStatus()}} +{\footnotesize\ttfamily bool Gpg\+Frontend\+::\+U\+I\+::\+Signers\+Picker\+::\+Get\+Status (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const} + +\begin{DoxyReturn}{Returns} + +\end{DoxyReturn} The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/widgets/Signers\+Picker.\+h\item -src/ui/widgets/Signers\+Picker.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/Signers\+Picker.\+h\item +src/ui/dialog/Signers\+Picker.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 index e60e475c..47c84542 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 @@ -1 +1 @@ -16870b70d2029f297e3a856d88d4455c \ No newline at end of file +9fa5a542cbd9eadf39765024419c3f6e \ No newline at end of file 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 46767bea..607cfadc 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 index 17a0f0a6..9da28f30 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 @@ -1 +1 @@ -559b620c9043490de0a1406a363f14f0 \ No newline at end of file +8d9fc180702d9b949937d49d3f580bd8 \ No newline at end of file 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 5a9e775b..b51ba088 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.tex index 3c2be55e..4f605d8c 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.tex @@ -7,7 +7,7 @@ Inheritance diagram for Gpg\+Frontend\+::UI\+::Subkey\+Generate\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=262pt]{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph} +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph} \end{center} \end{figure} @@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Subkey\+Generate\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph} +\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph} \end{center} \end{figure} \doxysubsection*{Signals} @@ -323,5 +323,5 @@ Referenced by set\+\_\+signal\+\_\+slot(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/key\+\_\+generate/Subkey\+Generate\+Dialog.\+h\item -src/ui/key\+\_\+generate/Subkey\+Generate\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/key\+\_\+generate/Subkey\+Generate\+Dialog.\+h\item +src/ui/dialog/key\+\_\+generate/Subkey\+Generate\+Dialog.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 index 07b7f8ed..bab5d288 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 @@ -1 +1 @@ -08234630b34f8c654d491510750290bb \ No newline at end of file +8ddf8820b4cec63eab1b9ff1b19ad4a8 \ No newline at end of file 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 17ac293d..ea4418c2 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 index c63c0546..18eda3cb 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 @@ -1 +1 @@ -d06ea8e9397a338a57d1dae32d3c308e \ No newline at end of file +6c482fca932c77530efb70957cd2a486 \ No newline at end of file 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 449263bd..78e806e1 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 cfea863c..7b1be955 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 7db09ffd..07e3ac4f 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 9b7b3a0c..b122649f 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 6176129f..91bd8fef 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab.tex index feb4a03b..2c434ba8 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab.tex @@ -65,5 +65,5 @@ References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+St The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/help/About\+Dialog.\+h\item -src/ui/help/About\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/help/About\+Dialog.\+h\item +src/ui/dialog/help/About\+Dialog.\+cpp\end{DoxyCompactItemize} 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 4b0d6fb0..9ddf1b95 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 fb0e8150..f4ad6a8b 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_1UpdateTab.tex b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab.tex index a62a1341..60d561a8 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab.tex @@ -145,5 +145,5 @@ Referenced by get\+Latest\+Version(). The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/help/About\+Dialog.\+h\item -src/ui/help/About\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/help/About\+Dialog.\+h\item +src/ui/dialog/help/About\+Dialog.\+cpp\end{DoxyCompactItemize} 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 bd86818b..f73aedf9 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 573c54cb..0bd8612d 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.tex index e852545b..b214ad23 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.tex @@ -84,5 +84,5 @@ Construct a new Verify Details Dialog object. The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item -src/ui/details/Verify\+Details\+Dialog.\+h\item -src/ui/details/Verify\+Details\+Dialog.\+cpp\end{DoxyCompactItemize} +src/ui/dialog/details/Verify\+Details\+Dialog.\+h\item +src/ui/dialog/details/Verify\+Details\+Dialog.\+cpp\end{DoxyCompactItemize} 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 0c4f9294..940bfc33 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 f843abbf..25baf0a2 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 a10928de..4a2415a0 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 66054167..a7a47cdf 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_1VersionCheckTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__coll__graph.pdf index 333dbc08..5a0bc0e2 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__inherit__graph.pdf index cd610083..bf728459 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__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 28803e2d..08bca9e7 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 56225309..7d009cf5 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 da67a2db..ff4bb76e 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 da67a2db..023c0cf7 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/classProxyConnectionTestThread__coll__graph.pdf b/docs/latex/classProxyConnectionTestThread__coll__graph.pdf index c26ed431..8e8e9214 100644 Binary files a/docs/latex/classProxyConnectionTestThread__coll__graph.pdf and b/docs/latex/classProxyConnectionTestThread__coll__graph.pdf differ diff --git a/docs/latex/classSignatureDetailsDialog.tex b/docs/latex/classSignatureDetailsDialog.tex index be2c748c..b659a4cc 100644 --- a/docs/latex/classSignatureDetailsDialog.tex +++ b/docs/latex/classSignatureDetailsDialog.tex @@ -45,4 +45,4 @@ S\+P\+D\+X-\/\+License-\/\+Identifier\+: G\+P\+L-\/3.\+0-\/or-\/later The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize} \item -src/ui/details/Signature\+Details\+Dialog.\+h\end{DoxyCompactItemize} +src/ui/dialog/details/Signature\+Details\+Dialog.\+h\end{DoxyCompactItemize} diff --git a/docs/latex/classSignatureDetailsDialog__coll__graph.pdf b/docs/latex/classSignatureDetailsDialog__coll__graph.pdf index 6dc0376b..56da461a 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 6dc0376b..98e861d0 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.tex b/docs/latex/classTestListedKeyServerThread.tex index da844d2e..7c4627b2 100644 --- a/docs/latex/classTestListedKeyServerThread.tex +++ b/docs/latex/classTestListedKeyServerThread.tex @@ -14,4 +14,4 @@ Collaboration diagram for Test\+Listed\+Key\+Server\+Thread\+: The documentation for this class was generated from the following file\+:\begin{DoxyCompactItemize} \item -src/ui/thread/Listed\+Key\+Server\+Test\+Thread.\+h\end{DoxyCompactItemize} +src/ui/thread/Listed\+Key\+Server\+Test\+Task.\+h\end{DoxyCompactItemize} diff --git a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf index bc76c7bc..f52b142d 100644 Binary files a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf and b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf differ diff --git a/docs/latex/classclass__coll__graph.pdf b/docs/latex/classclass__coll__graph.pdf index bd31e1c4..98262179 100644 Binary files a/docs/latex/classclass__coll__graph.pdf and b/docs/latex/classclass__coll__graph.pdf differ diff --git a/docs/latex/hierarchy.tex b/docs/latex/hierarchy.tex index 621ff7af..0cd83486 100644 --- a/docs/latex/hierarchy.tex +++ b/docs/latex/hierarchy.tex @@ -101,6 +101,8 @@ This inheritance list is sorted roughly, but not completely, alphabetically\+:\b \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Gpg\+Frontend\+Application}{\pageref{classGpgFrontend_1_1UI_1_1GpgFrontendApplication}}{} \end{DoxyCompactList} \item Q\+Dialog\begin{DoxyCompactList} +\item \contentsline{section}{Gpg\+Frontend\+::UI\+::General\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1GeneralDialog}}{} +\begin{DoxyCompactList} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::About\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1AboutDialog}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Export\+Key\+Package\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Key\+Details\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1KeyDetailsDialog}}{} @@ -115,6 +117,7 @@ This inheritance list is sorted roughly, but not completely, alphabetically\+:\b \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Settings\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1SettingsDialog}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Signers\+Picker}{\pageref{classGpgFrontend_1_1UI_1_1SignersPicker}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Subkey\+Generate\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog}}{} +\end{DoxyCompactList} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Verify\+Details\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1VerifyDetailsDialog}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Waiting\+Dialog}{\pageref{classGpgFrontend_1_1UI_1_1WaitingDialog}}{} \item \contentsline{section}{Signature\+Details\+Dialog}{\pageref{classSignatureDetailsDialog}}{} @@ -123,15 +126,21 @@ This inheritance list is sorted roughly, but not completely, alphabetically\+:\b \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Verify\+Key\+Detail\+Box}{\pageref{classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox}}{} \end{DoxyCompactList} \item Q\+Main\+Window\begin{DoxyCompactList} +\item \contentsline{section}{Gpg\+Frontend\+::UI\+::General\+Main\+Window}{\pageref{classGpgFrontend_1_1UI_1_1GeneralMainWindow}}{} +\begin{DoxyCompactList} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Key\+Mgmt}{\pageref{classGpgFrontend_1_1UI_1_1KeyMgmt}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Main\+Window}{\pageref{classGpgFrontend_1_1UI_1_1MainWindow}}{} \end{DoxyCompactList} +\end{DoxyCompactList} \item Q\+Object\begin{DoxyCompactList} \item \contentsline{section}{Gpg\+Frontend\+::Core\+Common\+Util}{\pageref{classGpgFrontend_1_1CoreCommonUtil}}{} \item \contentsline{section}{Gpg\+Frontend\+::Thread\+::Task}{\pageref{classGpgFrontend_1_1Thread_1_1Task}}{} \begin{DoxyCompactList} \item \contentsline{section}{Gpg\+Frontend\+::Thread\+::Ctx\+Check\+Task}{\pageref{classGpgFrontend_1_1Thread_1_1CtxCheckTask}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::File\+Read\+Task}{\pageref{classGpgFrontend_1_1UI_1_1FileReadTask}}{} +\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Key\+Server\+Import\+Task}{\pageref{classGpgFrontend_1_1UI_1_1KeyServerImportTask}}{} +\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Key\+Server\+Search\+Task}{\pageref{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}}{} +\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Listed\+Key\+Server\+Test\+Task}{\pageref{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Version\+Check\+Task}{\pageref{classGpgFrontend_1_1UI_1_1VersionCheckTask}}{} \end{DoxyCompactList} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Signal\+Station}{\pageref{classGpgFrontend_1_1UI_1_1SignalStation}}{} @@ -141,7 +150,6 @@ This inheritance list is sorted roughly, but not completely, alphabetically\+:\b \end{DoxyCompactList} \item Q\+Thread\begin{DoxyCompactList} \item \contentsline{section}{Gpg\+Frontend\+::Thread\+::Task\+Runner}{\pageref{classGpgFrontend_1_1Thread_1_1TaskRunner}}{} -\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Listed\+Key\+Server\+Test\+Thread}{\pageref{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Proxy\+Connection\+Test\+Thread}{\pageref{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}}{} \end{DoxyCompactList} \item Q\+Widget\begin{DoxyCompactList} @@ -151,6 +159,7 @@ This inheritance list is sorted roughly, but not completely, alphabetically\+:\b \item \contentsline{section}{Gpg\+Frontend\+::UI\+::File\+Page}{\pageref{classGpgFrontend_1_1UI_1_1FilePage}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Find\+Widget}{\pageref{classGpgFrontend_1_1UI_1_1FindWidget}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::General\+Tab}{\pageref{classGpgFrontend_1_1UI_1_1GeneralTab}}{} +\item \contentsline{section}{Gpg\+Frontend\+::UI\+::Gnupg\+Tab}{\pageref{classGpgFrontend_1_1UI_1_1GnupgTab}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Help\+Page}{\pageref{classGpgFrontend_1_1UI_1_1HelpPage}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Info\+Board\+Widget}{\pageref{classGpgFrontend_1_1UI_1_1InfoBoardWidget}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Info\+Tab}{\pageref{classGpgFrontend_1_1UI_1_1InfoTab}}{} diff --git a/docs/latex/namespaceGpgFrontend_1_1UI.tex b/docs/latex/namespaceGpgFrontend_1_1UI.tex index 097552a9..6030ee8e 100644 --- a/docs/latex/namespaceGpgFrontend_1_1UI.tex +++ b/docs/latex/namespaceGpgFrontend_1_1UI.tex @@ -23,8 +23,14 @@ class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FileReadTask}{File\+Read\+Task} \item class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FindWidget}{Find\+Widget}} \begin{DoxyCompactList}\small\item\em Class for handling the find widget shown at buttom of a textedit-\/page. \end{DoxyCompactList}\item +class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralDialog}{General\+Dialog}} +\item +class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralMainWindow}{General\+Main\+Window}} +\item class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralTab}{General\+Tab}} \item +class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnupgTab}{Gnupg\+Tab}} +\item class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GpgFrontendApplication}{Gpg\+Frontend\+Application}} \item class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1HelpPage}{Help\+Page}} @@ -65,6 +71,10 @@ class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyPairUIDTab}{Key\+Pair\+U\+I\ \item class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportDialog}{Key\+Server\+Import\+Dialog}} \item +class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerImportTask}{Key\+Server\+Import\+Task}} +\item +class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyServerSearchTask}{Key\+Server\+Search\+Task}} +\item class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyserverTab}{Keyserver\+Tab}} \item class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog}{Key\+Set\+Expire\+Date\+Dialog}} @@ -75,7 +85,7 @@ class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyUIDSignDialog}{Key\+U\+I\+D\ \item class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyUploadDialog}{Key\+Upload\+Dialog}} \item -class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread}{Listed\+Key\+Server\+Test\+Thread}} +class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask}{Listed\+Key\+Server\+Test\+Task}} \item class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow}{Main\+Window}} \item @@ -157,6 +167,8 @@ void \mbox{\hyperlink{namespaceGpgFrontend_1_1UI_a60b5887adabc74015700795dc3c07a \item void \mbox{\hyperlink{namespaceGpgFrontend_1_1UI_a3c971eeb5c620d08d6d92f0752ceaf9f}{process\+\_\+operation}} (Q\+Widget $\ast$parent, const std\+::string \&waiting\+\_\+title, const Thread\+::\+Task\+::\+Task\+Runnable func, const Thread\+::\+Task\+::\+Task\+Callback callback, Thread\+::\+Task\+::\+Data\+Object\+Ptr data\+\_\+object) \item +void \mbox{\hyperlink{namespaceGpgFrontend_1_1UI_aa346bd199cecc61b15ef406728b58770}{import\+\_\+key\+\_\+from\+\_\+keyserver}} (Q\+Widget $\ast$parent, const std\+::string \&key\+\_\+id, const std\+::string \&key\+\_\+server) +\item \mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_a4f6c9bfe9ecb5da132f2f6d2ba7eeb80}\label{namespaceGpgFrontend_1_1UI_a4f6c9bfe9ecb5da132f2f6d2ba7eeb80}} std\+::string {\bfseries binary\+\_\+to\+\_\+string} (const std\+::string \&source) \end{DoxyCompactItemize} @@ -203,6 +215,21 @@ S\+P\+D\+X-\/\+License-\/\+Identifier\+: G\+P\+L-\/3.\+0-\/or-\/later Enumeration for the status of Verify label \doxysubsection{Function Documentation} +\mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_aa346bd199cecc61b15ef406728b58770}\label{namespaceGpgFrontend_1_1UI_aa346bd199cecc61b15ef406728b58770}} +\index{GpgFrontend::UI@{GpgFrontend::UI}!import\_key\_from\_keyserver@{import\_key\_from\_keyserver}} +\index{import\_key\_from\_keyserver@{import\_key\_from\_keyserver}!GpgFrontend::UI@{GpgFrontend::UI}} +\doxysubsubsection{\texorpdfstring{import\_key\_from\_keyserver()}{import\_key\_from\_keyserver()}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::import\+\_\+key\+\_\+from\+\_\+keyserver (\begin{DoxyParamCaption}\item[{Q\+Widget $\ast$}]{parent, }\item[{const std\+::string \&}]{key\+\_\+id, }\item[{const std\+::string \&}]{key\+\_\+server }\end{DoxyParamCaption})} + + +\begin{DoxyParams}{Parameters} +{\em parent} & \\ +\hline +{\em key\+\_\+id} & \\ +\hline +{\em key\+\_\+server} & \\ +\hline +\end{DoxyParams} \mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_a9ab218dde057182cb4911c4792acd925}\label{namespaceGpgFrontend_1_1UI_a9ab218dde057182cb4911c4792acd925}} \index{GpgFrontend::UI@{GpgFrontend::UI}!import\_unknown\_key\_from\_keyserver@{import\_unknown\_key\_from\_keyserver}} \index{import\_unknown\_key\_from\_keyserver@{import\_unknown\_key\_from\_keyserver}!GpgFrontend::UI@{GpgFrontend::UI}} diff --git a/docs/latex/refman.tex b/docs/latex/refman.tex index b9711b7c..373b4c0b 100644 --- a/docs/latex/refman.tex +++ b/docs/latex/refman.tex @@ -211,9 +211,12 @@ \input{classGpgFrontend_1_1UI_1_1FilePage} \input{classGpgFrontend_1_1UI_1_1FileReadTask} \input{classGpgFrontend_1_1UI_1_1FindWidget} +\input{classGpgFrontend_1_1UI_1_1GeneralDialog} +\input{classGpgFrontend_1_1UI_1_1GeneralMainWindow} \input{classGpgFrontend_1_1UI_1_1GeneralTab} \input{classGpgFrontend_1_1GenKeyInfo} \input{classGpgFrontend_1_1GlobalSettingStation} +\input{classGpgFrontend_1_1UI_1_1GnupgTab} \input{classGpgFrontend_1_1GpgBasicOperator} \input{classGpgFrontend_1_1GpgCommandExecutor} \input{classGpgFrontend_1_1GpgConstants} @@ -261,18 +264,20 @@ \input{classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab} \input{classGpgFrontend_1_1UI_1_1KeyPairUIDTab} \input{classGpgFrontend_1_1UI_1_1KeyServerImportDialog} +\input{classGpgFrontend_1_1UI_1_1KeyServerImportTask} +\input{classGpgFrontend_1_1UI_1_1KeyServerSearchTask} \input{classGpgFrontend_1_1UI_1_1KeyserverTab} \input{classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog} \input{structGpgFrontend_1_1UI_1_1KeyTable} \input{classGpgFrontend_1_1UI_1_1KeyUIDSignDialog} \input{classGpgFrontend_1_1UI_1_1KeyUploadDialog} -\input{classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread} +\input{classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask} \input{classGpgFrontend_1_1UI_1_1MainWindow} \input{classGpgFrontend_1_1UI_1_1NetworkTab} \input{classGpgFrontend_1_1PassphraseGenerator} \input{classGpgFrontend_1_1UI_1_1PlainTextEditorPage} -\input{classProxyConnectionTestThread} \input{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread} +\input{classProxyConnectionTestThread} \input{classGpgFrontend_1_1UI_1_1QuitDialog} \input{classGpgFrontend_1_1UI_1_1SettingsDialog} \input{classGpgFrontend_1_1UI_1_1SettingsObject} diff --git a/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf index 3655a9b8..50482c05 100644 Binary files a/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1ArchiveStruct__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 9bf08b45..1f30979d 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_1GpgContext_1_1__ctx__ref__deleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter__coll__graph.pdf index 0916843e..2ea8b7a7 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgData_1_1__data__ref__deleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgData_1_1__data__ref__deleter__coll__graph.pdf index 9ddcf9dc..463d1243 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgData_1_1__data__ref__deleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgData_1_1__data__ref__deleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter__coll__graph.pdf index 304fc514..cd144cfc 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__coll__graph.pdf index c789ff5f..ab9a0898 100644 Binary files a/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__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 abc6573f..089f0666 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 077d860c..a5f7e599 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 51cb494b..a37dc92c 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_1KeyTable__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf index 0a9e4634..1af60401 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 8833ea94..4077b87c 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_1SoftwareVersion__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1SoftwareVersion__coll__graph.pdf index 6462368b..f0b6442a 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1SoftwareVersion__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1SoftwareVersion__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1__result__ref__deletor__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1__result__ref__deletor__coll__graph.pdf index e0ed5d48..44cfcb4d 100644 Binary files a/docs/latex/structGpgFrontend_1_1__result__ref__deletor__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1__result__ref__deletor__coll__graph.pdf differ